OCA-git-bot
fa6bad4f36
[UPD] addons table in README.md
2019-06-16 11:42:26 +00:00
Stéphane Bidoul (ACSONE)
032197167d
[FIX] web_drop_target readme
2019-06-16 13:42:10 +02:00
Pedro M. Baeza
b70e0a0fac
[FIX] web_widget_many2many_tags_multi_selection: License in manifest
2019-06-16 13:02:59 +02:00
KKamaa
39f06bce3a
[IMP] 10.0 web_fullscreen: support for enterprise
2019-06-14 15:19:27 +02:00
oca-travis
724e0d6cba
[UPD] Update web_drop_target.pot
2019-06-04 10:53:41 +00:00
Simone Orsi
ea2899c34f
Merge pull request #971 from Studio73/10.0-web_drop_target_multi
...
[IMP] web_drop_target: Upload multiple files
2019-06-04 11:49:48 +02:00
Pedro M. Baeza
880df8eb7b
Merge pull request #1276 from vauxoo-dev/10.0-widget_markdown_tree_fix-tomeyro
...
[10.0] [FIX] web_widget_text_markdown: convert markdown only when widget attr is present in tree view
2019-05-05 10:13:47 +02:00
Tomas Alvarez
99d07f7395
[FIX] web_widget_text_markdown: convert markdown only when widget attr is present in tree view
2019-05-04 15:52:15 -05:00
oca-travis
7016cd20b4
[UPD] Update web_switch_company_warning.pot
2019-05-03 13:04:45 +00:00
OCA-git-bot
ad14de91af
[UPD] addons table in README.md
2019-05-03 12:46:25 +00:00
hparfr
45314400ef
Add detection of switching database
2019-05-03 14:45:56 +02:00
oca-travis
067d1a55c4
[UPD] Update web_fullscreen.pot
2019-04-17 19:44:19 +00:00
Pedro Castro Silva
0df8259641
Translated using Weblate (Portuguese)
...
Currently translated at 100.0% (3 of 3 strings)
Translation: web-10.0/web-10.0-web_export_view
Translate-URL: https://translation.odoo-community.org/projects/web-10-0/web-10-0-web_export_view/pt/
2019-04-17 19:35:38 +00:00
OCA-git-bot
de019513d8
[ADD] setup.py
2019-04-17 19:35:26 +00:00
OCA-git-bot
cfcc708554
[ADD] icon.png
2019-04-17 19:35:26 +00:00
OCA-git-bot
a1aff5fdb7
[UPD] addons table in README.md
2019-04-17 19:35:24 +00:00
Pedro M. Baeza
7dada9138c
Merge pull request #1226 from sunflowerit/10.0-web-fullscreen
...
[ADD][10.0] web_fullscreen
2019-04-17 21:34:54 +02:00
KKamaa
7976daf4f6
[MIG] 10.0 web_fullscreen
2019-04-17 17:41:13 +03:00
Andrea
7496beb413
Updated author + minor code review of web_fullscreen
2019-04-17 17:31:55 +03:00
Dennis Sluijk
ce5902e097
Added tooltip
2019-04-17 17:31:55 +03:00
Dennis Sluijk
4426c5e503
Initial version of Fullscreen module
2019-04-17 17:31:55 +03:00
Pedro Castro Silva
22233fafeb
Added translation using Weblate (Portuguese)
2019-04-03 08:48:17 +00:00
OCA-git-bot
1b3f95ad81
[ADD] icon.png
2019-04-03 03:29:45 +00:00
Pedro M. Baeza
16665c28cc
Merge pull request #1225 from simahawk/10-web_ckeditor4-fix
...
[10.0] web_ckeditor4: fix no re-init on form discard
2019-03-30 17:04:36 +01:00
Simone Orsi
9f28948593
web_ckeditor4: fix no re-init on form discard
...
When you hit "cancel" button or when you navigate away from the form,
for instance by clicking on the breadcrumb or on "edit translations",
we have to remove the CKEditor widget.
It happens the same if you click on a main menu item
(eg: you are on sale order create form and you click on
Sales -> Quotations to get back to the tree view).
BUT then if you hit "create" Odoo's form machinery is not initializing
the widget anymore, which really sounds inconsistent.
If the widget is not initialized again it means that if CKEditor
got destroyed there's no way to re-init again.
Here we make sure that on create (no id on datarecord)
if the editor is not initialized yet we force it.
2019-03-26 13:16:25 +01:00
Pablo Fuentes
ced0004252
[IMP] web_drop_target: Make sure is a Blob object
...
Make sure that when a File is dropped into a form the event is propagated and the action only takes place when the element dropped is actually a Blob object.
Taken from #1209
Co-Authored-By: George Daramouskas <daramousk@users.noreply.github.com>
2019-03-25 16:31:28 +01:00
Pablo Fuentes
882bf07c3f
[IMP] web_drop_target: Handle FilerReader error
2019-03-25 16:31:28 +01:00
Simone Orsi
6b074b3729
web_ckeditor4: split default config
2019-03-25 16:27:17 +01:00
Akim Juillerat
ca33fef877
[IMP] Make web_drop_target IE11 compliant
2019-03-16 21:08:55 +01:00
Akim Juillerat
3970390da0
Make _handle_drop_items extensible to prevent multiple rpc calls
2019-03-16 20:57:02 +01:00
Pablo Fuentes
d12de11581
[FIX] web_drop_target: remove ES6 sintax
2019-03-16 20:57:02 +01:00
Pablo Fuentes
bb2903345d
[IMP] web_drop_target: Add contributor and screenshot
2019-03-16 20:57:02 +01:00
Akim Juillerat
b03bfc8b0e
Split readme for oca-gen-addon-readme
2019-03-16 20:57:02 +01:00
Pablo Fuentes
25dd87878c
[IMP] web_drop_target: Upload multiple files
2019-03-16 20:57:02 +01:00
OCA-git-bot
36127d5d12
[UPD] addons table in README.md
2019-03-12 10:16:34 +00:00
Simone Orsi
252de06873
Merge pull request #1209 from daramousk/10.0-fix-web_drop_target
...
[FIX] web_drop_target
2019-03-12 11:16:30 +01:00
George Daramouskas
b9411ed06f
[FIX] web_drop_target Make sure that when a File is dropped into a form the event is propagated and the action only takes place when the element dropped is actually a Blob object
2019-03-11 16:29:02 +01:00
Abraham Anes
fac26abb12
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (7 of 7 strings)
Translation: web-10.0/web-10.0-web_responsive
Translate-URL: https://translation.odoo-community.org/projects/web-10-0/web-10-0-web_responsive/es/
2019-03-11 07:51:34 +00:00
Abraham Anes
b9c5efddda
Translated using Weblate (Catalan)
...
Currently translated at 100.0% (7 of 7 strings)
Translation: web-10.0/web-10.0-web_responsive
Translate-URL: https://translation.odoo-community.org/projects/web-10-0/web-10-0-web_responsive/ca/
2019-03-11 07:51:34 +00:00
Eric @ Elico Corp
48f93e76bf
Merge pull request #1213 from hbrunn/10.0-web_menu_navbar_needaction-mute_logger
...
[FIX][web_menu_navbar_needaction] mute logger for assertRaises
2019-03-11 15:51:28 +08:00
Holger Brunn
5f1600759b
[FIX] mute logger for assertRaises
2019-03-11 08:29:33 +01:00
OCA Transbot
f1575996af
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: web-10.0/web-10.0-web_search_autocomplete_prefetch
Translate-URL: https://translation.odoo-community.org/projects/web-10-0/web-10-0-web_search_autocomplete_prefetch/
2019-01-27 11:11:53 +00:00
OCA Transbot
320a3dda1b
Update translation files
...
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
2019-01-18 16:09:23 +00:00
oca-travis
97a8df967d
[UPD] Update web_advanced_search_wildcard.pot
2019-01-18 16:08:52 +00:00
OCA Transbot
a55d8522c7
Update translation files
...
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
2019-01-18 15:45:20 +00:00
Alexis de Lattre
2a80670466
[10.0] web_advanced_search_wildcard: adds 'starts with' and 'ends with' ( #1142 )
...
* We keep the historic feature *matches* provided by
web_advanced_search_wildcard, but we add *starts with* and *ends with*
with are super-easy and intuitive to use and cover the majority of use cases.
* FR translation
2019-01-18 16:45:12 +01:00
oca-travis
e159e99c98
[UPD] Update web_search_autocomplete_prefetch.pot
2019-01-04 09:24:25 +00:00
OCA-git-bot
c18a2abe7f
[ADD] setup.py
2019-01-04 09:18:00 +00:00
OCA-git-bot
9ee6acd108
[UPD] README.rst
2019-01-04 09:18:00 +00:00
OCA-git-bot
926cd58e14
[UPD] addons table in README.md
2019-01-04 09:17:59 +00:00