updates
This commit is contained in:
@@ -45,6 +45,21 @@
|
||||
<field name="paperformat_id" ref="paperformat_a4_landscape"/>
|
||||
</record>
|
||||
|
||||
<!-- =============================================================== -->
|
||||
<!-- LTC Repair Order / Quotation Report (Landscape) -->
|
||||
<!-- =============================================================== -->
|
||||
<record id="action_report_saleorder_ltc_repair" model="ir.actions.report">
|
||||
<field name="name">LTC Repair Order / Quotation</field>
|
||||
<field name="model">sale.order</field>
|
||||
<field name="report_type">qweb-pdf</field>
|
||||
<field name="report_name">fusion_claims.report_saleorder_ltc_repair</field>
|
||||
<field name="report_file">fusion_claims.report_saleorder_ltc_repair</field>
|
||||
<field name="print_report_name">'LTC Repair - %s - %s' % (object.name, object.partner_id.name)</field>
|
||||
<field name="binding_model_id" ref="sale.model_sale_order"/>
|
||||
<field name="binding_type">report</field>
|
||||
<field name="paperformat_id" ref="paperformat_a4_landscape"/>
|
||||
</record>
|
||||
|
||||
<!-- Invoice Reports -->
|
||||
<record id="action_report_invoice_portrait" model="ir.actions.report">
|
||||
<field name="name">Invoice (Portrait)</field>
|
||||
|
||||
Reference in New Issue
Block a user