OCA-git-bot
0eb8d19fcb
base_view_inheritance_extension 15.0.1.0.2
2022-10-24 11:42:16 +00:00
Sébastien Alix
dd4d28def8
[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-10-24 12:53:37 +02:00
Ignacio Buioli
a8f0f1d416
Translated using Weblate (Spanish (Argentina))
...
Currently translated at 100.0% (3 of 3 strings)
Translation: server-tools-15.0/server-tools-15.0-base_view_inheritance_extension
Translate-URL: https://translation.odoo-community.org/projects/server-tools-15-0/server-tools-15-0-base_view_inheritance_extension/es_AR/
2022-09-04 06:07:09 +00:00
Ignacio Buioli
48bb93d91d
Added translation using Weblate (Spanish (Argentina))
2022-09-04 03:47:55 +00:00
OCA-git-bot
b64e6be28e
base_view_inheritance_extension 15.0.1.0.1
2022-06-28 22:41:17 +00:00
OCA-git-bot
ae8b425551
[UPD] README.rst
2022-06-28 22:41:00 +00:00
Cesar Andres Sanchez
8ed75bf924
[IMP] Update development_status Mature
2022-06-28 23:24:27 +02:00
OCA-git-bot
24e4c54629
[UPD] README.rst
2022-02-17 19:44:22 +00:00
oca-ci
c4bc40c631
[UPD] Update base_view_inheritance_extension.pot
2022-02-17 19:42:01 +00: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
OCA-git-bot
042a6baef4
base_view_inheritance_extension 14.0.1.1.0
2021-12-13 11:58:45 -03:00
OCA-git-bot
ca8b5a7f1a
[UPD] README.rst
2021-12-13 11:58:45 -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
OCA-git-bot
574bb61334
base_view_inheritance_extension 14.0.1.0.1
2021-12-13 11:58:45 -03:00
OCA-git-bot
11b443e8cc
[UPD] README.rst
2021-12-13 11:58:45 -03:00
oca-travis
46099c73f2
[UPD] Update base_view_inheritance_extension.pot
2021-12-13 11:58:45 -03:00
Julien Coux
5f00f4b05c
Fix apply inheritance specs on views (pre_locate)
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
OCA-git-bot
e84cd3a725
base_view_inheritance_extension 13.0.1.0.1
2021-12-13 11:58:45 -03:00
Carlos Lopez
1c1a9c4a8e
FIX: add missing params on function apply_inheritance_specs
2021-12-13 11:58:45 -03:00
OCA Transbot
b9ab5dfe92
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: server-tools-13.0/server-tools-13.0-base_view_inheritance_extension
Translate-URL: https://translation.odoo-community.org/projects/server-tools-13-0/server-tools-13-0-base_view_inheritance_extension/
2021-12-13 11:58:45 -03:00
oca-travis
889454e659
[UPD] Update base_view_inheritance_extension.pot
2021-12-13 11:58:45 -03:00
Sergio Teruel
cbc88cca44
[MIG] base_view_inheritance_extension: Migration to v13.0
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
OCA-git-bot
575a9b5296
[UPD] README.rst
2021-12-13 11:58:45 -03:00
oca-travis
9ecf0182c1
[UPD] Update base_view_inheritance_extension.pot
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
Raphaël Valyi
a9246ff7c5
[MIG] base_view_inheritance_extension: Migration to 12.0
2021-12-13 11:58:45 -03:00
oca-travis
30879cbd46
[UPD] Update base_view_inheritance_extension.pot
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
oca-travis
e0fd47bf56
[UPD] Update base_view_inheritance_extension.pot
2021-12-13 11:58:45 -03:00
Holger Brunn
741b9f6d2c
[FIX] base_view_inheritance_extension: 2 things:
...
* warning about dynamic context
* import for safe_eval
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
Ronald Portier
7f2cdc2a81
[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
2021-12-13 11:58:45 -03:00
Pedro M. Baeza
844e05e198
[MIG] base_view_inheritance_extension: Migration to 9.0
...
Trivial changes:
* Version in README changed
* Version in manifest changed
OCA Transbot updated translations from Transifex
OCA Transbot updated translations from Transifex
2021-12-13 11:58:45 -03:00
Jairo Llopis
ccacca4972
[base_view_inheritance_extension] Relicense to LGPL. ( #4 )
2021-12-13 11:58:45 -03:00
Holger Brunn
8388e4fa80
[ADD] base_view_inheritance_extension
2021-12-13 11:58:45 -03:00