Skip to content

Latest commit

 

History

History
74 lines (44 loc) · 1.11 KB

CHANGES.rst

File metadata and controls

74 lines (44 loc) · 1.11 KB

Changes

2.1.1

[FIX] FakeModelLoader: avoid loading module again on restore_registry() for Odoo 15.0+ [FIX] Ensures registy is cleaned up in addons without models

2.1.0

  • [IMP] Allow to ignore Odoo core modules to avoid warning

2.0.5

  • .gitignore added

2.0.4

  • [FIX] AttributeError in Odoo 15+, regression introduced in 2.0.3

2.0.3

2.0.2

  • Fix mock import for v15

2.0.1

  • Fix support for Odoo 15.0

2.0.0

  • Move to OCA
  • Re-license to LGPL

1.1.0

  • Refactoring (misc imp/fix)

1.0.0

  • Initial release