odoo/addons/account_invoice_layout/account_invoice_layout_repo...

19 lines
436 B
XML

<?xml version="1.0"?>
<terp>
<data>
<wizard string="Formatted Inv. + Message"
model="account.invoice"
name="wizard.notify_message"
id="wizard_notify_message"
keyword="client_print_multi"
/>
<report id="account_invoices_1"
string="Formatted Inv."
model="account.invoice"
name="account.invoice.layout"
rml="account_invoice_layout/report/report_account_invoice_layout.rml"
auto="False"/>
</data>
</terp>