[IMP]CRM Action: from partner you should see the whole computed domain, and draft only per default
This commit is contained in:
parent
21db045488
commit
276c7a066f
yaltik_crm_action
@ -18,7 +18,7 @@
|
|||||||
{
|
{
|
||||||
'name': 'CRM Actions',
|
'name': 'CRM Actions',
|
||||||
'summary': 'Action management, instead of new activity, in CRM',
|
'summary': 'Action management, instead of new activity, in CRM',
|
||||||
'version': '10.0.1.3.3',
|
'version': '10.0.1.3.4',
|
||||||
'category': 'Sales',
|
'category': 'Sales',
|
||||||
'author': 'Fabien BOURGEOIS - Yaltik',
|
'author': 'Fabien BOURGEOIS - Yaltik',
|
||||||
'license': 'AGPL-3',
|
'license': 'AGPL-3',
|
||||||
|
@ -58,5 +58,5 @@ class ResPartner(models.Model):
|
|||||||
'view_mode': 'tree,form,calendar',
|
'view_mode': 'tree,form,calendar',
|
||||||
'res_model': 'crm.action',
|
'res_model': 'crm.action',
|
||||||
'context': {'default_partner_id': partner.id,
|
'context': {'default_partner_id': partner.id,
|
||||||
'search_default_partner_id': partner.id},
|
'search_default_draft_only': 1},
|
||||||
'domain': domain}
|
'domain': domain}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user