[IMP] modified view of acount_journal

[FIX] added the column type in the list of account (with invisible = True) in order to see the color when opening the window

bzr revid: qdp@tinyerp.com-20090116140410-nzly5s4sq6fxazn1
This commit is contained in:
qdp 2009-01-16 15:04:10 +01:00
parent 3891d7ab27
commit 126ebd2c01
1 changed files with 2 additions and 1 deletions

View File

@ -169,6 +169,7 @@
<field name="credit"/>
<field name="balance"/>
<field name="company_currency_id"/>
<field name="type" invisible="1"/>
</tree>
</field>
</record>
@ -272,6 +273,7 @@
<field name="group_invoice_lines"/>
<field name="update_posted"/>
<field name="entry_posted"/>
<field name="fy_seq_id" colspan="4" widget="one2many_list" >
<tree string="Invoice Sequences">
<field name="fiscalyear_id"/>
@ -282,7 +284,6 @@
<field name="sequence_id"/>
</form>
</field>
<field name="entry_posted"/>
</page>
<page string="Entry Controls">
<separator colspan="4" string="Accounts Type Allowed (empty for no control)"/>