From 6b05ecc0ba3bf5452ef8b252ed97950487a096bc Mon Sep 17 00:00:00 2001 From: Github GRAP Bot Date: Mon, 7 Oct 2024 10:36:57 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 3 +- grap_change_access/README.rst | 14 ++++++- grap_change_access/__manifest__.py | 2 +- grap_change_views_crm/README.rst | 60 +++++++++++++++++++++++++++ grap_change_views_crm/__manifest__.py | 2 +- 5 files changed, 77 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f36cc3be..3c2dcdc0 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Available addons ---------------- addon | version | maintainers | summary --- | --- | --- | --- -[grap_change_access](grap_change_access/) | 12.0.1.0.18 | | Add new groups for specific models and change accesses for a number of models. +[grap_change_access](grap_change_access/) | 12.0.1.1.0 | | Add new groups for specific models and change accesses for a number of models. [grap_change_base_product_mass_addition](grap_change_base_product_mass_addition/) | 12.0.0.1.4 | | Fix slow call to odoo.tests.Form, used in base_product_mass_addition, for purchase_quick module [grap_change_data](grap_change_data/) | 12.0.1.0.9 | | GRAP - Change Data [grap_change_default](grap_change_default/) | 12.0.1.1.4 | | GRAP - Change Default @@ -33,6 +33,7 @@ addon | version | maintainers | summary [grap_change_views_account](grap_change_views_account/) | 12.0.1.1.15 | | GRAP - Change Views Account [grap_change_views_base](grap_change_views_base/) | 12.0.0.1.5 | | GRAP - Change Base Views [grap_change_views_calendar](grap_change_views_calendar/) | 12.0.1.0.3 | | GRAP - Change Calendar Views +[grap_change_views_crm](grap_change_views_crm/) | 12.0.1.1.0 | | GRAP - Change CRM Views [grap_change_views_mail](grap_change_views_mail/) | 12.0.1.1.2 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | GRAP - Change Mail Views [grap_change_views_mrp](grap_change_views_mrp/) | 12.0.1.3.2 | | GRAP - Change Views MRP [grap_change_views_partner](grap_change_views_partner/) | 12.0.0.0.20 | | GRAP - Change Partner Views diff --git a/grap_change_access/README.rst b/grap_change_access/README.rst index 391d2e19..9a7e577d 100644 --- a/grap_change_access/README.rst +++ b/grap_change_access/README.rst @@ -7,7 +7,7 @@ GRAP - Change Accesses !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:6802c27c363e96bab4a0d7b229b91644c18295b889cfa0e7da775bb8b353d03e + !! source digest: sha256:f262adfa7b5e89376b9b2bd82c7e74dcda3602c9ee1c5882595b70dbcb8c4017 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -47,6 +47,18 @@ Changes access to certains models -> full access on ``product.supplierinfo``. +* **CRM / User: Own Documents** (``crm.crm_security_group``) + +-> full access on ``crm.stage``. +-> full access on ``crm.tag``. +-> full access on ``crm.lost.reason``. + +* **Project / User** (``project``) + +-> full access on ``project.project``. +-> full access on ``project.task.type``. +-> full access on ``project.tags``. + New Groups ---------- diff --git a/grap_change_access/__manifest__.py b/grap_change_access/__manifest__.py index 08788b88..8b389ad0 100644 --- a/grap_change_access/__manifest__.py +++ b/grap_change_access/__manifest__.py @@ -4,7 +4,7 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { "name": "GRAP - Change Accesses", - "version": "12.0.1.0.18", + "version": "12.0.1.1.0", "summary": "Add new groups for specific models" " and change accesses for a number of models.", "category": "GRAP - Custom", diff --git a/grap_change_views_crm/README.rst b/grap_change_views_crm/README.rst index e69de29b..84abdd31 100644 --- a/grap_change_views_crm/README.rst +++ b/grap_change_views_crm/README.rst @@ -0,0 +1,60 @@ +======================= +GRAP - Change CRM Views +======================= + +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:900187e08f7cc14e93790c7738c1ba937d40b951f4fae544d3dafbf81a3a067a + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png + :target: https://odoo-community.org/page/development-status + :alt: Beta +.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 +.. |badge3| image:: https://img.shields.io/badge/github-grap%2Fgrap--odoo--custom-lightgray.png?logo=github + :target: https://github.com/grap/grap-odoo-custom/tree/12.0/grap_change_views_crm + :alt: grap/grap-odoo-custom + +|badge1| |badge2| |badge3| + +Change default views for ``crm`` modules. + +**Table of contents** + +.. contents:: + :local: + +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 to smash it by providing a detailed and welcomed +`feedback `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +~~~~~~~ + +* GRAP + +Contributors +~~~~~~~~~~~~ + +* Quentin Dupont (quentin.dupont@grap.coop) + +Maintainers +~~~~~~~~~~~ + +This module is part of the `grap/grap-odoo-custom `_ project on GitHub. + +You are welcome to contribute. diff --git a/grap_change_views_crm/__manifest__.py b/grap_change_views_crm/__manifest__.py index aaa3bae0..d11f9c09 100644 --- a/grap_change_views_crm/__manifest__.py +++ b/grap_change_views_crm/__manifest__.py @@ -4,7 +4,7 @@ { "name": "GRAP - Change CRM Views", - "version": "12.0.1.0.0", + "version": "12.0.1.1.0", "category": "GRAP - Custom", "author": "GRAP", "website": "https://github.com/grap/grap-odoo-custom",