From f79cd31c8f29abea9dfb4e8935e2616e0af75345 Mon Sep 17 00:00:00 2001 From: Mohamed Osman Date: Thu, 7 Mar 2024 13:29:11 +0000 Subject: [PATCH] [IMP] product_form_account_move_line_link: black, isort, prettier --- .../README.rst | 21 ++++++++++--------- .../pyproject.toml | 3 +++ .../readme/CONTRIBUTORS.md | 1 + .../readme/CONTRIBUTORS.rst | 1 - .../{DESCRIPTION.rst => DESCRIPTION.md} | 0 .../readme/USAGE.md | 4 ++++ .../readme/USAGE.rst | 3 --- .../static/description/index.html | 9 ++++---- 8 files changed, 24 insertions(+), 18 deletions(-) create mode 100644 product_form_account_move_line_link/pyproject.toml create mode 100644 product_form_account_move_line_link/readme/CONTRIBUTORS.md delete mode 100644 product_form_account_move_line_link/readme/CONTRIBUTORS.rst rename product_form_account_move_line_link/readme/{DESCRIPTION.rst => DESCRIPTION.md} (100%) create mode 100644 product_form_account_move_line_link/readme/USAGE.md delete mode 100644 product_form_account_move_line_link/readme/USAGE.rst diff --git a/product_form_account_move_line_link/README.rst b/product_form_account_move_line_link/README.rst index 6bd1bcf033f..d3c7f538ce5 100644 --- a/product_form_account_move_line_link/README.rst +++ b/product_form_account_move_line_link/README.rst @@ -17,13 +17,13 @@ Product From Account Move Line Link :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Faccount--invoicing-lightgray.png?logo=github - :target: https://github.com/OCA/account-invoicing/tree/16.0/product_form_account_move_line_link + :target: https://github.com/OCA/account-invoicing/tree/17.0/product_form_account_move_line_link :alt: OCA/account-invoicing .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/account-invoicing-16-0/account-invoicing-16-0-product_form_account_move_line_link + :target: https://translation.odoo-community.org/projects/account-invoicing-17-0/account-invoicing-17-0-product_form_account_move_line_link :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/account-invoicing&target_branch=16.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/account-invoicing&target_branch=17.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| @@ -38,7 +38,8 @@ Adds a button on product forms to access Journal Items Usage ===== -Go to Products > Products or Products > Product Variants tab on any of the Sales, Purchase or Inventory apps. +Go to Products > Products or Products > Product Variants tab on any of +the Sales, Purchase or Inventory apps. Click on the button 'Journal Items' with the list icon @@ -48,7 +49,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. @@ -56,17 +57,17 @@ Credits ======= Authors -~~~~~~~ +------- * ForgeFlow Contributors -~~~~~~~~~~~~ +------------ -* Jaume Bernaus +- Jaume Bernaus Maintainers -~~~~~~~~~~~ +----------- This module is maintained by the OCA. @@ -78,6 +79,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/account-invoicing `_ project on GitHub. +This module is part of the `OCA/account-invoicing `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/product_form_account_move_line_link/pyproject.toml b/product_form_account_move_line_link/pyproject.toml new file mode 100644 index 00000000000..4231d0cccb3 --- /dev/null +++ b/product_form_account_move_line_link/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/product_form_account_move_line_link/readme/CONTRIBUTORS.md b/product_form_account_move_line_link/readme/CONTRIBUTORS.md new file mode 100644 index 00000000000..ea3e17b4d9c --- /dev/null +++ b/product_form_account_move_line_link/readme/CONTRIBUTORS.md @@ -0,0 +1 @@ +- Jaume Bernaus \<\> diff --git a/product_form_account_move_line_link/readme/CONTRIBUTORS.rst b/product_form_account_move_line_link/readme/CONTRIBUTORS.rst deleted file mode 100644 index e2d4537246a..00000000000 --- a/product_form_account_move_line_link/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1 +0,0 @@ -* Jaume Bernaus diff --git a/product_form_account_move_line_link/readme/DESCRIPTION.rst b/product_form_account_move_line_link/readme/DESCRIPTION.md similarity index 100% rename from product_form_account_move_line_link/readme/DESCRIPTION.rst rename to product_form_account_move_line_link/readme/DESCRIPTION.md diff --git a/product_form_account_move_line_link/readme/USAGE.md b/product_form_account_move_line_link/readme/USAGE.md new file mode 100644 index 00000000000..54c7c359108 --- /dev/null +++ b/product_form_account_move_line_link/readme/USAGE.md @@ -0,0 +1,4 @@ +Go to Products \> Products or Products \> Product Variants tab on any of +the Sales, Purchase or Inventory apps. + +Click on the button 'Journal Items' with the list icon diff --git a/product_form_account_move_line_link/readme/USAGE.rst b/product_form_account_move_line_link/readme/USAGE.rst deleted file mode 100644 index f64829cd22d..00000000000 --- a/product_form_account_move_line_link/readme/USAGE.rst +++ /dev/null @@ -1,3 +0,0 @@ -Go to Products > Products or Products > Product Variants tab on any of the Sales, Purchase or Inventory apps. - -Click on the button 'Journal Items' with the list icon diff --git a/product_form_account_move_line_link/static/description/index.html b/product_form_account_move_line_link/static/description/index.html index 5e3dbe1f52b..a148e87865e 100644 --- a/product_form_account_move_line_link/static/description/index.html +++ b/product_form_account_move_line_link/static/description/index.html @@ -369,7 +369,7 @@

Product From Account Move Line Link

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:c66f8eed82c46d7964f692f3d3aa1bf60529d4ec3539dc7a53ea4e53d3ebaa40 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

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

+

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

Adds a button on product forms to access Journal Items

Table of contents

@@ -386,7 +386,8 @@

Product From Account Move Line Link

Usage

-

Go to Products > Products or Products > Product Variants tab on any of the Sales, Purchase or Inventory apps.

+

Go to Products > Products or Products > Product Variants tab on any of +the Sales, Purchase or Inventory apps.

Click on the button ‘Journal Items’ with the list icon

@@ -394,7 +395,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.

@@ -418,7 +419,7 @@

Maintainers

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/account-invoicing project on GitHub.

+

This module is part of the OCA/account-invoicing project on GitHub.

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