From 078abd51ff60c96ddf980f4b9581cfbc6b3624f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Vall=C3=A9s=20Fuster?= Date: Fri, 22 Mar 2024 13:08:47 +0100 Subject: [PATCH] [IMP] account_move_line_mrp_info: pre-commit auto fixes --- account_move_line_mrp_info/README.rst | 35 ++++++++++--------- account_move_line_mrp_info/pyproject.toml | 3 ++ .../readme/CONTRIBUTORS.md | 1 + .../readme/CONTRIBUTORS.rst | 1 - .../{DESCRIPTION.rst => DESCRIPTION.md} | 3 +- account_move_line_mrp_info/readme/USAGE.md | 7 ++++ account_move_line_mrp_info/readme/USAGE.rst | 7 ---- .../static/description/index.html | 22 ++++++------ 8 files changed, 43 insertions(+), 36 deletions(-) create mode 100644 account_move_line_mrp_info/pyproject.toml create mode 100644 account_move_line_mrp_info/readme/CONTRIBUTORS.md delete mode 100644 account_move_line_mrp_info/readme/CONTRIBUTORS.rst rename account_move_line_mrp_info/readme/{DESCRIPTION.rst => DESCRIPTION.md} (60%) create mode 100644 account_move_line_mrp_info/readme/USAGE.md delete mode 100644 account_move_line_mrp_info/readme/USAGE.rst diff --git a/account_move_line_mrp_info/README.rst b/account_move_line_mrp_info/README.rst index ac1bc7a15..ffb64a6d3 100644 --- a/account_move_line_mrp_info/README.rst +++ b/account_move_line_mrp_info/README.rst @@ -17,18 +17,19 @@ Account Move Line Mrp Info :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fmanufacture-lightgray.png?logo=github - :target: https://github.com/OCA/manufacture/tree/16.0/account_move_line_mrp_info + :target: https://github.com/OCA/manufacture/tree/17.0/account_move_line_mrp_info :alt: OCA/manufacture .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/manufacture-16-0/manufacture-16-0-account_move_line_mrp_info + :target: https://translation.odoo-community.org/projects/manufacture-17-0/manufacture-17-0-account_move_line_mrp_info :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/manufacture&target_branch=16.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/manufacture&target_branch=17.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| -This module adds the manufacturing orders and unbuild orders to the account move lines that it generates. +This module adds the manufacturing orders and unbuild orders to the +account move lines that it generates. **Table of contents** @@ -38,13 +39,13 @@ This module adds the manufacturing orders and unbuild orders to the account move Usage ===== -* The stock manager can check the journal items by accessing to 'Manufacturing > - Operations > Manufacturing Orders> Journal Items' and 'Manufacturing > - Operations > Unbuild Orders> Journal Items. - -* A user belonging to the group 'Show Full Accounting Features' can review the - details of a move that is associated to a journal item through - 'Invoicing > Accounting > Journal Entries (or Journal items)'. +- The stock manager can check the journal items by accessing to + 'Manufacturing > Operations > Manufacturing Orders> Journal Items' + and 'Manufacturing > Operations > Unbuild Orders> Journal Items. +- A user belonging to the group 'Show Full Accounting Features' can + review the details of a move that is associated to a journal item + through 'Invoicing > Accounting > Journal Entries (or Journal + items)'. Bug Tracker =========== @@ -52,7 +53,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. @@ -60,17 +61,17 @@ Credits ======= Authors -~~~~~~~ +------- * ForgeFlow Contributors -~~~~~~~~~~~~ +------------ -* Nuria Xifre Martin +- Nuria Xifre Martin Maintainers -~~~~~~~~~~~ +----------- This module is maintained by the OCA. @@ -82,6 +83,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/manufacture `_ project on GitHub. +This module is part of the `OCA/manufacture `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/account_move_line_mrp_info/pyproject.toml b/account_move_line_mrp_info/pyproject.toml new file mode 100644 index 000000000..4231d0ccc --- /dev/null +++ b/account_move_line_mrp_info/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/account_move_line_mrp_info/readme/CONTRIBUTORS.md b/account_move_line_mrp_info/readme/CONTRIBUTORS.md new file mode 100644 index 000000000..f9f10bab2 --- /dev/null +++ b/account_move_line_mrp_info/readme/CONTRIBUTORS.md @@ -0,0 +1 @@ +- Nuria Xifre Martin \<\> diff --git a/account_move_line_mrp_info/readme/CONTRIBUTORS.rst b/account_move_line_mrp_info/readme/CONTRIBUTORS.rst deleted file mode 100644 index 3eeb31a71..000000000 --- a/account_move_line_mrp_info/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1 +0,0 @@ -* Nuria Xifre Martin diff --git a/account_move_line_mrp_info/readme/DESCRIPTION.rst b/account_move_line_mrp_info/readme/DESCRIPTION.md similarity index 60% rename from account_move_line_mrp_info/readme/DESCRIPTION.rst rename to account_move_line_mrp_info/readme/DESCRIPTION.md index ae70eee65..df2bf458c 100644 --- a/account_move_line_mrp_info/readme/DESCRIPTION.rst +++ b/account_move_line_mrp_info/readme/DESCRIPTION.md @@ -1 +1,2 @@ -This module adds the manufacturing orders and unbuild orders to the account move lines that it generates. +This module adds the manufacturing orders and unbuild orders to the +account move lines that it generates. diff --git a/account_move_line_mrp_info/readme/USAGE.md b/account_move_line_mrp_info/readme/USAGE.md new file mode 100644 index 000000000..c4fc4ad63 --- /dev/null +++ b/account_move_line_mrp_info/readme/USAGE.md @@ -0,0 +1,7 @@ +- The stock manager can check the journal items by accessing to + 'Manufacturing \> Operations \> Manufacturing Orders\> Journal Items' + and 'Manufacturing \> Operations \> Unbuild Orders\> Journal Items. +- A user belonging to the group 'Show Full Accounting Features' can + review the details of a move that is associated to a journal item + through 'Invoicing \> Accounting \> Journal Entries (or Journal + items)'. diff --git a/account_move_line_mrp_info/readme/USAGE.rst b/account_move_line_mrp_info/readme/USAGE.rst deleted file mode 100644 index bb46abe35..000000000 --- a/account_move_line_mrp_info/readme/USAGE.rst +++ /dev/null @@ -1,7 +0,0 @@ -* The stock manager can check the journal items by accessing to 'Manufacturing > - Operations > Manufacturing Orders> Journal Items' and 'Manufacturing > - Operations > Unbuild Orders> Journal Items. - -* A user belonging to the group 'Show Full Accounting Features' can review the - details of a move that is associated to a journal item through - 'Invoicing > Accounting > Journal Entries (or Journal items)'. diff --git a/account_move_line_mrp_info/static/description/index.html b/account_move_line_mrp_info/static/description/index.html index 78ab82be9..548e5c2f4 100644 --- a/account_move_line_mrp_info/static/description/index.html +++ b/account_move_line_mrp_info/static/description/index.html @@ -369,8 +369,9 @@ ul.auto-toc { !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:00e7e3b376af3eb6590d7e733816efd06a37db23b9314beef62bb8a5a9d17bd4 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

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

