Commit Graph

436 Commits (81f53784c9347aad48cb0ece7faa9610b583d883)

Author SHA1 Message Date
oca-travis c2b830c25e [UPD] Update base_cron_exclusion.pot 2019-12-23 11:29:19 +00:00
OCA-git-bot 81fc2af339 Merge PR #1746 into 13.0
Signed-off-by JordiBForgeFlow
2019-12-23 11:22:34 +00:00
Lois Rilo 029b68cafe [13.0][MIG] base_cron_exclusion 2019-12-18 11:17:23 +01:00
Lois Rilo 64bb5e1373 [IMP] base_cron_exclusion: black, isort 2019-12-18 11:00:36 +01:00
黎伟杰 97f76e0fed Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (3 of 3 strings)

Translation: server-tools-12.0/server-tools-12.0-base_cron_exclusion
Translate-URL: https://translation.odoo-community.org/projects/server-tools-12-0/server-tools-12-0-base_cron_exclusion/zh_CN/
2019-12-18 11:00:36 +01:00
黎伟杰 2f570d382d Added translation using Weblate (Chinese (Simplified)) 2019-12-18 11:00:36 +01:00
Lois Rilo 4f3471e629 [12.0] base_cron_exclusion to LGPL
Change license to LGPL to not limit the usage of this module
in private customizations.
2019-12-18 11:00:36 +01:00
OCA-git-bot 1a51842494 [UPD] README.rst 2019-12-18 11:00:36 +01:00
oca-travis ddbe63cfc5 [UPD] Update base_cron_exclusion.pot 2019-12-18 11:00:36 +01:00
hveficent 2621a138df [MIG] base_cron_exclusion: Migration to 12.0 2019-12-18 11:00:36 +01:00
OCA Transbot 59680efccc OCA Transbot updated translations from Transifex 2019-12-18 11:00:36 +01:00
Lois Rilo 627fcfcb8d [10.0][MIG] base_cron_exclusion (#1105)
* [9.0][ADD] base_cron_exclusion

* [10.0][MIG] base_cron_exclusion

[11.0][MIG] base_cron_exclusion
2019-12-18 11:00:36 +01:00
OCA-git-bot de9cb07837
[ADD] .editorconfig [ci skip] 2019-11-19 20:28:16 +01:00
OCA-git-bot 9b4d4401e5 [ADD] setup.py 2019-11-19 18:17:18 +00:00
OCA-git-bot 0aefd62de9 [UPD] README.rst 2019-11-19 18:17:18 +00:00
oca-travis a79710f227 [UPD] Update company_country.pot 2019-11-19 18:11:54 +00:00
OCA-git-bot be0f2903ff Merge PR #1723 into 13.0
Signed-off-by moylop260
2019-11-19 18:03:14 +00:00
Moisés López a3ee13d016 [MIG] company_country: Migration to 13.0 2019-11-19 17:20:55 +00:00
OCA-git-bot 52fdd00826
[ADD] icon.png 2019-11-13 18:55:31 -06:00
oca-travis 38766a8fa7
[UPD] Update company_country.pot 2019-11-13 18:55:31 -06:00
Moisés López df9f591d79
[ADD] company_country: Set company.country value early to use account hook to install l10n_* modules and avoid installing generic_account
Allow to use account._auto_install_l10n without install `l10n_generic_coa`
2019-11-13 18:55:31 -06:00
Laurent Mignon (ACSONE) e6ff35e6e1 [ADD] setup.py 2019-11-08 10:04:23 +01:00
Laurent-Corron c2da88735e [MIG] onchange_helper: Migration to 13.0 2019-11-08 10:04:23 +01:00
laurent.corron b1065cb337 [IMP] onchange_helper: black, isort 2019-11-08 10:04:23 +01:00
黎伟杰 d5518f6124 Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1 of 1 strings)

Translation: server-tools-12.0/server-tools-12.0-onchange_helper
Translate-URL: https://translation.odoo-community.org/projects/server-tools-12-0/server-tools-12-0-onchange_helper/zh_CN/
2019-11-08 10:04:23 +01:00
黎伟杰 6ead5361c9 Added translation using Weblate (Chinese (Simplified)) 2019-11-08 10:04:23 +01:00
OCA-git-bot a269cf97cb [UPD] README.rst 2019-11-08 10:04:23 +01:00
OCA Transbot 5891554cb1 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: server-tools-12.0/server-tools-12.0-onchange_helper
Translate-URL: https://translation.odoo-community.org/projects/server-tools-12-0/server-tools-12-0-onchange_helper/
2019-11-08 10:04:23 +01:00
oca-travis 5bc60070c8 [UPD] Update onchange_helper.pot 2019-11-08 10:04:23 +01:00
OCA-git-bot 920528a789 [ADD] icon.png 2019-11-08 10:04:23 +01:00
OCA-git-bot 1a7abb91c0 [UPD] README.rst 2019-11-08 10:04:23 +01:00
Benoit 406a01547a [FIX] don't remove computed fields with inverse method of the onchange values 2019-11-08 10:04:23 +01:00
sbejaoui b8a03ccfb9 [UPD] - Update documentation 2019-11-08 10:04:23 +01:00
sbejaoui c1922c1b10 [IMP] - get default values for non record onchange call
other improvement:

set onchange_specs to all fields as _onchange_spec()
retrun onchange fields for default view
return field value if it's set in onchange_fields (usuful to get default value for a field)
2019-11-08 10:04:23 +01:00
sbejaoui 543bf63169 [IMP] - read may be harmful to performance 2019-11-08 10:04:23 +01:00
sbejaoui 980ee7b0ca [IMP] - Adapt unit tests 2019-11-08 10:04:22 +01:00
sebastienbeau 7c72234dcf [FWP] - Forward porting changes from #1253 2019-11-08 10:04:22 +01:00
sbejaoui 752c73187e [12.0][MIG] - onchange_helper migration to 12.0 2019-11-08 10:04:22 +01:00
oca-travis 7f24778488 [UPD] Update onchange_helper.pot 2019-11-08 10:04:22 +01:00
OCA Transbot 446e30997b OCA Transbot updated translations from Transifex 2019-11-08 10:04:22 +01:00
Andrea 6328adce93 [11.0][MIG] onchange_helper + add tests 2019-11-08 10:04:22 +01:00
OCA Transbot a59e3bea83 OCA Transbot updated translations from Transifex 2019-11-08 10:04:22 +01:00
Alexis de Lattre 88d052334e [FIX] avoid a crash when value is False for a M2O field 2019-11-08 10:04:22 +01:00
Alexis de Lattre cac5733e3c [MIG] module onchange_helper to v10.0 2019-11-08 10:04:22 +01:00
Florian da Costa a7b1142c22 Add onchange_helper module 2019-11-08 10:04:22 +01:00
Laurent Mignon (ACSONE) e1d8aec3e4 base_jsonify 13.0.1.0.1 2019-11-02 11:15:54 +01:00
OCA-git-bot 4950d01f85 Merge PR #1715 into 13.0
Signed-off-by moylop260
2019-11-01 17:37:42 +00:00
Laurent Mignon (ACSONE) eb25b23b4e [FIX] base_jsonify: Serialize datetime into the user's timezone 2019-10-31 16:32:21 +01:00
Laurent Mignon (ACSONE) e868810b6f [FIX] base_jsonify: Add tz info into serialized datetime 2019-10-31 15:46:33 +01:00
Laurent Mignon (ACSONE) 2e688daebd [IMP] base_jsonify: Serialize Date and Datetime into ISO 8601 format 2019-10-31 15:17:40 +01:00