mirror of
https://gitlab.com/sonalarora/tra_backend.git
synced 2025-12-27 02:34:12 +02:00
15 lines
416 B
XML
15 lines
416 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<data>
|
|
<!-- QWeb Reports -->
|
|
<report
|
|
id="action_report_payment_receipt_reports"
|
|
model="account.payment"
|
|
string="Payment Receipt Report"
|
|
report_type="qweb-pdf"
|
|
name="reports.report_payment_receipt_views"
|
|
file="reports.report_payment_receipt_views"
|
|
/>
|
|
</data>
|
|
</odoo>
|