From e1964064a8e40294a504cf44de45698c98f016f1 Mon Sep 17 00:00:00 2001 From: Sergio Teruel Date: Mon, 5 Nov 2018 19:20:35 +0100 Subject: [PATCH] [12.0][mig] account_payment_order: Migrate to v12.0 --- account_payment_order/__manifest__.py | 2 +- account_payment_order/readme/CONFIGURE.rst | 2 ++ account_payment_order/readme/CONTRIBUTORS.rst | 15 +++++++++++++++ account_payment_order/readme/DESCRIPTION.rst | 1 + account_payment_order/readme/INSTALL.rst | 7 +++++++ account_payment_order/readme/USAGE.rst | 7 +++++++ .../wizard/account_payment_line_create_view.xml | 2 +- 7 files changed, 34 insertions(+), 2 deletions(-) create mode 100644 account_payment_order/readme/CONFIGURE.rst create mode 100644 account_payment_order/readme/CONTRIBUTORS.rst create mode 100644 account_payment_order/readme/DESCRIPTION.rst create mode 100644 account_payment_order/readme/INSTALL.rst create mode 100644 account_payment_order/readme/USAGE.rst diff --git a/account_payment_order/__manifest__.py b/account_payment_order/__manifest__.py index dfef4ca3d..124377839 100644 --- a/account_payment_order/__manifest__.py +++ b/account_payment_order/__manifest__.py @@ -8,7 +8,7 @@ { 'name': 'Account Payment Order', - 'version': '11.0.1.3.0', + 'version': '12.0.1.0.0', 'license': 'AGPL-3', 'author': "ACSONE SA/NV, " "Therp BV, " diff --git a/account_payment_order/readme/CONFIGURE.rst b/account_payment_order/readme/CONFIGURE.rst new file mode 100644 index 000000000..e19ef3baf --- /dev/null +++ b/account_payment_order/readme/CONFIGURE.rst @@ -0,0 +1,2 @@ +This module adds several options on Payment Modes, cf Invoicing/Accounting > +Configuration > Management > Payment Modes. diff --git a/account_payment_order/readme/CONTRIBUTORS.rst b/account_payment_order/readme/CONTRIBUTORS.rst new file mode 100644 index 000000000..db378f95d --- /dev/null +++ b/account_payment_order/readme/CONTRIBUTORS.rst @@ -0,0 +1,15 @@ +* Stéphane Bidoul +* Alexis de Lattre +* Pedro M. Baeza +* Adrien Peiffer +* Stefan Rijnhart +* Laurent Mignon +* Alexandre Fayolle +* Danimar Ribeiro +* Erwin van der Ploeg +* Raphaël Valyi +* Sandy Carter +* Angel Moya +* Jose María Alzaga +* Meyomesse Gilles +* Carlos Dauden diff --git a/account_payment_order/readme/DESCRIPTION.rst b/account_payment_order/readme/DESCRIPTION.rst new file mode 100644 index 000000000..11a1fe4cd --- /dev/null +++ b/account_payment_order/readme/DESCRIPTION.rst @@ -0,0 +1 @@ +This module adds support for payment orders and debit orders. diff --git a/account_payment_order/readme/INSTALL.rst b/account_payment_order/readme/INSTALL.rst new file mode 100644 index 000000000..2ea6c6ae6 --- /dev/null +++ b/account_payment_order/readme/INSTALL.rst @@ -0,0 +1,7 @@ +This module depends on: + +* account_payment_partner +* base_iban +* document + +This modules is part of the OCA/bank-payment suite. diff --git a/account_payment_order/readme/USAGE.rst b/account_payment_order/readme/USAGE.rst new file mode 100644 index 000000000..4794709a1 --- /dev/null +++ b/account_payment_order/readme/USAGE.rst @@ -0,0 +1,7 @@ +You can create a Payment order via the menu Invoicing/Accounting > Payments > Payment Orders and then select the move lines to pay. + +You can create a Debit order via the menu Invoicing/Accounting > Payments > Debit Orders and then select the move lines to debit. + +This module also adds a button *Add to Payment Order* on supplier invoices and a button *Add to Debit Order* on customer invoices. + +You can print a Payment order via the menu Invoicing/Accounting > Payments > Payment Orders and then select the payment oder to print. diff --git a/account_payment_order/wizard/account_payment_line_create_view.xml b/account_payment_order/wizard/account_payment_line_create_view.xml index 5b1e97382..708a50e55 100644 --- a/account_payment_order/wizard/account_payment_line_create_view.xml +++ b/account_payment_order/wizard/account_payment_line_create_view.xml @@ -27,7 +27,7 @@ -