diff --git a/account_move_invoice_date_due_normal_date_tree/__init__.py b/account_move_invoice_date_due_normal_date_tree/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/account_move_invoice_date_due_normal_date_tree/__manifest__.py b/account_move_invoice_date_due_normal_date_tree/__manifest__.py new file mode 100644 index 0000000000..16fdaed87e --- /dev/null +++ b/account_move_invoice_date_due_normal_date_tree/__manifest__.py @@ -0,0 +1,14 @@ +{ + 'name': 'account_move_invoice_date_due_normal_date_tree', + 'version': '16.0.1.0.0', + 'category': 'Accounting', + 'author': 'Avanzosc', + 'license': 'LGPL-3', + 'depends': ['account'], + 'data': [ + 'views/account_move_views.xml', + ], + 'installable': True, + 'application': False, + 'website': 'https://avanzosc.es', +} diff --git a/account_move_invoice_date_due_normal_date_tree/views/account_move_views.xml b/account_move_invoice_date_due_normal_date_tree/views/account_move_views.xml new file mode 100644 index 0000000000..dcb81be934 --- /dev/null +++ b/account_move_invoice_date_due_normal_date_tree/views/account_move_views.xml @@ -0,0 +1,18 @@ + + + + + account.invoice.tree.inherit + account.move + + + + False + + + + + + + +