From afa035840b7f22ef4a269a45358f4bbe5002bb69 Mon Sep 17 00:00:00 2001 From: Jared Kipe Date: Thu, 8 Oct 2020 17:00:08 -0700 Subject: [PATCH] [ADD] account_section_subtotal: for Odoo 13.0 --- account_section_subtotal/__init__.py | 0 account_section_subtotal/__manifest__.py | 17 +++++++++++++++++ .../views/account_views.xml | 15 +++++++++++++++ 3 files changed, 32 insertions(+) create mode 100644 account_section_subtotal/__init__.py create mode 100644 account_section_subtotal/__manifest__.py create mode 100644 account_section_subtotal/views/account_views.xml 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 + + + + +