diff --git a/base_accounting_kit/__manifest__.py b/base_accounting_kit/__manifest__.py index 484b7ddfa..d4d35e58b 100644 --- a/base_accounting_kit/__manifest__.py +++ b/base_accounting_kit/__manifest__.py @@ -22,7 +22,7 @@ { 'name': 'Odoo 14 Full Accounting Kit', - 'version': '14.0.3.11.11', + 'version': '14.0.3.13.11', 'category': 'Accounting', 'live_test_url': 'https://www.youtube.com/watch?v=peAp2Tx_XIs', 'summary': """ Asset and Budget Management, @@ -65,6 +65,7 @@ 'views/dashboard_views.xml', 'views/reports_config_view.xml', 'views/accounting_menu.xml', + 'views/account_group.xml', 'views/credit_limit_view.xml', 'views/account_configuration.xml', 'views/account_payment_view.xml', diff --git a/base_accounting_kit/doc/changelog.md b/base_accounting_kit/doc/changelog.md index ad06809ff..d2b065ba4 100644 --- a/base_accounting_kit/doc/changelog.md +++ b/base_accounting_kit/doc/changelog.md @@ -86,3 +86,9 @@ #### FIX - 'Journal entry already posted' issue fixed. +#### 02.08.2021 +#### Version 14.0.3.13.11 +#### UPDT +- Account Parent Group added + + diff --git a/base_accounting_kit/views/account_group.xml b/base_accounting_kit/views/account_group.xml new file mode 100644 index 000000000..9b4de4c18 --- /dev/null +++ b/base_accounting_kit/views/account_group.xml @@ -0,0 +1,16 @@ + + + + + Account Groups + account.group + tree,form + + + + + + + \ No newline at end of file