diff --git a/README.md b/README.md index bf63a339..0a8bae96 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ addon | version | maintainers | summary [account_invoice_constraint_chronology](account_invoice_constraint_chronology/) | 16.0.1.1.0 | | Account Invoice Constraint Chronology [account_journal_general_sequence](account_journal_general_sequence/) | 16.0.2.0.1 | [![yajo](https://github.com/yajo.png?size=30px)](https://github.com/yajo) | Add configurable sequence to account moves, per journal [account_journal_lock_date](account_journal_lock_date/) | 16.0.1.0.0 | | Lock each journal independently +[account_journal_restrict_mode](account_journal_restrict_mode/) | 16.0.1.0.0 | | Lock All Posted Entries of Journals. [account_loan](account_loan/) | 16.0.1.0.1 | [![etobella](https://github.com/etobella.png?size=30px)](https://github.com/etobella) | Account Loan management [account_lock_date_update](account_lock_date_update/) | 16.0.1.0.0 | | Allow an Account adviser to update locking date without having access to all technical settings [account_move_fiscal_year](account_move_fiscal_year/) | 16.0.1.0.0 | | Display the fiscal year on journal entries/item diff --git a/account_journal_restrict_mode/README.rst b/account_journal_restrict_mode/README.rst index 2878ca69..3cd3f15a 100644 --- a/account_journal_restrict_mode/README.rst +++ b/account_journal_restrict_mode/README.rst @@ -7,7 +7,7 @@ Account Journal Restrict Mode !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:805f2c472057df7cac02a1fab129fb2399674fb8352dec49fa4a07b32566eb62 + !! source digest: sha256:b7345b32df60a41001389fcd7bf25c52e026a6fed2d88655f95f6ee12ca3d960 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/account_journal_restrict_mode/static/description/index.html b/account_journal_restrict_mode/static/description/index.html index f6d4ec40..5fbb8d18 100644 --- a/account_journal_restrict_mode/static/description/index.html +++ b/account_journal_restrict_mode/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:805f2c472057df7cac02a1fab129fb2399674fb8352dec49fa4a07b32566eb62 +!! 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 @@ -397,7 +397,7 @@ only force the setting on other types of journals.

-

Bug Tracker

+

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 @@ -405,21 +405,21 @@ If you spotted it first, help us to smash it by providing a detailed and welcome

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

-

Credits

+

Credits

-

Authors

+

Authors

-

Contributors

+

Contributors

-

Maintainers

+

Maintainers

This module is maintained by the OCA.

Odoo Community Association

OCA, or the Odoo Community Association, is a nonprofit organization whose diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index fbde838c..80ac7bc8 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20231005.0 \ No newline at end of file +16.0.20231009.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index ef37cced..aa576abc 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -20,6 +20,7 @@ setuptools.setup( 'odoo-addon-account_invoice_constraint_chronology>=16.0dev,<16.1dev', 'odoo-addon-account_journal_general_sequence>=16.0dev,<16.1dev', 'odoo-addon-account_journal_lock_date>=16.0dev,<16.1dev', + 'odoo-addon-account_journal_restrict_mode>=16.0dev,<16.1dev', 'odoo-addon-account_loan>=16.0dev,<16.1dev', 'odoo-addon-account_lock_date_update>=16.0dev,<16.1dev', 'odoo-addon-account_move_fiscal_year>=16.0dev,<16.1dev',