[IMP] stock_planning: Add the icon on button

bzr revid: sbh@tinyerp.com-20100604065940-ikeeb1r4vigqzq82
This commit is contained in:
sbh (Open ERP) 2010-06-04 12:29:40 +05:30
parent 7f817b995a
commit ea1acb544e
1 changed files with 3 additions and 3 deletions

View File

@ -18,9 +18,9 @@
<field name="date_stop"/>
<separator colspan="4" string=""/>
<group col="3" colspan="4">
<button name="create_period" string="Create Daily Periods" type="object"/>
<button name="create_period_weekly" string="Create Weekly Periods" type="object"/>
<button name="create_period_monthly" string="Create Monthly Periods" type="object"/>
<button name="create_period" icon="gtk-execute" string="Create Daily Periods" type="object"/>
<button name="create_period_weekly" icon="gtk-execute" string="Create Weekly Periods" type="object"/>
<button name="create_period_monthly" icon="gtk-execute" string="Create Monthly Periods" type="object"/>
</group>
</form>
</field>