Rémy Taymans
Rémy Taymans
The module `project_status` brings statuses or stages on `project.project`. This has been added in standard (module `project`) since version 15.0 via [project.project.stage](https://github.com/odoo/odoo/blob/15.0/addons/project/models/project_project_stage.py). The module `project_status` exists in 15.0 and seams...
Milestones are present in module `project` starting from 15.0 and scripts that exists in this empty module does not work. See #1267 See also https://github.com/OCA/OpenUpgrade/pull/4397
I'm migrating a database from 14.0 to 16.0, and I face issue with migration of project_milestone between 14.0 and 15.0. ## Module project_milestone ## Describe the bug The migration script...
Merge `project_status` into `project` module. (https://github.com/OCA/project/issues/1269)
Migrate account.account.tag to fit the new account.tax and its repartition lines.
Nothing to do except loading no update changes. Not fully tested yet.
Migration for l10n_be. Not fully tested yet
Not all payment_method should generate payment_method_line, but SEPA method from module account_banking_sepa_credit_transfer should generate one. See comments in https://github.com/OCA/OpenUpgrade/pull/4537
Some of the noupdate_changes imply to set the uom_type as "reference". Given that there can be only one reference unit per uom_category, forcing some uom.uom to be the reference of...
This migration script is a new approach in migrating account.account.tag for belgian localisation. This PR superseeds #3675 . Standard taxes are better covered, e.g. group taxes. It also tries to...