[IMP] usability config wizard

bzr revid: fp@tinyerp.com-20110118102347-rcw1tio8spyrh7yj
This commit is contained in:
Fabien Pinckaers 2011-01-18 11:23:47 +01:00
parent 4506d1d2d2
commit 086f692b35
1 changed files with 2 additions and 2 deletions

View File

@ -2393,8 +2393,8 @@
<field name ="seq_journal" groups="base.group_extended"/>
<field name="sale_tax" domain="[('chart_template_id', '=', chart_template_id),('parent_id','=',False),('type_tax_use','in',('sale','all'))]"/>
<field name="purchase_tax" domain="[('chart_template_id', '=', chart_template_id),('parent_id','=',False),('type_tax_use','in',('purchase', 'all'))]"/>
<newline/>
<field colspan="4" mode="tree" name="bank_accounts_id" nolabel="1" widget="one2many_list">
<newline/> <!-- extended view because the web UI is not good for one2many -->
<field colspan="4" mode="tree" name="bank_accounts_id" nolabel="1" widget="one2many_list" groups="base.group_extended">
<form string="Bank Information">
<field name="acc_name"/>
<field name="account_type"/>