Skip to content

Commit ba1300f

Browse files
committed
[MIG] srm: Migration to 19.0
1 parent 2f016ed commit ba1300f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

srm/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{
55
"name": "SRM",
66
"summary": "Use CRM model for suppliers",
7-
"version": "18.0.1.0.0",
7+
"version": "19.0.1.0.0",
88
"development_status": "Alpha",
99
"category": "CRM",
1010
"website": "https://github.com/OCA/crm",

srm/views/srm_lead.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,6 @@
236236

237237
<record id="menu_srm_opportunities" model="ir.ui.menu">
238238
<field name="action" ref="srm.action_your_pipeline" />
239-
<field name="groups_id" eval="[Command.link(ref('base.group_user'))]" />
239+
<field name="group_ids" eval="[Command.link(ref('base.group_user'))]" />
240240
</record>
241241
</odoo>

0 commit comments

Comments
 (0)