Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

10.0 OCA to IT-Proj Merge #7

Merged
merged 635 commits into from
Jun 28, 2019
Merged

10.0 OCA to IT-Proj Merge #7

merged 635 commits into from
Jun 28, 2019

Conversation

KolushovAlexandr
Copy link

No description provided.

pedrobaeza and others added 30 commits January 9, 2018 09:36
Fixes the display of languages other than the user language  in the translation dialog.
split_context checks if we provide more arguments than read has and then uses of the additional one as context.
Since read takes the argument load additionally to the ones already given, we need to provide it as well to ensure the context is split.
[FIX] web_translate_dialog: add load argument to ensure correct context split
 [MIG] web_action_conditionable: Migration to 10.0
* Extend web_widget_slick widget to open web_widget_darkroom modal
  and update selected carousel image on close
* Override _slickRender method from web_widget_slick to add data
  attribute w/ record id
* Change cursor to pointer on slickroom images
* Disable features in read-only mode
  * Keep default cursor
  * Prevent modal from opening
* Add tests

[IMP] web_widget_slickroom: Make requested changes

* Use jquery .data instead of .attr for image record IDs
* Add explicit img selector when finding images by record ID
* Remove svg version of icon
* Add slickroom dependency, example to example module
Odoo now includes in core the possibility of selecting a custom element number
fuentes73 and others added 29 commits March 25, 2019 16:31
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>
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.
[10.0] web_ckeditor4: fix no re-init on form discard
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/
…x-tomeyro

[10.0] [FIX] web_widget_text_markdown: convert markdown only when widget attr is present in tree view
[IMP] web_drop_target: Upload multiple files
@KolushovAlexandr KolushovAlexandr merged commit 471e110 into it-projects-llc:10.0 Jun 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.