8 lines
221 B
XML
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>
|