Skip to content

Commit

Permalink
[MIG] marketing_crm_partner: Migration to 16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-tecnativa committed Jul 3, 2023
1 parent 6e35f26 commit 0977b7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion marketing_crm_partner/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{
"name": "Tracking Fields in Partners",
"summary": "Copy tracking fields from leads to partners",
"version": "14.0.1.0.1",
"version": "15.0.1.0.0",
"category": "Marketing",
"website": "https://github.com/OCA/crm",
"author": "Tecnativa, Odoo Community Association (OCA)",
Expand Down
2 changes: 1 addition & 1 deletion marketing_crm_partner/tests/test_lead.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def setUp(self):

def test_transfered_values(self):
"""Fields get transfered when creating partner."""
self.lead.handle_partner_assignment()
self.lead._handle_partner_assignment()
if self.lead.partner_id:
for _key, field, _cookie in self.env["utm.mixin"].tracking_fields():
self.assertEqual(self.lead[field], self.lead.partner_id[field])
Expand Down

0 comments on commit 0977b7d

Please sign in to comment.