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 @@ + + + + + + + + + + + + +