Fixed procurement date and datetime widget problem

bzr revid: hda@tinyerp.com-20100315070037-1ohwkjxrqh95uk1l
This commit is contained in:
HDA (OpenERP) 2010-03-15 12:30:37 +05:30
parent fe2e3b9d2f
commit 65a150d3a3
1 changed files with 1 additions and 1 deletions

View File

@ -819,7 +819,7 @@
</group>
<group col="2" colspan="2">
<separator colspan="2" string="Planification"/>
<field name="date_planned" select="1" widget="date"/>
<field name="date_planned" select="1"/>
<field name="procure_method" select="2"/>
<field name="priority" groups="base.group_extended"/>
</group>