2
0

[BOT] post-merge updates

This commit is contained in:
OCA-git-bot 2024-03-06 07:35:19 +00:00
parent 9ec6057d41
commit 73c8574227
3 changed files with 3 additions and 1 deletions

View File

@ -49,6 +49,7 @@ addon | version | maintainers | summary
[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
[account_partner_required](account_partner_required/) | 16.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Adds an option 'partner policy' on accounts
[account_spread_cost_revenue](account_spread_cost_revenue/) | 16.0.1.0.0 | | Spread costs and revenues over a custom period
[account_template_active](account_template_active/) | 16.0.1.0.1 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Allow to disable / enable account template items (tax, fiscal position, account)
[account_usability](account_usability/) | 16.0.1.0.3 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Adds missing menu entries for Account module and adds the option to enable Saxon Accounting
[base_vat_optional_vies](base_vat_optional_vies/) | 16.0.1.1.0 | | Optional validation of VAT via VIES

View File

@ -1 +1 @@
16.0.20231124.0
16.0.20240306.0

View File

@ -36,6 +36,7 @@ setuptools.setup(
'odoo-addon-account_move_template>=16.0dev,<16.1dev',
'odoo-addon-account_netting>=16.0dev,<16.1dev',
'odoo-addon-account_partner_required>=16.0dev,<16.1dev',
'odoo-addon-account_spread_cost_revenue>=16.0dev,<16.1dev',
'odoo-addon-account_template_active>=16.0dev,<16.1dev',
'odoo-addon-account_usability>=16.0dev,<16.1dev',
'odoo-addon-base_vat_optional_vies>=16.0dev,<16.1dev',