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