Skip to content

Commit

Permalink
Add cron to manifest and simplify partner url in template
Browse files Browse the repository at this point in the history
  • Loading branch information
nlachat-compassion committed Oct 15, 2024
1 parent 60d8442 commit 86ca799
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions partner_communication_switzerland/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"data/sponsorship_planned_emails.xml",
"data/tax_receipt_emails.xml",
"data/auto_reminder_archive_contact.xml",
"data/auto_reminder_archive_contact_cron.xml",
"data/manual_emails.xml",
"data/communication_config.xml",
"data/sponsorship_communications_cron.xml",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
% set partner_info = object.partner_id.get_archive_contact()
<span style="font-family: 'miller';">
% for partner in partner_info:
<p><a href="/web#id=${partner.id}&amp;model=res.partner&amp;view_type=form&amp;menu_id=1744">Ref ${partner.ref} - ${partner.name}</a></p>
<p><a href="/web#id=${partner.id}&amp;model=res.partner&amp;view_type=form">Ref ${partner.ref} - ${partner.name}</a></p>
% endfor
</span>
</div>
Expand Down

0 comments on commit 86ca799

Please sign in to comment.