3
0
Fork 0
Commit Graph

564 Commits (4a37d5385633c946175f3d01199f70ee44717f7c)

Author SHA1 Message Date
oca-travis 4a37d53856 [UPD] Update web_send_message_popup.pot 2018-10-10 09:53:50 +00:00
OCA-git-bot 26ff48dcb0 [ADD] setup.py 2018-10-10 09:15:51 +00:00
OCA-git-bot ca08b552e6 [UPD] README.rst 2018-10-10 09:15:51 +00:00
Simone Orsi b508fd8018
Merge pull request #1051 from arkostyuk/11.0-mig-web_send_message_popup
[11.0][MIG] web_send_message_popup: Migrate to 11.0
2018-10-10 11:15:45 +02:00
David Vidal 98adeba6e5 [FIX] web_decimal_numpad: float_time format (#1068)
Recover functionality from https://github.com/OCA/web/pull/720, which was lost in migration to Odoo v11.
2018-10-10 08:43:25 +01:00
oca-travis c3fb1635b3 [UPD] Update web_notify.pot 2018-10-09 06:46:09 +00:00
Guewen Baconnier 79282f2d2a Bump web_notify to 11.0.1.1.0 2018-10-09 08:30:16 +02:00
Guewen Baconnier bf9fb3a23e Prevent to send web notifications to other users
Only the admin user (sudo) is allowed to send notifications to other
users. The normal users can only send notifications to themselves.

This is to prevent attackers to craft malicious notifications and send
them to other users using RPC.

Correction based on the idea of @hbrunn
2018-10-09 08:30:01 +02:00
Artem Kostyuk 70f347784f [11.0][MIG] web_send_message_popup: Migrate to 11.0 2018-10-08 13:10:29 +03:00
oca-travis 215037800c [UPD] Update web_send_message_popup.pot 2018-10-08 13:10:29 +03:00
Nicolas JEUDY 18adf56e58 [MIG] web_send_message_popup 10.0 migration (#504)
* Intitial manifest changes

* [FIX] small README tricks
2018-10-08 13:10:29 +03:00
Pedro M. Baeza 383facfce1 [MIG] Rename manifest files 2018-10-08 13:10:29 +03:00
Pedro M. Baeza 68077a31cf [MIG] Make modules uninstallable 2018-10-08 13:10:29 +03:00
Yannick Vaucher 8962fd3375 [9.0] [PORT] web_send_message_popup 2018-10-08 13:10:29 +03:00
Stéphane Bidoul b1810db7d7 [MOV] move addons out of __unported__ (they remain not installable) 2018-10-08 13:10:29 +03:00
Holger Brunn 7c2cd54f16 move all addons to __unported__, set all addons as not installable 2018-10-08 13:10:29 +03:00
Guewen Baconnier 303f7a0aae Add module web_send_message_popup changing the 'Send a message' link to open directly the full featured message popup 2018-10-08 13:10:29 +03:00
oca-travis 01c59ec7de [UPD] Update web_timeline.pot 2018-10-02 19:03:07 +00:00
Pedro M. Baeza e8592b42d4
Merge pull request #1024 from tarteo/patch-1
[11.0][ADD] Enable multiselect and fixed time axis in timeline
2018-10-02 20:57:12 +02:00
Alexandre Fayolle 40d695796b
Merge pull request #1059 from damdam-s/patch-1
Update README because of wrong license
2018-10-02 15:07:01 +02:00
Damien Crier 4e68b609ef
Update README because of wrong license
Found in this commit: 3965057913
2018-10-02 13:41:58 +02:00
Pedro M. Baeza bdaaa6a3de
Merge pull request #1044 from joezsweet/patch-1
[11.0][FIX][web_dialog_size] default_maximize check
2018-09-26 09:35:11 +02:00
OCA Git Bot 91c80a1db1 [UPD] README.rst 2018-09-23 05:41:11 +02:00
oca-travis 97c51ad28f [UPD] Update web_responsive.pot 2018-09-22 16:15:06 +00:00
Pedro M. Baeza 0b8ed47ead
Merge pull request #1007 from Tecnativa/11.0-web_responsive-search
[IMP] web_responsive: Add search feature
2018-09-22 18:10:10 +02:00
Jairo Llopis f6697f5a1c [FIX] web_responsive: Disable access to hidden menus
When doing menu search, some menus that the user didn't have permission to use were presented to him.

Fix #850.
2018-09-22 18:02:43 +02:00
Jairo Llopis 5723f17fde [FIX] web_responsive: Complete search feature forward-porting 2018-09-22 18:02:43 +02:00
Dave Lasley bcdce5aaf5 [IMP] web_responsive: Add search feature (#838)
* Add feature to search menus in the app drawer
* Switch model to RPC
2018-09-22 18:02:43 +02:00
joezsweet 75c7d300d3
Fix default_maximize check
Checking result of rpc call, `dialog_maximize`, will end to be always `true` as the method will return a json: `{'dialog_maximize': false }`. So i changed the test to test the value of json key `dialog_maximize`
2018-09-21 17:24:51 +02:00
OCA Git Bot b10e3d2d90 [ADD] setup.py 2018-09-21 05:42:57 +02:00
oca-travis c49924b5f1 [UPD] Update web_widget_x2many_2d_matrix.pot 2018-09-20 14:17:23 +00:00
Dennis Sluijk 4fea08d468 [IMP] web_widget_x2many_2d_matrix: Total of all rows (#1043) 2018-09-20 16:05:34 +02:00
oca-travis d75b9bdf38 [UPD] Update web_tree_image.pot 2018-09-20 12:27:54 +00:00
Yannick Vaucher a5893f541c
Merge pull request #1006 from nikul-serpentcs/11-mig-web_tree_image
[11.0] [MIG] web_tree_image
2018-09-20 14:22:17 +02:00
Pedro M. Baeza 2e574053c6
Merge pull request #1040 from Tecnativa/11.0-web_advanced_search-fix_x2many
[FIX] web_advanced_search: `undefined` in x2m fields
2018-09-19 09:53:53 +02:00
Nikul Chaudhary 86c3142c25 [FIX] Fixed delay time 2018-09-19 13:23:19 +05:30
Jairo Llopis 7cc961fb7b [FIX] web_advanced_search: `undefined` in x2m fields
Before this patch, when searching with the "equals to" operator in any
x2many field, the searched parameter was always `undefined`.

The problem was that the underlying field manager implementation was
treating those fields as x2many, while the widget used was the `one2many`
one.

This patch simply mocks the underlying fake record to make think that
any relational field is always a `one2many`. This sets all pieces in
place and makes the field manager work as expected, and thus you can
search as expected too.
2018-09-18 09:15:16 +01:00
Jairo Llopis 0eb4a40552 [FIX] web_advanced_search: Make linter happy 2018-09-18 09:15:16 +01:00
Pedro M. Baeza 23adda6147 [IMP] web_advanced_search: Rename manifest file 2018-09-13 13:59:03 +02:00
Dennis Sluijk 55d5ef4bfb [ADD] Enable multiselect
[IMP] Prevent flickering

[IMP] Fixed headers

[ADD] Create new record by date range selection

Remove roadmap item from readme

[FIX] minimal height
2018-09-04 15:44:04 +02:00
Nikul Chaudhary 052f739968 [FIX] Fixed code 2018-09-04 17:07:05 +05:30
Nikul Chaudhary 0c48ab560a [MIG] web_tree_image v11 2018-09-04 14:59:42 +05:30
Hans Henrik Gabelgaard ec0831bc8c Translated using Weblate (Danish)
Currently translated at 22.2% (2 of 9 strings)

Translation: web-11.0/web-11.0-web_favicon
Translate-URL: https://translation.odoo-community.org/projects/web-11-0/web-11-0-web_favicon/da/
2018-09-02 06:11:15 +00:00
Hans Henrik Gabelgaard 6234cf56a5 Translated using Weblate (Danish)
Currently translated at 90.0% (9 of 10 strings)

Translation: web-11.0/web-11.0-web_responsive
Translate-URL: https://translation.odoo-community.org/projects/web-11-0/web-11-0-web_responsive/da/
2018-09-02 05:11:45 +00:00
Hans Henrik Gabelgaard b994e24377 Translated using Weblate (Danish)
Currently translated at 40.0% (2 of 5 strings)

Translation: web-11.0/web-11.0-web_notify
Translate-URL: https://translation.odoo-community.org/projects/web-11-0/web-11-0-web_notify/da/
2018-09-02 05:11:38 +00:00
Hans Henrik Gabelgaard 23e8d3bfd0 Added translation using Weblate (Danish) 2018-09-01 05:09:49 +00:00
Hans Henrik Gabelgaard 4db28dda12 Added translation using Weblate (Danish) 2018-09-01 05:07:33 +00:00
Hans Henrik Gabelgaard e16d71e968 Added translation using Weblate (Danish) 2018-09-01 05:04:01 +00:00
Hans Henrik Gabelgaard 3cbcb142db Translated using Weblate (Danish)
Currently translated at 100,0% (1 of 1 strings)

Translation: web-11.0/web-11.0-web_advanced_search
Translate-URL: https://translation.odoo-community.org/projects/web-11-0/web-11-0-web_advanced_search/da/
2018-09-01 05:03:07 +00:00
Hans Henrik Gabelgaard e8ea42e828 Added translation using Weblate (Danish) 2018-09-01 05:02:08 +00:00