~openerp-commiter/openobject-addons/trunk-training

« back to all changes in this revision

Viewing changes to c2c_currency_rate_update/company_view.xml

  • Committer: HDA(OpenERP)
  • Date: 2010-05-17 11:25:04 UTC
  • mfrom: (4287.4.283 trunk-extra-addons)
  • Revision ID: hda@tinyerp.com-20100517112504-5ygd4t4w26sdz9f5
Merged with main traun extra addons

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
            <field name="arch" type="xml">
9
9
                <notebook position="inside">
10
10
                    <page string="Currency auto update configuration">
11
 
                       <field name="auto_currency_up" on_change="_on_change_auto_currency_up(auto_currency_up)"/> 
12
 
                        <field name="interval_type" on_change="_on_change_intervall(interval_type)"/>
 
11
                       <field name="auto_currency_up" on_change="on_change_auto_currency_up(auto_currency_up)"/>
 
12
                        <field name="interval_type" on_change="on_change_intervall(interval_type)"/>
13
13
                        <field name="multi_company_currency_enable"/>
14
14
                        <separator string="Currency updates services" colspan="4"/>
15
15
                        <field name="services_to_use" colspan="4" nolabel="1"/>