diff --git a/partner_deduplicate_acl/README.rst b/partner_deduplicate_acl/README.rst index a58a58fe0..8622afe99 100644 --- a/partner_deduplicate_acl/README.rst +++ b/partner_deduplicate_acl/README.rst @@ -14,13 +14,13 @@ Deduplicate Contacts ACL :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fpartner--contact-lightgray.png?logo=github - :target: https://github.com/OCA/partner-contact/tree/13.0/partner_deduplicate_acl + :target: https://github.com/OCA/partner-contact/tree/14.0/partner_deduplicate_acl :alt: OCA/partner-contact .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/partner-contact-13-0/partner-contact-13-0-partner_deduplicate_acl + :target: https://translation.odoo-community.org/projects/partner-contact-14-0/partner-contact-14-0-partner_deduplicate_acl :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png - :target: https://runbot.odoo-community.org/runbot/134/13.0 + :target: https://runbot.odoo-community.org/runbot/134/14.0 :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| |badge5| @@ -74,7 +74,7 @@ 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 `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -89,12 +89,17 @@ Authors Contributors ~~~~~~~~~~~~ -* Rafael Blasco -* Jairo Llopis -* Vicent Cubells -* Pedro M. Baeza -* Luis M. Ontalba -* Victor M.M. Torres +* `Tecnativa `_: + + * Rafael Blasco + * Jairo Llopis + * Vicent Cubells + * Pedro M. Baeza + * Luis M. Ontalba + * Victor M.M. Torres + * Carlos Roca + * João Marques + * Kevin Khao Maintainers @@ -110,6 +115,6 @@ 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/partner-contact `_ project on GitHub. +This module is part of the `OCA/partner-contact `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/partner_deduplicate_acl/__manifest__.py b/partner_deduplicate_acl/__manifest__.py index 3c904d21f..3f20af739 100644 --- a/partner_deduplicate_acl/__manifest__.py +++ b/partner_deduplicate_acl/__manifest__.py @@ -7,16 +7,17 @@ { "name": "Deduplicate Contacts ACL", "summary": "Contact deduplication with fine-grained permission control", - "version": "13.0.1.0.0", + "version": "14.0.1.0.0", "category": "Tools", "website": "https://github.com/OCA/partner-contact", - "author": "Tecnativa, " "Odoo Community Association (OCA)", + "author": "Tecnativa, Odoo Community Association (OCA)", "license": "AGPL-3", "application": False, "installable": True, "depends": ["contacts"], "data": [ "security/partner_deduplicate_acl_security.xml", + "security/ir.model.access.csv", "wizards/partner_merge_view.xml", "views/base_partner_merge_view.xml", ], diff --git a/partner_deduplicate_acl/i18n/de.po b/partner_deduplicate_acl/i18n/de.po index 3f030dd2f..9ccb3285c 100644 --- a/partner_deduplicate_acl/i18n/de.po +++ b/partner_deduplicate_acl/i18n/de.po @@ -49,9 +49,3 @@ msgstr "Werkzeuge" #: model:res.groups,name:partner_deduplicate_acl.group_unrestricted msgid "Without restrictions" msgstr "Ohne Beschränkungen" - -#~ msgid "Contact" -#~ msgstr "Kontakt" - -#~ msgid "base.partner.merge.automatic.wizard" -#~ msgstr "base.partner.merge.automatic.wizard" diff --git a/partner_deduplicate_acl/i18n/es.po b/partner_deduplicate_acl/i18n/es.po index 6e15479aa..912823941 100644 --- a/partner_deduplicate_acl/i18n/es.po +++ b/partner_deduplicate_acl/i18n/es.po @@ -49,9 +49,3 @@ msgstr "Herramientas" #: model:res.groups,name:partner_deduplicate_acl.group_unrestricted msgid "Without restrictions" msgstr "Sin restricciones" - -#~ msgid "Contact" -#~ msgstr "Contacto" - -#~ msgid "base.partner.merge.automatic.wizard" -#~ msgstr "base.partner.merge.automatic.wizard" diff --git a/partner_deduplicate_acl/i18n/hr.po b/partner_deduplicate_acl/i18n/hr.po index c62dc3ffe..5bce3f38b 100644 --- a/partner_deduplicate_acl/i18n/hr.po +++ b/partner_deduplicate_acl/i18n/hr.po @@ -49,6 +49,3 @@ msgstr "Alati" #: model:res.groups,name:partner_deduplicate_acl.group_unrestricted msgid "Without restrictions" msgstr "Bez ograničenja" - -#~ msgid "base.partner.merge.automatic.wizard" -#~ msgstr "base.partner.merge.automatic.wizard" diff --git a/partner_deduplicate_acl/i18n/nl_NL.po b/partner_deduplicate_acl/i18n/nl_NL.po index ece221823..aec074249 100644 --- a/partner_deduplicate_acl/i18n/nl_NL.po +++ b/partner_deduplicate_acl/i18n/nl_NL.po @@ -49,6 +49,3 @@ msgstr "" #: model:res.groups,name:partner_deduplicate_acl.group_unrestricted msgid "Without restrictions" msgstr "Zonder beperkingen" - -#~ msgid "base.partner.merge.automatic.wizard" -#~ msgstr "base.partner.merge.automatic.wizard" diff --git a/partner_deduplicate_acl/i18n/pt_BR.po b/partner_deduplicate_acl/i18n/pt_BR.po index 5d4ef0c19..94e1a87ad 100644 --- a/partner_deduplicate_acl/i18n/pt_BR.po +++ b/partner_deduplicate_acl/i18n/pt_BR.po @@ -51,6 +51,3 @@ msgstr "Ferramentas" #: model:res.groups,name:partner_deduplicate_acl.group_unrestricted msgid "Without restrictions" msgstr "Sem restrições" - -#~ msgid "Contact" -#~ msgstr "Contato" diff --git a/partner_deduplicate_acl/i18n/sk.po b/partner_deduplicate_acl/i18n/sk.po index 2e5de4ff9..19d25c654 100644 --- a/partner_deduplicate_acl/i18n/sk.po +++ b/partner_deduplicate_acl/i18n/sk.po @@ -48,6 +48,3 @@ msgstr "Nástroje" #: model:res.groups,name:partner_deduplicate_acl.group_unrestricted msgid "Without restrictions" msgstr "Bez obmedzení" - -#~ msgid "base.partner.merge.automatic.wizard" -#~ msgstr "base.partner.merge.automatic.wizard" diff --git a/partner_deduplicate_acl/i18n/tr.po b/partner_deduplicate_acl/i18n/tr.po index 8bfc35225..ee452c001 100644 --- a/partner_deduplicate_acl/i18n/tr.po +++ b/partner_deduplicate_acl/i18n/tr.po @@ -48,6 +48,3 @@ msgstr "Araçlar" #: model:res.groups,name:partner_deduplicate_acl.group_unrestricted msgid "Without restrictions" msgstr "Kısıtlama olmaksızın" - -#~ msgid "base.partner.merge.automatic.wizard" -#~ msgstr "base.partner.merge.automatic.wizard" diff --git a/partner_deduplicate_acl/readme/CONTRIBUTORS.rst b/partner_deduplicate_acl/readme/CONTRIBUTORS.rst index 9daccede0..8afff9217 100644 --- a/partner_deduplicate_acl/readme/CONTRIBUTORS.rst +++ b/partner_deduplicate_acl/readme/CONTRIBUTORS.rst @@ -1,7 +1,12 @@ -* Rafael Blasco -* Jairo Llopis -* Vicent Cubells -* Pedro M. Baeza -* Luis M. Ontalba -* Victor M.M. Torres +* `Tecnativa `_: + + * Rafael Blasco + * Jairo Llopis + * Vicent Cubells + * Pedro M. Baeza + * Luis M. Ontalba + * Victor M.M. Torres + * Carlos Roca + * João Marques + * Kevin Khao diff --git a/partner_deduplicate_acl/security/ir.model.access.csv b/partner_deduplicate_acl/security/ir.model.access.csv new file mode 100644 index 000000000..66cac0c0d --- /dev/null +++ b/partner_deduplicate_acl/security/ir.model.access.csv @@ -0,0 +1,6 @@ +"id","name","model_id:id","group_id:id","perm_read","perm_write","perm_create","perm_unlink" +"access_base_partner_merge_line_unrestricted","access.base.partner.merge.line.unrestricted","base.model_base_partner_merge_line","partner_deduplicate_acl.group_unrestricted",1,1,1,1 +"access_base_partner_merge_line_automatically","access.base.partner.merge.line.automatically","base.model_base_partner_merge_line","partner_deduplicate_acl.group_automatically",1,1,1,1 +"access_base_partner_merge_line_manually","access.base.partner.merge.line.manually","base.model_base_partner_merge_line","partner_deduplicate_acl.group_manually",1,1,1,0 +"access_base_partner_merge_automatic_wizard_unrestricted","access.base.partner.merge.automatic.wizard.unrestricted","base.model_base_partner_merge_automatic_wizard","partner_deduplicate_acl.group_unrestricted",1,1,1,0 +"access_base_partner_merge_automatic_wizard_automatically","access.base.partner.merge.automatic.wizard.automatically","base.model_base_partner_merge_automatic_wizard","partner_deduplicate_acl.group_automatically",1,1,1,0 diff --git a/partner_deduplicate_acl/security/partner_deduplicate_acl_security.xml b/partner_deduplicate_acl/security/partner_deduplicate_acl_security.xml index b22261a0f..f706ea6af 100644 --- a/partner_deduplicate_acl/security/partner_deduplicate_acl_security.xml +++ b/partner_deduplicate_acl/security/partner_deduplicate_acl_security.xml @@ -1,6 +1,6 @@ - diff --git a/partner_deduplicate_acl/static/description/index.html b/partner_deduplicate_acl/static/description/index.html index a76b21070..7f8f26389 100644 --- a/partner_deduplicate_acl/static/description/index.html +++ b/partner_deduplicate_acl/static/description/index.html @@ -3,7 +3,7 @@ - + Deduplicate Contacts ACL