OCA Git Bot
915f7af354
[UPD] README.rst
2018-06-16 05:55:10 +02:00
Pedro M. Baeza
335c38e44f
Merge pull request #881 from modoolar/web_widget_image_url
...
[ADD][11.0] Adding module web_widget_image_url
2018-06-13 13:25:41 +02:00
Pedro M. Baeza
152f166129
Merge pull request #878 from modoolar/web_ir_actions_act_view_reload
...
[ADD][11.0] Add module web_ir_actions_act_view_reload
2018-06-13 12:47:07 +02:00
Jairo Llopis
2810ad33f3
[FIX] web_dialog_size: Fix usage for non-admins and reduce calls ( #954 )
...
This addon had 2 problems after migrating to v11:
1. One call to backend's `ir.config_parameter.get_param` was done for
each instantiated dialog, while the setting served for the whole
session equally.
2. That model is now readable only by admin users, so non-admins
couldn't use the default at all.
Fixed now.
2018-06-13 08:54:46 +02:00
OCA Git Bot
d59becba8a
[ADD] setup.py
2018-06-13 05:44:13 +02:00
Petar Najman
cc461a5431
Add module web_ir_actions_act_multi
2018-06-12 11:16:59 +02:00
Pedro M. Baeza
a7d325a716
Merge pull request #950 from vauxoo-dev/11.0-oca_datepicker_fix_parent_undefined-luisg
...
[FIX] web_widget_datepicker_options: Fix error when field is undefined
2018-06-12 08:21:59 +02:00
Luis González
ba73183d64
[FIX] web_widget_datepicker_options: Fix error when field is undefined
...
Currently, when a view is rendered and a date or datetime field is not
defined (e.g. when designing reports), it causes a JS error.
This patch fixes the above error.
2018-06-11 00:00:07 +00:00
Meet Dholakiya
442f5b7d61
[IMP/Fix]Improved group by functionality. ( #941 )
...
* Fixed the issue of expand shrink buttons showing on discuss menu.
* Added debounce event when buttons are clicked.
* Fixed the issue of buttons are added in FavoriteMenu.
* Restructured the code to fix other various issue like only display group by expand buttons if group by button is visible. NOTE: Earlier code was not honoring disable_groupby by flag in searchview
2018-06-07 20:57:22 +02:00
Petar Najman
bcf6a0dad8
ADD: Adding module web_widget_image_url
2018-06-07 19:45:20 +02:00
Petar Najman
85448bb9a6
Contribution: add module web_ir_actions_act_view_reload
2018-06-07 13:22:01 +02:00
OCA Git Bot
8503e0ee28
[ADD] setup.py
2018-06-07 05:42:01 +02:00
OCA Git Bot
22b1143d82
[UPD] README.rst
2018-06-07 05:42:01 +02:00
Pedro M. Baeza
67cf1bb206
Merge pull request #945 from ernestotejeda/11.0-mig-web_widget_image_download
...
11.0 mig web_widget_image_download
2018-06-06 10:08:55 +02:00
Pedro M. Baeza
f40ba34969
[IMP] README by fragments + manifest
2018-06-05 20:24:04 +02:00
ernesto
fceb20d33a
[MIG] web_widget_image_download: Migration to 11.0
2018-06-05 20:18:37 +02:00
OCA Transbot
8967a10ceb
OCA Transbot updated translations from Transifex
2018-06-05 20:18:37 +02:00
smurf-U
841c78960a
[10.0][MIG]migrate web_widget_image_download
2018-06-05 20:18:37 +02:00
Jairo Llopis
120a9a576b
[MIG] web_widget_image_download: Update for v9.
2018-06-05 20:18:13 +02:00
kutyel
0d9db0eb38
[MIG] web_widget_image_download
2018-06-05 20:18:13 +02:00
Pedro M. Baeza
a29fc7ad31
Merge pull request #946 from MaxyMoos/Issue-939
...
[FIX] web_many2many_tags_multiselection: Missing return
2018-06-05 09:36:09 +02:00
Maxence Groine
442edfc9cd
[FIX] Error when using the Quick Create on many2many_tags_multiselection widget
2018-06-04 15:00:54 +02:00
OCA Git Bot
af42b28b11
[ADD] setup.py
2018-06-01 05:41:08 +02:00
Pedro M. Baeza
434e8ecb98
Merge pull request #924 from vauxoo-dev/11.0-migrate_web_widget_datepicker_options-dev-yani
...
[MIG][11.0] web_widget_datepicker_options: Migrate module to v11
2018-05-31 09:14:39 +02:00
OCA Git Bot
926f0fd0f0
[ADD] setup.py
2018-05-31 05:40:55 +02:00
Luis González
c704912955
[FIX] web_widget_datepicker_options: Apply fixes after migration to v11
...
This applies some changes to the module after migration, to conform new
guidelines and conventions for version 11.0.
In addition, this applies the following fixes:
- The widged didn't work when the field was a `datetime` due to a typo
in a JS conditional
- Replaced `Object.assign()` -> `_.assign()` to improve
browser-compatibility
2018-05-30 19:33:31 +00:00
Yanina Aular
9b264c286e
[MIG] Migrate web_widget_datepicker_options to version 11.0
...
This commit extracts the module from version 10 and migrates it to v11
2018-05-30 19:33:31 +00:00
Pedro M. Baeza
f0c38a00dd
[MIG] Rename manifest files
2018-05-30 19:33:31 +00:00
Pedro M. Baeza
85cb6f628c
[MIG] Make modules uninstallable
2018-05-30 19:33:31 +00:00
Stéphane Bidoul
2af52e4899
[UPD] prefix versions with 8.0
2018-05-30 19:33:31 +00:00
Markus Schneider
23e753e274
add OCA to author
2018-05-30 19:33:31 +00:00
Yannick Vaucher
9cc1e4e147
Add bug tracker link on README.rst
2018-05-30 19:33:31 +00:00
Vincent Vinet
4501eedfc1
[ADD] web_widget_datepicker_options
...
* use include instead of extend
* add README.rst
* update api doc link in readme.rst
* remove description from __oe__ since it is in README.rst
* add OCA icon and AGPL badges
* add datepicker.js through assets_backend
2018-05-30 19:32:41 +00:00
Pedro M. Baeza
a9361d26e9
Merge pull request #928 from multidadosti-erp/11.0-mig-web_group_expand
...
11.0 mig web_group_expand
2018-05-30 17:03:13 +02:00
Aldo_Soares
6f261ee58d
[MIG] web_group_expand: Migration to 11.0
2018-05-30 16:27:57 +02:00
oihane
f9c58fff79
[IMP] <web_group_expand> Make it work for v8
...
Adapt to OCA
2018-05-30 16:27:42 +02:00
Mantavya Gajjar
a71d2d3432
[ADD] New module <web_group_expand>
2018-05-30 16:27:26 +02:00
Pedro M. Baeza
e380f76caf
Merge pull request #938 from Eficent/11.0-web_decimal_numpad_dot-fixes-929
...
[11.0][web_decimal_numpad_dot] fix tab navigation issue
2018-05-26 16:58:45 +02:00
OCA Git Bot
cbb3132c63
[ADD] setup.py
2018-05-26 09:56:08 +02:00
Pedro M. Baeza
c2ebb9e820
Merge pull request #895 from OpenCode/11.0-mig-web_search_with_and
...
11.0 mig web search with and
2018-05-25 18:28:59 +02:00
Jordi Ballester Alomar
fb07cf2777
fix tab navigation issue in web_decimal_numpad_dot
2018-05-25 18:03:43 +02:00
Francesco Apruzzese
528c9b4557
[MIG] web_search_with_and: Migration to 11.0
2018-05-25 17:55:51 +02:00
adrien.didenot
3e9c69263a
[MIG] Migrate web_search_with_and from 8.0 to 10.0
2018-05-25 17:55:51 +02:00
Andrius Preimantas
6ceced2dfb
Squash of 8 commits
...
Add README.rst
Too short underline for module title in README.rst
Improving module meta information
Version 1.0
W391 blank line at end of file
Remove module description because README.rst is there
web_search_with_and: Latest OCA conventions
2018-05-25 17:55:51 +02:00
Pedro M. Baeza
6ce6961ceb
[FIX] web_dialog_size: Bump version number
2018-05-16 10:55:42 +02:00
Pedro M. Baeza
742c846ccb
Merge pull request #927 from qtheuret/web_dialog_size_issue_921
...
[FIX] #921 Fixed issue when discard a modal with draggable element
2018-05-16 10:54:56 +02:00
Pedro M. Baeza
595c03b293
Merge pull request #926 from angelmoya/patch-1
...
[FIX] web_dialog_size: Fix discard
2018-05-16 10:54:17 +02:00
Quentin THEURET
6087242852
[FIX] #921 Fixed issue when discard a modal with draggable element
2018-05-15 20:42:14 +02:00
Angel Moya - PESOL
e5b53e100e
FIX discard
...
On any form, if you edit and try to discard you get an error
check this lines:
https://github.com/odoo/odoo/blob/11.0/addons/web/static/src/js/views/basic/basic_controller.js#L82
https://github.com/odoo/odoo/blob/11.0/addons/web/static/src/js/core/dialog.js#L235
2018-05-15 19:17:18 +02:00
Jordi Ballester Alomar
6feb307ccb
Merge pull request #919 from Eficent/11.0-fix-web_widget_x2many_2d_matrix
...
[11.0][FIX] Make matrix editable depending of the status of the parent
2018-05-02 16:11:13 +02:00