diff --git a/portal_partner_select_all/README.rst b/portal_partner_select_all/README.rst index 5b89c0b46..2fda75293 100644 --- a/portal_partner_select_all/README.rst +++ b/portal_partner_select_all/README.rst @@ -14,13 +14,13 @@ Portal Partner Select All :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/12.0/portal_partner_select_all + :target: https://github.com/OCA/partner-contact/tree/13.0/portal_partner_select_all :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-12-0/partner-contact-12-0-portal_partner_select_all + :target: https://translation.odoo-community.org/projects/partner-contact-13-0/partner-contact-13-0-portal_partner_select_all :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/12.0 + :target: https://runbot.odoo-community.org/runbot/134/13.0 :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| |badge5| @@ -53,7 +53,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. @@ -85,6 +85,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/portal_partner_select_all/__manifest__.py b/portal_partner_select_all/__manifest__.py index 911cec526..2bba926f9 100644 --- a/portal_partner_select_all/__manifest__.py +++ b/portal_partner_select_all/__manifest__.py @@ -2,12 +2,12 @@ # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). { "name": "Portal Partner Select All", - "version": "12.0.1.0.2", + "version": "13.0.1.0.0", "category": "Custom", - "author": "Tecnativa," "Odoo Community Association (OCA)", + "author": "Tecnativa, Odoo Community Association (OCA)", "website": "https://www.github.com/OCA/partner-contact", "license": "AGPL-3", - "depends": ["portal",], - "data": ["wizard/portal_wizard.xml",], + "depends": ["portal"], + "data": ["wizard/portal_wizard.xml"], "installable": True, } diff --git a/portal_partner_select_all/i18n/portal_partner_select_all.pot b/portal_partner_select_all/i18n/portal_partner_select_all.pot index 452d1fbd4..f68d41b6f 100644 --- a/portal_partner_select_all/i18n/portal_partner_select_all.pot +++ b/portal_partner_select_all/i18n/portal_partner_select_all.pot @@ -15,7 +15,7 @@ msgstr "" #. module: portal_partner_select_all #: model_terms:ir.ui.view,arch_db:portal_partner_select_all.portal_wizard -msgid " You're about to invite to portal all the contacts list below." +msgid " You're about to invite all contacts listed below to the portal." msgstr "" #. module: portal_partner_select_all @@ -28,4 +28,3 @@ msgstr "" #: model_terms:ir.ui.view,arch_db:portal_partner_select_all.portal_wizard msgid "Invite all the contacts" msgstr "" - diff --git a/portal_partner_select_all/static/description/index.html b/portal_partner_select_all/static/description/index.html index 788cd0631..494547fbe 100644 --- a/portal_partner_select_all/static/description/index.html +++ b/portal_partner_select_all/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Beta License: AGPL-3 OCA/partner-contact Translate me on Weblate Try me on Runbot

+

Beta License: AGPL-3 OCA/partner-contact Translate me on Weblate Try me on Runbot

When a user wants invite a lot of customers to the portal it can be a pain to select them all one by one.

This module adds a helper in the wizard to toggle between all selected and only @@ -402,7 +402,7 @@ list.

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.

@@ -429,7 +429,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome

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/portal_partner_select_all/wizard/portal_wizard.xml b/portal_partner_select_all/wizard/portal_wizard.xml index 02d1dc168..a1e0503b1 100644 --- a/portal_partner_select_all/wizard/portal_wizard.xml +++ b/portal_partner_select_all/wizard/portal_wizard.xml @@ -15,7 +15,7 @@
You're about to invite to portal all the contacts list below. + /> You're about to invite all contacts listed below to the portal.