From 51c3b7baebc655058d4b17d89742f6dfbf43a6ee Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Wed, 7 Dec 2016 15:30:10 +0100 Subject: [PATCH 1/6] Port account_partner_required to odoo 10 Add technical module account_type_menu --- account_type_menu/README.rst | 47 ++++++++++++++++++++++++ account_type_menu/__init__.py | 1 + account_type_menu/__manifest__.py | 17 +++++++++ account_type_menu/views/account_type.xml | 9 +++++ 4 files changed, 74 insertions(+) create mode 100644 account_type_menu/README.rst create mode 100644 account_type_menu/__init__.py create mode 100644 account_type_menu/__manifest__.py create mode 100644 account_type_menu/views/account_type.xml diff --git a/account_type_menu/README.rst b/account_type_menu/README.rst new file mode 100644 index 000000000..af5498ed0 --- /dev/null +++ b/account_type_menu/README.rst @@ -0,0 +1,47 @@ +.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 + +================== +Account Types Menu +================== + +This module adds a menu entry *Account Type* under *Accounting > Configuration > Accounting*, because this menu entry doesn't exists in the official *account* module of Odoo 10. + +Usage +===== + +.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas + :alt: Try me on Runbot + :target: https://runbot.odoo-community.org/runbot/92/10.0 + +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. + +Credits +======= + +Contributors +------------ + +* Alexis de Lattre + +Maintainer +---------- + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +This module is maintained by the OCA. + +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. + +To contribute to this module, please visit https://odoo-community.org. diff --git a/account_type_menu/__init__.py b/account_type_menu/__init__.py new file mode 100644 index 000000000..40a96afc6 --- /dev/null +++ b/account_type_menu/__init__.py @@ -0,0 +1 @@ +# -*- coding: utf-8 -*- diff --git a/account_type_menu/__manifest__.py b/account_type_menu/__manifest__.py new file mode 100644 index 000000000..ab8d336ef --- /dev/null +++ b/account_type_menu/__manifest__.py @@ -0,0 +1,17 @@ +# -*- coding: utf-8 -*- +# © 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': '10.0.1.0.0', + 'category': 'Accounting', + 'license': 'AGPL-3', + 'summary': "Adds a menu entry for Account Types", + 'author': "Akretion,Odoo Community Association (OCA)", + 'website': 'http://www.akretion.com/', + 'depends': ['account'], + 'data': ['views/account_type.xml'], + 'installable': True, +} 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 @@ + + + + + + From 4a04daf912f44814e0e7b9b2b6af363c110fcead Mon Sep 17 00:00:00 2001 From: OCA Transbot Date: Mon, 1 May 2017 14:53:13 +0200 Subject: [PATCH 2/6] OCA Transbot updated translations from Transifex --- account_type_menu/i18n/hr.po | 24 ++++++++++++++++++++++++ account_type_menu/i18n/tr.po | 24 ++++++++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 account_type_menu/i18n/hr.po create mode 100644 account_type_menu/i18n/tr.po diff --git a/account_type_menu/i18n/hr.po b/account_type_menu/i18n/hr.po new file mode 100644 index 000000000..66cf26eb7 --- /dev/null +++ b/account_type_menu/i18n/hr.po @@ -0,0 +1,24 @@ +# 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 10.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" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hr\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/tr.po b/account_type_menu/i18n/tr.po new file mode 100644 index 000000000..d11785ef8 --- /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 10.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" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: tr\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" From 3ce4d1da0bbad80a0be274d9571b85934d582637 Mon Sep 17 00:00:00 2001 From: Artem Kostyuk Date: Wed, 13 Dec 2017 17:19:28 +0200 Subject: [PATCH 3/6] [MIG] account_type_menu: Migrate to 11.0 --- account_type_menu/README.rst | 4 ++-- account_type_menu/__init__.py | 1 - account_type_menu/__manifest__.py | 9 ++++----- account_type_menu/i18n/de.po | 24 ++++++++++++++++++++++++ account_type_menu/i18n/fr.po | 24 ++++++++++++++++++++++++ account_type_menu/i18n/hr.po | 2 +- account_type_menu/i18n/nl_NL.po | 24 ++++++++++++++++++++++++ account_type_menu/i18n/tr.po | 2 +- 8 files changed, 80 insertions(+), 10 deletions(-) create mode 100644 account_type_menu/i18n/de.po create mode 100644 account_type_menu/i18n/fr.po create mode 100644 account_type_menu/i18n/nl_NL.po diff --git a/account_type_menu/README.rst b/account_type_menu/README.rst index af5498ed0..da79542ed 100644 --- a/account_type_menu/README.rst +++ b/account_type_menu/README.rst @@ -6,14 +6,14 @@ Account Types Menu ================== -This module adds a menu entry *Account Type* under *Accounting > Configuration > Accounting*, because this menu entry doesn't exists in the official *account* module of Odoo 10. +This module adds a menu entry *Account Type* under *Accounting > Configuration > Accounting*, because this menu entry doesn't exists in the official *account* module of Odoo 11. Usage ===== .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas :alt: Try me on Runbot - :target: https://runbot.odoo-community.org/runbot/92/10.0 + :target: https://runbot.odoo-community.org/runbot/92/11.0 Bug Tracker =========== diff --git a/account_type_menu/__init__.py b/account_type_menu/__init__.py index 40a96afc6..e69de29bb 100644 --- a/account_type_menu/__init__.py +++ b/account_type_menu/__init__.py @@ -1 +0,0 @@ -# -*- coding: utf-8 -*- diff --git a/account_type_menu/__manifest__.py b/account_type_menu/__manifest__.py index ab8d336ef..d86118d6d 100644 --- a/account_type_menu/__manifest__.py +++ b/account_type_menu/__manifest__.py @@ -1,16 +1,15 @@ -# -*- coding: utf-8 -*- -# © 2016 Akretion (http://www.akretion.com/) +# 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': '10.0.1.0.0', + 'version': '11.0.1.0.0', 'category': 'Accounting', 'license': 'AGPL-3', 'summary': "Adds a menu entry for Account Types", - 'author': "Akretion,Odoo Community Association (OCA)", - 'website': 'http://www.akretion.com/', + '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/de.po b/account_type_menu/i18n/de.po new file mode 100644 index 000000000..b858a3e2e --- /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" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: de\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..e29124c1f --- /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" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fr\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 index 66cf26eb7..2aa941e50 100644 --- a/account_type_menu/i18n/hr.po +++ b/account_type_menu/i18n/hr.po @@ -6,7 +6,7 @@ # Bole , 2017 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"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" diff --git a/account_type_menu/i18n/nl_NL.po b/account_type_menu/i18n/nl_NL.po new file mode 100644 index 000000000..061e580f0 --- /dev/null +++ b/account_type_menu/i18n/nl_NL.po @@ -0,0 +1,24 @@ +# 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" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nl_NL\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 index d11785ef8..8824e86b6 100644 --- a/account_type_menu/i18n/tr.po +++ b/account_type_menu/i18n/tr.po @@ -6,7 +6,7 @@ # Ediz Duman , 2017 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"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" From 65912771a77a2a77ff4021e91d870cf8ecb61877 Mon Sep 17 00:00:00 2001 From: oca-travis Date: Tue, 19 Jun 2018 23:27:35 +0000 Subject: [PATCH 4/6] [UPD] Update account_type_menu.pot --- account_type_menu/i18n/account_type_menu.pot | 20 ++++++++++++++++++++ account_type_menu/i18n/de.po | 4 ++-- account_type_menu/i18n/fr.po | 4 ++-- account_type_menu/i18n/hr.po | 7 ++++--- account_type_menu/i18n/nl_NL.po | 7 ++++--- account_type_menu/i18n/tr.po | 4 ++-- 6 files changed, 34 insertions(+), 12 deletions(-) create mode 100644 account_type_menu/i18n/account_type_menu.pot 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/de.po b/account_type_menu/i18n/de.po index b858a3e2e..b3f8c1989 100644 --- a/account_type_menu/i18n/de.po +++ b/account_type_menu/i18n/de.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_type_menu -# +# # Translators: # Ricardo Gross , 2018 msgid "" @@ -12,10 +12,10 @@ msgstr "" "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" -"Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_type_menu diff --git a/account_type_menu/i18n/fr.po b/account_type_menu/i18n/fr.po index e29124c1f..aaf287bcb 100644 --- a/account_type_menu/i18n/fr.po +++ b/account_type_menu/i18n/fr.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_type_menu -# +# # Translators: # Quentin THEURET , 2018 msgid "" @@ -12,10 +12,10 @@ msgstr "" "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" -"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: account_type_menu diff --git a/account_type_menu/i18n/hr.po b/account_type_menu/i18n/hr.po index 2aa941e50..da0b99e15 100644 --- a/account_type_menu/i18n/hr.po +++ b/account_type_menu/i18n/hr.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_type_menu -# +# # Translators: # Bole , 2017 msgid "" @@ -12,11 +12,12 @@ msgstr "" "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" -"Language: hr\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" +"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 diff --git a/account_type_menu/i18n/nl_NL.po b/account_type_menu/i18n/nl_NL.po index 061e580f0..ddca7dfb9 100644 --- a/account_type_menu/i18n/nl_NL.po +++ b/account_type_menu/i18n/nl_NL.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_type_menu -# +# # Translators: # Frank Schellenberg , 2018 msgid "" @@ -11,11 +11,12 @@ msgstr "" "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-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" -"Language: nl_NL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_type_menu diff --git a/account_type_menu/i18n/tr.po b/account_type_menu/i18n/tr.po index 8824e86b6..7218bfc27 100644 --- a/account_type_menu/i18n/tr.po +++ b/account_type_menu/i18n/tr.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_type_menu -# +# # Translators: # Ediz Duman , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "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" -"Language: tr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: account_type_menu From dbde425eb3a7957007adf2fa2b1b703f3d94b5ac Mon Sep 17 00:00:00 2001 From: Osoul Date: Fri, 29 Jun 2018 05:38:05 +0000 Subject: [PATCH 5/6] Translated using Weblate (Arabic) --- account_type_menu/i18n/ar.po | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 account_type_menu/i18n/ar.po 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 "أنواع الحسابات" From 5721f92e002239b1ad2564aece60ed3511ada892 Mon Sep 17 00:00:00 2001 From: Raf Ven Date: Tue, 2 Oct 2018 11:30:53 +0200 Subject: [PATCH 6/6] [MIG] account_type_menu: Migration to 12.0 --- account_type_menu/README.rst | 68 ++- account_type_menu/__manifest__.py | 2 +- account_type_menu/readme/CONTRIBUTORS.rst | 2 + account_type_menu/readme/DESCRIPTION.rst | 2 + .../static/description/index.html | 421 ++++++++++++++++++ 5 files changed, 474 insertions(+), 21 deletions(-) create mode 100644 account_type_menu/readme/CONTRIBUTORS.rst create mode 100644 account_type_menu/readme/DESCRIPTION.rst create mode 100644 account_type_menu/static/description/index.html diff --git a/account_type_menu/README.rst b/account_type_menu/README.rst index da79542ed..df1734cd8 100644 --- a/account_type_menu/README.rst +++ b/account_type_menu/README.rst @@ -1,47 +1,75 @@ -.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg - :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html - :alt: License: AGPL-3 - ================== Account Types Menu ================== -This module adds a menu entry *Account Type* under *Accounting > Configuration > Accounting*, because this menu entry doesn't exists in the official *account* module of Odoo 11. +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -Usage -===== +.. |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 -.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas - :alt: Try me on Runbot - :target: https://runbot.odoo-community.org/runbot/92/11.0 +|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. +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 -Maintainer ----------- +Maintainers +~~~~~~~~~~~ + +This module is maintained by the OCA. .. image:: https://odoo-community.org/logo.png :alt: Odoo Community Association :target: https://odoo-community.org -This module is maintained by the OCA. - 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. -To contribute to this module, please visit https://odoo-community.org. +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/__manifest__.py b/account_type_menu/__manifest__.py index d86118d6d..464d53ab4 100644 --- a/account_type_menu/__manifest__.py +++ b/account_type_menu/__manifest__.py @@ -4,7 +4,7 @@ { 'name': 'Account Types Menu', - 'version': '11.0.1.0.0', + 'version': '12.0.1.0.0', 'category': 'Accounting', 'license': 'AGPL-3', 'summary': "Adds a menu entry for Account Types", 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.

+
+
+
+ +