From 8adcee35c43867836ed1b5f92c8d981d8d604530 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Mart=C3=ADnez?= Date: Tue, 17 May 2022 13:16:14 +0200 Subject: [PATCH] [mig] rma_sale_mrp: Migration to 14.0 --- rma_sale_mrp/README.rst | 10 +- rma_sale_mrp/__manifest__.py | 3 +- rma_sale_mrp/security/ir.model.access.csv | 2 + rma_sale_mrp/static/description/index.html | 8 +- rma_sale_mrp/tests/test_rma_sale_mrp.py | 10 +- rma_sale_mrp/views/report_rma.xml | 140 ++++++++++----------- 6 files changed, 88 insertions(+), 85 deletions(-) create mode 100644 rma_sale_mrp/security/ir.model.access.csv diff --git a/rma_sale_mrp/README.rst b/rma_sale_mrp/README.rst index 2356c86e..0ee1b502 100644 --- a/rma_sale_mrp/README.rst +++ b/rma_sale_mrp/README.rst @@ -14,13 +14,13 @@ Return Merchandise Authorization Management - Link with MRP Kits :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Frma-lightgray.png?logo=github - :target: https://github.com/OCA/rma/tree/13.0/rma_sale_mrp + :target: https://github.com/OCA/rma/tree/14.0/rma_sale_mrp :alt: OCA/rma .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/rma-13-0/rma-13-0-rma_sale_mrp + :target: https://translation.odoo-community.org/projects/rma-14-0/rma-14-0-rma_sale_mrp :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png - :target: https://runbot.odoo-community.org/runbot/145/13.0 + :target: https://runbot.odoo-community.org/runbot/145/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. @@ -114,6 +114,6 @@ Current `maintainer `__: |maintainer-chienandalu| -This module is part of the `OCA/rma `_ project on GitHub. +This module is part of the `OCA/rma `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/rma_sale_mrp/__manifest__.py b/rma_sale_mrp/__manifest__.py index d6af18dd..9d22d5ff 100644 --- a/rma_sale_mrp/__manifest__.py +++ b/rma_sale_mrp/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Return Merchandise Authorization Management - Link with MRP Kits", "summary": "Allow doing RMAs from MRP kits", - "version": "13.0.2.0.1", + "version": "14.0.1.0.0", "development_status": "Beta", "category": "RMA", "website": "https://github.com/OCA/rma", @@ -12,6 +12,7 @@ "license": "AGPL-3", "depends": ["rma_sale", "mrp"], "data": [ + "security/ir.model.access.csv", "views/sale_order_portal_template.xml", "views/rma_views.xml", "views/report_rma.xml", diff --git a/rma_sale_mrp/security/ir.model.access.csv b/rma_sale_mrp/security/ir.model.access.csv new file mode 100644 index 00000000..cf6cb56c --- /dev/null +++ b/rma_sale_mrp/security/ir.model.access.csv @@ -0,0 +1,2 @@ +id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink +access_sale_order_line_rma_wizard_component_user_all,sale.order.line.rma.wizard.component.user.all,model_sale_order_line_rma_wizard_component,rma.rma_group_user_all,1,1,1,1 diff --git a/rma_sale_mrp/static/description/index.html b/rma_sale_mrp/static/description/index.html index e87ce535..6872f70e 100644 --- a/rma_sale_mrp/static/description/index.html +++ b/rma_sale_mrp/static/description/index.html @@ -3,7 +3,7 @@ - + Return Merchandise Authorization Management - Link with MRP Kits