[REF] refactoring of account_advanced_reconcile using account_easy_reconcile, intermediate commit

(lp:c2c-financial-addons/6.1 rev 24.2.1)
This commit is contained in:
Guewen Baconnier @ Camptocamp
2012-06-12 22:41:47 +02:00
parent 62e866abcc
commit 231f0b276c
56 changed files with 916 additions and 2977 deletions

View File

@@ -1,12 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data noupdate="1">
<record id="bank_statement_completion_rule_4" model="account.statement.completion.rule">
<field name="name">Match from line reference (based on transaction ID)</field>
<field name="sequence">30</field>
<field name="function_to_call">get_from_transaction_id_and_so</field>
</record>
</data>
</openerp>