From b37b5f29b919d444f991dd528fee0ab18a69e6e7 Mon Sep 17 00:00:00 2001 From: dsolanki Date: Fri, 8 Jan 2021 10:50:55 +0530 Subject: [PATCH] [14.0][MIG] contract_sale --- contract_sale/README.rst | 1 + contract_sale/__manifest__.py | 4 ++-- contract_sale/readme/CONTRIBUTORS.rst | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/contract_sale/README.rst b/contract_sale/README.rst index bb22fcfc4..b11ecb17a 100644 --- a/contract_sale/README.rst +++ b/contract_sale/README.rst @@ -72,6 +72,7 @@ Contributors * Levent Karakaş * Bejaoui Souheil +* Dhara Solanki Maintainers ~~~~~~~~~~~ diff --git a/contract_sale/__manifest__.py b/contract_sale/__manifest__.py index 0df1c861e..e60069f84 100644 --- a/contract_sale/__manifest__.py +++ b/contract_sale/__manifest__.py @@ -3,9 +3,9 @@ { "name": "Contract from Sale", - "version": "13.0.1.0.0", + "version": "14.0.1.0.0", "category": "Sales", - "author": "Tecnativa, " "Odoo Community Association (OCA)", + "author": "Tecnativa, Odoo Community Association (OCA)", "website": "https://github.com/OCA/contract", "depends": ["sale", "contract"], "development_status": "Production/Stable", diff --git a/contract_sale/readme/CONTRIBUTORS.rst b/contract_sale/readme/CONTRIBUTORS.rst index 6445ca0e9..3338f68ba 100644 --- a/contract_sale/readme/CONTRIBUTORS.rst +++ b/contract_sale/readme/CONTRIBUTORS.rst @@ -6,3 +6,4 @@ * Levent Karakaş * Bejaoui Souheil +* Dhara Solanki