Remane import modules

This commit is contained in:
Matthieu Dietrich
2016-05-24 11:51:51 +02:00
parent 092ff40aa9
commit cd150db406
70 changed files with 10 additions and 10 deletions

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo noupdate="1">
<record id="bank_statement_completion_rule_1" model="account.move.completion.rule">
<field name="name">Match from line name (based on SO number)</field>
<field name="sequence">50</field>
<field name="function_to_call">get_from_name_and_so</field>
</record>
</odoo>