sergio-teruel
5148f53431
[FIX] base_view_inheritance_extension: Crash domain for elements without previous domain defined
2023-09-11 11:08:38 +02:00
Carlos Dauden
b425351b60
[IMP] base_view_inheritance_extension: Add new options domain_add and text_add
2023-09-11 11:05:50 +02:00
Sébastien Alix
a227c1e942
[FIX] b_v_inheritance_extension: fix parsing of 'update' operation
...
This fixes an error we could get if the attribute of the inherited tag
has some extra carriage returns.
Exception raised: SyntaxError: unexpected EOF while parsing
2022-12-06 20:24:12 +01:00
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
Ivàn Todorovich
8e2e89bef6
[IMP] base_view_inheritance_extension: real python_dict
2022-12-06 20:24:12 +01:00
Julien Coux
434a40ba38
Fix apply inheritance specs on views (pre_locate)
2022-12-06 20:24:12 +01:00
Alexis de Lattre
be24def022
[MIG] base_view_inheritance_extension to v14
2022-12-06 20:24:12 +01:00
Carlos Lopez
e4bd8354dd
FIX: add missing params on function apply_inheritance_specs
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
Sergio Teruel
45542a0071
[IMP] base_view_inheritance_extension: black, isort
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
Sergio Teruel
7d27d9eb7b
[MIG] base_view_inheritance_extension: Migration to 11.0
2022-12-06 20:24:12 +01:00
Holger Brunn
896c2ae09c
[FIX] base_view_inheritance_extension: 2 things:
...
* warning about dynamic context
* import for safe_eval
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
Ronald Portier
126dab9e5c
[8.0][ADD] Add list manipulation operations to base_view_inheritance_extension. ( #804 )
...
* Add list_add operation.
* Add list_remove operation.
OCA Transbot updated translations from Transifex
2022-12-06 20:24:12 +01:00
Jairo Llopis
30094d5621
[base_view_inheritance_extension] Relicense to LGPL. ( #4 )
2022-12-06 20:24:12 +01:00
Holger Brunn
7cd2002b84
[ADD] base_view_inheritance_extension
2022-12-06 20:24:12 +01:00