[IMP] Icons Improved

bzr revid: vir@tinyerp.com-20101026085332-barbc2js12wiyx3w
This commit is contained in:
Vir (Open ERP) 2010-10-26 14:23:32 +05:30
parent 315e838c48
commit 94ddb28efa
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@
<form string="Artists">
<separator string="Author/Artist" colspan="4"/>
<group colspan="4" col="6">
<field name="name" colspan="4" string="Name"/>
<field name="name" colspan="4" string="Name" select="1"/>
<newline/>
<field name="pseudo"/>
<field name="birth_death_dates"/>
@ -436,7 +436,7 @@
string="Draft" help="New Object"
name="draft"
domain="[('state','=', 'draft')]"/>
<filter icon="terp-dolar_ok!"
<filter icon="terp-dolar"
string="Sold" help="Buy object"
domain="[('state','=','sold')]"/>
<separator orientation="vertical"/>