Commit Graph

6 Commits (76ea08b51eb88dbad2b854c46e708ae69401c5c6)

Author SHA1 Message Date
Ivàn Todorovich 588c799749 [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.
2021-12-13 17:16:38 -03:00
Sergio Teruel cbc88cca44 [MIG] base_view_inheritance_extension: Migration to v13.0 2021-12-13 11:58:45 -03:00
Alexis de Lattre 4829336f79 Remove the "move" feature which is now native
Use https in URL to licence
2021-12-13 11:58:45 -03:00
Holger Brunn 36e7c5f89d [FIX] don't break when an attribute node in an xpath makes the
expression not match the node any more. Fixes #885
2021-12-13 11:58:45 -03:00
lfreeke 1378622e8e [MIG] base_view_inheritance_extension to 10.0 2021-12-13 11:58:45 -03:00
Holger Brunn 8388e4fa80 [ADD] base_view_inheritance_extension 2021-12-13 11:58:45 -03:00