Commit Graph

1040 Commits (e3eb15bc69999d5dfbba1b91964eff8c9d91badc)

Author SHA1 Message Date
OCA Git Bot 73e52b0fed [UPD] addons table in README.md 2017-08-24 02:41:24 +02:00
Moises Lopez - https://www.vauxoo.com/ 49d2725e37 Merge pull request #656 from smurf-U/10.0-web_widget_timepicker
[10.0][MIG]migrate web_widget_timepicker
2017-08-23 12:10:12 -05:00
Pedro M. Baeza 3466323704 Merge pull request #704 from Tecnativa/10.0-web_advanced_search_x2x-fix_ui
[FIX][web_advanced_search_x2x] UI failures
2017-08-21 16:14:30 +02:00
Jairo Llopis f7132b139c [FIX][web_advanced_search_x2x] Load fields in user's language
Fixes #702.
2017-08-21 14:17:27 +02:00
Jairo Llopis 709c11c842 [FIX][web_advanced_search_x2x] Do not hide filter when clicking in it
Fixes #703.
2017-08-21 13:46:59 +02:00
Houzéfa Abbasbhay 5cb0d4974f [10.0][FIX] web_notify tests: Fix an arg check
Fix a check when comparing a user count with items within a mock call.

The previous method was succeeding by pure luck because OCA test
databases contain 2 users, which happens to be the amount of items
within a mock "call_args" (it contains args + kwargs).
2017-08-17 13:37:14 +02:00
Jose M e17f516cc0 [10.0] [FIX] [web_timeline] Correct write when grouped by (#678)
* [FIX] Correct write when grouped by

* Remove blank lines

* Minor changes
2017-08-17 13:35:33 +02:00
jlzhou cbbe7c2e11 follow 80 cols line limit (PEP8) and move myself in last place of contibutor list, also add known issue. 2017-08-17 13:50:47 +08:00
jlzhou a713dc1646 translate shortcut menu items to user's language 2017-08-16 09:19:44 +08:00
OCA Git Bot 97b6b48a69 [UPD] addons table in README.md 2017-08-11 02:40:55 +02:00
Jairo Llopis 68a6e796aa [FIX][web_responsive] Long-named multicompanies nice in XS (#688) 2017-08-10 12:12:21 +02:00
OCA Transbot 45d8b0a42d OCA Transbot updated translations from Transifex 2017-08-05 13:28:58 +02:00
OCA Git Bot 8788db985b [ADD] setup.py 2017-07-26 04:41:04 +02:00
OCA Git Bot a60f817117 [UPD] addons table in README.md 2017-07-26 02:40:45 +02:00
Antonio Esposito 2b33af50de [10.0][ADD] Module web_listview_invert_selection (#538)
* [10.0][ADD] Module web_listview_invert_selection

* [FIX] Multiple code reviews

* [FIX] Changed single-quotes to double-quotes for improving codacy tests;
2017-07-25 09:03:35 -07:00
Pedro M. Baeza 21f50a61f1 Merge pull request #672 from Tecnativa/10.0-web_widget_domain_v11
[ADD][web_widget_domain_v11] Domain widget backport
2017-07-25 09:46:19 +02:00
Jairo Llopis 2cc0d8d52f [FIX] Compatibilize web_widget_domain_v11 with web_advanced_search_x2x 2017-07-25 09:39:21 +02:00
Jairo Llopis b6610665b7 [ADD][web_widget_domain_v11] Domain widget backport
- Most code directly copied from upstream Odoo, in the commit before the JS refactor that took place in master.
- Some little glue code to make it replace v10's widget.
2017-07-25 09:39:21 +02:00
smurf-U b97d2f1cda [10.0][MIG]migrate web_widget_timepicker 2017-07-21 21:26:13 +05:30
OCA Transbot 977a85c133 OCA Transbot updated translations from Transifex 2017-07-15 12:53:39 +02:00
Moises Lopez - https://www.vauxoo.com/ f2f4ac1f39 Merge pull request #661 from acsone/10.0-ribbon-vars-sbi
[10.0] web_environment_ribbon forward port
2017-07-13 10:30:48 -05:00
OCA Git Bot 2770668531 [UPD] addons table in README.md 2017-07-08 02:40:07 +02:00
OCA Git Bot 45a2b0b85e [ADD] setup.py 2017-07-07 04:40:23 +02:00
Moises Lopez - https://www.vauxoo.com/ 3635832f43 Merge pull request #665 from Tecnativa/10.0-web_editor_background_color
[MIG][web_editor_background_color] Migrate to v10
2017-07-06 19:36:05 -05:00
Jairo Llopis 70ba4cd971 [MIG][web_editor_background_color] Migrate to v10
Now it fits into upstream's color picker, just adding a new tab at the end.

All known issues have been addressed.
2017-07-05 14:07:04 +02:00
OCA Transbot 4b8d9a0a32 OCA Transbot updated translations from Transifex 2017-07-05 11:56:50 +02:00
Jairo Llopis d97e476bcc [ADD][web_editor_background_color] Custom background color picker (#582)
* [ADD][web_editor_background_color] Custom background color picker

This addon lets the user choose a preferred background color when editing some web content.

Works out of the box with `website` and `mass_mailing` addons, although requires none of those.

* [FIX] Avoid clicks removing dropdown menu

This happened specifically in Chrome as demonstrated in
https://github.com/OCA/web/pull/582#issuecomment-287057052.

* [FIX] Use strict equality operator.
2017-07-05 11:56:50 +02:00
Stéphane Bidoul (ACSONE) 25ff506786 Merge pull request #662 from acsone/10.0-fix-setup-ape
[FIX] Bad setup file for version 10.0
2017-07-03 13:06:36 +02:00
Adrien Peiffer (ACSONE) 94c8ab8620
[FIX] Bad setup file for version 10.0 2017-07-03 12:21:09 +02:00
Stéphane Bidoul (ACSONE) 8e6b013852
[IMP] ribbon: better extensibility 2017-07-02 22:18:47 +02:00
Stéphane Bidoul (ACSONE) f155fcd5ce
[IMP] ribbon: no need for the backend model to have a table 2017-07-02 22:15:53 +02:00
Thomas Binsfeld (ACSONE) 28d935d8c4
[9.0] [IMP] Web Environment Ribbon: support variables in ribbon name (eg db_name) (#621)
* [ADD] .eggs in gitignore

* [IMP] Web Environment Ribbon: add backend
This commit adds a simple bakend to facilitate inheritance

* [IMP] Web Environment Ribbon: add the databse name
This commit adds the database name under the ribbon name, in the ribbon

* [IMP] Web Environment Ribbon: prepare method for ribbon name

* [IMP] README: explain how to use db_name
2017-07-02 21:49:58 +02:00
OCA Transbot 5b64d6801c OCA Transbot updated translations from Transifex 2017-07-01 12:43:17 +02:00
OCA Git Bot f90f08fb36 [ADD] setup.py 2017-07-01 04:39:51 +02:00
OCA Git Bot edb2752b06 [UPD] addons table in README.md 2017-07-01 02:40:04 +02:00
Pedro M. Baeza f13d2b7c88 Merge pull request #649 from smurf-U/10.0
[MIG]migrate web_widget_image_webcam v10
2017-06-30 11:04:55 +02:00
OCA Git Bot 3f4f17f527 [UPD] addons table in README.md 2017-06-30 02:40:02 +02:00
Pedro M. Baeza 855928f399 Merge pull request #521 from monksoftware/10.0-web_timeline
[10.0] [MIG] web_timeline
2017-06-30 00:25:40 +02:00
smurf-U c43ba80d4a [10.0][MIG]migrate web_widget_image_webcam v10 2017-06-29 08:11:49 -07:00
OCA Git Bot 9da24e83fd [ADD] setup.py 2017-06-29 04:39:26 +02:00
OCA Git Bot 8ca33fd3f6 [UPD] addons table in README.md 2017-06-29 02:39:49 +02:00
Pedro M. Baeza a299f6a105 Merge pull request #655 from smurf-U/10.0-web_widget_image_download
[10.0][MIG]migrate web_widget_image_download
2017-06-28 20:31:48 +02:00
OCA Transbot f33cf1292c OCA Transbot updated translations from Transifex 2017-06-24 12:40:00 +02:00
smurf-U 45112e33a5 [10.0][MIG]migrate web_widget_image_download 2017-06-24 00:14:06 +05:30
Cédric Pigeon feee954245 [10.0] web_widget_x2many_2d_matrix: update README 2017-06-22 10:19:49 +02:00
OCA Git Bot 3f853f16e6 [ADD] setup.py 2017-06-16 04:39:03 +02:00
OCA Git Bot 02102fc7eb [UPD] addons table in README.md 2017-06-16 02:39:31 +02:00
Pedro M. Baeza 6dbc0a26a4 Merge pull request #638 from Comunitea/10.0_mig_web_tree_dynamic_colored_field
Migration of web_tree_dynamic_colored_field to 10.0
2017-06-15 18:28:02 +02:00
jesusVMayor 0ab69ebc04 Migration of web_tree_dynamic_colored_field to 10.0 2017-06-15 16:26:29 +02:00
Holger Brunn 1eea6d3667 web_tree_dynamic_colored_field v9
demo view
2017-06-15 16:26:27 +02:00