Files
account-financial-tools/currency_rate_date_check/company_view.xml
Alexis de Lattre 1ff4302e2b Module "currency_rate_date_check" :
- move from extra-trunk to account-financial-tools
- port from OpenERP 6.1 to OpenERP 7.0
- add icon and screenshots
- add FR translation
2013-09-23 13:22:01 +02:00

26 lines
663 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2012 Akretion (http://www.akretion.com/)
@author Alexis de Lattre <alexis.delattre@akretion.com>
The licence is in the file __openerp__.py
-->
<openerp>
<data>
<record id="currency_rate_date_check_form" model="ir.ui.view">
<field name="name">currency.rate.date.check.form</field>
<field name="model">res.company</field>
<field name="inherit_id" ref="base.view_company_form" />
<field name="arch" type="xml">
<field name="currency_id" position="after">
<field name="currency_rate_max_delta" />
</field>
</field>
</record>
</data>
</openerp>