From a20665ba12bad67a34fbd1e00d541654c99a2d00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Valyi?= Date: Fri, 21 Mar 2014 16:50:25 -0300 Subject: [PATCH] [REF] wrapping module description lines to keep cool with the PEP-8 extremists --- account_payment_partner/__openerp__.py | 6 ++++-- account_payment_purchase/__openerp__.py | 13 ++++++++++--- account_payment_sale/__openerp__.py | 13 ++++++++++--- account_payment_sale_stock/__openerp__.py | 6 ++++-- 4 files changed, 28 insertions(+), 10 deletions(-) diff --git a/account_payment_partner/__openerp__.py b/account_payment_partner/__openerp__.py index e67a7fc2b..25e312638 100644 --- a/account_payment_partner/__openerp__.py +++ b/account_payment_partner/__openerp__.py @@ -39,9 +39,11 @@ This module adds severals fields : * the *Payment Type* on Invoices. -On a Payment Order, in the wizard *Select Invoices to Pay*, the invoices will be filtered per Payment Type. +On a Payment Order, in the wizard *Select Invoices to Pay*, the invoices will +be filtered per Payment Type. -Please contact Alexis de Lattre from Akretion for any help or question about this module. +Please contact Alexis de Lattre from Akretion +for any help or question about this module. """, 'author': 'Akretion', 'website': 'http://www.akretion.com', diff --git a/account_payment_purchase/__openerp__.py b/account_payment_purchase/__openerp__.py index e2fc219eb..76a89589b 100644 --- a/account_payment_purchase/__openerp__.py +++ b/account_payment_purchase/__openerp__.py @@ -30,11 +30,18 @@ Account Payment Purchase ======================== -This modules adds 2 fields on purchase orders : *Bank Account* and *Payment Type*. These fields are copied from partner to purchase order and then from purchase order to supplier invoice. +This modules adds 2 fields on purchase orders : *Bank Account* and *Payment +Type*. These fields are copied from partner to purchase order and then from +purchase order to supplier invoice. -This module is similar to the *purchase_payment* module ; the main difference is that it doesn't depend on the *account_payment_extension* module (it's not the only module to conflict with *account_payment_extension* ; all the SEPA modules in the banking addons conflict with *account_payment_extension*, cf banking-addons-70/account_banking_payment_export/__openerp__.py). +This module is similar to the *purchase_payment* module ; the main difference +is that it doesn't depend on the *account_payment_extension* module (it's not +the only module to conflict with *account_payment_extension* ; all the SEPA +modules in the banking addons conflict with *account_payment_extension*, cf +banking-addons-70/account_banking_payment_export/__openerp__.py). -Please contact Alexis de Lattre from Akretion for any help or question about this module. +Please contact Alexis de Lattre from Akretion +for any help or question about this module. """, 'author': 'Akretion', 'website': 'http://www.akretion.com', diff --git a/account_payment_sale/__openerp__.py b/account_payment_sale/__openerp__.py index b6cf3b2cb..42ba67911 100644 --- a/account_payment_sale/__openerp__.py +++ b/account_payment_sale/__openerp__.py @@ -30,11 +30,18 @@ Account Payment Sale ==================== -This modules adds 2 fields on sale orders : *Bank Account* and *Payment Type*. These fields are copied from partner to sale order and then from sale order to customer invoice. +This modules adds 2 fields on sale orders : *Bank Account* and *Payment Type*. +These fields are copied from partner to sale order and then from sale order to +customer invoice. -This module is similar to the *sale_payment* module ; the main difference is that it doesn't depend on the *account_payment_extension* module (it's not the only module to conflict with *account_payment_extension* ; all the SEPA modules in the banking addons conflict with *account_payment_extension*, cf banking-addons-70/account_banking_payment_export/__openerp__.py). +This module is similar to the *sale_payment* module ; the main difference is +that it doesn't depend on the *account_payment_extension* module (it's not the +only module to conflict with *account_payment_extension* ; all the SEPA +modules in the banking addons conflict with *account_payment_extension*, cf +banking-addons-70/account_banking_payment_export/__openerp__.py). -Please contact Alexis de Lattre from Akretion for any help or question about this module. +Please contact Alexis de Lattre from Akretion +for any help or question about this module. """, 'author': 'Akretion', 'website': 'http://www.akretion.com', diff --git a/account_payment_sale_stock/__openerp__.py b/account_payment_sale_stock/__openerp__.py index 1b45fbf1c..a10b34c3d 100644 --- a/account_payment_sale_stock/__openerp__.py +++ b/account_payment_sale_stock/__openerp__.py @@ -30,9 +30,11 @@ Account Payment Sale Stock ========================== -This modules copies *Bank Account* and *Payment Type* from Sale Order to Invoice when the Invoice is generated from the Picking. +This modules copies *Bank Account* and *Payment Type* from Sale Order to +Invoice when the Invoice is generated from the Picking. -Please contact Alexis de Lattre from Akretion for any help or question about this module. +Please contact Alexis de Lattre from Akretion +for any help or question about this module. """, 'author': 'Akretion', 'website': 'http://www.akretion.com',