Hpar
995954da3c
lint part 3
2017-09-11 13:59:13 +02:00
hparfr
0489434479
Lint part 2
2017-09-11 11:49:24 +00:00
hparfr
7303c02cac
Lint
2017-09-11 10:29:11 +00:00
OCA Git Bot
acc84e089a
[ADD] setup.py
2017-09-10 04:41:13 +02:00
OCA Git Bot
a3663d62fd
[UPD] addons table in README.md
2017-09-10 02:40:28 +02:00
Dave Lasley
a2c20fd293
Merge pull request #522 from LasLabs/10.0-mig-web_widget_float_formula
...
[MIG] web_widget_float_formula: Migrate to 10.0
2017-09-09 11:41:40 -07:00
Kelly Lougheed
f19ee39524
[MIG] web_widget_float_formula: Migrate to 10.0
2017-09-09 11:12:21 -07: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
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
Kelly Lougheed
cf8f89d776
[10.0][MIG] web_widget_darkroom: Migrated to 10.0
2017-08-14 14:52:20 -07:00
Oleg Bulkin
e5d65e7a8d
web_widget_darkroom: Modal, fixes, cleanup * Fix bugs involving the crop and pan functionality by modifying crop and zoom plugins and Darkroom widget * Add Darkroom modal to normal image widget, using darkroom.modal wizard model to provide backend support for modal view * Remove res.users view changes introduced for demo purposes (not needed due to modal functionality) * Clean up existing code, removing many unnecessary DarkroomJS files
2017-08-14 14:52:20 -07:00
Dave Lasley
112eba3e12
web_widget_darkroom: Add o2m DarkroomJS widget
2017-08-14 14:52:19 -07: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