diff --git a/README.md b/README.md index 1ca356ab63b..7ac29b78555 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ addon | version | maintainers | summary [base_future_response](base_future_response/) | 14.0.1.0.2 | [![sbidoul](https://github.com/sbidoul.png?size=30px)](https://github.com/sbidoul) | Backport Odoo 16 FutureReponse mechanism. [base_generate_code](base_generate_code/) | 14.0.1.0.1 | [![Kev-Roche](https://github.com/Kev-Roche.png?size=30px)](https://github.com/Kev-Roche) | Code Generator [base_jsonify](base_jsonify/) | 14.0.2.0.0 | | Base module that provide the jsonify method on all models. WARNING: since version 14.0.2.0.0 the module have been renamed to `jsonifier`. This module now depends on it only for backward compatibility. It will be discarded in v15 likely. -[base_kanban_stage](base_kanban_stage/) | 14.0.1.0.0 | | Provides stage model and abstract logic for inheritance +[base_kanban_stage](base_kanban_stage/) | 14.0.1.0.1 | | Provides stage model and abstract logic for inheritance [base_kanban_stage_state](base_kanban_stage_state/) | 14.0.1.0.0 | | Maps stages from base_kanban_stage to states [base_m2m_custom_field](base_m2m_custom_field/) | 14.0.1.1.0 | | Customizations of Many2many [base_model_restrict_update](base_model_restrict_update/) | 14.0.1.1.0 | | Update Restrict Model diff --git a/base_kanban_stage/__manifest__.py b/base_kanban_stage/__manifest__.py index b5f827a36d0..d1d1704dab1 100644 --- a/base_kanban_stage/__manifest__.py +++ b/base_kanban_stage/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Kanban - Stage Support", "summary": "Provides stage model and abstract logic for inheritance", - "version": "14.0.1.0.0", + "version": "14.0.1.0.1", "author": "LasLabs, Odoo Community Association (OCA)", "category": "base", "depends": ["base"],