~camptocamp/openerp-swiss-localization/7.0-pending-merge

« back to all changes in this revision

Viewing changes to l10n_ch_payment_slip_account_statement_base_completion/data.xml

  • Committer: alexandre.fayolle at camptocamp
  • Author(s): guewen.baconnier at camptocamp
  • Date: 2014-04-14 12:39:06 UTC
  • mfrom: (192.1.20 l10n_ch)
  • Revision ID: alexandre.fayolle@camptocamp.com-20140414123906-jf1qge09jxtfmnk0
[MRG] Compatibility with the base_transaction_id module. No BVR number for invoices with a transaction id

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_bvr_invoice" model="account.statement.completion.rule">
 
6
      <field name="name">Match from Invoice using BVR/ESR Reference</field>
 
7
      <field name="sequence">40</field>
 
8
      <field name="function_to_call">get_from_bvr_reference_and_invoice</field>
 
9
    </record>
 
10
 
 
11
  </data>
 
12
</openerp>