Add template extension jrxml

This commit is contained in:
Raimon Esteve 2017-12-16 16:30:14 +01:00
parent ac01abc815
commit cb92524090
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@ The COPYRIGHT file at the top level of this repository contains the full copyrig
<field name="report_name">stock.shipment.out.delivery_note</field>
<field name="report">stock_delivery_note_jreport/delivery_note.jrxml</field>
<field name="extension">pdf</field>
<field name="template_extension">jrxml</field>
</record>
</data>
<data depends="stock_valued">
@ -18,6 +19,7 @@ The COPYRIGHT file at the top level of this repository contains the full copyrig
<field name="report_name">stock.shipment.out.delivery_note_valued</field>
<field name="report">stock_delivery_note_jreport/delivery_note_valued.jrxml</field>
<field name="extension">pdf</field>
<field name="template_extension">jrxml</field>
</record>
<record model="ir.action.keyword" id="report_shipment_out_delivery_valued_keyword">
<field name="keyword">form_print</field>