From 1bb90a67ba84ca9ca2b1ee729710be0c1c24e041 Mon Sep 17 00:00:00 2001 From: Mantux11 Date: Wed, 3 Nov 2021 09:54:14 +0000 Subject: [PATCH] [MIG] account_move_line_product: Migration to 14.0 --- account_move_line_product/README.rst | 1 + account_move_line_product/__manifest__.py | 2 +- account_move_line_product/readme/CONTRIBUTORS.rst | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/account_move_line_product/README.rst b/account_move_line_product/README.rst index 7bbf5b5ed..367055926 100644 --- a/account_move_line_product/README.rst +++ b/account_move_line_product/README.rst @@ -61,6 +61,7 @@ Contributors * Jordi Ballester Alomar * Pimolnat Suntian +* Mantas Šniukas Maintainers ~~~~~~~~~~~ diff --git a/account_move_line_product/__manifest__.py b/account_move_line_product/__manifest__.py index c8d8fa608..0d03a481f 100644 --- a/account_move_line_product/__manifest__.py +++ b/account_move_line_product/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Account Move Line Product", - "version": "13.0.1.0.0", + "version": "14.0.1.0.0", "summary": "Displays the product in the journal entries and items", "author": "ForgeFlow, Odoo Community Association (OCA)", "website": "https://github.com/OCA/stock-logistics-warehouse", diff --git a/account_move_line_product/readme/CONTRIBUTORS.rst b/account_move_line_product/readme/CONTRIBUTORS.rst index 0984f8944..78d518f53 100644 --- a/account_move_line_product/readme/CONTRIBUTORS.rst +++ b/account_move_line_product/readme/CONTRIBUTORS.rst @@ -1,3 +1,4 @@ * Jordi Ballester Alomar * Pimolnat Suntian +* Mantas Šniukas