Guewen Baconnier
482bbcb454
web_tree_dynamic_colored_field: correct options examples in readme
2024-03-12 13:47:40 +02:00
Guewen Baconnier
3922a0e048
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">
2024-03-12 13:47:40 +02:00
Guewen Baconnier
2461590c75
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.
2024-03-12 13:47:40 +02:00
Artem Kostyuk
1a822faf01
[MIG] web_tree_dynamic_colored_field: Migration to 11.0
2024-03-12 13:47:40 +02:00
jesusVMayor
b33a0d9ef5
Migration of web_tree_dynamic_colored_field to 10.0
2024-03-12 13:47:40 +02:00
Holger Brunn
2ee7e6a96e
web_tree_dynamic_colored_field v9
...
demo view
2024-03-12 13:47:40 +02:00
Holger Brunn
0bec4a1c74
delete unused code, move files to standard locations
...
support color_field attribute
update manifest
higher version number bump
typo
2024-03-12 13:47:40 +02:00
Damien Crier
770df440f4
[IMP] rename module to 'web_tree_dynamic_colored_field'
2024-03-12 13:47:40 +02:00
SodexisTeam
d2cb8c3d19
[IMP] web_widget_x2many_2d_matrix: pre-commit auto fixes
2024-02-29 17:11:38 +05:30
OCA-git-bot
87348d0982
[BOT] post-merge updates
2024-02-29 11:34:47 +05:30
Ethan Hildick
53dcf344ad
[FIX]: web_widget_x2many_2d_matrix: Editable boolean
2024-02-29 11:34:47 +05:30
OCA-git-bot
7f2efc570f
[BOT] post-merge updates
2024-02-29 11:34:47 +05:30
docker-odoo
0591740087
[16.0][FIX] web_widget_x2many_2d_matrix: cells with no data error
2024-02-29 11:34:47 +05:30
mymage
cd7dce6813
Translated using Weblate (Italian)
...
Currently translated at 100.0% (1 of 1 strings)
Translation: web-16.0/web-16.0-web_widget_x2many_2d_matrix
Translate-URL: https://translation.odoo-community.org/projects/web-16-0/web-16-0-web_widget_x2many_2d_matrix/it/
2024-02-29 11:34:47 +05:30
Weblate
a1a0e82e1c
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: web-16.0/web-16.0-web_widget_x2many_2d_matrix
Translate-URL: https://translation.odoo-community.org/projects/web-16-0/web-16-0-web_widget_x2many_2d_matrix/
2024-02-29 11:34:47 +05:30
OCA-git-bot
af2f826fa4
[UPD] README.rst
2024-02-29 11:34:47 +05:30
OCA-git-bot
60018291b9
web_widget_x2many_2d_matrix 16.0.1.1.1
2024-02-29 11:34:47 +05:30
OCA-git-bot
46bc7e47c9
[UPD] README.rst
2024-02-29 11:34:47 +05:30
Ivorra78
c9069d0bb3
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (1 of 1 strings)
Translation: web-16.0/web-16.0-web_widget_x2many_2d_matrix
Translate-URL: https://translation.odoo-community.org/projects/web-16-0/web-16-0-web_widget_x2many_2d_matrix/es/
2024-02-29 11:34:47 +05:30
tarteo
4483a7b7f2
[FIX] web_widget_x2many_2d_matrix: many2one domain issue
...
[FIX] web_widget_x2many_2d_matrix: many2one domain issue
2024-02-29 11:34:47 +05:30
Nils Coenen
c6ea025f7a
Translated using Weblate (German)
...
Currently translated at 100.0% (1 of 1 strings)
Translation: web-16.0/web-16.0-web_widget_x2many_2d_matrix
Translate-URL: https://translation.odoo-community.org/projects/web-16-0/web-16-0-web_widget_x2many_2d_matrix/de/
2024-02-29 11:34:47 +05:30
Weblate
359eb6f880
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: web-16.0/web-16.0-web_widget_x2many_2d_matrix
Translate-URL: https://translation.odoo-community.org/projects/web-16-0/web-16-0-web_widget_x2many_2d_matrix/
2024-02-29 11:34:47 +05:30
OCA-git-bot
d212d2e259
web_widget_x2many_2d_matrix 16.0.1.1.0
2024-02-29 11:34:47 +05:30
tarteo
ac91512a3d
[IMP] web_widget_x2many_2d_matrix: Many2one value field
2024-02-29 11:34:47 +05:30
tarteo
2272f6e807
[IMP] web_widget_x2many_2d_matrix: Check is aggregatable
2024-02-29 11:34:47 +05:30
OCA-git-bot
0a680a210f
[UPD] README.rst
2024-02-29 11:34:47 +05:30
oca-ci
6372d3dbc0
[UPD] Update web_widget_x2many_2d_matrix.pot
2024-02-29 11:34:47 +05:30
tarteo
f2b1b7b87b
[MIG] web_widget_x2_many_2d_matrix: Migration to 16.0
...
[MIG] web_widget_x2_many_2d_matrix: Migration to 16.0 (WIP, columns)
[MIG] web_widget_x2_many_2d_matrix: Migration to 16.0 (WIP, rows)
[MIG] web_widget_x2_many_2d_matrix: Migration to 16.0 (WIP, add value component)
Aggregated values
[MIG] web_widget_x2many_2d_matrix: Fix commitChanges of matrix.
[FIX] Fix commitChanges
[FIX] setDirty
[FIX] Aggregated values
[IMP] readonly working
[FIX] Update matrix on changing props
[FIX] Remove old files
[IMP] Run precommit stuff
[FIX] Remove deprecated readme sections
[MIG] Migrate show_row_totals and show_column_totals attributes
[MIG] sticky headers
Fixup
Fixup
Fixup
fixup
remove console.log
fixup
2024-02-29 11:34:47 +05:30
OCA-git-bot
02fd737c1b
web_widget_x2many_2d_matrix 15.0.1.0.2
2024-02-29 11:34:47 +05:30
Sylvain LE GAL
276259d0ee
[FIX] web_widget_x2many_2d_matrix: make the possibility to have alternative values for headers of rows and columns working
2024-02-29 11:34:47 +05:30
OCA-git-bot
b983ed65f9
web_widget_x2many_2d_matrix 15.0.1.0.1
2024-02-29 11:34:47 +05:30
OCA-git-bot
1d4dfa9b95
[UPD] README.rst
2024-02-29 11:34:47 +05:30
Lois Rilo
a2853b8d9a
[UPD] web_widget_x2many_2d_matrix dev status to Production/stable
2024-02-29 11:34:47 +05:30
OCA-git-bot
441864fbf8
[UPD] README.rst
2024-02-29 11:34:47 +05:30
oca-ci
2b461d840b
[UPD] Update web_widget_x2many_2d_matrix.pot
2024-02-29 11:34:47 +05:30
Christopher Ormaza
8e2b026c28
[15.0][MIG] web_widget_x2many_2d_matrix
2024-02-29 11:34:47 +05:30
Christopher Ormaza
c40883fb2e
[IMP] web_widget_x2many_2d_matrix: black, isort, prettier
2024-02-29 11:34:47 +05:30
OCA-git-bot
2bd69679dc
web_widget_x2many_2d_matrix 14.0.1.0.1
2024-02-29 11:34:47 +05:30
Sylvain LE GAL
c53b13681a
[FIX] web_widget_x2many_2d_matrix: remove console.log
2024-02-29 11:34:47 +05:30
Bosd
2aec90c862
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (3 of 3 strings)
Translation: web-14.0/web-14.0-web_widget_x2many_2d_matrix
Translate-URL: https://translation.odoo-community.org/projects/web-14-0/web-14-0-web_widget_x2many_2d_matrix/nl/
2024-02-29 11:34:47 +05:30
Bosd
d590f016ec
Translated using Weblate (Dutch)
...
Currently translated at 33.3% (1 of 3 strings)
Translation: web-14.0/web-14.0-web_widget_x2many_2d_matrix
Translate-URL: https://translation.odoo-community.org/projects/web-14-0/web-14-0-web_widget_x2many_2d_matrix/nl_NL/
2024-02-29 11:34:47 +05:30
Bosd
875a8c2100
Added translation using Weblate (Dutch)
2024-02-29 11:34:47 +05:30
OCA-git-bot
a0d901ef2e
[UPD] README.rst
2024-02-29 11:34:47 +05:30
oca-travis
f76c1995a3
[UPD] Update web_widget_x2many_2d_matrix.pot
2024-02-29 11:34:47 +05:30
Saran440
170b136f6c
[14.0][MIG] web_widget_x2many_2d_matrix
2024-02-29 11:34:47 +05:30
Saran440
b5fa0cb4f3
[IMP] web_widget_x2many_2d_matrix: black, isort, prettier
2024-02-29 11:34:47 +05:30
Alexey Pelykh
fafd811e82
[UPD] Brainbean Apps => CorporateHub
2024-02-29 11:34:47 +05:30
c2cdidier
961b758c6e
Translated using Weblate (German)
...
Currently translated at 100.0% (3 of 3 strings)
Translation: web-13.0/web-13.0-web_widget_x2many_2d_matrix
Translate-URL: https://translation.odoo-community.org/projects/web-13-0/web-13-0-web_widget_x2many_2d_matrix/de/
2024-02-29 11:34:47 +05:30
Alexandre Díaz
0b572fd6fd
[IMP] web_widget_x2many_2d_matrix: Debug mode
2024-02-29 11:34:47 +05:30
OCA Transbot
26e3c4b54c
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: web-13.0/web-13.0-web_widget_x2many_2d_matrix
Translate-URL: https://translation.odoo-community.org/projects/web-13-0/web-13-0-web_widget_x2many_2d_matrix/
2024-02-29 11:34:47 +05:30