2
0
Fork 0

[BOT] post-merge updates

This commit is contained in:
OCA-git-bot 2024-03-11 10:43:07 +00:00
parent a80dc6adc3
commit f7da3980f8
3 changed files with 3 additions and 1 deletions

View File

@ -45,6 +45,7 @@ addon | version | maintainers | summary
[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.7 | [![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) [![frahikLV](https://github.com/frahikLV.png?size=30px)](https://github.com/frahikLV) [![luisg123v](https://github.com/luisg123v.png?size=30px)](https://github.com/luisg123v) | Generate journal entry number from sequence
[account_move_post_date_user](account_move_post_date_user/) | 16.0.1.0.0 | [![JordiMForgeFlow](https://github.com/JordiMForgeFlow.png?size=30px)](https://github.com/JordiMForgeFlow) | Trace journal entry posting date and user.
[account_move_print](account_move_print/) | 16.0.1.0.0 | [![JordiBForgeFlow](https://github.com/JordiBForgeFlow.png?size=30px)](https://github.com/JordiBForgeFlow) | Adds the option to print Journal Entries
[account_move_template](account_move_template/) | 16.0.1.0.0 | | Templates for recurring Journal Entries
[account_netting](account_netting/) | 16.0.1.0.0 | | Compensate AR/AP accounts from the same partner

View File

@ -1 +1 @@
16.0.20240306.0
16.0.20240311.0

View File

@ -32,6 +32,7 @@ setuptools.setup(
'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',
'odoo-addon-account_move_post_date_user>=16.0dev,<16.1dev',
'odoo-addon-account_move_print>=16.0dev,<16.1dev',
'odoo-addon-account_move_template>=16.0dev,<16.1dev',
'odoo-addon-account_netting>=16.0dev,<16.1dev',