diff --git a/account_coa_menu/README.rst b/account_coa_menu/README.rst new file mode 100644 index 000000000..afbd368e3 --- /dev/null +++ b/account_coa_menu/README.rst @@ -0,0 +1,80 @@ +================================= +Account - Chart of Accounts Menus +================================= + +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png + :target: https://odoo-community.org/page/development-status + :alt: Beta +.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Faccount--financial--tools-lightgray.png?logo=github + :target: https://github.com/OCA/account-financial-tools/tree/12.0/account_coa_menu + :alt: OCA/account-financial-tools +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/account-financial-tools-12-0/account-financial-tools-12-0-account_coa_menu + :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png + :target: https://runbot.odoo-community.org/runbot/92/12.0 + :alt: Try me on Runbot + +|badge1| |badge2| |badge3| |badge4| |badge5| + +This module adds menu entries **Chart of Accounts** and all it sub menus under *Invoicing > Configuration*, +because this menu entry doesn't exists in the official *account* module of Odoo 12. + +List of menus : +- Chart of Accounts Templates (account.chart.template) +- Account Templates (account.account.template) +- Tax Templates (account.tax.template) +- Fiscal Positions Templates (account.fiscal.position.template) + +**Table of contents** + +.. contents:: + :local: + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed +`feedback `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +~~~~~~~ + +* GRAP + +Contributors +~~~~~~~~~~~~ + +* Sylvain LE GAL + +Maintainers +~~~~~~~~~~~ + +This module is maintained by the OCA. + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use. + +This module is part of the `OCA/account-financial-tools `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/account_coa_menu/__init__.py b/account_coa_menu/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/account_coa_menu/__manifest__.py b/account_coa_menu/__manifest__.py new file mode 100644 index 000000000..eac40ae46 --- /dev/null +++ b/account_coa_menu/__manifest__.py @@ -0,0 +1,25 @@ +# Copyright (C) 2019 - Today: GRAP (http://www.grap.coop) +# @author: Sylvain LE GAL (https://twitter.com/legalsylvain) +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + +{ + 'name': 'Account - Chart of Accounts Menus', + 'version': '12.0.1.0.0', + 'category': 'Accounting', + 'license': 'AGPL-3', + 'summary': "Adds menu entries for Chart of Accounts templates", + 'author': "GRAP, Odoo Community Association (OCA)", + 'website': 'https://github.com/OCA/account-financial-tools', + 'depends': [ + 'account', + ], + 'data': [ + 'views/menu.xml', + 'views/account_chart_template.xml', + 'views/account_account_template.xml', + 'views/account_tax_template.xml', + 'views/account_fiscal_position_template.xml', + + ], + 'installable': True, +} diff --git a/account_coa_menu/i18n/account_coa_menu.pot b/account_coa_menu/i18n/account_coa_menu.pot new file mode 100644 index 000000000..7cc011b4c --- /dev/null +++ b/account_coa_menu/i18n/account_coa_menu.pot @@ -0,0 +1,40 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_coa_menu +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 12.0\n" +"Report-Msgid-Bugs-To: \n" +"Last-Translator: <>\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: account_coa_menu +#: model:ir.ui.menu,name:account_coa_menu.menu_account_account_template +msgid "Account Templates" +msgstr "" + +#. module: account_coa_menu +#: model:ir.ui.menu,name:account_coa_menu.menu_account_chart_template +msgid "Chart of Accounts Templates" +msgstr "" + +#. module: account_coa_menu +#: model:ir.ui.menu,name:account_coa_menu.menu_account_fiscal_position_template +msgid "Fiscal Position Templates" +msgstr "" + +#. module: account_coa_menu +#: model:ir.ui.menu,name:account_coa_menu.menu_account_tax_template +msgid "Tax Templates" +msgstr "" + +#. module: account_coa_menu +#: model:ir.ui.menu,name:account_coa_menu.menu_account_coa_settings +msgid "Templates" +msgstr "" + diff --git a/account_coa_menu/i18n/fr.po b/account_coa_menu/i18n/fr.po new file mode 100644 index 000000000..a7101d50a --- /dev/null +++ b/account_coa_menu/i18n/fr.po @@ -0,0 +1,42 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_coa_menu +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 12.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-07-10 13:18+0000\n" +"PO-Revision-Date: 2019-07-10 13:18+0000\n" +"Last-Translator: <>\n" +"Language-Team: \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: account_coa_menu +#: model:ir.ui.menu,name:account_coa_menu.menu_account_account_template +msgid "Account Templates" +msgstr "Modèles de comptes" + +#. module: account_coa_menu +#: model:ir.ui.menu,name:account_coa_menu.menu_account_chart_template +msgid "Chart of Accounts Templates" +msgstr "Modèles de plans comptables" + +#. module: account_coa_menu +#: model:ir.ui.menu,name:account_coa_menu.menu_account_fiscal_position_template +msgid "Fiscal Position Templates" +msgstr "Modèles de positions fiscales" + +#. module: account_coa_menu +#: model:ir.ui.menu,name:account_coa_menu.menu_account_tax_template +msgid "Tax Templates" +msgstr "Modèles de taxes" + +#. module: account_coa_menu +#: model:ir.ui.menu,name:account_coa_menu.menu_account_coa_settings +msgid "Templates" +msgstr "Modèles" diff --git a/account_coa_menu/readme/CONTRIBUTORS.rst b/account_coa_menu/readme/CONTRIBUTORS.rst new file mode 100644 index 000000000..9f76a75bc --- /dev/null +++ b/account_coa_menu/readme/CONTRIBUTORS.rst @@ -0,0 +1 @@ +* Sylvain LE GAL diff --git a/account_coa_menu/readme/DESCRIPTION.rst b/account_coa_menu/readme/DESCRIPTION.rst new file mode 100644 index 000000000..330a4dbb7 --- /dev/null +++ b/account_coa_menu/readme/DESCRIPTION.rst @@ -0,0 +1,8 @@ +This module adds menu entries **Chart of Accounts** and all it sub menus under *Invoicing > Configuration*, +because this menu entry doesn't exists in the official *account* module of Odoo 12. + +List of menus : +- Chart of Accounts Templates (account.chart.template) +- Account Templates (account.account.template) +- Tax Templates (account.tax.template) +- Fiscal Positions Templates (account.fiscal.position.template) diff --git a/account_coa_menu/static/description/icon.png b/account_coa_menu/static/description/icon.png new file mode 100644 index 000000000..3a0328b51 Binary files /dev/null and b/account_coa_menu/static/description/icon.png differ diff --git a/account_coa_menu/static/description/index.html b/account_coa_menu/static/description/index.html new file mode 100644 index 000000000..62af9b79f --- /dev/null +++ b/account_coa_menu/static/description/index.html @@ -0,0 +1,425 @@ + + + + + + +Account - Chart of Accounts Menus + + + +
+

