Commit Graph

945 Commits (806793635f9a4263fcfcdd28afa6fc8f85f1f254)

Author SHA1 Message Date
OCA Git Bot 806793635f [UPD] addons table in README.md 2016-11-26 02:34:01 +01:00
Sylvain LE GAL ae91a11729 Merge pull request #496 from ivantodorovich/patch-1
[8.0][FIX] web_dashboard_tile security rule
2016-11-25 18:03:10 +01:00
Iván Todorovich adae577c58 [8.0][FIX] web_dashboard_tile security rule
Rule was not being updated because of `<data noupdate="1">`, hence the groups field of the tile was not working.
2016-11-24 15:11:27 -03:00
Pedro M. Baeza 55ee404028 Merge pull request #495 from acsone/8.0-web_widget_x2many_2d_matrix-axis_order-cpi
[8.0] web_widget_x2many_2d_matrix: render axis values in received order
2016-11-23 15:45:49 +01:00
Cédric Pigeon 62539e36f9 [8.0] render axis values in received order 2016-11-23 15:19:00 +01:00
OCA Git Bot a3247c93e5 [UPD] addons table in README.md 2016-11-20 02:33:28 +01:00
Iván Todorovich 3ab676daac [IMP][8.0][web_dashboard_tile] Refactor (see changes in description) (#476) 2016-11-19 18:07:01 +01:00
OCA Git Bot 4493f1351d [ADD] setup.py 2016-11-16 04:40:37 +01:00
OCA Git Bot 70b7da2182 [UPD] addons table in README.md 2016-11-16 02:33:34 +01:00
Holger Brunn b8fb0ef12a [ADD] web_x2m_filter (#474) 2016-11-15 16:45:14 +01:00
Holger Brunn f6e1503025 Merge pull request #478 from acsone/8.0-web_widget_x2many_2d_matrix-axis-clickabel_cpi
[8.0] add x_axis_clickable and y_axis_clickable properties on widget
2016-11-14 09:21:40 +01:00
Cédric Pigeon 3320ada4bb [8.0] add x_axis_clickable and y_axis_clickable properties on widget 2016-11-11 17:15:53 +01:00
Pedro M. Baeza d96db7d439 Merge pull request #434 from jan-sedivy/8.0
web_m2x_options functionality aligned with the specification
2016-11-03 20:43:08 +01:00
OCA Git Bot b68c0569ec [ADD] setup.py 2016-11-03 04:40:44 +01:00
OCA Git Bot a7c49ef2ab [UPD] addons table in README.md 2016-11-03 02:33:42 +01:00
Holger Brunn 1e374d6644 [ADD] web_widget_pattern (#458) 2016-11-02 08:54:06 +01:00
OCA Git Bot 117bd53966 [ADD] setup.py 2016-10-20 04:42:14 +02:00
OCA Git Bot c7ada76866 [UPD] addons table in README.md 2016-10-17 02:41:48 +02:00
Sylvain LE GAL 1ac3f8d38d Merge pull request #370 from kaerdsar/8.0-web-invalid-tab
[ADD] adding module web_invalid_tab
2016-10-17 01:43:36 +02:00
OCA Git Bot e632713ccf [UPD] addons table in README.md 2016-10-14 09:02:39 +02:00
OCA Git Bot 85e63ba56d [ADD] setup.py 2016-10-14 04:40:55 +02:00
Andrea Stirpe ce22e5ae89 [ADD] Module menu_collapsible 8.0 (#324)
[ADD] Module menu_collapsible 8.0
2016-10-13 14:52:36 +02:00
Stéphane Bidoul (ACSONE) 334e955bf2 [UPD] prefix versions with 8.0 2016-10-08 11:23:02 +02:00
Jan Sedivy ba031bfe57 eb_m2x_options functionality aligned with the specification 2016-10-06 13:35:40 +02:00
David Beal 7258e994a1 Update author in manifest allowing search (#428)
searching multiple authors
2016-09-26 08:48:34 -05:00
Holger Brunn 82088b11e1 [IMP] web_menu_navbar_needaction: reflow, new features (#265)
[IMP] web_menu_navbar_needaction: Several improvements:

* Make the menu reflow after updating needactions
* Allow to disable needaction completely or to set a custom domain
* Support for clicking the number to end up on the first action
* No need to block the UI for our request
* Don't crash on corner cases, filter out search defaults from context, disable custom filters
* Allow to define needaction domains for any menu
* Support server actions
* Support models implementing the function, but not the interface
* Show a main menu's child needaction counters
2016-09-20 21:34:55 +02:00
OCA Transbot 6e35172b30 OCA Transbot updated translations from Transifex 2016-09-18 11:20:31 -04:00
Pedro M. Baeza 0c797a1e3b [FIX] web_widget_one2many_tags: README 2016-09-17 14:01:40 +02:00
OCA Git Bot b065c6aba7 [UPD] addons table in README.md 2016-09-16 02:41:40 +02:00
Dave Lasley c5fd95debd Merge pull request #404 from initOS/8.0-model-based-quick-create
Model based quick create config option.
2016-09-15 15:58:41 -07:00
Dave Lasley f1e4a4455c Merge pull request #423 from acsone/8.0-add-help-online-kanban-ape
[ADD][help_online] Add help online for kanban view
2016-09-15 12:47:52 -07:00
Adrien Peiffer (ACSONE) e2d40d515a [ADD] Add help online for kanban view 2016-09-15 15:10:55 +02:00
Holger Brunn b3cbabd43e Merge pull request #420 from Tecnativa/8.0-web_widget_x2many_2d_matrix-field_editability
[IMP] web_widget_x2many_2d_matrix: New option field_att_
2016-09-15 10:21:06 +02:00
Pedro M. Baeza 28adcce3ec [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.
2016-09-15 00:50:39 +02:00
Peter Hahn 34a7892824 Update documentation and roadmap. 2016-09-13 09:36:56 +02:00
OCA Transbot ce0592c598 OCA Transbot updated translations from Transifex 2016-09-04 09:50:50 -04:00
Pedro M. Baeza d7dc1b987d Merge pull request #263 from hbrunn/8.0-issue222
[FIX] disjunctions in advanced search
2016-09-02 16:04:21 +02:00
Pedro M. Baeza 940b32b3ee [FIX] web_widget_one2many_tags: README 2016-08-31 19:15:02 +02:00
Eric Caudal e08e5fc2f4 Merge pull request #413 from hbrunn/8.0-web_tree_many2one_clickable-reference
[ADD] support reference fields in many2one_clickable widget
2016-08-30 17:51:46 -05:00
Holger Brunn ea165e9f01
[ADD] support reference fields in many2one_clickable widget 2016-08-30 11:14:41 +02:00
OCA Git Bot d041ffea52 [UPD] addons table in README.md 2016-08-30 02:41:14 +02:00
Sylvain LE GAL 5f3eabbd10 Merge pull request #405 from ivantodorovich/dashboard_tile_improvements
[8.0][IMP] web_dashboard_tile: context_today and a few other improvements.
2016-08-30 00:52:51 +02:00
Iván Todorovich 1346b74e1f Update README 2016-08-29 19:34:13 -03:00
OCA Transbot 642decdbab OCA Transbot updated translations from Transifex 2016-08-28 09:36:57 -04:00
OCA Git Bot 3d198bb0f7 [UPD] addons table in README.md 2016-08-25 02:40:51 +02:00
Sylvain LE GAL b1cf8949b4 Merge pull request #395 from Tecnativa/8.0-web_widget_image_download-remove_hardcoded_field
[FIX][web_widget_image_download] Make button look good everywhere (I hope).
2016-08-24 15:40:00 +02:00
Jairo Llopis 73bdec2dfd Remove wrong closing parenthesis 2016-08-24 09:54:51 +02:00
OCA Git Bot e3d713183f [ADD] setup.py 2016-08-24 04:39:38 +02:00
OCA Git Bot fe9caa255a [UPD] addons table in README.md 2016-08-24 02:40:51 +02:00
Pedro M. Baeza 6fca6dbb5a [FIX] web_graph_sort: README 2016-08-23 11:49:03 +02:00