Alexis de Lattre
d5b257a484
[IMP] base_view_inheritance_extension: pre-commit auto fixes
2023-12-29 16:51:06 +01:00
Carlos Dauden
8202fcc4fe
[IMP] base_view_inheritance_extension: Add new options domain_add and text_add
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
Ivàn Todorovich
528ccccf52
[UPD] base_view_inheritance_extension: readme - deprecate list_add and list_remove
2023-12-29 16:49:23 +01:00
Ivàn Todorovich
1b30bc6325
[IMP] base_view_inheritance_extension: real python_dict
2023-12-29 16:49:23 +01:00
Alexis de Lattre
848d9923a3
[MIG] base_view_inheritance_extension to v14
2023-12-29 16:49:23 +01:00
Sergio Teruel
923a752ae1
[IMP] base_view_inheritance_extension: black, isort
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
Sergio Teruel
fef19780d4
[MIG] base_view_inheritance_extension: Migration to 11.0
2023-12-29 16:49:23 +01:00