3
0
Fork 0
Commit Graph

1677 Commits (f22f00a2e37ade32b51f112a23e5d1d2edca14ed)

Author SHA1 Message Date
Ivàn Todorovich 7e840e83ff [MIG] web_widget_ckeditor: Migration to 14.0
Renamed module name from web_ckeditor4 to web_widget_ckeditor.
It now uses CKEditor5.
2021-11-17 10:41:01 -03:00
Ivàn Todorovich 6f0b6b3969 [IMP] web_ckeditor4: pre-commit execution 2021-11-15 12:37:34 -03:00
Simone Orsi 19289c7577 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.
2021-11-15 12:36:54 -03:00
Simone Orsi 3970b971f3 web_ckeditor4: split default config 2021-11-15 12:36:54 -03:00
oca-travis d029be701f [UPD] Update web_ckeditor4.pot 2021-11-15 12:36:54 -03:00
George Daramouskas e052085420 [PORT] Port web_ckeditor4 to 10.0 2021-11-15 12:36:54 -03:00
Pedro M. Baeza f8fcfbbf2a [MIG] Rename manifest files 2021-11-15 12:36:54 -03:00
Pedro M. Baeza cf72f903e2 [MIG] Make modules uninstallable 2021-11-15 12:36:54 -03:00
Stéphane Bidoul 933dc44ecb [UPD] prefix versions with 8.0 2021-11-15 12:36:54 -03:00
StefanRijnhart 1cdc1599e5 [FIX] Now that we actually destroy editors, we need another check for their currentness
Fixes #176
2021-11-15 12:36:54 -03:00
Stefan Rijnhart 10374d0677 [IMP] OCA conventions 2021-11-15 12:36:54 -03:00
Stefan Rijnhart 7f962b709e [FIX] Include patch to solve referencing the editor's iframe which
is cleaned up untimely in x2many popups.

https://github.com/ckeditor/ckeditor-dev/pull/200/files
2021-11-15 12:36:54 -03:00
Stefan Rijnhart c48629412a [FIX] Destroy the editor properly. This prevents errors like
'this.getWindow(...).$ is undefined' in Firefox after closing
a popup containing an editor instance.
was opened in a popup window.
2021-11-15 12:36:54 -03:00
Holger Brunn 584d23d6cd [IMP] monkey patch lxml's html cleaner
in order to allow image data urls
2021-11-15 12:36:54 -03:00
Alexandre Fayolle d684af8448 Add OCA as author of OCA addons
In order to get visibility on https://www.odoo.com/apps the OCA board has
decided to add the OCA as author of all the addons maintained as part of the
association.
2021-11-15 12:36:54 -03:00
Pedro M. Baeza 8825c1fc05 [FIX] Icon path 2021-11-15 12:36:54 -03:00
Stefan Rijnhart 809a859f02 [UPD] Update to ckeditor 4.4.6 2021-11-15 12:36:54 -03:00
Stefan Rijnhart a33bce29e9 [PRT] Odoo integration of web_ckeditor4 2021-11-15 12:36:53 -03:00
Stefan Rijnhart c691a83598 [PRT] Move ckeditor4 out of unported and update with latest version 7 changes 2021-11-15 12:36:17 -03:00
Holger Brunn 1e06a099da [FIX] accessing undefined variable 2021-11-15 12:35:08 -03:00
Holger Brunn e9ecac16be [ADD] web_ckeditor4 2021-11-15 12:35:08 -03:00
oca-git-bot 50413d7459
[IMP] update dotfiles [ci skip] 2021-11-10 22:54:40 +01:00
OCA-git-bot 652b79c7bf [UPD] addons table in README.md 2021-11-08 07:30:01 +00:00
OCA-git-bot 2de68634f1 web_responsive 14.0.1.0.3 2021-11-08 07:29:54 +00:00
OCA-git-bot 94d25bba3d Merge PR #2060 into 14.0
Signed-off-by pedrobaeza
2021-11-08 07:14:36 +00:00
Sergey Shebanin b7001a220b [FIX] web_responsive: Traceback on grouped searchpanel 2021-11-08 09:27:41 +03:00
Enric Tobella 3fe6442f52 [FIX] web_drop_target: Fix check files and set the main element as parent 2021-10-29 13:30:31 +02:00
Alexandre D. Díaz 5526e5a580 [FIX] web_drop_target: Don't collide with odoo drag and drop implementation 2021-10-29 13:29:26 +02:00
OCA-git-bot b30b0a90bb [ADD] setup.py 2021-10-28 12:04:27 +00:00
OCA-git-bot 81b596d2ed [UPD] README.rst 2021-10-28 12:04:27 +00:00
OCA-git-bot 1ac2ec1d31 [UPD] addons table in README.md 2021-10-28 12:04:22 +00:00
oca-travis f3221225bc [UPD] Update web_widget_model_viewer.pot 2021-10-28 11:58:22 +00:00
OCA-git-bot a1f65956d8 Merge PR #2044 into 14.0
Signed-off-by simahawk
2021-10-28 11:38:07 +00:00
Marco Colombo 6de896bd80 [MIG] web_widget_model_viewer: Migration to 14.0
Co-authored-by: Andrea Piovesana <andrea.m.piovesana@gmail.com>
2021-10-27 18:31:54 +02:00
Marco Colombo 1e6942bd3f [IMP] web_widget_model_viewer: black, isort, prettier 2021-10-27 18:29:15 +02:00
Marcel Savegnago 495b040f12 Added translation using Weblate (Portuguese (Brazil)) 2021-10-27 18:29:14 +02:00
claudiagn 9acb485fc1 Translated using Weblate (Catalan)
Currently translated at 100.0% (7 of 7 strings)

