[FIX] project: Project Time Unit

The domain set for the field 'project_time_mode_id' must use the xml_id to be
used with every languages.

opw:639603
This commit is contained in:
Goffin Simon 2015-05-13 16:02:38 +02:00
parent bb63e9a012
commit cab5e3668f
1 changed files with 1 additions and 1 deletions

View File

@ -750,7 +750,7 @@
<field name="arch" type="xml">
<xpath expr="//group[@name='account_grp']" position="after">
<group name="project_grp" string="Projects">
<field name="project_time_mode_id" domain="[('category_id','=','Working Time')]"/>
<field name="project_time_mode_id" domain="[('category_id','=', %(product.uom_categ_wtime)d)]"/>
</group>
</xpath>
</field>