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