currency field on journas wizards

bzr revid: mra@mra-laptop-20100714111416-qfaoh4rkn09hkzn1
This commit is contained in:
Mustufa Rangwala 2010-07-14 16:44:16 +05:30
parent 0ed05ca783
commit e2a980cdac
3 changed files with 6 additions and 1 deletions

View File

@ -9,6 +9,8 @@
<field name="type">form</field>
<field name="arch" type="xml">
<field name="fiscalyear_id" position="after">
<field name="amount_currency"/>
<newline/>
<!-- we don't change the view but have to define a view for this specific object otherelse openerp will try to build a fedault one without using the one from the parent object -->
</field>
</field>

View File

@ -8,7 +8,9 @@
<field name="inherit_id" ref="account_common_report_view" />
<field name="arch" type="xml">
<field name="fiscalyear_id" position="after">
<!-- we don't change the view but have to define a view for this specific object otherelse openerp will try to build a fedault one without using the one from the parent object -->
<field name="amount_currency"/>
<newline/>
<!-- we don't change the view but have to define a view for this specific object otherelse openerp will try to build a fedault one without using the one from the parent object -->
</field>
</field>
</record>

View File

@ -10,6 +10,7 @@
<field name="arch" type="xml">
<field name="fiscalyear_id" position="after">
<field name="sort_selection"/>
<field name="amount_currency"/>
<newline/>
</field>
</field>