Commit Graph

878 Commits (10c09fff8b65bac0f713803dfbec590c3933053c)

Author SHA1 Message Date
黎伟杰 2a1d347839 Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (17 of 17 strings)

Translation: web-13.0/web-13.0-web_responsive
Translate-URL: https://translation.odoo-community.org/projects/web-13-0/web-13-0-web_responsive/zh_CN/
2020-07-08 05:19:40 +00:00
OCA-git-bot edc4c95023 [ADD] setup.py 2020-06-29 16:19:47 +00:00
OCA-git-bot 77fe453d91 [UPD] README.rst 2020-06-29 16:19:46 +00:00
oca-travis aca8b4ab69 [UPD] Update web_ir_actions_act_window_message.pot 2020-06-29 16:13:57 +00:00
OCA-git-bot 50ad42d5b8 Merge PR #1619 into 13.0
Signed-off-by simahawk
2020-06-29 16:08:57 +00:00
OCA-git-bot c3b3c8b72f web_pwa_oca 13.0.1.0.1 2020-06-25 14:24:01 +00:00
OCA-git-bot 2d126083b0 [ADD] setup.py 2020-06-25 14:24:01 +00:00
OCA-git-bot 0c2c13917f [UPD] README.rst 2020-06-25 14:24:01 +00:00
oca-travis 0615620bec [UPD] Update web_pwa_oca.pot 2020-06-25 14:13:58 +00:00
OCA-git-bot 68b95da635 Merge PR #1624 into 13.0
Signed-off-by sbidoul
2020-06-25 14:05:19 +00:00
AntoniRomera 8f84a42e83 [MIG] : Migration to 13.0
[DEL] web_pwa_oca: Delete incorrect documentation
2020-06-25 10:48:58 +02:00
AntoniRomera c2c283cb7f [IMP] web_pwa_oca: black, isort, prettier
pre-commit fixes

pre-commit fixes 2
2020-06-24 10:24:02 +02:00
OCA-git-bot 476468dec7 [UPD] README.rst 2020-06-19 12:42:02 +02:00
oca-travis a235c7a7de [UPD] Update web_pwa_oca.pot 2020-06-19 12:42:02 +02:00
eLBati bf088edb52 Rename web_pwa -> web_pwa_oca 2020-06-19 12:42:02 +02:00
Thomas Binsfeld e776140f15 [MIG] web_ir_actions_act_window_message 2020-06-15 15:26:59 +02:00
Pedro M. Baeza e288227937 [FIX] web_ir_actions_act_window_message: Proper trailing line in XML 2020-06-15 15:06:53 +02:00
Pedro M. Baeza 2a6d95438e [IMP] web_ir_actions_act_window_message: Remove utf-8 comment 2020-06-15 15:06:53 +02:00
OCA-git-bot 9a96be280a [UPD] README.rst 2020-06-15 15:06:53 +02:00
OCA Transbot ee82dc6772 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: web-12.0/web-12.0-web_ir_actions_act_window_message
Translate-URL: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_ir_actions_act_window_message/
2020-06-15 15:06:53 +02:00
OCA Transbot 7bff58d17e Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: web-12.0/web-12.0-web_ir_actions_act_window_message
Translate-URL: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_ir_actions_act_window_message/
2020-06-15 15:06:53 +02:00
OCA-git-bot 1ab53346bf [UPD] README.rst 2020-06-15 15:06:53 +02:00
oca-travis 6fba438d65 [UPD] Update web_ir_actions_act_window_message.pot 2020-06-15 15:06:53 +02:00
Abraham Anes 7d957f87d3 [12.0][MIG] web_ir_actions_act_window_message: Migration to 12.0 2020-06-15 15:06:53 +02:00
oca-travis 1a5a6d3d86 [UPD] Update web_ir_actions_act_window_message.pot 2020-06-15 15:06:53 +02:00
OCA Transbot 13fcc4c740 OCA Transbot updated translations from Transifex 2020-06-15 15:06:53 +02:00
Benjamin Willig e807e5ecd4 [MIG] web_ir_actions_act_window_message: Migration to 10. Also added HTML handling 2020-06-15 15:06:53 +02:00
Zakaria Makrelouf c9c61f1419 wrap line breaks of the action message 2020-06-15 15:06:53 +02:00
Zakaria Makrelouf 4af620a6ed s/oe_link_class/classes s/oe_highlight/btn-default and add it to readme * In v9.0 odoo uses classes for dialog buttons instead of oe_link_class 2020-06-15 15:06:53 +02:00
Zakaria Makrelouf 991e5ec36e Reformat the code to have coherent coding style 2020-06-15 15:06:53 +02:00
Zakaria Makrelouf 2a6bad1897 web_ir_actions_act_window_message: always refresh view after action 2020-06-15 15:06:53 +02:00
Zakaria Makrelouf 96be237d24 web_ir_actions_act_window_message: Migration to V9
* Update the module version to 9.0.
* Align file header to the OCA Guidelines.
* Migrate Javascript file to the V9 API.
* Refresh the view before closing the dialog when clicking
on close button
2020-06-15 15:06:53 +02:00
OCA Transbot 589245ee87 OCA Transbot updated translations from Transifex 2020-06-15 15:06:53 +02:00
Holger Brunn 1dbe8b768a implement close_button_title 2020-06-15 15:06:53 +02:00
Holger Brunn 8649a4ceeb allow to pass a list of buttons 2020-06-15 15:06:53 +02:00
Pedro M. Baeza 7803c5c121 [MIG] Rename manifest files 2020-06-15 15:06:53 +02:00
Pedro M. Baeza 30c5e41db5 [MIG] Make modules uninstallable 2020-06-15 15:06:53 +02:00
Stéphane Bidoul a102481ada [UPD] prefix versions with 8.0 2020-06-15 15:06:53 +02:00
Markus Schneider 850b7f081b add OCA to author 2020-06-15 15:06:53 +02:00
Yannick Vaucher b50f6a9397 Add bug tracker link on README.rst 2020-06-15 15:06:53 +02:00
Holger Brunn 318266aee1 [IMP] better readme, manifest 2020-06-15 15:06:53 +02:00
Holger Brunn 3c31ab4438 [ADD] web_ir_actions_act_window_message 2020-06-15 15:06:53 +02:00
OCA-git-bot d52ac1d8cf web_drop_target 13.0.1.1.0 2020-05-27 14:19:17 +00:00
OCA-git-bot a73f1c08df Merge PR #1608 into 13.0
Signed-off-by pedrobaeza
2020-05-27 14:13:15 +00:00
Enric Tobella 06e7c5b802
[IMP][13.0] web_drop_target: Change less files for scss 2020-05-27 15:19:57 +02:00
OCA-git-bot 792f217f32 [ADD] setup.py 2020-05-21 09:52:52 +00:00
OCA-git-bot ef31f028b4 [UPD] README.rst 2020-05-21 09:52:52 +00:00
oca-travis 10617ad949 [UPD] Update web_widget_dropdown_dynamic_example.pot 2020-05-21 09:46:40 +00:00
oca-travis 06fdefea93 [UPD] Update web_widget_dropdown_dynamic.pot 2020-05-21 09:46:40 +00:00
OCA-git-bot c5d244141b Merge PR #1573 into 13.0
Signed-off-by pedrobaeza
2020-05-21 09:41:07 +00:00