3
0
Fork 0
Commit Graph

303 Commits (a71d2d343260f359c5c02da1718823fbf7c08a61)

Author SHA1 Message Date
OCA Transbot eba26dd991 OCA Transbot updated translations from Transifex 2018-04-03 10:13:42 +01:00
Serpent Consulting Services Pvt Ltd 097a28f595 [REF] web_notify : Upgraded runbot link (#573) 2018-04-03 10:13:42 +01:00
Serpent Consulting Services Pvt Ltd bead4ea9ea Update __manifest__.py 2018-04-03 10:13:42 +01:00
Serpent Consulting Services Pvt Ltd ba6230ac12 Update __manifest__.py 2018-04-03 10:13:42 +01:00
Serpent Consulting Services Pvt Ltd a0eb525f6c Update web_client.js 2018-04-03 10:13:42 +01:00
Adrien Peiffer (ACSONE) 04e1bab630 [FIX] Return result of super of show_application 2018-04-03 10:13:42 +01:00
Jay Vora(SerpentCS) 21de391509 [MIG] Migration of web_notify 2018-04-03 10:13:42 +01:00
Jay Vora(SerpentCS) 9ac7c7c35b [MIG] Migration of web_notify 2018-04-03 10:13:42 +01:00
Jay Vora(SerpentCS) 18380a4418 [MIG] Migration started web_notify 2018-04-03 10:13:42 +01:00
Pedro M. Baeza bd02345e79 [MIG] Rename manifest files 2018-04-03 10:13:42 +01:00
Pedro M. Baeza 4c333753a0 [MIG] Make modules uninstallable 2018-04-03 10:13:42 +01:00
Laurent Mignon 04b759b9e4 Add screenshot 2018-04-03 10:13:42 +01:00
Laurent Mignon (ACSONE) 859f054302 Don't store channel names since the perf gain is negligible and not worth additional database columns. 2018-04-03 10:13:42 +01:00
Laurent Mignon (ACSONE) 08ae304da9 Remove required flag 2018-04-03 10:13:42 +01:00
Laurent Mignon (ACSONE) f2de5d8663 Improve logic and add tests 2018-04-03 10:13:42 +01:00
Laurent Mignon (ACSONE) f916f2c9f1 New module web_notify
This technical module allows you to send instant notification messages from the server to the user in live.
2018-04-03 10:13:42 +01:00
Simone Orsi 0628b00692 [ADD] `web_widget_x2many_2d_matrix_example` 2018-03-28 12:47:39 +02:00
Simone Orsi 69cc921ab3 [MIG+REF][11] web_widget_x2many_2d_matrix
The widget has been completely refactored
to benefit from the new MVC paradigm introduced in v11.
2018-03-28 12:47:39 +02:00
Luis Adan 08c16707ed [IMP] web_tree_dynamic_colored_field: Update README.rst (#899)
Use more than one color condition
2018-03-28 09:31:27 +01:00
Artem Kostyuk 75f79755c0 [11][MIG] web_widget_x2many_2d_matrix WIP 2018-03-27 17:16:11 +02:00
OCA Transbot df0bca0bc5 OCA Transbot updated translations from Transifex 2018-03-27 17:16:11 +02:00
Richard deMeester 92c1f86066 [FIX] web_widget_x2many_2d_matrix: fixes (#712)
* Patches to make module operational.
* Minor fix to Readonly Switch
* Fix to render to set change attribute.
* Totals recompute.

Fixes #697
2018-03-27 17:16:11 +02:00
Cédric Pigeon 22aaa168c8 [10.0] web_widget_x2many_2d_matrix: update README 2018-03-27 17:16:11 +02:00
Pedro M. Baeza 936e9c23dd [IMP] web_widget_x2many_2d_matrix: Update example
There are now more required fields for a task.
2018-03-27 17:16:11 +02:00
jesusVMayor 47c55d66b4 Migration of web_widget_x2many_2d_matrix to 10.0 2018-03-27 17:16:11 +02:00
Pedro M. Baeza e9b20fb5fc [MIG] Rename manifest files 2018-03-27 17:16:11 +02:00
Pedro M. Baeza 03c1a97a9e [MIG] Make modules uninstallable 2018-03-27 17:16:11 +02:00
Pedro M. Baeza 491b210416 [FIX] web_widget_x2many_2d_matrix: Init correctly the view 2018-03-27 17:16:11 +02:00
Pedro M. Baeza a517b40c87 [IMP] web_widget_x2many_2d_matrix: Remove unneeded code 2018-03-27 17:16:11 +02:00
Pedro M. Baeza c4d2981193 [IMP+ web_widget_x2many_2d_matrix: Add roadmap 2018-03-27 17:16:11 +02:00
Pedro M. Baeza 466561181f [IMP] web_widget_x2many_2d_matrix: Better options parsing 2018-03-27 17:16:11 +02:00
Pedro M. Baeza 388fa3dd4b [FIX] web_widget_x2many_2d_matrix: Use existing value in load_views 2018-03-27 17:16:11 +02:00
Pedro M. Baeza 3123f7fa30 [IMP] web_widget_x2many_2d_matrix: Include x_axis_clickable and y_axis_clickable attrs
XML attributes for the widget that allows to configure if the axis will be clickable
or not in case the source field is a many2one field.
2018-03-27 17:16:11 +02:00
Jairo Llopis d3cd13a5a8 [IMP] web_widget_x2many_2d_matrix: Use new JS modularized API. 2018-03-27 17:16:11 +02:00
Pedro M. Baeza e3a2ca214f [MIG] web_widget_x2many_2d_matrix: Migration to 9.0 2018-03-27 17:16:11 +02:00
Pedro M. Baeza 2a2439b848 [IMP] web_widget_x2many_2d_matrix: New option field_att_<name>
Declare as many options prefixed with this string as you need for binding
a field value with an HTML node attribute (disabled, class, style...)
called as the `<name>` passed in the option.

NOTE: This doesn't prevent to require to fill the full matrix with
all the combination records.
2018-03-27 17:16:11 +02:00
Holger Brunn 3841f92900 [IMP] web_widget_x2many_2d_matrix: Several improvements
* README update to newest OCA template
* Example in README
* Massive performance boost for big matrices, specially on Firefox
* Assign id on row in order to find it back in all cases
* Fix #321, choked on cached writes
2018-03-27 17:16:11 +02:00
OCA Transbot a2a90729c9 OCA Transbot updated translations from Transifex 2018-03-27 17:16:11 +02:00
Pedro M. Baeza b0eb63ebfc [MIG] Make modules uninstallable 2018-03-27 17:16:11 +02:00
Stéphane Bidoul a66512d89b [UPD] prefix versions with 8.0 2018-03-27 17:16:11 +02:00
Markus Schneider d05f556414 remove comma 2018-03-27 17:16:11 +02:00
Markus Schneider 5cc931e94b add OCA to author 2018-03-27 17:16:11 +02:00
Yannick Vaucher 58126af6de Add bug tracker link on README.rst 2018-03-27 17:16:11 +02:00
Holger Brunn f59dfc378f [FIX] also reinitialize totals 2018-03-27 17:16:11 +02:00
Holger Brunn 052a12ac36 [FIX] support rerendering after virtual ids change
this is necessary for correct operation after creating new records
2018-03-27 17:16:11 +02:00
Holger Brunn d797ed948d [IMP] better modularity 2018-03-27 17:16:11 +02:00
Holger Brunn da2ea7d2a6 [IMP] icon 2018-03-27 17:16:11 +02:00
Holger Brunn 48b086e6bf [IMP] add screenshot, example in README 2018-03-27 17:16:11 +02:00
Holger Brunn 81181c5ee6 [IMP] use semantic css classes instead of element names
[RFR] and being on it, make reacting to changes in overrides simple
2018-03-27 17:16:11 +02:00
Holger Brunn e63ade6193 [IMP] we don't need data-x and data-y on the input 2018-03-27 17:16:11 +02:00