diff --git a/account_default_report_without_paiement/__init__.py b/account_default_report_without_paiement/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/account_default_report_without_paiement/__manifest__.py b/account_default_report_without_paiement/__manifest__.py new file mode 100644 index 0000000..4de98b6 --- /dev/null +++ b/account_default_report_without_paiement/__manifest__.py @@ -0,0 +1,22 @@ +# Copyright 2024 Akretion (https://www.akretion.com). +# @author Kévin Roche +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). + +{ + "name": "Account Default Report Without Paiement", + "summary": "Account Default Report Without Paiement", + "version": "14.0.1.0.0", + "category": "reports", + "website": "https://github.com/OCA/account", + "author": "Akretion, Odoo Community Association (OCA)", + "license": "AGPL-3", + "maintainers":["Kev-Roche"], + "application": False, + "installable": True, + "depends": [ + "account", + ], + "data": [ + "data/data.xml", + ], +} diff --git a/account_default_report_without_paiement/data/data.xml b/account_default_report_without_paiement/data/data.xml new file mode 100644 index 0000000..8282a9b --- /dev/null +++ b/account_default_report_without_paiement/data/data.xml @@ -0,0 +1,16 @@ + + + + + account.report_invoice + account.report_invoice + + + + Factures avec paiement + account.report_invoice_with_payments + account.report_invoice_with_payments + + diff --git a/account_default_report_without_paiement/readme/CONTRIBUTORS.rst b/account_default_report_without_paiement/readme/CONTRIBUTORS.rst new file mode 100644 index 0000000..5ef178f --- /dev/null +++ b/account_default_report_without_paiement/readme/CONTRIBUTORS.rst @@ -0,0 +1 @@ +* Kévin Roche \ No newline at end of file diff --git a/account_default_report_without_paiement/readme/DESCRIPTION.rst b/account_default_report_without_paiement/readme/DESCRIPTION.rst new file mode 100644 index 0000000..84a9caa --- /dev/null +++ b/account_default_report_without_paiement/readme/DESCRIPTION.rst @@ -0,0 +1 @@ +This module switch the default account report to the one without paiement