mirror of
https://github.com/OCA/rma.git
synced 2025-02-16 17:11:47 +02:00
[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:
committed by
Cyril Gaudin
parent
bac78e6af8
commit
252d472a20
@@ -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)
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user