diff --git a/partner_contact_configuration/README.rst b/partner_contact_configuration/README.rst new file mode 100644 index 000000000..bec2ab47b --- /dev/null +++ b/partner_contact_configuration/README.rst @@ -0,0 +1,56 @@ +.. 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 + +============================= +Partner Contact Configuration +============================= + +Adds menu configuration access through the 'contacts' module main menu if +some users don't have sales rights and you want them to access partners +configuration (title, tags, ...) + + +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/134/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 +======= + +Images +------ + +* Odoo Community Association: `Icon `_. + +Contributors +------------ + +* Denis Roussel + +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/partner_contact_configuration/__init__.py b/partner_contact_configuration/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/partner_contact_configuration/__manifest__.py b/partner_contact_configuration/__manifest__.py new file mode 100644 index 000000000..75cdd1135 --- /dev/null +++ b/partner_contact_configuration/__manifest__.py @@ -0,0 +1,21 @@ +# -*- coding: utf-8 -*- +# Copyright 2017 ACSONE SA/NV +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +{ + 'name': 'Partner Contact Configuration', + 'summary': """ + Adds menu configuration access through the 'contacts' module main menu + """, + 'version': '12.0.1.0.0', + 'license': 'AGPL-3', + 'author': 'ACSONE SA/NV,Odoo Community Association (OCA)', + 'website': 'https://acsone.eu', + 'depends': ['base', + 'contacts' + ], + 'data': ['views/partner_contact.xml' + ], + 'demo': [ + ], +} diff --git a/partner_contact_configuration/i18n/cs_CZ.po b/partner_contact_configuration/i18n/cs_CZ.po new file mode 100644 index 000000000..f30e8524a --- /dev/null +++ b/partner_contact_configuration/i18n/cs_CZ.po @@ -0,0 +1,35 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * partner_contact_configuration +# +# Translators: +# Lukáš Spurný , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-21 03:58+0000\n" +"PO-Revision-Date: 2018-02-21 03:58+0000\n" +"Last-Translator: Lukáš Spurný , 2018\n" +"Language-Team: Czech (Czech Republic) (https://www.transifex.com/oca/" +"teams/23907/cs_CZ/)\n" +"Language: cs_CZ\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +#. module: partner_contact_configuration +#: model:ir.ui.menu,name:partner_contact_configuration.menu_partner_contacts_category_form +msgid "Contact Tags" +msgstr "Kontaktní značky" + +#. module: partner_contact_configuration +#: model:ir.ui.menu,name:partner_contact_configuration.menu_partner_contacts_title_contact +msgid "Contact Titles" +msgstr "Kontaktovat tituly" + +#. module: partner_contact_configuration +#: model:ir.ui.menu,name:partner_contact_configuration.menu_config_contacts +msgid "Contacts" +msgstr "Kontakty" diff --git a/partner_contact_configuration/i18n/es.po b/partner_contact_configuration/i18n/es.po new file mode 100644 index 000000000..ae00fd783 --- /dev/null +++ b/partner_contact_configuration/i18n/es.po @@ -0,0 +1,34 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * partner_contact_configuration +# +# Translators: +# Fernando Lara , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-02-17 01:36+0000\n" +"PO-Revision-Date: 2017-02-17 01:36+0000\n" +"Last-Translator: Fernando Lara , 2017\n" +"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n" +"Language: es\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: partner_contact_configuration +#: model:ir.ui.menu,name:partner_contact_configuration.menu_partner_contacts_category_form +msgid "Contact Tags" +msgstr "Etiquetas de contacto" + +#. module: partner_contact_configuration +#: model:ir.ui.menu,name:partner_contact_configuration.menu_partner_contacts_title_contact +msgid "Contact Titles" +msgstr "Titulos de contacto" + +#. module: partner_contact_configuration +#: model:ir.ui.menu,name:partner_contact_configuration.menu_config_contacts +msgid "Contacts" +msgstr "Contactos" diff --git a/partner_contact_configuration/i18n/fr.po b/partner_contact_configuration/i18n/fr.po new file mode 100644 index 000000000..524fd1ec9 --- /dev/null +++ b/partner_contact_configuration/i18n/fr.po @@ -0,0 +1,34 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * partner_contact_configuration +# +# Translators: +# leemannd , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-10 03:39+0000\n" +"PO-Revision-Date: 2017-03-10 03:39+0000\n" +"Last-Translator: leemannd , 2017\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: partner_contact_configuration +#: model:ir.ui.menu,name:partner_contact_configuration.menu_partner_contacts_category_form +msgid "Contact Tags" +msgstr "Tags du Contact" + +#. module: partner_contact_configuration +#: model:ir.ui.menu,name:partner_contact_configuration.menu_partner_contacts_title_contact +msgid "Contact Titles" +msgstr "Titres du Contact" + +#. module: partner_contact_configuration +#: model:ir.ui.menu,name:partner_contact_configuration.menu_config_contacts +msgid "Contacts" +msgstr "Contacts" diff --git a/partner_contact_configuration/i18n/hr.po b/partner_contact_configuration/i18n/hr.po new file mode 100644 index 000000000..38c730cde --- /dev/null +++ b/partner_contact_configuration/i18n/hr.po @@ -0,0 +1,35 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * partner_contact_configuration +# +# Translators: +# Bole , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-21 03:58+0000\n" +"PO-Revision-Date: 2018-02-21 03:58+0000\n" +"Last-Translator: Bole , 2018\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: partner_contact_configuration +#: model:ir.ui.menu,name:partner_contact_configuration.menu_partner_contacts_category_form +msgid "Contact Tags" +msgstr "Oznake kontakata" + +#. module: partner_contact_configuration +#: model:ir.ui.menu,name:partner_contact_configuration.menu_partner_contacts_title_contact +msgid "Contact Titles" +msgstr "Titule kontakata" + +#. module: partner_contact_configuration +#: model:ir.ui.menu,name:partner_contact_configuration.menu_config_contacts +msgid "Contacts" +msgstr "Kontakti" diff --git a/partner_contact_configuration/i18n/hr_HR.po b/partner_contact_configuration/i18n/hr_HR.po new file mode 100644 index 000000000..481efe0f0 --- /dev/null +++ b/partner_contact_configuration/i18n/hr_HR.po @@ -0,0 +1,36 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * partner_contact_configuration +# +# Translators: +# Bole , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-26 15:32+0000\n" +"PO-Revision-Date: 2017-12-26 15:32+0000\n" +"Last-Translator: Bole , 2017\n" +"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/" +"hr_HR/)\n" +"Language: hr_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: partner_contact_configuration +#: model:ir.ui.menu,name:partner_contact_configuration.menu_partner_contacts_category_form +msgid "Contact Tags" +msgstr "Tagovi kontakata" + +#. module: partner_contact_configuration +#: model:ir.ui.menu,name:partner_contact_configuration.menu_partner_contacts_title_contact +msgid "Contact Titles" +msgstr "Titule kontakata" + +#. module: partner_contact_configuration +#: model:ir.ui.menu,name:partner_contact_configuration.menu_config_contacts +msgid "Contacts" +msgstr "Kontakti" diff --git a/partner_contact_configuration/i18n/partner_contact_configuration.pot b/partner_contact_configuration/i18n/partner_contact_configuration.pot new file mode 100644 index 000000000..9aa9d458d --- /dev/null +++ b/partner_contact_configuration/i18n/partner_contact_configuration.pot @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * partner_contact_configuration +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.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: partner_contact_configuration +#: model:ir.ui.menu,name:partner_contact_configuration.menu_partner_contacts_category_form +msgid "Contact Tags" +msgstr "" + +#. module: partner_contact_configuration +#: model:ir.ui.menu,name:partner_contact_configuration.menu_partner_contacts_title_contact +msgid "Contact Titles" +msgstr "" + +#. module: partner_contact_configuration +#: model:ir.ui.menu,name:partner_contact_configuration.menu_config_contacts +msgid "Contacts" +msgstr "" + diff --git a/partner_contact_configuration/static/description/icon.png b/partner_contact_configuration/static/description/icon.png new file mode 100644 index 000000000..3a0328b51 Binary files /dev/null and b/partner_contact_configuration/static/description/icon.png differ diff --git a/partner_contact_configuration/views/partner_contact.xml b/partner_contact_configuration/views/partner_contact.xml new file mode 100644 index 000000000..c4237d3e0 --- /dev/null +++ b/partner_contact_configuration/views/partner_contact.xml @@ -0,0 +1,24 @@ + + + + + + + + +