[FIX] account_cancel: inhertiance view problem fixed to open journals

bzr revid: mra@mra-laptop-20100707054531-wquq5smji2ldrrzy
This commit is contained in:
Mustufa Rangwala 2010-07-07 11:15:31 +05:30
parent 7872ee7145
commit 1c08a48438
2 changed files with 2 additions and 2 deletions

View File

@ -376,7 +376,7 @@
<separator string="Other Configuration" colspan="4"/>
<field name="centralisation" groups="base.group_extended"/>
<field name="entry_posted"/>
<field name="update_posted"/>
<!-- <field name="update_posted"/> -->
</group>
</group>
</page>

View File

@ -7,7 +7,7 @@
<field name="type">form</field>
<field name="inherit_id" ref="account.view_account_journal_form"/>
<field name="arch" type="xml">
<xpath expr="/form/notebook/page[@string='General Information']/group/field[@name='centralisation']" position="after">
<xpath expr="/form/notebook/page[@string='General Information']/group/group/field[@name='centralisation']" position="after">
<field name="update_posted"/>
</xpath>
</field>