You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[MIG] default_warehouse_from_sale_team: Migration to 18.0
- The es.po translation file was updated.
- The check_access_rights method was updated to check_access. [1]
- The _filter_access_rules_python method was updated to _filtered_access. [1]
- String translation calls using _() were replaced with self.env._(). [2]
- Version numbers were updated from "17.0" to "18.0".
- Tree views were updated to list views in templates. [3]
- The field `is_editable` is removed from the picking form view, as
invisible fields are no longer required due to [4].
[1]: odoo/odoo#179148
[2]: odoo/odoo#174844
[3]: odoo/odoo#159909
[4]: odoo/odoo#137031
0 commit comments