From 9fc158eee8f65e059423cfc2504eb8a2d08490be Mon Sep 17 00:00:00 2001 From: Fernando La Chica Date: Thu, 29 Sep 2022 09:50:09 +0200 Subject: [PATCH] [MIG] base_m2m_custom_field: 15.0 --- base_m2m_custom_field/__manifest__.py | 2 +- base_m2m_custom_field/readme/CONTRIBUTORS.rst | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/base_m2m_custom_field/__manifest__.py b/base_m2m_custom_field/__manifest__.py index e69877647..92823f851 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": "14.0.1.1.0", + "version": "15.0.1.0.0", "category": "Technical Settings", "author": "Camptocamp, Odoo Community Association (OCA)", "license": "AGPL-3", diff --git a/base_m2m_custom_field/readme/CONTRIBUTORS.rst b/base_m2m_custom_field/readme/CONTRIBUTORS.rst index e31e2f0c4..b7d722606 100644 --- a/base_m2m_custom_field/readme/CONTRIBUTORS.rst +++ b/base_m2m_custom_field/readme/CONTRIBUTORS.rst @@ -1 +1,2 @@ * Akim Juillerat +* Fernando La Chica