diff --git a/account_journal_restrict_mode/README.rst b/account_journal_restrict_mode/README.rst index 3cd3f15ad..bb7a46c7c 100644 --- a/account_journal_restrict_mode/README.rst +++ b/account_journal_restrict_mode/README.rst @@ -17,22 +17,22 @@ Account Journal Restrict Mode :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--financial--tools-lightgray.png?logo=github - :target: https://github.com/OCA/account-financial-tools/tree/16.0/account_journal_restrict_mode + :target: https://github.com/OCA/account-financial-tools/tree/17.0/account_journal_restrict_mode :alt: OCA/account-financial-tools .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/account-financial-tools-16-0/account-financial-tools-16-0-account_journal_restrict_mode + :target: https://translation.odoo-community.org/projects/account-financial-tools-17-0/account-financial-tools-17-0-account_journal_restrict_mode :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-financial-tools&target_branch=16.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/account-financial-tools&target_branch=17.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| -This module enables by default the setting *Lock Posted Entries with Hash* in -all Journals and prevents the setting to be modified. +This module enables by default the setting *Lock Posted Entries with +Hash* in all Journals and prevents the setting to be modified. -The goal is to assure that all journal entries are locked when posted to prevent -them to be modified. +The goal is to assure that all journal entries are locked when posted to +prevent them to be modified. **Table of contents** @@ -42,10 +42,11 @@ them to be modified. Known issues / Roadmap ====================== -* Odoo hides the setting *Lock Posted Entries with Hash* on Bank and Cash - Journals, but enabling it does not cause issues in the reconciliation for now. - If the Odoo logic changes at any point, the module may need to be adapted to - only force the setting on other types of journals. +- Odoo hides the setting *Lock Posted Entries with Hash* on Bank and + Cash Journals, but enabling it does not cause issues in the + reconciliation for now. If the Odoo logic changes at any point, the + module may need to be adapted to only force the setting on other + types of journals. Bug Tracker =========== @@ -53,7 +54,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. @@ -61,17 +62,17 @@ Credits ======= Authors -~~~~~~~ +------- * ForgeFlow S.L. Contributors -~~~~~~~~~~~~ +------------ -* Jordi Masvidal +- Jordi Masvidal Maintainers -~~~~~~~~~~~ +----------- This module is maintained by the OCA. @@ -83,6 +84,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-financial-tools `_ project on GitHub. +This module is part of the `OCA/account-financial-tools `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/account_journal_restrict_mode/pyproject.toml b/account_journal_restrict_mode/pyproject.toml new file mode 100644 index 000000000..4231d0ccc --- /dev/null +++ b/account_journal_restrict_mode/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/account_journal_restrict_mode/readme/CONTRIBUTORS.md b/account_journal_restrict_mode/readme/CONTRIBUTORS.md new file mode 100644 index 000000000..6fd442f34 --- /dev/null +++ b/account_journal_restrict_mode/readme/CONTRIBUTORS.md @@ -0,0 +1 @@ +- Jordi Masvidal \<\> diff --git a/account_journal_restrict_mode/readme/CONTRIBUTORS.rst b/account_journal_restrict_mode/readme/CONTRIBUTORS.rst deleted file mode 100644 index e4263e418..000000000 --- a/account_journal_restrict_mode/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1 +0,0 @@ -* Jordi Masvidal diff --git a/account_journal_restrict_mode/readme/DESCRIPTION.rst b/account_journal_restrict_mode/readme/DESCRIPTION.md similarity index 54% rename from account_journal_restrict_mode/readme/DESCRIPTION.rst rename to account_journal_restrict_mode/readme/DESCRIPTION.md index 1afc6c1b3..b04f34f8d 100644 --- a/account_journal_restrict_mode/readme/DESCRIPTION.rst +++ b/account_journal_restrict_mode/readme/DESCRIPTION.md @@ -1,5 +1,5 @@ -This module enables by default the setting *Lock Posted Entries with Hash* in -all Journals and prevents the setting to be modified. +This module enables by default the setting *Lock Posted Entries with +Hash* in all Journals and prevents the setting to be modified. -The goal is to assure that all journal entries are locked when posted to prevent -them to be modified. +The goal is to assure that all journal entries are locked when posted to +prevent them to be modified. diff --git a/account_journal_restrict_mode/readme/ROADMAP.md b/account_journal_restrict_mode/readme/ROADMAP.md new file mode 100644 index 000000000..c5b831543 --- /dev/null +++ b/account_journal_restrict_mode/readme/ROADMAP.md @@ -0,0 +1,5 @@ +- Odoo hides the setting *Lock Posted Entries with Hash* on Bank and + Cash Journals, but enabling it does not cause issues in the + reconciliation for now. If the Odoo logic changes at any point, the + module may need to be adapted to only force the setting on other types + of journals. diff --git a/account_journal_restrict_mode/readme/ROADMAP.rst b/account_journal_restrict_mode/readme/ROADMAP.rst deleted file mode 100644 index c13dd56be..000000000 --- a/account_journal_restrict_mode/readme/ROADMAP.rst +++ /dev/null @@ -1,4 +0,0 @@ -* Odoo hides the setting *Lock Posted Entries with Hash* on Bank and Cash - Journals, but enabling it does not cause issues in the reconciliation for now. - If the Odoo logic changes at any point, the module may need to be adapted to - only force the setting on other types of journals. diff --git a/account_journal_restrict_mode/static/description/index.html b/account_journal_restrict_mode/static/description/index.html index 5fbb8d187..72c055f28 100644 --- a/account_journal_restrict_mode/static/description/index.html +++ b/account_journal_restrict_mode/static/description/index.html @@ -1,4 +1,3 @@ - @@ -369,11 +368,11 @@ ul.auto-toc { !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:b7345b32df60a41001389fcd7bf25c52e026a6fed2d88655f95f6ee12ca3d960 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

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

-

This module enables by default the setting Lock Posted Entries with Hash in -all Journals and prevents the setting to be modified.

-

The goal is to assure that all journal entries are locked when posted to prevent -them to be modified.

+

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

+

This module enables by default the setting Lock Posted Entries with +Hash in all Journals and prevents the setting to be modified.

+

The goal is to assure that all journal entries are locked when posted to +prevent them to be modified.

Table of contents

    @@ -390,10 +389,11 @@ them to be modified.

    Known issues / Roadmap

      -
    • Odoo hides the setting Lock Posted Entries with Hash on Bank and Cash -Journals, but enabling it does not cause issues in the reconciliation for now. -If the Odoo logic changes at any point, the module may need to be adapted to -only force the setting on other types of journals.
    • +
    • Odoo hides the setting Lock Posted Entries with Hash on Bank and +Cash Journals, but enabling it does not cause issues in the +reconciliation for now. If the Odoo logic changes at any point, the +module may need to be adapted to only force the setting on other +types of journals.
    @@ -401,7 +401,7 @@ only force the setting on other types of journals.

    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.

    @@ -425,7 +425,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/account-financial-tools project on GitHub.

    +

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

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