diff --git a/oca_dependencies.txt b/oca_dependencies.txt index f5a0a2fe4f3d..84725da2312c 100644 --- a/oca_dependencies.txt +++ b/oca_dependencies.txt @@ -1,3 +1,4 @@ web account-payment account-reconcile +odoo-test-helper diff --git a/spec_driven_model/__manifest__.py b/spec_driven_model/__manifest__.py index 1e1e1a8f8b91..9c2dc227132a 100644 --- a/spec_driven_model/__manifest__.py +++ b/spec_driven_model/__manifest__.py @@ -5,7 +5,7 @@ "name": "Spec Driven Model", "summary": """ Tools for specifications driven mixins (from xsd for instance)""", - "version": "15.0.1.0.0", + "version": "16.0.1.0.0", "maintainers": ["rvalyi"], "license": "LGPL-3", "author": "Akretion,Odoo Community Association (OCA)", diff --git a/test-requirements.txt b/test-requirements.txt index 9374229b2f49..667acee926a4 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1 +1,2 @@ nfelib>=2.0.0 +odoo-test-helper # Needed by spec_driven_model