3
0
Fork 0
Commit Graph

1764 Commits (bd8532b78e6047ee9edf93c092537b4a99e85c7c)

Author SHA1 Message Date
OCA-git-bot b7b16c6a89 Merge PR #1757 into 14.0
Signed-off-by dreispt
2021-12-06 14:52:07 +00:00
OCA-git-bot fc9e6fb8d9 [UPD] addons table in README.md 2021-12-03 15:24:49 +00:00
OCA-git-bot 794b33a31e web_m2x_options 14.0.1.0.1 2021-12-03 15:24:43 +00:00
OCA-git-bot a168eda163 Merge PR #2004 into 14.0
Signed-off-by simahawk
2021-12-03 15:08:31 +00:00
OCA-git-bot 0c46882031 [ADD] setup.py 2021-12-01 08:37:22 +00:00
OCA-git-bot f12ed7d45f [ADD] icon.png 2021-12-01 08:37:22 +00:00
OCA-git-bot 0e457df00a [UPD] README.rst 2021-12-01 08:37:21 +00:00
OCA-git-bot 5fc1f7cf92 [UPD] addons table in README.md 2021-12-01 08:37:16 +00:00
oca-travis 2f58a69500 [UPD] Update web_widget_ckeditor.pot 2021-12-01 08:30:53 +00:00
OCA-git-bot dd00ecd653 Merge PR #2083 into 14.0
Signed-off-by simahawk
2021-12-01 08:25:11 +00:00
OCA-git-bot 053bd93f9c [UPD] addons table in README.md 2021-11-29 15:54:44 +00:00
OCA-git-bot 5fcc9dedb3 web_responsive 14.0.1.2.0 2021-11-29 15:54:36 +00:00
OCA-git-bot 9291525121 Merge PR #2101 into 14.0
Signed-off-by pedrobaeza
2021-11-29 14:05:43 +00:00
Alexandre D. Díaz 06269897f1 [FIX] web_responsive: Label width on modal 2021-11-29 14:04:58 +01:00
OCA-git-bot aec032e0b6 [ADD] setup.py 2021-11-27 17:04:36 +00:00
OCA-git-bot a774148a4d [ADD] icon.png 2021-11-27 17:04:36 +00:00
OCA-git-bot 02429d9c8e [UPD] README.rst 2021-11-27 17:04:36 +00:00
OCA-git-bot fd7a6cdf6c [UPD] addons table in README.md 2021-11-27 17:04:31 +00:00
oca-travis 6cca76f416 [UPD] Update web_calendar_color_field.pot 2021-11-27 16:30:21 +00:00
OCA-git-bot fb736fdd18 Merge PR #1703 into 14.0
Signed-off-by dreispt
2021-11-27 15:54:42 +00:00
OCA-git-bot fda861efa1 [ADD] setup.py 2021-11-26 13:29:09 +00:00
OCA-git-bot 78356df304 [UPD] README.rst 2021-11-26 13:29:09 +00:00
OCA-git-bot ea883c05cc [UPD] addons table in README.md 2021-11-26 13:29:03 +00:00
oca-travis 200b79d6fa [UPD] Update web_widget_image_download.pot 2021-11-26 11:04:01 +00:00
OCA-git-bot a1a78a886f Merge PR #1945 into 14.0
Signed-off-by dreispt
2021-11-26 09:52:38 +00:00
OCA-git-bot 55fa8300e5 [UPD] addons table in README.md 2021-11-26 09:49:37 +00:00
OCA-git-bot 28f61f04b7 web_responsive 14.0.1.1.0 2021-11-26 09:49:30 +00:00
OCA-git-bot 02f449b02b Merge PR #2095 into 14.0
Signed-off-by pedrobaeza
2021-11-26 09:43:51 +00:00
Alexandre D. Díaz 622991abe3 [IMP] web_responsive: Adapt label width 2021-11-25 18:22:58 +01:00
Enric Tobella 3f2c9624fe [FIX] web_drop_target: Hide it when it is not the current action or has no chatter 2021-11-22 18:12:02 +01:00
Dept. Técnico af3770ec88 Translated using Weblate (Catalan)
Currently translated at 8.3% (1 of 12 strings)

Translation: web-14.0/web-14.0-web_company_color
Translate-URL: https://translation.odoo-community.org/projects/web-14-0/web-14-0-web_company_color/ca/
2021-11-18 17:36:26 +00:00
Dept. Técnico 1b5f9569da Added translation using Weblate (Catalan) 2021-11-18 14:56:41 +00:00
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