main #7

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

View File

@@ -721,7 +721,7 @@ class ShipmentIn(metaclass=PoolMeta):
{
"filename": attachments[0].name,
"content": content_b64,
"content_type": attachments[0].mimetype or "application/pdf"
"content_type": "application/pdf"
}
]