Skip to content

Commit

Permalink
[BOT] post-merge updates
Browse files Browse the repository at this point in the history
  • Loading branch information
OCA-git-bot committed Oct 10, 2023
1 parent f5900d6 commit b462ffc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion base_kanban_stage/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit b462ffc

Please sign in to comment.