Miquel Raïch
Miquel Raïch
FYI mass_operation_abstract should be in ~~strikethrough~~.
Put sale_partner_address_restrict in the commit too.
Isn't it better to get as base what is done in v13 and then refactor it in the way is commented in https://github.com/OCA/product-attribute/pull/781? I think this way will be easier...
please update the issue with https://github.com/OCA/OpenUpgrade/commit/01a1e9ed87e460ea81190387c83de57d4b1c86ad and https://github.com/OCA/OpenUpgrade/commit/274e51de4279b12b0e4af765e85e6f613f0991bd.
@ChrisOForgeFlow please rebase, copier was updated
Please squash last two commits.
I think what is missing is adding`env['ir.module.module'].update_list()` after the merge. Also, later, you could add the v15 `website_legal_page` if you want to have it, like doing: openupgrade.logged_query( env.cr, """ UPDATE...
Wait, is not better to apply my suggestion?
> I'm not sure the dependency graph and loading mechanism is properly handle doing the update list inside a migration script, No issues. Done in https://github.com/OCA/OpenUpgrade/pull/5306.
Done in https://github.com/OCA/bank-payment/pull/1388.