diff --git a/account_invoice_view_adj/__init__.py b/account_invoice_view_adj/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/account_invoice_view_adj/__manifest__.py b/account_invoice_view_adj/__manifest__.py new file mode 100644 index 00000000..0e3fd789 --- /dev/null +++ b/account_invoice_view_adj/__manifest__.py @@ -0,0 +1,13 @@ +# Copyright 2023 Quartile Limited +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). +{ + "name": "Account Invoice View Adjust", + "category": "Invoicing", + "license": "AGPL-3", + "author": "Quartile Limited", + "website": "https://www.quartile.co", + "version": "11.0.1.0.0", + "depends": ['base', 'account'], + "data": ["views/account_invoice_view_adj.xml"], + "installable": True, +} diff --git a/account_invoice_view_adj/views/account_invoice_view_adj.xml b/account_invoice_view_adj/views/account_invoice_view_adj.xml new file mode 100644 index 00000000..fce98a79 --- /dev/null +++ b/account_invoice_view_adj/views/account_invoice_view_adj.xml @@ -0,0 +1,17 @@ + + + + + + account.invoice.supplier.tree.inherit + account.invoice + + + + + + + + + +