From 9ecb59e36191b67fcd1de28fda643cdcd22a5972 Mon Sep 17 00:00:00 2001 From: Jeroen Evens Date: Thu, 6 Dec 2018 14:34:55 +0100 Subject: [PATCH] [12.0-mig-base] [MIG] base_technical_features: Migration to 12.0 --- base_technical_features/__manifest__.py | 2 +- .../readme/CONTRIBUTORS.rst | 5 +++++ .../readme/DESCRIPTION.rst | 7 +++++++ base_technical_features/readme/USAGE.rst | 19 +++++++++++++++++++ 4 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 base_technical_features/readme/CONTRIBUTORS.rst create mode 100644 base_technical_features/readme/DESCRIPTION.rst create mode 100644 base_technical_features/readme/USAGE.rst diff --git a/base_technical_features/__manifest__.py b/base_technical_features/__manifest__.py index 603746d..3977673 100644 --- a/base_technical_features/__manifest__.py +++ b/base_technical_features/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Technical features group", "summary": "Access to technical features without activating debug mode", - "version": "11.0.1.0.0", + "version": "12.0.1.0.0", "category": "Usability", "website": "https://github.com/oca/server-ux", "author": "Opener B.V., Odoo Community Association (OCA)", diff --git a/base_technical_features/readme/CONTRIBUTORS.rst b/base_technical_features/readme/CONTRIBUTORS.rst new file mode 100644 index 0000000..ad42f4b --- /dev/null +++ b/base_technical_features/readme/CONTRIBUTORS.rst @@ -0,0 +1,5 @@ +Contributors +------------ + +* Stefan Rijnhart +* Jeroen Evens diff --git a/base_technical_features/readme/DESCRIPTION.rst b/base_technical_features/readme/DESCRIPTION.rst new file mode 100644 index 0000000..1018e7e --- /dev/null +++ b/base_technical_features/readme/DESCRIPTION.rst @@ -0,0 +1,7 @@ +========================================================== +Access to technical features without activating debug mode +========================================================== + +In Odoo 9.0 and later, the debug mode grants every employee user access to the +technical features. This module enables persistent access to technical features +based on user preference. \ No newline at end of file diff --git a/base_technical_features/readme/USAGE.rst b/base_technical_features/readme/USAGE.rst new file mode 100644 index 0000000..d53eafb --- /dev/null +++ b/base_technical_features/readme/USAGE.rst @@ -0,0 +1,19 @@ +Configuration +============= + +After installation of this module, every employee can still access technical +features for the applications that they have access to by enabling debug mode. +Additionally, users can check the *Technical feature* field in their +preferences to gain permanent access to the menus and views that fall under +this category. + +.. figure:: static/description/user_preferences.png + :alt: User preferences + +Upon installation of this module, this preference is already +set for the administrator user of the database. + +In the background, this preference is mapped to the *Technical feature (w/o +debug mode)* group that this module adds. As an administrator, you can +therefore manage this preference from the regular Users and Groups menu items. +f it's not unique. \ No newline at end of file