~camptocamp/banking-addons/bank-statement-reconcile-7.0-add-cancel-line-lep

« back to all changes in this revision

Viewing changes to account_statement_bankaccount_completion/data.xml

  • Committer: Laurent Mignon (Acsone)
  • Date: 2013-08-22 15:09:03 UTC
  • mto: This revision was merged to the branch mainline in revision 99.
  • Revision ID: laurent.mignon@acsone.eu-20130822150903-qhpq393xhutv6a1h
add completion logic based on the bank account number to link the partner to a statement line

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<openerp>
 
3
<data noupdate="1">
 
4
 
 
5
    <record id="bank_statement_completion_rule_10" model="account.statement.completion.rule">
 
6
         <field name="name">Match from bank account number (Nomal or IBAN))</field>
 
7
         <field name="sequence">20</field>
 
8
         <field name="function_to_call">get_from_bank_account</field>
 
9
     </record>
 
10
    
 
11
</data>
 
12
</openerp>