[IMP] pep8 + cleanup

This commit is contained in:
Stéphane Bidoul
2014-01-19 18:37:09 +01:00
parent 11141de561
commit f424f470b4
2 changed files with 8 additions and 9 deletions

View File

@@ -29,21 +29,20 @@
'account_statement_base_completion',
],
'description': """
Add a completion method based on the partner bank account number provided by the bank/office.
Add a completion method based on the partner bank account number
provided by the bank/office.
Completion will look in the partner with that bank account number to match the partner,
then it will fill in the bank statement line with it to ease the reconciliation.
Completion will look in the partner with that bank account number
to match the partner, then it will fill in the bank statement line
with it to ease the reconciliation.
""",
'website': 'http://www.acsone.eu',
'init_xml': [],
'update_xml': [
'data': [
"data.xml",
],
'demo_xml': [],
'test': [],
'demo': [],
'installable': True,
'images': [],
'auto_install': True,
'license': 'AGPL-3',
}

View File

@@ -3,7 +3,7 @@
<data noupdate="1">
<record id="bank_statement_completion_rule_10" model="account.statement.completion.rule">
<field name="name">Match from bank account number (Nomal or IBAN))</field>
<field name="name">Match from bank account number (Normal or IBAN))</field>
<field name="sequence">10</field>
<field name="function_to_call">get_from_bank_account</field>
</record>