[REF] wrapping module description lines to keep cool with the PEP-8 extremists

This commit is contained in:
Raphaël Valyi
2014-03-21 16:50:25 -03:00
committed by Artem Kostyuk
parent 0d28bfddd6
commit c153ccfa7e

View File

@@ -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 <alexis.delattre@akretion.com> for any help or question about this module.
Please contact Alexis de Lattre from Akretion <alexis.delattre@akretion.com>
for any help or question about this module.
""",
'author': 'Akretion',
'website': 'http://www.akretion.com',