mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
- move from extra-trunk to account-financial-tools - port from OpenERP 6.1 to OpenERP 7.0 - add icon and screenshots - add FR translation
26 lines
663 B
XML
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>
|