[REFACTOR] to improve performance by diminishing reads

This commit is contained in:
unknown
2013-04-15 17:37:55 +02:00
parent b07d39ca7e
commit 18e7ff815a
3 changed files with 114 additions and 110 deletions

View File

@@ -23,7 +23,7 @@
<record id="bank_statement_completion_rule_4" model="account.statement.completion.rule">
<field name="name">Match from line reference (based on Invoice number)</field>
<field name="sequence">40</field>
<field name="function_to_call">get_from_ref_and_invoice</field>
q<field name="function_to_call">get_from_ref_and_invoice</field>
</record>
<record id="bank_statement_completion_rule_5" model="account.statement.completion.rule">