mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
17 lines
545 B
XML
17 lines
545 B
XML
<openerp>
|
|
<data>
|
|
<report auto="False"
|
|
id="report_webkit_html"
|
|
model="credit.control.communication"
|
|
name="credit_control_summary"
|
|
file="account_credit_control/report/credit_control_summary.html.mako"
|
|
string="Credit Summary"
|
|
report_type="webkit"
|
|
webkit_header="report_webkit.ir_header_webkit_basesample0"/>
|
|
|
|
<record model="ir.actions.report.xml" id="report_webkit_html">
|
|
<field name="precise_mode" eval="True"/>
|
|
</record>
|
|
</data>
|
|
</openerp>
|