cashbook_report/templates.py
2022-10-31 20:45:40 +01:00

18 lines
505 B
Python

# -*- coding: utf-8 -*-
# This file is part of the cashbook-module from m-ds for Tryton.
# The COPYRIGHT file at the top level of this repository contains the
# full copyright notices and license terms.
template_view_line = '<field name="name" fill="%(fill)s" empty="0" string="%(string)s"/>'
template_view_graph = """<?xml version="1.0"?>
<graph type="%(type)s" legend="%(legend)s" %(colscheme)s %(bgcol)s>
<x>
<field name="name"/>
</x>
<y>
%(lines)s
</y>
</graph>
"""