mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
Add completion rule to complete from SO payment ref
This commit is contained in:
committed by
clementmbr
parent
64c9ecf750
commit
b0db768161
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user