Commit Graph

7 Commits (250b670d2b11276da99ff5527fe664236dc1bae5)

Author SHA1 Message Date
Raf Ven 2b1da0a4d9 [MIG] base_view_inheritance_extension: Fix demo view 2023-12-29 16:49:23 +01:00
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
Sergio Teruel 76ec041fc3 [MIG] base_view_inheritance_extension: Migration to v13.0 2023-12-29 16:49:23 +01:00
Alexis de Lattre 71efd6f47f Remove the "move" feature which is now native
Use https in URL to licence
2023-12-29 16:49:23 +01:00
Holger Brunn fa9116a9a2 [FIX] don't break when an attribute node in an xpath makes the
expression not match the node any more. Fixes #885
2023-12-29 16:49:23 +01:00
lfreeke db60a0fec9 [MIG] base_view_inheritance_extension to 10.0 2023-12-29 16:49:23 +01:00
Holger Brunn 6086c218ef [ADD] base_view_inheritance_extension 2023-12-29 16:49:23 +01:00