diff --git a/agreement_sale/README.rst b/agreement_sale/README.rst index fa2f8617..35012451 100644 --- a/agreement_sale/README.rst +++ b/agreement_sale/README.rst @@ -16,14 +16,14 @@ Agreement Sale .. |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-OCA%2Fcontract-lightgray.png?logo=github - :target: https://github.com/OCA/contract/tree/14.0/agreement_sale - :alt: OCA/contract +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fagreement-lightgray.png?logo=github + :target: https://github.com/OCA/agreement/tree/17.0/agreement_sale + :alt: OCA/agreement .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/contract-14-0/contract-14-0-agreement_sale + :target: https://translation.odoo-community.org/projects/agreement-17-0/agreement-17-0-agreement_sale :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/contract&target_branch=14.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/agreement&target_branch=17.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| @@ -40,16 +40,16 @@ Known issues / Roadmap Features to evaluate before implementation -* add smart button on agreement to access implied sales -* add module agreement_account: agreement_sale'll depends on it +- add smart button on agreement to access implied sales +- add module agreement_account: agreement_sale'll depends on it Bug Tracker =========== -Bugs are tracked on `GitHub Issues `_. +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. @@ -57,17 +57,18 @@ Credits ======= Authors -~~~~~~~ +------- * Akretion Contributors -~~~~~~~~~~~~ +------------ -* Alexis de Lattre +- Alexis de Lattre +- Italo LOPES Maintainers -~~~~~~~~~~~ +----------- This module is maintained by the OCA. @@ -90,6 +91,6 @@ Current `maintainers `__: |maintainer-alexis-via| |maintainer-bealdav| -This module is part of the `OCA/contract `_ project on GitHub. +This module is part of the `OCA/agreement `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/agreement_sale/__manifest__.py b/agreement_sale/__manifest__.py index 880fc821..289b0a2b 100644 --- a/agreement_sale/__manifest__.py +++ b/agreement_sale/__manifest__.py @@ -4,10 +4,10 @@ { "name": "Agreement Sale", "summary": "Agreement on sales", - "version": "14.0.1.0.0", + "version": "17.0.1.0.0", "category": "Contract", "author": "Akretion, " "Odoo Community Association (OCA)", - "website": "https://github.com/OCA/contract", + "website": "https://github.com/OCA/agreement", "license": "AGPL-3", "depends": ["sale_management", "agreement"], "data": [ diff --git a/agreement_sale/pyproject.toml b/agreement_sale/pyproject.toml new file mode 100644 index 00000000..4231d0cc --- /dev/null +++ b/agreement_sale/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/agreement_sale/readme/DESCRIPTION.rst b/agreement_sale/readme/DESCRIPTION.md similarity index 100% rename from agreement_sale/readme/DESCRIPTION.rst rename to agreement_sale/readme/DESCRIPTION.md diff --git a/agreement_sale/readme/ROADMAP.md b/agreement_sale/readme/ROADMAP.md new file mode 100644 index 00000000..1b7eb4f9 --- /dev/null +++ b/agreement_sale/readme/ROADMAP.md @@ -0,0 +1,4 @@ +Features to evaluate before implementation + +- add smart button on agreement to access implied sales +- add module agreement_account: agreement_sale'll depends on it diff --git a/agreement_sale/readme/ROADMAP.rst b/agreement_sale/readme/ROADMAP.rst deleted file mode 100644 index 1edf6e09..00000000 --- a/agreement_sale/readme/ROADMAP.rst +++ /dev/null @@ -1,4 +0,0 @@ -Features to evaluate before implementation - -* add smart button on agreement to access implied sales -* add module agreement_account: agreement_sale'll depends on it diff --git a/agreement_sale/static/description/index.html b/agreement_sale/static/description/index.html index b0b59d45..9b48a0d0 100644 --- a/agreement_sale/static/description/index.html +++ b/agreement_sale/static/description/index.html @@ -1,4 +1,3 @@ - @@ -369,7 +368,7 @@

Agreement Sale

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:d1358986cab63b947440b52c5a4b154d142f8618c09ebd8a0d258cfb6ef28c22 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

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

+

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

This module adds Agreement field to Sales Orders

Table of contents

@@ -394,10 +393,10 @@

Known issues / Roadmap

Bug Tracker

-

Bugs are tracked on GitHub Issues. +

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.

@@ -412,6 +411,7 @@

Authors

Contributors

@@ -423,7 +423,7 @@

Maintainers

promote its widespread use.

Current maintainers:

alexis-via bealdav

-

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

+

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

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