Maintainers
This module is maintained by the OCA.
- + + +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.
diff --git a/README.md b/README.md index 7d8d42c3..2bb095a5 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ addon | version | maintainers | summary --- | --- | --- | --- [agreement](agreement/) | 15.0.1.1.0 | [![ygol](https://github.com/ygol.png?size=30px)](https://github.com/ygol) [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Adds an agreement object [agreement_legal](agreement_legal/) | 15.0.1.1.0 | [![max3903](https://github.com/max3903.png?size=30px)](https://github.com/max3903) [![ygol](https://github.com/ygol.png?size=30px)](https://github.com/ygol) | Manage Agreements, LOI and Contracts -[agreement_rebate](agreement_rebate/) | 15.0.1.1.1 | | Rebate in agreements +[agreement_rebate](agreement_rebate/) | 15.0.1.1.2 | | Rebate in agreements [agreement_serviceprofile](agreement_serviceprofile/) | 15.0.1.0.0 | [![max3903](https://github.com/max3903.png?size=30px)](https://github.com/max3903) | Adds an Agreement Service Profile object [//]: # (end addons) diff --git a/agreement_rebate/README.rst b/agreement_rebate/README.rst index 7db2c674..673d99d9 100644 --- a/agreement_rebate/README.rst +++ b/agreement_rebate/README.rst @@ -7,7 +7,7 @@ Agreement Rebate !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:1bb225a2990de9f0d42264b2164c7589a28394d376adde1222eb45a8f32364f0 + !! source digest: sha256:7f01bd313e1a27417c639efae7e8ffb50de5becc6ebb444a80772232d425f46d !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/agreement_rebate/__manifest__.py b/agreement_rebate/__manifest__.py index 0787f02d..1a091de6 100644 --- a/agreement_rebate/__manifest__.py +++ b/agreement_rebate/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Agreement Rebate", "summary": "Rebate in agreements", - "version": "15.0.1.1.1", + "version": "15.0.1.1.2", "development_status": "Beta", "category": "Agreement", "website": "https://github.com/OCA/agreement", diff --git a/agreement_rebate/static/description/index.html b/agreement_rebate/static/description/index.html index af87ba1f..07a3e2a3 100644 --- a/agreement_rebate/static/description/index.html +++ b/agreement_rebate/static/description/index.html @@ -8,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. @@ -274,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 } @@ -300,7 +301,7 @@ span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -366,7 +367,7 @@
This module extends the functionality of agreement module to allow define @@ -457,7 +458,9 @@
This module is maintained by the OCA.
- + + +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.