Commit Graph

3 Commits (eb816c105d823bb5ac77f947a2fa32bdaa19cab7)

Author SHA1 Message Date
Ivàn Todorovich eb816c105d [MIG] base_view_inheritance_extension: Migration to 15.0
* Removed `list_add` and `list_remove`, they've been deprecated and
implemented in Odoo core since several versions ago.

* Removed `move`, as it has also already been implemented in core several
versions ago.

* Replaced `python_dict` by `update`, that performs an operation similar
to :meth:`dict.update`, but on the ast.Dict.
2023-12-29 16:49:23 +01:00
Ivàn Todorovich 528ccccf52 [UPD] base_view_inheritance_extension: readme - deprecate list_add and list_remove 2023-12-29 16:49:23 +01:00
Sergio Teruel fef19780d4 [MIG] base_view_inheritance_extension: Migration to 11.0 2023-12-29 16:49:23 +01:00