Commit Graph

174 Commits (a227c1e942b5ff1f6f9c0df75d71f91a976a9d32)

Author SHA1 Message Date
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
Ignacio Buioli 45e79144af 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-12-06 20:24:12 +01:00
Ignacio Buioli 3a0bb0cbfa Added translation using Weblate (Spanish (Argentina)) 2022-12-06 20:24:12 +01:00
OCA-git-bot 48747c8ccf base_view_inheritance_extension 15.0.1.0.1 2022-12-06 20:24:12 +01:00
OCA-git-bot 3f696ed424 [UPD] README.rst 2022-12-06 20:24:12 +01:00
Cesar Andres Sanchez 617ddffd77 [IMP] Update development_status Mature 2022-12-06 20:24:12 +01:00
OCA-git-bot d65f46851d [UPD] README.rst 2022-12-06 20:24:12 +01:00
oca-ci 9abad79771 [UPD] Update base_view_inheritance_extension.pot 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
OCA-git-bot 44871e11f2 base_view_inheritance_extension 14.0.1.1.0 2022-12-06 20:24:12 +01:00
OCA-git-bot 761b9d56b7 [UPD] README.rst 2022-12-06 20:24:12 +01:00
Ivàn Todorovich f915726fa7 [UPD] base_view_inheritance_extension: readme - deprecate list_add and list_remove 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
OCA-git-bot 01532a0eab base_view_inheritance_extension 14.0.1.0.1 2022-12-06 20:24:12 +01:00
OCA-git-bot df587ee77d [UPD] README.rst 2022-12-06 20:24:12 +01:00
oca-travis 8c05707a6b [UPD] Update base_view_inheritance_extension.pot 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
OCA-git-bot e6a02a6826 base_view_inheritance_extension 13.0.1.0.1 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
OCA Transbot daf022ff40 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/
2022-12-06 20:24:12 +01:00
oca-travis 32b2dfb7a2 [UPD] Update base_view_inheritance_extension.pot 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
OCA-git-bot 848ad96c1e [UPD] README.rst 2022-12-06 20:24:12 +01:00
oca-travis 50c74625ae [UPD] Update base_view_inheritance_extension.pot 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
Raphaël Valyi 5ae9ffa453 [MIG] base_view_inheritance_extension: Migration to 12.0 2022-12-06 20:24:12 +01:00
oca-travis 0e4e667c19 [UPD] Update base_view_inheritance_extension.pot 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
oca-travis bd9ce7c488 [UPD] Update base_view_inheritance_extension.pot 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
Pedro M. Baeza 5a61880134 [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
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
Weblate 4cce747cc3 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: server-tools-16.0/server-tools-16.0-base_fontawesome
Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-base_fontawesome/
2022-12-05 20:08:54 +00:00
OCA-git-bot 6cdfb83452 [ADD] setup.py 2022-12-05 18:57:41 +00:00
OCA-git-bot dbef2c9c81 [UPD] README.rst 2022-12-05 18:57:40 +00:00
OCA-git-bot 4756f828a1 [UPD] addons table in README.md 2022-12-05 18:57:39 +00:00
oca-ci d137a9c2d4 [UPD] Update base_fontawesome.pot 2022-12-05 18:55:24 +00:00
OCA-git-bot 26f2a23c27 Merge PR #2462 into 16.0
Signed-off-by etobella
2022-12-05 18:53:40 +00:00
Sylvain LE GAL c9474f711a [PORT][V16.0] base_fontawesome : migration from 15.0 to 16.0
- bump version to V16.0
- replace target due to the move of fontawesome from 'web/static/lib/fontawesome' to 'web/static/src/libs/fontawesome/'
- remove obsolete file
2022-12-05 19:01:00 +01:00
Weblate 03e4d1b1d1 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: server-tools-16.0/server-tools-16.0-upgrade_analysis
Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-upgrade_analysis/
2022-11-18 17:45:11 +00:00
oca-ci f3bbaa9b21 [UPD] Update upgrade_analysis.pot 2022-11-18 17:45:00 +00:00
Pedro M. Baeza 1249767cb4
Merge pull request #2468 from StefanRijnhart/fix/16.0/flake8_from_github
[16.0][FIX] PyCQA no longer has a gitlab mirror of repos
2022-11-18 18:43:01 +01:00
Stefan Rijnhart fa7873c0bc [UPD] Run copier to include https://github.com/OCA/server-tools/pull/2467 2022-11-18 18:30:55 +01:00
Sylvain LE GAL 315443a70d [IMP] base_fontawesome: black, isort, prettier 2022-11-14 16:09:59 +01:00