Translation: web-12.0/web-12.0-web_widget_model_viewer
Translate-URL: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_widget_model_viewer/ca/
2021-10-27 18:29:14 +02:00
claudiagn a002bbe3c0 Added translation using Weblate (Catalan) 2021-10-27 18:29:14 +02:00
claudiagn b9bb678e43 Translated using Weblate (Spanish)
Currently translated at 100.0% (7 of 7 strings)

Translation: web-12.0/web-12.0-web_widget_model_viewer
Translate-URL: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_widget_model_viewer/es/
2021-10-27 18:29:14 +02:00
claudiagn b4d7a87576 Added translation using Weblate (Spanish) 2021-10-27 18:29:14 +02:00
eLBati 92f0c45dc8 Remove wrong translation dir; module will be then translated by weblate 2021-10-27 18:29:14 +02:00
eLBati 202012ce22 ADD web_widget_model_viewer
[UPD] Update web_widget_model_viewer.pot
[UPD] README.rst
2021-10-27 18:29:14 +02:00
OCA-git-bot b17af6a9a8 [UPD] addons table in README.md 2021-10-22 10:17:04 +00:00
OCA-git-bot de886ebe1f web_m2x_options_manager 14.0.1.1.0 2021-10-22 10:16:58 +00:00
oca-travis 93e5584134 [UPD] Update web_m2x_options_manager.pot 2021-10-22 09:58:15 +00:00
OCA-git-bot af4327139e Merge PR #2054 into 14.0
Signed-off-by simahawk
2021-10-22 09:47:11 +00:00
oca-git-bot 46b56b6112
[IMP] update dotfiles [ci skip] 2021-10-21 18:04:05 +02:00
OCA-git-bot ea010d1443 [ADD] setup.py 2021-10-18 16:44:27 +00:00
OCA-git-bot f26cd60a27 [UPD] README.rst 2021-10-18 16:44:26 +00:00
OCA-git-bot 877efe18ea [UPD] addons table in README.md 2021-10-18 16:44:21 +00:00