Initial migration of so_completion

This commit is contained in:
Matthieu Dietrich
2016-04-29 14:03:13 +02:00
parent b765565bcd
commit e103486c63
7 changed files with 97 additions and 74 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>