diff --git a/account_payment_purchase/__manifest__.py b/account_payment_purchase/__manifest__.py index 5043e153f..e4f90e28a 100644 --- a/account_payment_purchase/__manifest__.py +++ b/account_payment_purchase/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Account Payment Purchase", - "version": "16.0.2.0.0", + "version": "17.0.1.0.0", "category": "Banking addons", "license": "AGPL-3", "summary": "Adds Bank Account and Payment Mode on Purchase Orders", diff --git a/account_payment_purchase/readme/USAGE.md b/account_payment_purchase/readme/USAGE.md index 82c03448a..86d97bf78 100644 --- a/account_payment_purchase/readme/USAGE.md +++ b/account_payment_purchase/readme/USAGE.md @@ -5,6 +5,3 @@ This default value could be change in a draft purchase or draft invoice. When you create a payment order, only invoices related to chosen payment mode are displayed. Invoices without any payment mode are displayed too. - - -This module doesn't add any feature, but it is used by several other modules.