mirror of
https://gitlab.com/sonalarora/tra_backend.git
synced 2026-01-07 16:43:04 +02:00
14 lines
396 B
XML
14 lines
396 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<data>
|
|
<report
|
|
id="action_report_sale_order_trackcode"
|
|
string="Cloth Barcode Report"
|
|
model="sale.order"
|
|
report_type="qweb-pdf"
|
|
file="laundary_mgt.report_trackcode"
|
|
name="laundary_mgt.report_trackcode"
|
|
print_report_name="'Barcode - %s' % (object.name)"
|
|
/>
|
|
</data>
|
|
</odoo> |