Odoo18-Base/addons/payment/data/payment_demo.xml
2025-03-10 11:12:23 +07:00

8 lines
221 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<odoo>
<!-- Enable the EUR currency since it's the currency of the company. -->
<function model="res.currency" name="action_unarchive" eval="[[ref('base.EUR')]]"/>
</odoo>