diff --git a/account_payment_purchase_stock/README.rst b/account_payment_purchase_stock/README.rst index 6e48a7868..ca94f3d4b 100644 --- a/account_payment_purchase_stock/README.rst +++ b/account_payment_purchase_stock/README.rst @@ -17,18 +17,19 @@ Account Payment Purchase Stock :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fbank--payment-lightgray.png?logo=github - :target: https://github.com/OCA/bank-payment/tree/16.0/account_payment_purchase_stock + :target: https://github.com/OCA/bank-payment/tree/17.0/account_payment_purchase_stock :alt: OCA/bank-payment .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/bank-payment-16-0/bank-payment-16-0-account_payment_purchase_stock + :target: https://translation.odoo-community.org/projects/bank-payment-17-0/bank-payment-17-0-account_payment_purchase_stock :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/bank-payment&target_branch=16.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/bank-payment&target_branch=17.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| -This module combines the *account_payment_purchase* module with *purchase_stock*. +This module combines the *account_payment_purchase* module with +*purchase_stock*. **Table of contents** @@ -40,15 +41,16 @@ Installation This module depends on : -- purchase_stock -- account_payment_purchase +- purchase_stock +- account_payment_purchase This module is part of the OCA/bank-payment suite. Usage ===== -This module doesn't add any feature, but it is used by several other modules. +This module doesn't add any feature, but it is used by several other +modules. Bug Tracker =========== @@ -56,7 +58,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. @@ -64,30 +66,30 @@ Credits ======= Authors -~~~~~~~ +------- * Akretion * Tecnativa Contributors -~~~~~~~~~~~~ +------------ -* Alexis de Lattre -* Alexandre Fayolle -* Danimar Ribeiro -* Raphaël Valyi -* Abraham Anes -* `Tecnativa `_: +- Alexis de Lattre +- Alexandre Fayolle +- Danimar Ribeiro +- Raphaël Valyi +- Abraham Anes +- `Tecnativa `__: - * Pedro M. Baeza - * Vicent Cubells + - Pedro M. Baeza + - Vicent Cubells -* Nikul Chaudhary -* Miquel Raïch -* Andrea Stirpe +- Nikul Chaudhary +- Miquel Raïch +- Andrea Stirpe Maintainers -~~~~~~~~~~~ +----------- This module is maintained by the OCA. @@ -99,6 +101,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/bank-payment `_ project on GitHub. +This module is part of the `OCA/bank-payment `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/account_payment_purchase_stock/pyproject.toml b/account_payment_purchase_stock/pyproject.toml new file mode 100644 index 000000000..4231d0ccc --- /dev/null +++ b/account_payment_purchase_stock/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/account_payment_purchase_stock/readme/CONTRIBUTORS.md b/account_payment_purchase_stock/readme/CONTRIBUTORS.md new file mode 100644 index 000000000..e6f3f2ba4 --- /dev/null +++ b/account_payment_purchase_stock/readme/CONTRIBUTORS.md @@ -0,0 +1,11 @@ +- Alexis de Lattre +- Alexandre Fayolle +- Danimar Ribeiro +- Raphaël Valyi +- Abraham Anes \<\> +- [Tecnativa](https://www.tecnativa.com): + - Pedro M. Baeza \<\> + - Vicent Cubells \<\> +- Nikul Chaudhary \<\> +- Miquel Raïch \<\> +- Andrea Stirpe \<\> diff --git a/account_payment_purchase_stock/readme/CONTRIBUTORS.rst b/account_payment_purchase_stock/readme/CONTRIBUTORS.rst deleted file mode 100644 index 2cecd6336..000000000 --- a/account_payment_purchase_stock/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1,13 +0,0 @@ -* Alexis de Lattre -* Alexandre Fayolle -* Danimar Ribeiro -* Raphaël Valyi -* Abraham Anes -* `Tecnativa `_: - - * Pedro M. Baeza - * Vicent Cubells - -* Nikul Chaudhary -* Miquel Raïch -* Andrea Stirpe diff --git a/account_payment_purchase_stock/readme/DESCRIPTION.md b/account_payment_purchase_stock/readme/DESCRIPTION.md new file mode 100644 index 000000000..a30dfb3aa --- /dev/null +++ b/account_payment_purchase_stock/readme/DESCRIPTION.md @@ -0,0 +1,2 @@ +This module combines the *account_payment_purchase* module with +*purchase_stock*. diff --git a/account_payment_purchase_stock/readme/DESCRIPTION.rst b/account_payment_purchase_stock/readme/DESCRIPTION.rst deleted file mode 100644 index e2f5e2891..000000000 --- a/account_payment_purchase_stock/readme/DESCRIPTION.rst +++ /dev/null @@ -1 +0,0 @@ -This module combines the *account_payment_purchase* module with *purchase_stock*. diff --git a/account_payment_purchase_stock/readme/INSTALL.rst b/account_payment_purchase_stock/readme/INSTALL.md similarity index 95% rename from account_payment_purchase_stock/readme/INSTALL.rst rename to account_payment_purchase_stock/readme/INSTALL.md index 6aac06e8e..0c9e294ad 100644 --- a/account_payment_purchase_stock/readme/INSTALL.rst +++ b/account_payment_purchase_stock/readme/INSTALL.md @@ -1,6 +1,6 @@ -This module depends on : - -- purchase_stock -- account_payment_purchase - -This module is part of the OCA/bank-payment suite. +This module depends on : + +- purchase_stock +- account_payment_purchase + +This module is part of the OCA/bank-payment suite. diff --git a/account_payment_purchase_stock/readme/USAGE.rst b/account_payment_purchase_stock/readme/USAGE.md similarity index 80% rename from account_payment_purchase_stock/readme/USAGE.rst rename to account_payment_purchase_stock/readme/USAGE.md index de3e7fa6b..851a9fb1a 100644 --- a/account_payment_purchase_stock/readme/USAGE.rst +++ b/account_payment_purchase_stock/readme/USAGE.md @@ -1 +1,2 @@ -This module doesn't add any feature, but it is used by several other modules. +This module doesn't add any feature, but it is used by several other +modules. diff --git a/account_payment_purchase_stock/static/description/index.html b/account_payment_purchase_stock/static/description/index.html index 9deb75e85..53dd547fb 100644 --- a/account_payment_purchase_stock/static/description/index.html +++ b/account_payment_purchase_stock/static/description/index.html @@ -1,449 +1,451 @@ - - - - - - -Account Payment Purchase Stock - - - -
-

