diff --git a/account_type_menu/README.rst b/account_type_menu/README.rst new file mode 100644 index 000000000..df1734cd8 --- /dev/null +++ b/account_type_menu/README.rst @@ -0,0 +1,75 @@ +================== +Account Types Menu +================== + +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! 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_type_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_type_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 a menu entry **Account Type** under *Invoicing > Configuration > Accounting* +because this menu entry doesn't exists in the official *account* module of Odoo 12. + +**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 +~~~~~~~ + +* Akretion + +Contributors +~~~~~~~~~~~~ + +* Alexis de Lattre +* Raf Ven + +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_type_menu/__init__.py b/account_type_menu/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/account_type_menu/__manifest__.py b/account_type_menu/__manifest__.py new file mode 100644 index 000000000..464d53ab4 --- /dev/null +++ b/account_type_menu/__manifest__.py @@ -0,0 +1,16 @@ +# Copyright 2016 Akretion (http://www.akretion.com/) +# @author Alexis de Lattre +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +{ + 'name': 'Account Types Menu', + 'version': '12.0.1.0.0', + 'category': 'Accounting', + 'license': 'AGPL-3', + 'summary': "Adds a menu entry for Account Types", + 'author': "Akretion, Odoo Community Association (OCA)", + 'website': 'https://github.com/OCA/account-financial-tools', + 'depends': ['account'], + 'data': ['views/account_type.xml'], + 'installable': True, +} diff --git a/account_type_menu/i18n/account_type_menu.pot b/account_type_menu/i18n/account_type_menu.pot new file mode 100644 index 000000000..ffbb698cf --- /dev/null +++ b/account_type_menu/i18n/account_type_menu.pot @@ -0,0 +1,20 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_type_menu +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.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_type_menu +#: model:ir.ui.menu,name:account_type_menu.account_type_menu +msgid "Account Types" +msgstr "" + diff --git a/account_type_menu/i18n/ar.po b/account_type_menu/i18n/ar.po new file mode 100644 index 000000000..4c10f721f --- /dev/null +++ b/account_type_menu/i18n/ar.po @@ -0,0 +1,23 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_type_menu +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"PO-Revision-Date: 2018-06-29 05:38+0000\n" +"Last-Translator: Osoul \n" +"Language-Team: none\n" +"Language: ar\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " +"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n" +"X-Generator: Weblate 3.0.1\n" + +#. module: account_type_menu +#: model:ir.ui.menu,name:account_type_menu.account_type_menu +msgid "Account Types" +msgstr "أنواع الحسابات" diff --git a/account_type_menu/i18n/de.po b/account_type_menu/i18n/de.po new file mode 100644 index 000000000..b3f8c1989 --- /dev/null +++ b/account_type_menu/i18n/de.po @@ -0,0 +1,24 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_type_menu +# +# Translators: +# Ricardo Gross , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-02 23:41+0000\n" +"PO-Revision-Date: 2018-02-02 23:41+0000\n" +"Last-Translator: Ricardo Gross , 2018\n" +"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_type_menu +#: model:ir.ui.menu,name:account_type_menu.account_type_menu +msgid "Account Types" +msgstr "Kontotypen" diff --git a/account_type_menu/i18n/fr.po b/account_type_menu/i18n/fr.po new file mode 100644 index 000000000..aaf287bcb --- /dev/null +++ b/account_type_menu/i18n/fr.po @@ -0,0 +1,24 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_type_menu +# +# Translators: +# Quentin THEURET , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-27 03:40+0000\n" +"PO-Revision-Date: 2018-01-27 03:40+0000\n" +"Last-Translator: Quentin THEURET , 2018\n" +"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: account_type_menu +#: model:ir.ui.menu,name:account_type_menu.account_type_menu +msgid "Account Types" +msgstr "Types de comptes" diff --git a/account_type_menu/i18n/hr.po b/account_type_menu/i18n/hr.po new file mode 100644 index 000000000..da0b99e15 --- /dev/null +++ b/account_type_menu/i18n/hr.po @@ -0,0 +1,25 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_type_menu +# +# Translators: +# Bole , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-27 00:40+0000\n" +"PO-Revision-Date: 2017-04-27 00:40+0000\n" +"Last-Translator: Bole , 2017\n" +"Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n" +"Language: hr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +#. module: account_type_menu +#: model:ir.ui.menu,name:account_type_menu.account_type_menu +msgid "Account Types" +msgstr "Tipovi konta" diff --git a/account_type_menu/i18n/nl_NL.po b/account_type_menu/i18n/nl_NL.po new file mode 100644 index 000000000..ddca7dfb9 --- /dev/null +++ b/account_type_menu/i18n/nl_NL.po @@ -0,0 +1,25 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_type_menu +# +# Translators: +# Frank Schellenberg , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-26 13:19+0000\n" +"PO-Revision-Date: 2018-01-26 13:19+0000\n" +"Last-Translator: Frank Schellenberg , 2018\n" +"Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/" +"teams/23907/nl_NL/)\n" +"Language: nl_NL\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_type_menu +#: model:ir.ui.menu,name:account_type_menu.account_type_menu +msgid "Account Types" +msgstr "Rekening Types" diff --git a/account_type_menu/i18n/tr.po b/account_type_menu/i18n/tr.po new file mode 100644 index 000000000..7218bfc27 --- /dev/null +++ b/account_type_menu/i18n/tr.po @@ -0,0 +1,24 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_type_menu +# +# Translators: +# Ediz Duman , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-30 00:47+0000\n" +"PO-Revision-Date: 2017-05-30 00:47+0000\n" +"Last-Translator: Ediz Duman , 2017\n" +"Language-Team: Turkish (https://www.transifex.com/oca/teams/23907/tr/)\n" +"Language: tr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: account_type_menu +#: model:ir.ui.menu,name:account_type_menu.account_type_menu +msgid "Account Types" +msgstr "Hesap Türleri" diff --git a/account_type_menu/readme/CONTRIBUTORS.rst b/account_type_menu/readme/CONTRIBUTORS.rst new file mode 100644 index 000000000..3808349db --- /dev/null +++ b/account_type_menu/readme/CONTRIBUTORS.rst @@ -0,0 +1,2 @@ +* Alexis de Lattre +* Raf Ven diff --git a/account_type_menu/readme/DESCRIPTION.rst b/account_type_menu/readme/DESCRIPTION.rst new file mode 100644 index 000000000..b8d965c8a --- /dev/null +++ b/account_type_menu/readme/DESCRIPTION.rst @@ -0,0 +1,2 @@ +This module adds a menu entry **Account Type** under *Invoicing > Configuration > Accounting* +because this menu entry doesn't exists in the official *account* module of Odoo 12. diff --git a/account_type_menu/static/description/index.html b/account_type_menu/static/description/index.html new file mode 100644 index 000000000..6e81daa5a --- /dev/null +++ b/account_type_menu/static/description/index.html @@ -0,0 +1,421 @@ + + + + + + +Account Types Menu + + + +
+

Account Types Menu

+ + +

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

+

This module adds a menu entry Account Type under Invoicing > Configuration > Accounting +because this menu entry doesn’t exists in the official account module of Odoo 12.

+

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

+
    +
  • Akretion
  • +
+
+
+

Contributors

+ +
+
+

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_type_menu/views/account_type.xml b/account_type_menu/views/account_type.xml new file mode 100644 index 000000000..4a9d4828f --- /dev/null +++ b/account_type_menu/views/account_type.xml @@ -0,0 +1,9 @@ + + + + + +