mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-18 06:12:01 +02:00
7 lines
221 B
XML
7 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>
|