[FIX]crm_claim_rma: fix the view crm_claim_rma_form_view to allow creating new categories with the correct model.

This commit is contained in:
jesusVMayor
2015-11-03 18:20:15 +01:00
committed by Cyril Gaudin
parent bac78e6af8
commit 252d472a20
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@
{
'name': 'RMA Claim (Product Return Management)',
'version': '8.0.1.1.0',
'version': '8.0.1.2.0',
'category': 'Generic Modules/CRM & SRM',
'description': """
Management of Return Merchandise Authorization (RMA)

View File

@@ -374,7 +374,7 @@
</xpath>
<!-- Remove domain and widget attributes -->
<field name="categ_id" widget="selection" position="replace">
<field name="categ_id"/>
<field name="categ_id" context="{'object_name': 'crm.claim'}"/>
</field>
<!-- New tabs for products return and generated documents -->
<page string="Follow Up" position="before">