[IMP] Sequence : List view displays more fields

lp bug: https://launchpad.net/bugs/494880 fixed

bzr revid: jvo@tinyerp.com-20091210104005-rxk8xye6cmn6eawd
This commit is contained in:
Jay (Open ERP) 2009-12-10 16:10:05 +05:30
parent 946684553c
commit f5e6e1de07
1 changed files with 5 additions and 1 deletions

View File

@ -150,8 +150,12 @@
<tree string="Sequences">
<field name="name"/>
<field name="code"/>
<field name="active"/>
<field name="company_id"/>
<field name="number_next"/>
<field name="number_increment"/>
<field name="prefix"/>
<field name="padding"/>
<field name="active"/>
</tree>
</field>
</record>