diff --git a/account_coa_menu/README.rst b/account_coa_menu/README.rst new file mode 100644 index 000000000..b97c09176 --- /dev/null +++ b/account_coa_menu/README.rst @@ -0,0 +1,4 @@ +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 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/fr.po b/account_coa_menu/i18n/fr.po new file mode 100644 index 000000000..e27acd151 --- /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" +"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_coa_settings +msgid "Chart of Accounts" +msgstr "Plan comptable" + +#. 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" + 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/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..44a21f362 --- /dev/null +++ b/account_coa_menu/views/menu.xml @@ -0,0 +1,14 @@ + + + + + + +