Add completion rule to complete from SO payment ref

This commit is contained in:
Florian da Costa
2021-05-28 17:02:51 +02:00
committed by clementmbr
parent 64c9ecf750
commit b0db768161
3 changed files with 75 additions and 3 deletions

View File

@@ -7,4 +7,10 @@
<field name="function_to_call">get_from_name_and_so</field>
</record>
<record id="bank_statement_completion_rule_2" model="account.move.completion.rule">
<field name="name">Match from line name (based on SO payment reference)</field>
<field name="sequence">55</field>
<field name="function_to_call">get_from_name_and_so_payment_ref</field>
</record>
</odoo>