Commit Graph

6 Commits (1b7025589850c08dd5d2dcb98b9225fdadd2fe58)

Author SHA1 Message Date
Ivàn Todorovich 1b70255898 [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.
2022-12-06 20:24:12 +01:00
Sergio Teruel d1a9c492f7 [MIG] base_view_inheritance_extension: Migration to v13.0 2022-12-06 20:24:12 +01:00
Alexis de Lattre a27f029be7 Remove the "move" feature which is now native
Use https in URL to licence
2022-12-06 20:24:12 +01:00
Holger Brunn 135b9f2fa7 [FIX] don't break when an attribute node in an xpath makes the
expression not match the node any more. Fixes #885
2022-12-06 20:24:12 +01:00
lfreeke 2d4ba31965 [MIG] base_view_inheritance_extension to 10.0 2022-12-06 20:24:12 +01:00
Holger Brunn 7cd2002b84 [ADD] base_view_inheritance_extension 2022-12-06 20:24:12 +01:00