[BOT] post-merge updates

This commit is contained in:
OCA-git-bot
2024-06-17 09:10:04 +00:00
parent 51eaf56a03
commit 0b0b7fbd95
3 changed files with 3 additions and 1 deletions

View File

@@ -42,6 +42,7 @@ addon | version | maintainers | summary
[account_move_fiscal_year](account_move_fiscal_year/) | 16.0.1.0.0 | | Display the fiscal year on journal entries/item
[account_move_line_check_number](account_move_line_check_number/) | 16.0.1.0.1 | [![ps-tubtim](https://github.com/ps-tubtim.png?size=30px)](https://github.com/ps-tubtim) | Add the check number in the journal items
[account_move_line_purchase_info](account_move_line_purchase_info/) | 16.0.1.0.0 | | Introduces the purchase order line to the journal items
[account_move_line_repair_info](account_move_line_repair_info/) | 16.0.1.0.0 | | Introduces the repair order to the journal items
[account_move_line_sale_info](account_move_line_sale_info/) | 16.0.1.0.0 | | Introduces the purchase order line to the journal items
[account_move_line_tax_editable](account_move_line_tax_editable/) | 16.0.1.0.1 | | Allows to edit taxes on non-posted account move lines
[account_move_name_sequence](account_move_name_sequence/) | 16.0.1.1.12 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) [![moylop260](https://github.com/moylop260.png?size=30px)](https://github.com/moylop260) [![luisg123v](https://github.com/luisg123v.png?size=30px)](https://github.com/luisg123v) | Generate journal entry number from sequence

View File

@@ -1 +1 @@
16.0.20240311.0
16.0.20240617.0

View File

@@ -29,6 +29,7 @@ setuptools.setup(
'odoo-addon-account_move_fiscal_year>=16.0dev,<16.1dev',
'odoo-addon-account_move_line_check_number>=16.0dev,<16.1dev',
'odoo-addon-account_move_line_purchase_info>=16.0dev,<16.1dev',
'odoo-addon-account_move_line_repair_info>=16.0dev,<16.1dev',
'odoo-addon-account_move_line_sale_info>=16.0dev,<16.1dev',
'odoo-addon-account_move_line_tax_editable>=16.0dev,<16.1dev',
'odoo-addon-account_move_name_sequence>=16.0dev,<16.1dev',