Account - Chart of Accounts Menus

+ + +

Beta License: AGPL-3 OCA/account-financial-tools Translate me on Weblate Try me on Runbot

+

This module adds menu entries Chart of Accounts and all it sub menus under Invoicing > Configuration, +because this menu entry doesn’t exists in the official account module of Odoo 12.

+

List of menus : +- Chart of Accounts Templates (account.chart.template) +- Account Templates (account.account.template) +- Tax Templates (account.tax.template) +- Fiscal Positions Templates (account.fiscal.position.template)

+

Table of contents

+ +
+

Bug Tracker

+

Bugs are tracked on GitHub Issues. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed +feedback.

+

Do not contact contributors directly about support or help with technical issues.

+
+
+

Credits

+
+

Authors

+
    +
  • GRAP
  • +
+
+ +
+

Maintainers

+

This module is maintained by the OCA.

+Odoo Community Association +

OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use.

+

This module is part of the OCA/account-financial-tools project on GitHub.

+

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

+
+
+
+ + diff --git a/account_coa_menu/views/account_account_template.xml b/account_coa_menu/views/account_account_template.xml new file mode 100644 index 000000000..d451dd400 --- /dev/null +++ b/account_coa_menu/views/account_account_template.xml @@ -0,0 +1,14 @@ + + + + + + + diff --git a/account_coa_menu/views/account_chart_template.xml b/account_coa_menu/views/account_chart_template.xml new file mode 100644 index 000000000..9a2ac82fa --- /dev/null +++ b/account_coa_menu/views/account_chart_template.xml @@ -0,0 +1,14 @@ + + + + + + + diff --git a/account_coa_menu/views/account_fiscal_position_template.xml b/account_coa_menu/views/account_fiscal_position_template.xml new file mode 100644 index 000000000..7de30947e --- /dev/null +++ b/account_coa_menu/views/account_fiscal_position_template.xml @@ -0,0 +1,19 @@ + + + + + + + Fiscal Position Templates + + + + + diff --git a/account_coa_menu/views/account_tax_template.xml b/account_coa_menu/views/account_tax_template.xml new file mode 100644 index 000000000..423eae579 --- /dev/null +++ b/account_coa_menu/views/account_tax_template.xml @@ -0,0 +1,14 @@ + + + + + + + diff --git a/account_coa_menu/views/menu.xml b/account_coa_menu/views/menu.xml new file mode 100644 index 000000000..23d24b24e --- /dev/null +++ b/account_coa_menu/views/menu.xml @@ -0,0 +1,14 @@ + + + + + + + diff --git a/account_menu/README.rst b/account_menu/README.rst new file mode 100644 index 000000000..f91437789 --- /dev/null +++ b/account_menu/README.rst @@ -0,0 +1,98 @@ +======================= +Account - Missing Menus +======================= + +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png + :target: https://odoo-community.org/page/development-status + :alt: Beta +.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Faccount--financial--tools-lightgray.png?logo=github + :target: https://github.com/OCA/account-financial-tools/tree/12.0/account_menu + :alt: OCA/account-financial-tools +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/account-financial-tools-12-0/account-financial-tools-12-0-account_menu + :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png + :target: https://runbot.odoo-community.org/runbot/92/12.0 + :alt: Try me on Runbot + +|badge1| |badge2| |badge3| |badge4| |badge5| + +This module adds all missing menu entries for **Account** module. + +**Table of contents** + +.. contents:: + :local: + +Configuration +============= + +To see all the menus, make sure: + +* Your user is member of the group + "Technical Settings / Show Full Accounting Features" + +* The page is running in debug mode + +Known issues / Roadmap +====================== + +In v12, this module only installs 4 modules : + +* ``account_coa_menu`` +* ``account_group_menu`` +* ``account_tag_menu`` +* ``account_type_menu`` + +For V13+, we could imagine to have a single module that creates all the +missing menus (and actions). + +Ref : https://github.com/OCA/account-financial-tools/issues/857 + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed +`feedback `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +~~~~~~~ + +* GRAP + +Contributors +~~~~~~~~~~~~ + +* Sylvain LE GAL + +Maintainers +~~~~~~~~~~~ + +This module is maintained by the OCA. + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use. + +This module is part of the `OCA/account-financial-tools `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/account_menu/__init__.py b/account_menu/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/account_menu/__manifest__.py b/account_menu/__manifest__.py new file mode 100644 index 000000000..2b430f655 --- /dev/null +++ b/account_menu/__manifest__.py @@ -0,0 +1,24 @@ +# Copyright (C) 2019 - Today: GRAP (http://www.grap.coop) +# @author: Sylvain LE GAL (https://twitter.com/legalsylvain) +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + +{ + 'name': 'Account - Missing Menus', + 'version': '12.0.1.0.0', + 'category': 'Accounting', + 'license': 'AGPL-3', + 'summary': "Adds missing menu entries for Account module", + 'author': "GRAP, Odoo Community Association (OCA)", + 'website': 'https://github.com/OCA/account-financial-tools', + 'depends': [ + 'account', + 'account_coa_menu', + 'account_group_menu', + 'account_tag_menu', + 'account_type_menu', + ], + 'demo': [ + 'demo/res_groups.xml', + ], + 'installable': True, +} diff --git a/account_menu/demo/res_groups.xml b/account_menu/demo/res_groups.xml new file mode 100644 index 000000000..23ebd8978 --- /dev/null +++ b/account_menu/demo/res_groups.xml @@ -0,0 +1,14 @@ + + + + + + + + + + diff --git a/account_menu/i18n/account_menu.pot b/account_menu/i18n/account_menu.pot new file mode 100644 index 000000000..d2e396f15 --- /dev/null +++ b/account_menu/i18n/account_menu.pot @@ -0,0 +1,14 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 12.0\n" +"Report-Msgid-Bugs-To: \n" +"Last-Translator: <>\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + diff --git a/account_menu/readme/CONFIGURE.rst b/account_menu/readme/CONFIGURE.rst new file mode 100644 index 000000000..80e31fb1f --- /dev/null +++ b/account_menu/readme/CONFIGURE.rst @@ -0,0 +1,6 @@ +To see all the menus, make sure: + +* Your user is member of the group + "Technical Settings / Show Full Accounting Features" + +* The page is running in debug mode diff --git a/account_menu/readme/CONTRIBUTORS.rst b/account_menu/readme/CONTRIBUTORS.rst new file mode 100644 index 000000000..9f76a75bc --- /dev/null +++ b/account_menu/readme/CONTRIBUTORS.rst @@ -0,0 +1 @@ +* Sylvain LE GAL diff --git a/account_menu/readme/DESCRIPTION.rst b/account_menu/readme/DESCRIPTION.rst new file mode 100644 index 000000000..f51ea4be8 --- /dev/null +++ b/account_menu/readme/DESCRIPTION.rst @@ -0,0 +1 @@ +This module adds all missing menu entries for **Account** module. diff --git a/account_menu/readme/ROADMAP.rst b/account_menu/readme/ROADMAP.rst new file mode 100644 index 000000000..be9de25d2 --- /dev/null +++ b/account_menu/readme/ROADMAP.rst @@ -0,0 +1,11 @@ +In v12, this module only installs 4 modules : + +* ``account_coa_menu`` +* ``account_group_menu`` +* ``account_tag_menu`` +* ``account_type_menu`` + +For V13+, we could imagine to have a single module that creates all the +missing menus (and actions). + +Ref : https://github.com/OCA/account-financial-tools/issues/857 diff --git a/account_menu/static/description/icon.png b/account_menu/static/description/icon.png new file mode 100644 index 000000000..3a0328b51 Binary files /dev/null and b/account_menu/static/description/icon.png differ diff --git a/account_menu/static/description/index.html b/account_menu/static/description/index.html new file mode 100644 index 000000000..4774faca2 --- /dev/null +++ b/account_menu/static/description/index.html @@ -0,0 +1,443 @@ + + + + + + +Account - Missing Menus + + + +
+

