diff --git a/product_template_multi_link_date_span/README.rst b/product_template_multi_link_date_span/README.rst index 8bf203c956..d61a7a0c8e 100644 --- a/product_template_multi_link_date_span/README.rst +++ b/product_template_multi_link_date_span/README.rst @@ -17,19 +17,19 @@ Product Template Multi Link With Dates :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fe--commerce-lightgray.png?logo=github - :target: https://github.com/OCA/e-commerce/tree/14.0/product_template_multi_link_date_span + :target: https://github.com/OCA/e-commerce/tree/18.0/product_template_multi_link_date_span :alt: OCA/e-commerce .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/e-commerce-14-0/e-commerce-14-0-product_template_multi_link_date_span + :target: https://translation.odoo-community.org/projects/e-commerce-18-0/e-commerce-18-0-product_template_multi_link_date_span :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png - :target: https://runboat.odoo-community.org/builds?repo=OCA/e-commerce&target_branch=14.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/e-commerce&target_branch=18.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| -This module adds the possibility to set a start and end date on the links. -So links can be activated only for a certain period of time. +This module adds the possibility to set a start and end date on the +links. So links can be activated only for a certain period of time. **Table of contents** @@ -42,7 +42,7 @@ 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 `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -50,27 +50,30 @@ Credits ======= Authors -~~~~~~~ +------- * Camptocamp Contributors -~~~~~~~~~~~~ +------------ -* Thierry Ducrest -* Trobz - * Dung Tran -* Simone Orsi +- Thierry Ducrest + +- Trobz + + - Dung Tran + +- Simone Orsi Other credits -~~~~~~~~~~~~~ +------------- The development of this module has been financially supported by: -* Camptocamp +- Camptocamp Maintainers -~~~~~~~~~~~ +----------- This module is maintained by the OCA. @@ -82,6 +85,6 @@ 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. -This module is part of the `OCA/e-commerce `_ project on GitHub. +This module is part of the `OCA/e-commerce `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/product_template_multi_link_date_span/models/product_template_link.py b/product_template_multi_link_date_span/models/product_template_link.py index 24abd03893..7ad69328eb 100644 --- a/product_template_multi_link_date_span/models/product_template_link.py +++ b/product_template_multi_link_date_span/models/product_template_link.py @@ -7,7 +7,6 @@ class ProductTemplateLink(models.Model): - _inherit = "product.template.link" date_start = fields.Date("Start Date") diff --git a/product_template_multi_link_date_span/models/product_template_link_type.py b/product_template_multi_link_date_span/models/product_template_link_type.py index 47cad03e79..ebb5df8ed4 100644 --- a/product_template_multi_link_date_span/models/product_template_link_type.py +++ b/product_template_multi_link_date_span/models/product_template_link_type.py @@ -6,7 +6,6 @@ class ProductTemplateLinkType(models.Model): - _inherit = "product.template.link.type" limited_by_dates = fields.Boolean( diff --git a/product_template_multi_link_date_span/pyproject.toml b/product_template_multi_link_date_span/pyproject.toml new file mode 100644 index 0000000000..4231d0cccb --- /dev/null +++ b/product_template_multi_link_date_span/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/product_template_multi_link_date_span/readme/CONTRIBUTORS.md b/product_template_multi_link_date_span/readme/CONTRIBUTORS.md new file mode 100644 index 0000000000..db49081e9b --- /dev/null +++ b/product_template_multi_link_date_span/readme/CONTRIBUTORS.md @@ -0,0 +1,6 @@ +- Thierry Ducrest \<\> + +- Trobz + - Dung Tran \<\> + +- Simone Orsi \<\> diff --git a/product_template_multi_link_date_span/readme/CONTRIBUTORS.rst b/product_template_multi_link_date_span/readme/CONTRIBUTORS.rst deleted file mode 100644 index 72f3b1c5d4..0000000000 --- a/product_template_multi_link_date_span/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1,4 +0,0 @@ -* Thierry Ducrest -* Trobz - * Dung Tran -* Simone Orsi diff --git a/product_template_multi_link_date_span/readme/CREDITS.rst b/product_template_multi_link_date_span/readme/CREDITS.md similarity index 83% rename from product_template_multi_link_date_span/readme/CREDITS.rst rename to product_template_multi_link_date_span/readme/CREDITS.md index f5cc070c78..705d3b30ca 100644 --- a/product_template_multi_link_date_span/readme/CREDITS.rst +++ b/product_template_multi_link_date_span/readme/CREDITS.md @@ -1,3 +1,3 @@ The development of this module has been financially supported by: -* Camptocamp +- Camptocamp diff --git a/product_template_multi_link_date_span/readme/DESCRIPTION.md b/product_template_multi_link_date_span/readme/DESCRIPTION.md new file mode 100644 index 0000000000..52b3d4e913 --- /dev/null +++ b/product_template_multi_link_date_span/readme/DESCRIPTION.md @@ -0,0 +1,2 @@ +This module adds the possibility to set a start and end date on the +links. So links can be activated only for a certain period of time. diff --git a/product_template_multi_link_date_span/readme/DESCRIPTION.rst b/product_template_multi_link_date_span/readme/DESCRIPTION.rst deleted file mode 100644 index 45742f89c7..0000000000 --- a/product_template_multi_link_date_span/readme/DESCRIPTION.rst +++ /dev/null @@ -1,2 +0,0 @@ -This module adds the possibility to set a start and end date on the links. -So links can be activated only for a certain period of time. diff --git a/product_template_multi_link_date_span/static/description/index.html b/product_template_multi_link_date_span/static/description/index.html index 763772a1e3..f202258a47 100644 --- a/product_template_multi_link_date_span/static/description/index.html +++ b/product_template_multi_link_date_span/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 { @@ -369,9 +369,9 @@

Product Template Multi Link With Dates

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:9c0ab48c12c28ef8261692135cc20aff2d8b7a9082fb993027d6252a67d55dac !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Beta License: AGPL-3 OCA/e-commerce Translate me on Weblate Try me on Runboat

-

This module adds the possibility to set a start and end date on the links. -So links can be activated only for a certain period of time.

+

Beta License: AGPL-3 OCA/e-commerce Translate me on Weblate Try me on Runboat

+

This module adds the possibility to set a start and end date on the +links. So links can be activated only for a certain period of time.

Table of contents

    @@ -390,7 +390,7 @@

    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.

    +feedback.

    Do not contact contributors directly about support or help with technical issues.

@@ -405,13 +405,9 @@

Authors

Contributors

@@ -426,11 +422,13 @@

Other credits

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.

-

This module is part of the OCA/e-commerce project on GitHub.

+

This module is part of the OCA/e-commerce project on GitHub.

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