3
0
Fork 0
Commit Graph

1008 Commits (048943447931d3126cf4b7fff24ca39789cafa2c)

Author SHA1 Message Date
hparfr 0489434479 Lint part 2 2017-09-11 11:49:24 +00:00
hparfr 7303c02cac Lint 2017-09-11 10:29:11 +00:00
hparfr a4255c3c1a Migrate switch_company_warning to 10 2017-09-08 15:17:08 +00:00
OCA Git Bot de8f773348 [UPD] addons table in README.md 2017-09-08 02:40:32 +02:00
Pedro M. Baeza 92c74c01c7 Merge pull request #720 from Tecnativa/10.0-web_decimal_numpad_dot-fix_only_float
[FIX][IMP][web_decimal_numpad_dot] Support float time
2017-09-07 17:53:20 +02:00
Jairo Llopis 83ec032ee3 [FIX][IMP][web_decimal_numpad_dot] Support float time
- All Char widgets were getting affected by this behavior.
- Time float widgets now get ":" instead of "," or ".".
- Little code refactor.
- Only detect numpad dot, not normal dot and comma.
2017-09-07 15:10:41 +02:00
OCA Git Bot b5e2437efa [UPD] addons table in README.md 2017-09-06 02:40:48 +02:00
Pedro M. Baeza 9df3f77a76 Merge pull request #716 from Tecnativa/10.0-web_advanced_search_x2x-fix_false_text
[FIX][web_advanced_search_x2x] Fix "false" label
2017-09-05 12:37:34 +02:00
Jairo Llopis c7b692ecfc [FIX][web_advanced_search_x2x] Fix "false" label
When you were adding a custom filter in a x2x field using "contains", it always became "contains 'false'". Now it is fixed.
2017-09-05 11:57:59 +02:00
Akim Juillerat 34c4b108bc [10.0][ADD] option to deactivate color picker on many2many_tags (#713) 2017-09-05 09:47:23 +02:00
OCA Git Bot e141f32185 [ADD] setup.py 2017-09-02 04:41:50 +02:00
OCA Git Bot 20a20cffb2 [UPD] addons table in README.md 2017-09-02 02:41:25 +02:00
Pedro M. Baeza a1e93d16d4 Merge pull request #708 from Tecnativa/10.0-mig-web_decimal_numpad_dot
[MIG] web_decimal_numpad_dot: Migration to 10.0
2017-09-01 17:17:36 +02:00
David Vidal 0a080f57ac [MIG] web_decimal_numpad_dot: Migration to 10.0 2017-09-01 16:56:42 +02:00
Roel Adriaans 0b414fafdc [IMP] web_decimal_numpad_dot: use the decimal_point defined in user language 2017-09-01 16:56:42 +02:00
Omar Castiñeira Saavedra 5cfd1a0f4b [IMP] web_decimal_numpad_dot: fixed float widget not working properly 2017-09-01 16:56:42 +02:00
oihane ac4cdcfffc [IMP] web_decimal_numpad_dot: now changes . for , in floating numbers 2017-09-01 16:56:42 +02:00
oihane 63910c1745 [ADD] New module <web_decimal_numpad_dot> 2017-09-01 16:56:42 +02:00
OCA Git Bot fa13b831cf [UPD] addons table in README.md 2017-08-31 02:41:08 +02:00
Richard deMeester 6005607727 [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
2017-08-30 17:03:05 +02:00
OCA Git Bot 0e3999434f [ADD] setup.py 2017-08-24 04:41:23 +02:00
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
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