From 13833f07c5f1b8e87bd11f89f72a49d085cd351c Mon Sep 17 00:00:00 2001 From: tarteo Date: Tue, 2 Oct 2018 16:01:56 +0200 Subject: [PATCH] [MIG] web_disable_export_group: Migration to 12.0 [IMP] Automatically add root and admin to group [FIX] Website in manifest --- web_disable_export_group/README.rst | 10 +++++----- web_disable_export_group/__manifest__.py | 4 ++-- .../i18n/web_disable_export_group.pot | 4 ++-- web_disable_export_group/security/groups.xml | 1 + web_disable_export_group/static/description/index.html | 6 +++--- 5 files changed, 13 insertions(+), 12 deletions(-) diff --git a/web_disable_export_group/README.rst b/web_disable_export_group/README.rst index 374c44c23..dbafd0dab 100644 --- a/web_disable_export_group/README.rst +++ b/web_disable_export_group/README.rst @@ -14,13 +14,13 @@ Web Disable Export Group :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github - :target: https://github.com/OCA/web/tree/11.0/web_disable_export_group + :target: https://github.com/OCA/web/tree/12.0/web_disable_export_group :alt: OCA/web .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/web-11-0/web-11-0-web_disable_export_group + :target: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_disable_export_group :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png - :target: https://runbot.odoo-community.org/runbot/162/11.0 + :target: https://runbot.odoo-community.org/runbot/162/12.0 :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| |badge5| @@ -55,7 +55,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. @@ -93,6 +93,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/web `_ project on GitHub. +This module is part of the `OCA/web `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/web_disable_export_group/__manifest__.py b/web_disable_export_group/__manifest__.py index 1a9f0c36a..c26d7021d 100644 --- a/web_disable_export_group/__manifest__.py +++ b/web_disable_export_group/__manifest__.py @@ -3,12 +3,12 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { 'name': 'Web Disable Export Group', - 'version': '11.0.1.0.0', + 'version': '12.0.1.0.0', 'license': 'AGPL-3', 'author': 'Onestein, ' 'Tecnativa, ' 'Odoo Community Association (OCA)', - 'website': 'http://www.github.com/OCA/web', + 'website': 'https://github.com/OCA/web', 'category': 'Web', 'depends': [ 'web', diff --git a/web_disable_export_group/i18n/web_disable_export_group.pot b/web_disable_export_group/i18n/web_disable_export_group.pot index d588f0655..8fb6a85ed 100644 --- a/web_disable_export_group/i18n/web_disable_export_group.pot +++ b/web_disable_export_group/i18n/web_disable_export_group.pot @@ -4,7 +4,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 11.0\n" +"Project-Id-Version: Odoo Server 12.0\n" "Report-Msgid-Bugs-To: \n" "Last-Translator: <>\n" "Language-Team: \n" @@ -27,6 +27,6 @@ msgstr "" #. module: web_disable_export_group #: model:ir.model,name:web_disable_export_group.model_ir_http -msgid "HTTP routing" +msgid "HTTP Routing" msgstr "" diff --git a/web_disable_export_group/security/groups.xml b/web_disable_export_group/security/groups.xml index b5e0d6528..029d8e693 100644 --- a/web_disable_export_group/security/groups.xml +++ b/web_disable_export_group/security/groups.xml @@ -5,6 +5,7 @@ Export Data + diff --git a/web_disable_export_group/static/description/index.html b/web_disable_export_group/static/description/index.html index 574d74582..15a9f1743 100644 --- a/web_disable_export_group/static/description/index.html +++ b/web_disable_export_group/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/web Translate me on Weblate Try me on Runbot

+

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

In the standard Odoo the UI option ‘Export’ that is present in the ‘Action’ menu of any list view is always enabled (for every user).

This module makes the option ‘Export’ enabled only for the users that belong @@ -401,7 +401,7 @@ make use of the option ‘Export’.

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.

@@ -434,7 +434,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/web project on GitHub.

+

This module is part of the OCA/web project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.