Commit Graph

8 Commits (d24f3d77a3fd5dd12e4ea70f48e1db478c6e06a2)

Author SHA1 Message Date
Carlos Dauden 64e26c34e7 [IMP] base_view_inheritance_extension: Add new options domain_add and text_add 2023-06-01 10:10:25 +02:00
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
Ivàn Todorovich 628cd9f6a6 [UPD] base_view_inheritance_extension: readme - deprecate list_add and list_remove 2021-12-13 11:58:45 -03:00
Ivàn Todorovich a362d72130 [IMP] base_view_inheritance_extension: real python_dict 2021-12-13 11:58:45 -03:00
Alexis de Lattre 8bc0f3e523 [MIG] base_view_inheritance_extension to v14 2021-12-13 11:58:45 -03:00
Sergio Teruel a57a21652f [IMP] base_view_inheritance_extension: black, isort 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
Sergio Teruel 299571410c [MIG] base_view_inheritance_extension: Migration to 11.0 2021-12-13 11:58:45 -03:00