From 279b47ab564704c6bd700c61bc4752b0ba59f66a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Valyi?= Date: Wed, 17 Jan 2024 19:04:06 -0300 Subject: [PATCH] [MIG] spec_driven_model: Migration to 16.0 --- oca_dependencies.txt | 1 + spec_driven_model/__manifest__.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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)",