From 83b2b6b712664d4994eaf08f61cd722c4b5e73a6 Mon Sep 17 00:00:00 2001 From: Akim Juillerat Date: Wed, 8 Jan 2020 16:29:29 +0100 Subject: [PATCH] [MIG] base_m2m_custom_field: Migration to 13.0 --- base_m2m_custom_field/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base_m2m_custom_field/__manifest__.py b/base_m2m_custom_field/__manifest__.py index 7d72be6d1..8fb5e575d 100644 --- a/base_m2m_custom_field/__manifest__.py +++ b/base_m2m_custom_field/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Base Many2many Custom Field", "summary": "Customizations of Many2many", - "version": "12.0.1.0.0", + "version": "13.0.1.0.0", "category": "Technical Settings", "author": "Camptocamp, Odoo Community Association (OCA)", "license": "AGPL-3",