[IMP]: procurement: Improvement in orderpoint view

bzr revid: rpa@tinyerp.com-20101210102554-ejdcts8pb6ajxsd3
This commit is contained in:
rpa (Open ERP) 2010-12-10 15:55:54 +05:30
parent 32c4edf2ca
commit 827d02e1e8
1 changed files with 3 additions and 3 deletions

View File

@ -224,9 +224,9 @@
<field name="procurement_id" readonly="1"/>
<field name="active" />
</group>
<group col="4" colspan="2" groups="base.group_extended">
<separator string="Procurement Orders to Process" colspan="2" />
<field name="procurement_draft_ids" colspan="2" nolabel="1"/>
<group col="4" colspan="4" groups="base.group_extended">
<separator string="Procurement Orders to Process" colspan="4" />
<field name="procurement_draft_ids" colspan="4" nolabel="1"/>
</group>
</form>
</field>