[FIX] corrected previous merge with refactoring of superfluous "My ..." buttons in search views

bzr revid: odo@openerp.com-20100519150406-dn9bjxc160j2kvf8
This commit is contained in:
Olivier Dony 2010-05-19 17:04:06 +02:00
parent 2387a788f4
commit 9103f11ea2
1 changed files with 3 additions and 3 deletions

View File

@ -86,9 +86,9 @@
</field>
<field name="project_id" widget="selection">
<filter icon="terp-project"
- string="My Task"
- help="My Tasks"
- domain="[('project_id','=',context.get('project_id', False)]"/>
string="My Task"
help="My Tasks"
domain="[('project_id','=',context.get('project_id', False)]"/>
<filter icon="terp-project"
string="Non assigned tasks to projects"
help ="Non assigned tasks to projects"