diff --git a/mrp_bom_tag/README.rst b/mrp_bom_tag/README.rst index bb257c14e72..30b6fc261f3 100644 --- a/mrp_bom_tag/README.rst +++ b/mrp_bom_tag/README.rst @@ -81,6 +81,14 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. +.. |maintainer-quentinDupont| image:: https://github.com/quentinDupont.png?size=40px + :target: https://github.com/quentinDupont + :alt: quentinDupont + +Current `maintainer `__: + +|maintainer-quentinDupont| + This module is part of the `OCA/manufacture `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/mrp_bom_tag/__manifest__.py b/mrp_bom_tag/__manifest__.py index ae40e0da89a..dc368bfebd1 100644 --- a/mrp_bom_tag/__manifest__.py +++ b/mrp_bom_tag/__manifest__.py @@ -8,6 +8,7 @@ "version": "16.0.1.0.0", "category": "Manufacture", "author": "GRAP, , Odoo Community Association (OCA)", + "maintainers": ["quentinDupont"], "website": "https://github.com/OCA/manufacture", "license": "AGPL-3", "depends": [ diff --git a/mrp_bom_tag/security/ir.model.access.csv b/mrp_bom_tag/security/ir.model.access.csv index 7c3ff2635e2..6f3e2a9603b 100644 --- a/mrp_bom_tag/security/ir.model.access.csv +++ b/mrp_bom_tag/security/ir.model.access.csv @@ -1,3 +1,3 @@ id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink access_mrp_bom_tag,Bill Of Material Tag All,model_mrp_bom_tag,base.group_user,1,0,0,0 -access_mrp_bom_tag_manager,Bill Of Material Tag Manager,model_mrp_bom_tag,mrp.group_mrp_manager,1,1,1,1 +access_mrp_bom_tag_manager,Bill Of Material Tag Manager,model_mrp_bom_tag,mrp.group_mrp_user,1,1,1,1 diff --git a/mrp_bom_tag/static/description/index.html b/mrp_bom_tag/static/description/index.html index 22aab23e80f..947c207a173 100644 --- a/mrp_bom_tag/static/description/index.html +++ b/mrp_bom_tag/static/description/index.html @@ -1,4 +1,3 @@ - @@ -9,10 +8,11 @@ /* :Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $ +:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $ :Copyright: This stylesheet has been placed in the public domain. Default cascading style sheet for the HTML output of Docutils. +Despite the name, some widely supported CSS2 features are used. See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to customize this style sheet. @@ -275,7 +275,7 @@ margin-left: 2em ; margin-right: 2em } -pre.code .ln { color: grey; } /* line numbers */ +pre.code .ln { color: gray; } /* line numbers */ pre.code, code { background-color: #eeeeee } pre.code .comment, code .comment { color: #5C6576 } pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold } @@ -301,7 +301,7 @@ span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -420,10 +420,14 @@

Contributors

Maintainers

This module is maintained by the OCA.

-Odoo Community Association + +Odoo Community Association +

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

+

Current maintainer:

+

quentinDupont

This module is part of the OCA/manufacture project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.