~unifield-team/unifield-wm/us-826

« back to all changes in this revision

Viewing changes to account_mcdb/mcdb_view_currency.xml

  • Committer: Olivier DOSSMANN
  • Date: 2013-05-31 14:22:09 UTC
  • mto: This revision was merged to the branch mainline in revision 1687.
  • Revision ID: od@tempo-consulting.fr-20130531142209-sbcwvzuema11guzz
UF-1991 [FIX] Problem with wizard on "msg" field. Change it to "name".

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
                    <separator string="Amount &amp; Currency" colspan="4"/>
 
2
                    <group col="8" colspan="4">
 
3
                        <field name="currency_choice" on_change="onchange_currency_choice(currency_choice, functional_currency_id, amount_from, amount_to)"/>
 
4
                        <field name="currency_id" attrs="{'readonly': [('currency_choice', '=', 'functional')]}" widget="selection" on_change="onchange_currency(currency_choice, currency_id)" domain="[('currency_table_id', '=', False)]"/>
 
5
                        <field name="fx_table_id" on_change="onchange_fx_table(fx_table_id)"/>
 
6
                        <field name="display_in_output_currency" domain="[('active', 'in', ['True', 'False']), ('currency_table_id', '=', fx_table_id)]"/>
 
7
                        <field name="amount_from" string="Amount from" on_change="onchange_amount(currency_choice, amount_from, 'from')"/>
 
8
                        <field name="amount_to" string="to" on_change="onchange_amount(currency_choice, amount_to, 'to')"/>
 
9
                    </group>
 
10
                    <group col="8" colspan="4">
 
11
                        <field name="functional_currency_id" invisible="1"/>
 
12
                        <field name="amount_func_from" string="Amount" invisible="1"/>
 
13
                        <field name="amount_func_to" string="to" invisible="1"/>
 
14
                        <field name="booking_currency_id" widget="selection" invisible="1"/>
 
15
                        <field name="amount_book_from" string="Amount" invisible="1"/>
 
16
                        <field name="amount_book_to" string="to" invisible="1"/>
 
17
                    </group>