diff --git a/account_section_subtotal/__init__.py b/account_section_subtotal/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/account_section_subtotal/__manifest__.py b/account_section_subtotal/__manifest__.py new file mode 100644 index 00000000..34edcf51 --- /dev/null +++ b/account_section_subtotal/__manifest__.py @@ -0,0 +1,17 @@ +{ + 'name': 'Account Section Subtotal', + 'version': '13.0.1.0.0', + 'category': 'Accounting', + 'author': 'Hibou Corp.', + 'license': 'AGPL-3', + 'website': 'https://hibou.io/', + 'depends': [ + 'account', + 'base_section_subtotal', + ], + 'data': [ + 'views/account_views.xml', + ], + 'installable': True, + 'application': False, + } diff --git a/account_section_subtotal/views/account_views.xml b/account_section_subtotal/views/account_views.xml new file mode 100644 index 00000000..e59325de --- /dev/null +++ b/account_section_subtotal/views/account_views.xml @@ -0,0 +1,15 @@ + + + + + account.move.form.inherit + account.move + + + + price_subtotal + + + + +