main #7

Merged
admin merged 620 commits from main into dev 2026-03-29 13:03:25 +00:00
Showing only changes of commit 70a0a41787 - Show all commits

View File

@@ -640,7 +640,7 @@ class ShipmentIn(metaclass=PoolMeta):
for sh in shipments:
sh.result = "Email not sent"
if sh.controller:
Contact = Pool().get('party.contact.mechanism')
Contact = Pool().get('party.contact_mechanism')
contact = Contact.search(['party','=',sh.controller.id])
if contact:
# f = open("/tmp/instruction.pdf", "rb")