Browse Source
[ADD] Added ported partner_contact_configuration module. No changes were needed
pull/687/head
[ADD] Added ported partner_contact_configuration module. No changes were needed
pull/687/head
11 changed files with 305 additions and 0 deletions
-
56partner_contact_configuration/README.rst
-
0partner_contact_configuration/__init__.py
-
21partner_contact_configuration/__manifest__.py
-
35partner_contact_configuration/i18n/cs_CZ.po
-
34partner_contact_configuration/i18n/es.po
-
34partner_contact_configuration/i18n/fr.po
-
35partner_contact_configuration/i18n/hr.po
-
36partner_contact_configuration/i18n/hr_HR.po
-
30partner_contact_configuration/i18n/partner_contact_configuration.pot
-
BINpartner_contact_configuration/static/description/icon.png
-
24partner_contact_configuration/views/partner_contact.xml
@ -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 |
||||
|
<https://github.com/OCA/partner-contact/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 <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_. |
||||
|
|
||||
|
Contributors |
||||
|
------------ |
||||
|
|
||||
|
* Denis Roussel <denis.roussel@acsone.eu> |
||||
|
|
||||
|
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. |
@ -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': [ |
||||
|
], |
||||
|
} |
@ -0,0 +1,35 @@ |
|||||
|
# Translation of Odoo Server. |
||||
|
# This file contains the translation of the following modules: |
||||
|
# * partner_contact_configuration |
||||
|
# |
||||
|
# Translators: |
||||
|
# Lukáš Spurný <lukasspurny8@gmail.com>, 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ý <lukasspurny8@gmail.com>, 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" |
@ -0,0 +1,34 @@ |
|||||
|
# Translation of Odoo Server. |
||||
|
# This file contains the translation of the following modules: |
||||
|
# * partner_contact_configuration |
||||
|
# |
||||
|
# Translators: |
||||
|
# Fernando Lara <gennesis45@gmail.com>, 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 <gennesis45@gmail.com>, 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" |
@ -0,0 +1,34 @@ |
|||||
|
# Translation of Odoo Server. |
||||
|
# This file contains the translation of the following modules: |
||||
|
# * partner_contact_configuration |
||||
|
# |
||||
|
# Translators: |
||||
|
# leemannd <denis.leemann@camptocamp.com>, 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 <denis.leemann@camptocamp.com>, 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" |
@ -0,0 +1,35 @@ |
|||||
|
# Translation of Odoo Server. |
||||
|
# This file contains the translation of the following modules: |
||||
|
# * partner_contact_configuration |
||||
|
# |
||||
|
# Translators: |
||||
|
# Bole <bole@dajmi5.com>, 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 <bole@dajmi5.com>, 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" |
@ -0,0 +1,36 @@ |
|||||
|
# Translation of Odoo Server. |
||||
|
# This file contains the translation of the following modules: |
||||
|
# * partner_contact_configuration |
||||
|
# |
||||
|
# Translators: |
||||
|
# Bole <bole@dajmi5.com>, 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 <bole@dajmi5.com>, 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" |
@ -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 "" |
||||
|
|
After Width: 128 | Height: 128 | Size: 9.2 KiB |
@ -0,0 +1,24 @@ |
|||||
|
<?xml version="1.0" encoding="utf-8"?> |
||||
|
<!-- Copyright 2016 ACSONE SA/NV |
||||
|
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). --> |
||||
|
<odoo> |
||||
|
<menuitem id="menu_config_contacts" |
||||
|
parent="contacts.menu_contacts" |
||||
|
name="Contacts" |
||||
|
sequence="4" |
||||
|
groups="base.group_system"/> |
||||
|
|
||||
|
<menuitem action="base.action_partner_category_form" |
||||
|
id="menu_partner_contacts_category_form" |
||||
|
name="Contact Tags" |
||||
|
sequence="1" |
||||
|
parent="menu_config_contacts" |
||||
|
groups="base.group_no_one"/> |
||||
|
|
||||
|
<menuitem action="base.action_partner_title_contact" |
||||
|
id="menu_partner_contacts_title_contact" |
||||
|
name="Contact Titles" |
||||
|
parent="menu_config_contacts" |
||||
|
sequence="3" |
||||
|
groups="base.group_no_one"/> |
||||
|
</odoo> |
Write
Preview
Loading…
Cancel
Save
Reference in new issue