You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
353 B
13 lines
353 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<data>
|
|
<report
|
|
id="account_receipt"
|
|
model="account.payment"
|
|
string="Receipt"
|
|
report_type="qweb-pdf"
|
|
name="payment_receipt_invoice.report_receipt"
|
|
file="payment_receipt_invoice.report_receipt"
|
|
/>
|
|
</data>
|
|
</odoo>
|
|
|