diff --git a/README.md b/README.md index 0d808fcef..e213320be 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ addon | version | maintainers | summary [account_move_transfer_partner](account_move_transfer_partner/) | 14.0.1.0.1 | [![ChrisOForgeFlow](https://github.com/ChrisOForgeFlow.png?size=30px)](https://github.com/ChrisOForgeFlow) | Automation to translate amount due from many partners to one partner [account_netting](account_netting/) | 14.0.1.0.1 | | Compensate AR/AP accounts from the same partner [account_no_default](account_no_default/) | 14.0.1.0.0 | [![dreispt](https://github.com/dreispt.png?size=30px)](https://github.com/dreispt) | Remove default expense account for vendor bills journal +[account_partner_required](account_partner_required/) | 14.0.1.0.0 | | Adds an option 'partner policy' on account types [account_reconcile_show_boolean](account_reconcile_show_boolean/) | 14.0.1.0.0 | [![remi-filament](https://github.com/remi-filament.png?size=30px)](https://github.com/remi-filament) | Allows to create reconciliable accounts by showing boolean on form view [account_sequence_option](account_sequence_option/) | 14.0.1.0.2 | [![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/) | 14.0.1.0.1 | [![astirpe](https://github.com/astirpe.png?size=30px)](https://github.com/astirpe) | Spread costs and revenues over a custom period diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index e0064bb8e..30d411ce8 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -14.0.20231107.0 \ No newline at end of file +14.0.20240216.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index c04a89442..113fc19e1 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -52,6 +52,7 @@ setuptools.setup( 'odoo14-addon-account_move_transfer_partner', 'odoo14-addon-account_netting', 'odoo14-addon-account_no_default', + 'odoo14-addon-account_partner_required', 'odoo14-addon-account_reconcile_show_boolean', 'odoo14-addon-account_sequence_option', 'odoo14-addon-account_spread_cost_revenue',