Account Payment Purchase Stock

- - -

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

-

This module combines the account_payment_purchase module with purchase_stock.

-

Table of contents

- -
-

Installation

-

This module depends on :

-
    -
  • purchase_stock
  • -
  • account_payment_purchase
  • -
-

This module is part of the OCA/bank-payment suite.

-
-
-

Usage

-

This module doesn’t add any feature, but it is used by several other modules.

-
-
-

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.

-

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

-
-
-

Credits

-
-

Authors

-
    -
  • Akretion
  • -
  • Tecnativa
  • -
-
-
-

Contributors

- -
-
-

Maintainers

-

This module is maintained by the OCA.

-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/bank-payment project on GitHub.

-

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

-
-
-
- - + + + + + + +Account Payment Purchase Stock + + + +
+

Account Payment Purchase Stock

+ + +

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

+

This module combines the account_payment_purchase module with +purchase_stock.

+

Table of contents

+ +
+

Installation

+

This module depends on :

+
    +
  • purchase_stock
  • +
  • account_payment_purchase
  • +
+

This module is part of the OCA/bank-payment suite.

+
+
+

Usage

+

This module doesn’t add any feature, but it is used by several other +modules.

+
+
+

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.

+

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

+
+
+

Credits

+
+

Authors

+
    +
  • Akretion
  • +
  • Tecnativa
  • +
+
+
+

Contributors

+ +
+
+

Maintainers

+

This module is maintained by the OCA.

+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/bank-payment project on GitHub.

+

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

+
+
+
+ +