Module
stock, maybe base
Describe the bug
group_stock_production_lot is no more active after migration from a v. 14 to a v. 16
To Reproduce
Affected versions:
16.0
Steps to reproduce the behavior:
- enable group_stock_production_lot in v. 14.0
- migrate to v. 16.0
Expected behavior
group_stock_production_lot is active
Additional context
This field hadn't a default in v. 14.0 of group, now it's group="base.group_user,base.group_portal". If in the instance only base.group_user have the group group_production_lot enabled, the field group_stock_production_lot is inactive by default.
I don't know how these cases are managed in openupgrade process.
Module
stock, maybe base
Describe the bug
group_stock_production_lot is no more active after migration from a v. 14 to a v. 16
To Reproduce
Affected versions:
16.0
Steps to reproduce the behavior:
Expected behavior
group_stock_production_lot is active
Additional context
This field hadn't a default in v. 14.0 of group, now it's
group="base.group_user,base.group_portal". If in the instance onlybase.group_userhave the groupgroup_production_lotenabled, the fieldgroup_stock_production_lotis inactive by default.I don't know how these cases are managed in openupgrade process.