[BOT] post-merge updates

This commit is contained in:
OCA-git-bot
2024-11-13 10:59:17 +00:00
parent d98ca3abfc
commit 5cf0b64184
3 changed files with 3 additions and 1 deletions

View File

@@ -41,6 +41,7 @@ addon | version | maintainers | summary
[account_journal_restrict_mode](account_journal_restrict_mode/) | 16.0.1.1.0 | | Lock All Posted Entries of Journals.
[account_loan](account_loan/) | 16.0.1.0.5 | [![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.1 | | Allow an Account adviser to update locking date without having access to all technical settings
[account_lock_to_date](account_lock_to_date/) | 16.0.1.0.0 | | Allows to set an account lock date in the future.
[account_move_budget](account_move_budget/) | 16.0.1.0.0 | | Create Accounting Budgets
[account_move_fiscal_month](account_move_fiscal_month/) | 16.0.1.0.0 | | Display the fiscal month on journal entries/item
[account_move_fiscal_year](account_move_fiscal_year/) | 16.0.1.0.0 | | Display the fiscal year on journal entries/item

View File

@@ -1 +1 @@
16.0.20241107.0
16.0.20241113.0

View File

@@ -28,6 +28,7 @@ setuptools.setup(
'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_lock_to_date>=16.0dev,<16.1dev',
'odoo-addon-account_move_budget>=16.0dev,<16.1dev',
'odoo-addon-account_move_fiscal_month>=16.0dev,<16.1dev',
'odoo-addon-account_move_fiscal_year>=16.0dev,<16.1dev',