Commit Graph

517 Commits (bea5daf8bc09842b02a159524d57270f6afcf2dc)

Author SHA1 Message Date
OCA Transbot 20f6a9dfb4 OCA Transbot updated translations from Transifex 2021-12-27 16:49:36 +02:00
Jairo Llopis 4f351b283b [MIG] module_auto_update: Migrate to v11 2021-12-27 16:49:36 +02:00
Jairo Llopis a90b06492b [FIX][module_auto_update] Always store changes in lower graphs
The same problem that was fixed for the `base` addon in #948 happened with random addons that do not depend on `module_auto_update` (a.k.a. any addon) that Odoo decided to load before that one in the graph.

Now we always check for all addons if their state has changed, and make sure to trigger the udpate mechanism that stores the right value in `installed_checksum_dir` field.

If you installed and uninstalled the addon right away, you'd get a ProgrammingError saying that some columns exist no more. Checks are done now using `search_read`, which lets us limit the fields being fetched, and the environment is cleared to make sure nothing fails.

Also we now guess if this own addon has been uninstalled and skip further logic if so, given it would hit broken triggers otherwise as it did before.
2021-12-27 16:49:36 +02:00
Jairo Llopis ea9ae22d49 [FIX][module_auto_update] Record base addon checksum (#948) 2021-12-27 16:49:36 +02:00
Dave Lasley 3e868c0448 [FIX] module_auto_update: Don't compute upgrade on uninstall
* `button_uninstall` calls `get_module_list`, which subsequently forces module upgrades. Add a context validation to prevent that
* Add test for button_immediate_uninstall
* Mock commit for immediate uninstall
* Fix immediate uninstall test
* Switch nesting
* Bump module version
2021-12-27 16:49:36 +02:00
Jairo Llopis 2052967605 [REF][module_auto_update] Forward port v9 improvements
* Recompute dir hashes only when needed - By removing the recomputation from `update_list` we get faster CLI module upgrades and it only performs the autoupdate when using the autoupdate wizard or cron.
* Pass tests if addon is in readonly directory
* Set dependencies to upgrade

[FIX][module_auto_update] Pass tests if addon is in readonly directory

[FIX][module_auto_update] Set dependencies to upgrade
2021-12-27 16:49:36 +02:00
OCA Transbot 620eb86f92 OCA Transbot updated translations from Transifex 2021-12-27 16:49:36 +02:00
Brenton Hughes 890d8766e6 [ADD] module_auto_update: Create module (#882)
* [IMP] module_auto_update: Create new module
* Add checksum_dir and checksum_installed fields to ir.module.module
  * Add checksum_dir to compute current checksum of module directory
    in addons path
  * Add checksum_installed to store checksum of module directory
    when module was last installed or upgraded
* Use checksumdir Python library to compute module directory sha1
  hashes, ignoring pyc and pyo extensions
* Extend update_list method to compare modules' checksum_dir and
  checksum_installed, then change state of modules with differing
  checksums to 'to upgrade'
* Replace Apps/Updates menu item with menu item of same name, which
  updates apps list and displays tree view of ir.module.module
  records with state 'to upgrade'
* Extend create and write methods to store computed checksum_dir as
  checksum_installed during module installation and upgrade, and
  set checksum_installed to False on uninstall
* Use context to stop checksum_installed from being updated during
  upgrade/uninstall cancellation
* Add cron job to periodically check for module upgrades by
  comparing checksums, then perform any available upgrades
* Extend upgrade_module method (called by cron and 'Apply Scheduled
  Upgrades' menu item) to call update_list
* Add post_init_hook to store checksum_installed of existing
  modules
* Add test coverage

* [FIX] module_auto_update: Fix test broken by changes
* Use dummy module to test update_list method instead of
  module_auto_update
2021-12-27 16:49:36 +02:00
OCA-git-bot 351e4d88fd [ADD] setup.py 2021-12-20 07:53:42 +00:00
OCA-git-bot 7af8e27e59 [UPD] README.rst 2021-12-20 07:53:41 +00:00
OCA-git-bot 8e8a3ccf29 [UPD] addons table in README.md 2021-12-20 07:53:41 +00:00
oca-ci 857f7467e6 [UPD] Update base_cron_exclusion.pot 2021-12-20 07:51:43 +00:00
OCA-git-bot fb29f3bad3 Merge PR #2225 into 15.0
Signed-off-by LoisRForgeFlow
2021-12-20 07:50:00 +00:00
Koen Loodts 4871adfd4f [MIG] onchange_helper: Migration to 15.0 2021-12-14 13:05:39 +01:00
Koen Loodts b6ca5fa740 [IMP] onchange_helper: black, isort, prettier 2021-12-14 12:52:29 +01:00
OCA-git-bot f462bcf731 [UPD] README.rst 2021-12-14 12:51:58 +01:00
oca-travis 333f7f02a4 [UPD] Update onchange_helper.pot 2021-12-14 12:51:58 +01:00
Kevin Khao aaf38d0d62 [14.0][MIG] onchange_helper: Migration to 14.0 2021-12-14 12:51:58 +01:00
OCA-git-bot c1b11e9f87 [UPD] README.rst 2021-12-14 12:51:58 +01:00
oca-travis 01d42b2867 [UPD] Update onchange_helper.pot 2021-12-14 12:51:58 +01:00
Laurent-Corron ee9854807e [MIG] onchange_helper: Migration to 13.0 2021-12-14 12:51:58 +01:00
laurent.corron 70da5fc226 [IMP] onchange_helper: black, isort 2021-12-14 12:51:58 +01:00
黎伟杰 dd20ed5447 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/
2021-12-14 12:51:58 +01:00
黎伟杰 ae3163d2ec Added translation using Weblate (Chinese (Simplified)) 2021-12-14 12:51:58 +01:00
OCA-git-bot ca7831243e [UPD] README.rst 2021-12-14 12:51:58 +01:00
OCA Transbot 8f76829dd6 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/
2021-12-14 12:51:58 +01:00
oca-travis 1e410eb977 [UPD] Update onchange_helper.pot 2021-12-14 12:51:58 +01:00
OCA-git-bot 5add8fe18c [ADD] icon.png 2021-12-14 12:51:58 +01:00
OCA-git-bot 8a16887a3f [UPD] README.rst 2021-12-14 12:51:58 +01:00
Benoit cdd16e9f8b [FIX] don't remove computed fields with inverse method of the onchange values 2021-12-14 12:51:58 +01:00
sbejaoui 9a86c4542a [UPD] - Update documentation 2021-12-14 12:51:58 +01:00
sbejaoui 12ae856aeb [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)
2021-12-14 12:51:58 +01:00
sbejaoui 652dccf46d [IMP] - read may be harmful to performance 2021-12-14 12:51:58 +01:00
sbejaoui 49b48e493a [IMP] - Adapt unit tests 2021-12-14 12:51:58 +01:00
sebastienbeau b0ecf7c74f [FWP] - Forward porting changes from #1253 2021-12-14 12:51:58 +01:00
sbejaoui a6a3d22fb0 [12.0][MIG] - onchange_helper migration to 12.0 2021-12-14 12:51:58 +01:00
oca-travis 91d73b430b [UPD] Update onchange_helper.pot 2021-12-14 12:51:58 +01:00
OCA Transbot 9814add46c OCA Transbot updated translations from Transifex 2021-12-14 12:51:58 +01:00
Andrea 9d7bd5219e [11.0][MIG] onchange_helper + add tests 2021-12-14 12:51:58 +01:00
OCA Transbot 2ac1de20e5 OCA Transbot updated translations from Transifex 2021-12-14 12:51:58 +01:00
Alexis de Lattre 2b56285b59 [FIX] avoid a crash when value is False for a M2O field 2021-12-14 12:51:58 +01:00
Alexis de Lattre a0e0dd8f45 [MIG] module onchange_helper to v10.0 2021-12-14 12:51:58 +01:00
Florian da Costa a2b21c8bd5 Add onchange_helper module 2021-12-14 12:51:58 +01:00
Ivàn Todorovich 588c799749 [MIG] base_view_inheritance_extension: Migration to 15.0
* Removed `list_add` and `list_remove`, they've been deprecated and
implemented in Odoo core since several versions ago.

* Removed `move`, as it has also already been implemented in core several
versions ago.

* Replaced `python_dict` by `update`, that performs an operation similar
to :meth:`dict.update`, but on the ast.Dict.
2021-12-13 17:16:38 -03:00
Ivàn Todorovich 76836d2e24 [IMP] base_view_inheritance_extension: pre-commit execution 2021-12-13 11:58:55 -03:00
OCA-git-bot 042a6baef4 base_view_inheritance_extension 14.0.1.1.0 2021-12-13 11:58:45 -03:00
OCA-git-bot ca8b5a7f1a [UPD] README.rst 2021-12-13 11:58:45 -03:00
Ivàn Todorovich 628cd9f6a6 [UPD] base_view_inheritance_extension: readme - deprecate list_add and list_remove 2021-12-13 11:58:45 -03:00
Ivàn Todorovich a362d72130 [IMP] base_view_inheritance_extension: real python_dict 2021-12-13 11:58:45 -03:00
OCA-git-bot 574bb61334 base_view_inheritance_extension 14.0.1.0.1 2021-12-13 11:58:45 -03:00