This commit is contained in:
gsinghpal
2026-03-11 12:15:53 -04:00
parent f81e0cd918
commit db4b9aa278
1210 changed files with 173089 additions and 4044 deletions

View File

@@ -45,21 +45,6 @@
<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>