From 68b27ea637c4e99f4a15af8d3a562dbdea3269fa Mon Sep 17 00:00:00 2001 From: AaronHForgeFlow Date: Wed, 25 Oct 2023 17:18:25 +0200 Subject: [PATCH] [ADD] rma_account_readonly in v15 --- rma_account_readonly/README.rst | 30 +++++++++++++++++ rma_account_readonly/__init__.py | 0 rma_account_readonly/__manifest__.py | 15 +++++++++ rma_account_readonly/views/rma_menus.xml | 41 ++++++++++++++++++++++++ 4 files changed, 86 insertions(+) create mode 100644 rma_account_readonly/README.rst create mode 100644 rma_account_readonly/__init__.py create mode 100644 rma_account_readonly/__manifest__.py create mode 100644 rma_account_readonly/views/rma_menus.xml diff --git a/rma_account_readonly/README.rst b/rma_account_readonly/README.rst new file mode 100644 index 00000000..0a834fb1 --- /dev/null +++ b/rma_account_readonly/README.rst @@ -0,0 +1,30 @@ +.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg + :alt: License LGPL-3 + +==================== +RMA Account Readonly +==================== + +This module adds the RMA readonly group to the RMA account menus + +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. + +Credits +======= + +Contributors +------------ + +* Aaron Henriquez + + +Maintainer +---------- + +This module is maintained by ForgeFlow diff --git a/rma_account_readonly/__init__.py b/rma_account_readonly/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/rma_account_readonly/__manifest__.py b/rma_account_readonly/__manifest__.py new file mode 100644 index 00000000..b3ee8616 --- /dev/null +++ b/rma_account_readonly/__manifest__.py @@ -0,0 +1,15 @@ +{ + "name": "RMA Account Readonly", + "version": "15.0.1.0.0", + "license": "LGPL-3", + "category": "RMA", + "summary": "RMA account readonly access", + "author": "ForgeFlow", + "website": "https://github.com/ForgeFlow/stock-rma", + "depends": ["rma_account", "rma_readonly"], + "data": [ + "views/rma_menus.xml", + ], + "installable": True, + "auto_install": True, +} diff --git a/rma_account_readonly/views/rma_menus.xml b/rma_account_readonly/views/rma_menus.xml new file mode 100644 index 00000000..4287a7b9 --- /dev/null +++ b/rma_account_readonly/views/rma_menus.xml @@ -0,0 +1,41 @@ + + + + + + + + + + + + +