Weblate
0081c37cd3
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: web-15.0/web-15.0-web_tree_dynamic_colored_field
Translate-URL: https://translation.odoo-community.org/projects/web-15-0/web-15-0-web_tree_dynamic_colored_field/
2022-10-17 15:52:41 +00:00
OCA-git-bot
b6008672d4
[ADD] setup.py
2022-10-17 13:55:46 +00:00
OCA-git-bot
80a580fd93
[UPD] README.rst
2022-10-17 13:55:45 +00:00
OCA-git-bot
4325db5e19
[UPD] addons table in README.md
2022-10-17 13:55:40 +00:00
oca-ci
1cf6268ab8
[UPD] Update web_tree_dynamic_colored_field.pot
2022-10-17 13:53:17 +00:00
OCA-git-bot
44548ea658
Merge PR #2145 into 15.0
...
Signed-off-by pedrobaeza
2022-10-17 13:50:41 +00:00
Adam Heinz
660966273c
[MIG] web_tree_dynamic_colored_field: Migration to 15.0
2022-10-17 08:35:32 -04:00
Adam Heinz
a9eb43b835
[IMP] web_tree_dynamic_colored_field: black, isort, prettier
2022-10-17 08:35:32 -04:00
Sylvain LE GAL
9994bc636b
[IMP] web_tree_dynamic_colored_field : Add bg_color_field option
2022-10-17 08:35:32 -04:00
OCA-git-bot
b9c18e2715
[UPD] README.rst
2022-10-14 15:38:43 -04:00
oca-travis
3a1cd68c35
[UPD] Update web_tree_dynamic_colored_field.pot
2022-10-14 15:38:43 -04:00
Tran Thanh Phuc
5e78dc9807
[MIG] web_tree_dynamic_colored_field: Migration to 14.0
2022-10-14 15:38:43 -04:00
Tran Thanh Phuc
a4b80ed041
[IMP] web_tree_dynamic_colored_field: black, isort, prettier
2022-10-14 15:38:43 -04:00
OCA-git-bot
8215e53fe0
[UPD] README.rst
2022-10-14 15:38:43 -04:00
OCA-git-bot
c951b5db14
[UPD] README.rst
2022-10-14 15:38:43 -04:00
OCA Transbot
9998fae493
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: web-13.0/web-13.0-web_tree_dynamic_colored_field
Translate-URL: https://translation.odoo-community.org/projects/web-13-0/web-13-0-web_tree_dynamic_colored_field/
2022-10-14 15:38:43 -04:00
OCA-git-bot
9a66f0b240
[UPD] README.rst
2022-10-14 15:38:43 -04:00
oca-travis
eab3258486
[UPD] Update web_tree_dynamic_colored_field.pot
2022-10-14 15:38:43 -04:00
Guewen Baconnier
63f003ca87
run pre-commit with new prettiers
2022-10-14 15:38:43 -04:00
Guewen Baconnier
be4dd77e73
Run pre-commit and fix js issues after rebase on new config
2022-10-14 15:38:43 -04:00
Guewen Baconnier
4b1f3fe09c
Remove support of dynamic colors on <tree>
...
The 'colors' and 'options' fields are not supported by the RelaxNG
schema of the <tree> element. Remove the support until we find a
good solution for this.
2022-10-14 15:38:43 -04:00
Guewen Baconnier
2b4dc24b42
[MIG] web_tree_dynamic_colored_field: Migration to 13.0
...
Use 'options' instead of 'colors' on tree views
The colors attribute has been removed from the RelaxNG schema in
Odoo [0], so use the 'options' instead.
Closes #1479
[0] 7024f8d58b (diff-e9acd2f731cc01f302055b6e232df983)
2022-10-14 15:38:43 -04:00
Guewen Baconnier
c28d6f9c02
[REF] web_tree_dynamic_colored_field: Black python code
2022-10-14 15:38:43 -04:00
OCA Transbot
b1052d7232
OCA Transbot updated translations from Transifex
2022-10-14 15:38:43 -04:00
OCA-git-bot
ec257faabc
[UPD] README.rst
2022-10-14 15:38:43 -04:00
Adrià Gil Sorribes
ec668cb735
remove pyeval class and fixup
2022-10-14 15:38:43 -04:00
mreficent
bc30e8984e
web_tree_dynamic_colored_field: Migration to 12.0
2022-10-14 15:38:43 -04:00
Damien Crier
80226277a2
Update README because of wrong license
...
Found in this commit: 3965057913
2022-10-14 15:38:42 -04:00
QS5ELkMu
87fda46020
[FIX] Issue #906
2022-10-14 15:38:42 -04:00
Luis Adan
f89cdc27c6
[IMP] web_tree_dynamic_colored_field: Update README.rst ( #899 )
...
Use more than one color condition
2022-10-14 15:38:42 -04:00
Guewen Baconnier
5b78e199e6
web_tree_dynamic_colored_field: correct options examples in readme
2022-10-14 15:38:42 -04:00
Guewen Baconnier
583df6899a
web_tree_dynamic_colored_field: Assume that color may not start with 'color_field'
...
The index at 0 in the following code:
var colorField = this.arch.attrs.colors.split(';')
.filter(color => color.trim().startsWith('color_field'))[0]
Was failing on such valid xml:
<tree string="Buffer monitor"
colors="red:procure_recommended_qty > 0">
2022-10-14 15:38:42 -04:00
Guewen Baconnier
46bc1f4de0
web_tree_dynamic_colored_field: Parse field options with pyeval
...
The options in <field> attributes are parsed as python expressions:
d18976d748/addons/web/static/src/js/services/data_manager.js (L273)
And the options in <button> are parsed as json...
d18976d748/addons/web/static/src/js/services/data_manager.js (L411)
This code only support the <field> element because I'm not sure there
is a use for the <button> element.
2022-10-14 15:38:42 -04:00
Artem Kostyuk
b7759d0871
[MIG] web_tree_dynamic_colored_field: Migration to 11.0
2022-10-14 15:38:42 -04:00
jesusVMayor
6070a45d1d
Migration of web_tree_dynamic_colored_field to 10.0
2022-10-14 15:38:42 -04:00
Holger Brunn
0036c3237a
web_tree_dynamic_colored_field v9
...
demo view
2022-10-14 15:38:42 -04:00
Holger Brunn
ce372f6c5a
delete unused code, move files to standard locations
...
support color_field attribute
update manifest
higher version number bump
typo
2022-10-14 15:38:42 -04:00
Damien Crier
49f3cf0d66
[IMP] rename module to 'web_tree_dynamic_colored_field'
2022-10-14 15:38:42 -04:00
OCA-git-bot
bf2c8eff0d
[ADD] setup.py
2022-10-11 07:57:33 +00:00
OCA-git-bot
b99fa117dc
[UPD] README.rst
2022-10-11 07:57:31 +00:00
OCA-git-bot
36d8896936
[UPD] addons table in README.md
2022-10-11 07:57:25 +00:00
Pedro M. Baeza
3954051426
Merge pull request #2251 from CRogos/15.0-mig-web_calendar_slot_duration
...
[15.0][MIG] web_calendar_slot_duration: Migration to 15.0
2022-10-11 09:57:02 +02:00
OCA-git-bot
879d66d053
[ADD] setup.py
2022-10-04 07:17:42 +00:00
OCA-git-bot
849db28448
[UPD] README.rst
2022-10-04 07:17:42 +00:00
OCA-git-bot
ee1b227e04
[UPD] addons table in README.md
2022-10-04 07:17:37 +00:00
oca-ci
3aed7a29c5
[UPD] Update web_ir_actions_act_view_reload.pot
2022-10-04 07:15:15 +00:00
OCA-git-bot
6c9500c942
Merge PR #2272 into 15.0
...
Signed-off-by etobella
2022-10-04 07:13:17 +00:00
OCA Transbot
7d9053cb69
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: web-15.0/web-15.0-web_responsive
Translate-URL: https://translation.odoo-community.org/projects/web-15-0/web-15-0-web_responsive/
2022-09-29 08:10:38 +00:00
OCA-git-bot
6de51bfbe6
[UPD] addons table in README.md
2022-09-29 08:10:15 +00:00
OCA-git-bot
1004f60424
web_responsive 15.0.1.1.3
2022-09-29 08:10:10 +00:00