Pedro M. Baeza
ad79aa45cf
[FIX] web_widget_many2many_tags_multi_selection: Proper license
5 years ago
OCA-git-bot
de32b872db
[UPD] README.rst
5 years ago
OCA-git-bot
fa6bad4f36
[UPD] addons table in README.md
5 years ago
Stéphane Bidoul (ACSONE)
032197167d
[FIX] web_drop_target readme
5 years ago
Pedro M. Baeza
b70e0a0fac
[FIX] web_widget_many2many_tags_multi_selection: License in manifest
5 years ago
KKamaa
39f06bce3a
[IMP] 10.0 web_fullscreen: support for enterprise
6 years ago
oca-travis
724e0d6cba
[UPD] Update web_drop_target.pot
6 years ago
Simone Orsi
ea2899c34f
Merge pull request #971 from Studio73/10.0-web_drop_target_multi
[IMP] web_drop_target: Upload multiple files
6 years ago
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
6 years ago
Tomas Alvarez
99d07f7395
[FIX] web_widget_text_markdown: convert markdown only when widget attr is present in tree view
6 years ago
oca-travis
7016cd20b4
[UPD] Update web_switch_company_warning.pot
6 years ago
OCA-git-bot
ad14de91af
[UPD] addons table in README.md
6 years ago
hparfr
45314400ef
Add detection of switching database
6 years ago
oca-travis
067d1a55c4
[UPD] Update web_fullscreen.pot
6 years ago
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/
6 years ago
OCA-git-bot
de019513d8
[ADD] setup.py
6 years ago
OCA-git-bot
cfcc708554
[ADD] icon.png
6 years ago
OCA-git-bot
a1aff5fdb7
[UPD] addons table in README.md
6 years ago
Pedro M. Baeza
7dada9138c
Merge pull request #1226 from sunflowerit/10.0-web-fullscreen
[ADD][10.0] web_fullscreen
6 years ago
KKamaa
7976daf4f6
[MIG] 10.0 web_fullscreen
6 years ago
Andrea
7496beb413
Updated author + minor code review of web_fullscreen
8 years ago
Dennis Sluijk
ce5902e097
Added tooltip
9 years ago
Dennis Sluijk
4426c5e503
Initial version of Fullscreen module
9 years ago
Pedro Castro Silva
22233fafeb
Added translation using Weblate (Portuguese)
6 years ago
OCA-git-bot
1b3f95ad81
[ADD] icon.png
6 years ago
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
6 years ago
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.
6 years ago
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>
6 years ago
Pablo Fuentes
882bf07c3f
[IMP] web_drop_target: Handle FilerReader error
6 years ago
Simone Orsi
6b074b3729
web_ckeditor4: split default config
6 years ago
Akim Juillerat
ca33fef877
[IMP] Make web_drop_target IE11 compliant
6 years ago
Akim Juillerat
3970390da0
Make _handle_drop_items extensible to prevent multiple rpc calls
6 years ago
Pablo Fuentes
d12de11581
[FIX] web_drop_target: remove ES6 sintax
6 years ago
Pablo Fuentes
bb2903345d
[IMP] web_drop_target: Add contributor and screenshot
6 years ago
Akim Juillerat
b03bfc8b0e
Split readme for oca-gen-addon-readme
6 years ago
Pablo Fuentes
25dd87878c
[IMP] web_drop_target: Upload multiple files
6 years ago
OCA-git-bot
36127d5d12
[UPD] addons table in README.md
6 years ago
Simone Orsi
252de06873
Merge pull request #1209 from daramousk/10.0-fix-web_drop_target
[FIX] web_drop_target
6 years ago
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
6 years ago
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/
6 years ago
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/
6 years ago
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
6 years ago
Holger Brunn
5f1600759b
[FIX] mute logger for assertRaises
6 years ago
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/
6 years ago
OCA Transbot
320a3dda1b
Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
oca-travis
97a8df967d
[UPD] Update web_advanced_search_wildcard.pot
6 years ago
OCA Transbot
a55d8522c7
Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
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
6 years ago
oca-travis
e159e99c98
[UPD] Update web_search_autocomplete_prefetch.pot
6 years ago
OCA-git-bot
c18a2abe7f
[ADD] setup.py
6 years ago