diff --git a/README.md b/README.md index f1cd9671a8e..3c0cfdce038 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ addon | version | maintainers | summary [account_move_template](account_move_template/) | 16.0.1.0.1 | | 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_sequence_option](account_sequence_option/) | 16.0.1.0.0 | [![kittiu](https://github.com/kittiu.png?size=30px)](https://github.com/kittiu) | Manage sequence options for account.move, i.e., invoice, bill, entry [account_spread_cost_revenue](account_spread_cost_revenue/) | 16.0.1.0.1 | | 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 diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index b8a13bb7544..a27a075c9f8 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20240708.0 \ No newline at end of file +16.0.20240708.1 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 174edff6998..0557e356481 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -39,6 +39,7 @@ '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_sequence_option>=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',