From ae2c8bae8d09b2d5a5a296f92f1eab6ac3e4f744 Mon Sep 17 00:00:00 2001 From: Deriman-Alonso Date: Mon, 29 Apr 2024 13:28:09 +0100 Subject: [PATCH] [MIG] product_sale_description: Migration to 17.0 --- product_sale_description/README.rst | 23 +++++++++++-------- product_sale_description/__manifest__.py | 2 +- .../readme/CONTRIBUTORS.md | 3 +++ 3 files changed, 17 insertions(+), 11 deletions(-) create mode 100644 product_sale_description/readme/CONTRIBUTORS.md diff --git a/product_sale_description/README.rst b/product_sale_description/README.rst index f59fb1a8a610..372c43612498 100644 --- a/product_sale_description/README.rst +++ b/product_sale_description/README.rst @@ -7,7 +7,7 @@ Product Sale Description !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:74dcdfb09d6222d23eec7c9867278abf6557e25eeb7ffc30c3ab729877a458db + !! source digest: sha256:210504405efa24f00d825c9db12bd640cd3fceab88e864c77d6fc6af3b514c9f !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -17,13 +17,13 @@ Product Sale Description :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fproduct--attribute-lightgray.png?logo=github - :target: https://github.com/OCA/product-attribute/tree/16.0/product_sale_description + :target: https://github.com/OCA/product-attribute/tree/17.0/product_sale_description :alt: OCA/product-attribute .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/product-attribute-16-0/product-attribute-16-0-product_sale_description + :target: https://translation.odoo-community.org/projects/product-attribute-17-0/product-attribute-17-0-product_sale_description :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/product-attribute&target_branch=16.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/product-attribute&target_branch=17.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| @@ -44,7 +44,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. @@ -52,17 +52,20 @@ Credits ======= Authors -~~~~~~~ +------- * Akretion Contributors -~~~~~~~~~~~~ +------------ -* Raphaël Reverdy +- Raphaël Reverdy +- `Binhex Systems Solutions `__: + + - Deriman Alonso Maintainers -~~~~~~~~~~~ +----------- This module is maintained by the OCA. @@ -74,6 +77,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/product-attribute `_ project on GitHub. +This module is part of the `OCA/product-attribute `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/product_sale_description/__manifest__.py b/product_sale_description/__manifest__.py index 2f40c3ddeaed..99e60f749d5d 100644 --- a/product_sale_description/__manifest__.py +++ b/product_sale_description/__manifest__.py @@ -5,7 +5,7 @@ { "name": "Product Sale Description", "summary": "Long and short description for products", - "version": "16.0.1.0.1", + "version": "17.0.1.0.1", "website": "https://github.com/OCA/product-attribute", "author": "Akretion,Odoo Community Association (OCA)", "license": "AGPL-3", diff --git a/product_sale_description/readme/CONTRIBUTORS.md b/product_sale_description/readme/CONTRIBUTORS.md new file mode 100644 index 000000000000..5a23ad498972 --- /dev/null +++ b/product_sale_description/readme/CONTRIBUTORS.md @@ -0,0 +1,3 @@ +- Raphaël Reverdy \<\> +- [Binhex Systems Solutions](https://binhex.cloud/): + - Deriman Alonso \<\>