Skip to content
Snippets Groups Projects
Commit 75699065 authored by Fabien Pinckaers's avatar Fabien Pinckaers
Browse files

[IMP] useability bank account views

bzr revid: fp@tinyerp.com-20111002110310-8022cdp3qel4vyju
parent c999a6ed
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@
<field name="inherit_id" ref="base.view_partner_bank_form"/>
<field name="arch" type="xml">
<group name="bank" position="after">
<group name="accounting" col="2" colspan="2" attrs="{'invisible': [('company_id','=', False)]}" groups="account.group_account_user">
<group name="accounting" col="2" colspan="2" attrs="{'invisible': [('company_id','=', False)]}" groups="base.group_extended">
<separator string="Accounting Information" colspan="2"/>
<field name="journal_id"/>
</group>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment