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
oca-ci
9c2a518a6a
[UPD] Update web_responsive.pot
2022-09-29 08:07:26 +00:00
OCA-git-bot
6d2d3ed1d8
Merge PR #2301 into 15.0
...
Signed-off-by pedrobaeza
2022-09-29 08:05:28 +00:00
OCA-git-bot
ef76b4e875
[UPD] addons table in README.md
2022-09-28 07:54:07 +00:00
OCA-git-bot
5e64c5305b
web_responsive 15.0.1.1.2
2022-09-28 07:54:01 +00:00
OCA-git-bot
be61235434
Merge PR #2302 into 15.0
...
Signed-off-by pedrobaeza
2022-09-28 07:51:05 +00:00
Sergey Shebanin
7db54dc582
[FIX] web_responsive: attribute 'records_draggable' was no effect on desktop.
...
Kanban View has an attribute 'records_draggable', means 'whether it should be possible to drag records when kanban is grouped'.
It's support was broken.
Co-authored-by: MackZhong <mackz@sina.com>
2022-09-25 23:44:20 +03:00
Sergey Shebanin
e656cea8ca
[FIX] web_responsive: make keyboard navigation in Apps menu Search results works again.
...
Due to changes in javascript framework keyboard navigation was broken.
This commit makes it work again.
2022-09-25 23:26:29 +03:00
Christopher Rogos
0cb2804818
[MIG] web_calendar_slot_duration: Migration to 15.0
2022-09-23 20:12:38 +02:00
Christopher Rogos
29d6548e6b
[UPD] web_calendar_slot_duration : black, isort, prettier
2022-09-23 19:55:39 +02:00
Ryan Cole
add728cfba
[MIG] web_ir_actions_act_view_reload: Migration to 15.0
2022-09-15 10:14:11 +12:00
OCA-git-bot
06e6adad58
[UPD] addons table in README.md
2022-09-13 14:55:19 +00:00
OCA-git-bot
f3833e4da8
web_advanced_search 15.0.1.1.1
2022-09-13 14:55:14 +00:00
OCA-git-bot
c0e6585276
Merge PR #2292 into 15.0
...
Signed-off-by pedrobaeza
2022-09-13 14:52:40 +00:00
Víctor Martínez
fcd83da94e
[FIX] web_advanced_search: Prevent error in many2one fields
2022-09-13 15:25:01 +02:00
OCA-git-bot
c933955561
[ADD] setup.py
2022-09-01 07:24:50 +00:00
OCA-git-bot
5cba13435d
[UPD] README.rst
2022-09-01 07:24:49 +00:00
OCA-git-bot
0fc360f60d
[UPD] addons table in README.md
2022-09-01 07:24:45 +00:00
OCA-git-bot
71b1a04a62
Merge PR #2280 into 15.0
...
Signed-off-by etobella
2022-09-01 07:22:27 +00:00
OCA-git-bot
fe5f958f54
[UPD] addons table in README.md
2022-08-30 06:42:47 +00:00
OCA-git-bot
ea9b6e1602
web_dialog_size 15.0.1.0.1
2022-08-30 06:42:41 +00:00
OCA-git-bot
7862097cff
[ADD] setup.py
2022-08-30 06:42:41 +00:00
OCA-git-bot
30f9aceee8
[UPD] README.rst
2022-08-30 06:42:40 +00:00
OCA-git-bot
cb2bf17904
[UPD] addons table in README.md
2022-08-30 06:42:36 +00:00