[18.0][MIG] base_kanban_stage: Migration to 18.0#3548
Open
marcos-mendez wants to merge 1 commit intoOCA:18.0from
Open
[18.0][MIG] base_kanban_stage: Migration to 18.0#3548marcos-mendez wants to merge 1 commit intoOCA:18.0from
marcos-mendez wants to merge 1 commit intoOCA:18.0from
Conversation
This was referenced Mar 15, 2026
Migrated from 16.0 to 18.0. Tool: OCA Migrator (https://git.pop.coop/pop/oca-migrator) [MIG] base_kanban_stage: Apply odoo-module-migrator transformations Automated code transformations for 16.0 -> 18.0. Tool: odoo-module-migrator [MIG] base_kanban_stage: Fix tearDown for Odoo 18.0 metamodel_setattr [MIG] base_kanban_stage: AI-assisted migration fix (attempt 2) Applied 6 file fixes for 16.0 → 18.0 migration. Tool: OCA Migrator (https://git.pop.coop/pop/oca-migrator) Model: qwen3-coder:30b [MIG] base_kanban_stage: Fix indentation (tabs to spaces) [MIG] base_kanban_stage: AI-assisted migration fix (attempt 3) Applied 1 file fixes for 16.0 → 18.0 migration. Tool: OCA Migrator (https://git.pop.coop/pop/oca-migrator) Model: qwen3-coder:30b [MIG] base_kanban_stage: AI-assisted migration fix (attempt 4) Applied 1 file fixes for 16.0 → 18.0 migration. Tool: OCA Migrator (https://git.pop.coop/pop/oca-migrator) Model: qwen3-coder:30b [MIG] base_kanban_stage: AI-assisted migration fix (attempt 5) Applied 1 file fixes for 16.0 → 18.0 migration. Tool: OCA Migrator (https://git.pop.coop/pop/oca-migrator) Model: qwen3-coder:30b [MIG] base_kanban_stage: AI-assisted migration fix (attempt 7) Applied 1 file fixes for 16.0 → 18.0 migration. Tool: OCA Migrator (https://git.pop.coop/pop/oca-migrator) Model: qwen3-coder:30b [MIG] base_kanban_stage: AI-assisted migration fix (attempt 8) Applied 1 file fixes for 16.0 → 18.0 migration. Tool: OCA Migrator (https://git.pop.coop/pop/oca-migrator) Model: qwen3-coder:30b [MIG] base_kanban_stage: AI-assisted migration fix (attempt 9) Applied 1 file fixes for 16.0 → 18.0 migration. Tool: OCA Migrator (https://git.pop.coop/pop/oca-migrator) Model: qwen3-coder:30b [MIG] base_kanban_stage: Fix create method for 18.0 batch create [MIG] base_kanban_stage: Fix ondelete for ir.model comodel in 18.0 [MIG] base_kanban_stage: Fix manifest paths and version for 18.0 [MIG] base_kanban_stage: Rewrite views for 18.0 [MIG] base_kanban_stage: Rewrite kanban view, fix field references for 18.0 [MIG] base_kanban_stage: Fix test indentation and tearDown for 18.0 [MIG] base_kanban_stage: Add back missing methods for 18.0 [MIG] base_kanban_stage: Rewrite tests completely for 18.0 [MIG] base_kanban_stage: Fix test assertion for recordset comparison [MIG] base_kanban_stage: Fix test - compare int to int [MIG] base_kanban_stage: Add pyproject.toml + pre-commit fixes fix pylint
dc9bc21 to
24bbc2b
Compare
This was referenced Mar 15, 2026
Open
This was referenced Mar 16, 2026
Open
[16.0][IMP] purchase_sale_stock_inter_company: enforce PO company in move vals
OCA/multi-company#943
Open
Draft
Open
[16.0][IMP] purchase_sale_stock_inter_company: make pickings link configurable
OCA/multi-company#776
Open
Open
WesleyOliveira98
suggested changes
Mar 16, 2026
WesleyOliveira98
left a comment
There was a problem hiding this comment.
Hello @marcos-mendez ,
The migration doesn't seem to follow the OCA migration standards, as it’s missing the module's commit history, see: https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-18.0
Note: It looks like your review tool is spamming your open PRs every time you perform a review. You might want to check its settings, as it is linking unrelated pull requests.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Migration of base_kanban_stage from 16.0 to 18.0.
Changes
track_visibilitywith modern field parametersondelete='restrict'→ondelete='cascade'for ir.model comodelcreate()to@api.model_create_multi(batch create)_default_stage_id,_read_group_stage_ids,_default_res_model_idmethodssetUpClass+TransactionCase(18.0 compatible)Testing
All 7 tests pass on Odoo 18.0 via K8s CI (oca-ci/py3.10-odoo18.0).
Tools