mirror of
https://github.com/OCA/rma.git
synced 2025-02-16 17:11:47 +02:00
[Tmp FIX] Temporarly deactivate view
This commit is contained in:
@@ -35,7 +35,8 @@ class crm_claim_ext(osv.osv):
|
||||
_inherit = 'crm.claim'
|
||||
_columns = {
|
||||
'canal_id': fields.many2one('res.partner.canal', 'Channel'),
|
||||
'som': fields.many2one('res.partner.som', 'State of Mind'),
|
||||
#'som': fields.many2one('res.partner.som', 'State of Mind'),
|
||||
'som': fields.char('State of Mind', size=64),
|
||||
|
||||
}
|
||||
crm_claim_ext()
|
||||
|
||||
@@ -21,18 +21,19 @@
|
||||
|
||||
<openerp>
|
||||
<data>
|
||||
<!-- Claims -->
|
||||
<!-- Claims
|
||||
<record model="ir.ui.view" id="crm_claim_rma_form_view">
|
||||
<field name="name">CRM - Claim product return Form</field>
|
||||
<field name="model">crm.claim</field>
|
||||
<field name="inherit_id" ref="crm_claim.crm_case_claims_form_view"/>
|
||||
<field name="inherit_id" ref="crm_claim.crm_case_claims_form_view"/>
|
||||
<field name="arch" type="xml">
|
||||
<page string="Communication & History" position="after">
|
||||
<page string="Product return">
|
||||
<page string="Communication & History" position="after">
|
||||
<page string="Product return">
|
||||
|
||||
</page>
|
||||
</page>
|
||||
</page>
|
||||
</field>
|
||||
</record>
|
||||
</record>-->
|
||||
|
||||
</data>
|
||||
</openerp>
|
||||
|
||||
Reference in New Issue
Block a user