odoo/ext/custom-addons/account_payment_unece/data/account_payment_method.xml

13 lines
367 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo noupdate="1">
<record id="account.account_payment_method_manual_in" model="account.payment.method">
<field name="unece_id" ref="payment_means_31"/>
</record>
<record id="account.account_payment_method_manual_out" model="account.payment.method">
<field name="unece_id" ref="payment_means_31"/>
</record>
</odoo>