Skip to content

Releases: OCA/openupgradelib

1.3.0

01 May 15:26
Compare
Choose a tag to compare
  • [IMP] rename_models: Add warning on docstring
  • [FIX] update_module_names: Rename non updated XML-ID occurences
  • [ADD] convert_binary_field_to_attachment
  • [RFR] Local logger; don't force debug level
  • [FIX] Adapt code to docstring by passing env by default starting from 10.0
  • [FIX] protect openerp imports
  • [ADD] new logging decorator

1.2.2

27 Dec 13:39
Compare
Choose a tag to compare
  • New argument merge_modules in update_module_names for merging several modules.

1.1.2

13 Jun 07:11
Compare
Choose a tag to compare
  • [FIX] missing %% in convert_field_to_html()
  • [FIX] Remove wrong docs
  • [FIX] Avoid broken updates
  • [IMP] Add new context manager allow_pgcodes
  • [FIX] support OpenERP version that don't have cr.savepoint

1.1.1

30 Oct 15:32
Compare
Choose a tag to compare
  • [IMP] New function 'is_module_installed()'
  • [ADD] when renaming a model, also move link in ir_attachment
  • [FIX] Compatibility for OpenERP versions prior to 6.1
  • [FIX] use correct column name in rename_models
  • [IMP] .travis.yml: Add auto-deployment
  • [IMP] map_values: Support set & notset selectors