From 603dba8a7b8909444095558d701cf64bf6b218f8 Mon Sep 17 00:00:00 2001 From: trisdoan Date: Tue, 17 Sep 2024 17:24:12 +0700 Subject: [PATCH] [MIG] base_m2m_custom_field: Migration to 17.0 --- base_m2m_custom_field/README.rst | 3 ++- base_m2m_custom_field/__manifest__.py | 2 +- base_m2m_custom_field/readme/CONTRIBUTORS.md | 1 + base_m2m_custom_field/static/description/index.html | 3 ++- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/base_m2m_custom_field/README.rst b/base_m2m_custom_field/README.rst index bc55aa899..e6abb438c 100644 --- a/base_m2m_custom_field/README.rst +++ b/base_m2m_custom_field/README.rst @@ -7,7 +7,7 @@ Base Many2many Custom Field !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:ac28509a998ece35b07c3c8ca1c0a85e96d0ff5b587a83505e5fdb616cc4c1e7 + !! source digest: sha256:a80ff8f410f004e0857dd991029c17b498da08dfb3695904ef4f5191a6c853fe !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -126,6 +126,7 @@ Contributors ------------ - Akim Juillerat +- Tris Doan Maintainers ----------- diff --git a/base_m2m_custom_field/__manifest__.py b/base_m2m_custom_field/__manifest__.py index e69877647..59f73cc47 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": "17.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.md b/base_m2m_custom_field/readme/CONTRIBUTORS.md index e91f48d0a..f88953f63 100644 --- a/base_m2m_custom_field/readme/CONTRIBUTORS.md +++ b/base_m2m_custom_field/readme/CONTRIBUTORS.md @@ -1 +1,2 @@ - Akim Juillerat \<\> +- Tris Doan \<\> diff --git a/base_m2m_custom_field/static/description/index.html b/base_m2m_custom_field/static/description/index.html index bddd00a74..1e847d643 100644 --- a/base_m2m_custom_field/static/description/index.html +++ b/base_m2m_custom_field/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:ac28509a998ece35b07c3c8ca1c0a85e96d0ff5b587a83505e5fdb616cc4c1e7 +!! source digest: sha256:a80ff8f410f004e0857dd991029c17b498da08dfb3695904ef4f5191a6c853fe !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/server-tools Translate me on Weblate Try me on Runboat

This module adds a new Many2many custom field with a create_table @@ -468,6 +468,7 @@ If you spotted it first, help us to smash it by providing a detailed and welcome

Contributors