Files
account-reconcile/account_move_so_import/data/completion_rule_data.xml
Matthieu Dietrich 1f80440e8d Remane import modules
2024-01-22 19:07:28 -03:00

11 lines
358 B
XML

<?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>