-

This module adds the manufacturing orders and unbuild orders to the account move lines that it generates.

+

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

+

This module adds the manufacturing orders and unbuild orders to the +account move lines that it generates.

Table of contents

    @@ -387,12 +388,13 @@ ul.auto-toc {

    Usage

      -
    • The stock manager can check the journal items by accessing to ‘Manufacturing > -Operations > Manufacturing Orders> Journal Items’ and ‘Manufacturing > -Operations > Unbuild Orders> Journal Items.
    • -
    • A user belonging to the group ‘Show Full Accounting Features’ can review the -details of a move that is associated to a journal item through -‘Invoicing > Accounting > Journal Entries (or Journal items)’.
    • +
    • The stock manager can check the journal items by accessing to +‘Manufacturing > Operations > Manufacturing Orders> Journal Items’ +and ‘Manufacturing > Operations > Unbuild Orders> Journal Items.
    • +
    • A user belonging to the group ‘Show Full Accounting Features’ can +review the details of a move that is associated to a journal item +through ‘Invoicing > Accounting > Journal Entries (or Journal +items)’.
    @@ -400,7 +402,7 @@ details of a move that is associated to a journal item through

    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.

    @@ -424,7 +426,7 @@ If you spotted it first, help us to smash it by providing a detailed and welcome

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

    +

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

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