Account - Missing Menus

+ + +

Beta License: AGPL-3 OCA/account-financial-tools Translate me on Weblate Try me on Runbot

+

This module adds all missing menu entries for Account module.

+

Table of contents

+ +
+

Configuration

+

To see all the menus, make sure:

+
    +
  • Your user is member of the group +“Technical Settings / Show Full Accounting Features”
  • +
  • The page is running in debug mode
  • +
+
+
+

Known issues / Roadmap

+

In v12, this module only installs 4 modules :

+
    +
  • account_coa_menu
  • +
  • account_group_menu
  • +
  • account_tag_menu
  • +
  • account_type_menu
  • +
+

For V13+, we could imagine to have a single module that creates all the +missing menus (and actions).

+

Ref : https://github.com/OCA/account-financial-tools/issues/857

+
+
+

Bug Tracker

+

Bugs are tracked on GitHub Issues. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed +feedback.

+

Do not contact contributors directly about support or help with technical issues.

+
+
+

Credits

+
+

Authors

+
    +
  • GRAP
  • +
+
+ +
+

Maintainers

+

This module is maintained by the OCA.

+Odoo Community Association +

OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use.

+

This module is part of the OCA/account-financial-tools project on GitHub.

+

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

+
+
+
+ + diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 690142361..db81d9488 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -12.0.20190630.0 \ No newline at end of file +12.0.20190718.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 6516cd615..aa404a5ec 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -12,12 +12,14 @@ setuptools.setup( 'odoo12-addon-account_balance_line', 'odoo12-addon-account_chart_update', 'odoo12-addon-account_check_deposit', + 'odoo12-addon-account_coa_menu', 'odoo12-addon-account_document_reversal', 'odoo12-addon-account_fiscal_position_vat_check', 'odoo12-addon-account_fiscal_year', 'odoo12-addon-account_group_menu', 'odoo12-addon-account_invoice_constraint_chronology', 'odoo12-addon-account_lock_date_update', + 'odoo12-addon-account_menu', 'odoo12-addon-account_move_fiscal_year', 'odoo12-addon-account_move_line_purchase_info', 'odoo12-addon-account_move_line_tax_editable', diff --git a/setup/account_coa_menu/odoo/addons/account_coa_menu b/setup/account_coa_menu/odoo/addons/account_coa_menu new file mode 120000 index 000000000..1d0d55dab --- /dev/null +++ b/setup/account_coa_menu/odoo/addons/account_coa_menu @@ -0,0 +1 @@ +../../../../account_coa_menu \ No newline at end of file diff --git a/setup/account_coa_menu/setup.py b/setup/account_coa_menu/setup.py new file mode 100644 index 000000000..28c57bb64 --- /dev/null +++ b/setup/account_coa_menu/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/setup/account_menu/odoo/addons/account_menu b/setup/account_menu/odoo/addons/account_menu new file mode 120000 index 000000000..ccec30f20 --- /dev/null +++ b/setup/account_menu/odoo/addons/account_menu @@ -0,0 +1 @@ +../../../../account_menu \ No newline at end of file diff --git a/setup/account_menu/setup.py b/setup/account_menu/setup.py new file mode 100644 index 000000000..28c57bb64 --- /dev/null +++ b/setup/account_menu/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +)