17 lines
761 B
XML
17 lines
761 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<!-- Copyright (C) 2024 Akretion (<http://www.akretion.com>).
|
|
@author Kévin Roche <kevin.roche@akretion.com>
|
|
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
|
|
<odoo>
|
|
<record id="account.account_invoices" model="ir.actions.report">
|
|
<field name="report_name">account.report_invoice</field>
|
|
<field name="report_file">account.report_invoice</field>
|
|
</record>
|
|
|
|
<record id="account.account_invoices_without_payment" model="ir.actions.report">
|
|
<field name="name">Factures avec paiement</field>
|
|
<field name="report_name">account.report_invoice_with_payments</field>
|
|
<field name="report_file">account.report_invoice_with_payments</field>
|
|
</record>
|
|
</odoo>
|