[FIX] crm_partner_assign: remove selection widget from type_id and channel_id, as the selection widget implies to have read access on these models, which is not the case for portal users.

bzr revid: dle@openerp.com-20140220123819-mfxr5sne9s4f0u9d
This commit is contained in:
Denis Ledoux 2014-02-20 13:38:19 +01:00
parent f267773646
commit ddf1a51b05
1 changed files with 2 additions and 2 deletions

View File

@ -140,8 +140,8 @@
</group>
<group col="2">
<separator string="Categorization" colspan="2"/>
<field name="type_id" widget="selection" readonly="1"/>
<field name="channel_id" widget="selection" readonly="1"/>
<field name="type_id" readonly="1"/>
<field name="channel_id" readonly="1"/>
</group>
</group>
<separator string="Details" />