Initial commit: OCA Technical packages (595 packages)

This commit is contained in:
Ernad Husremovic 2025-08-29 15:43:03 +02:00
commit 2cc02aac6e
24950 changed files with 2318079 additions and 0 deletions

View file

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<templates xml:space="preserve">
<t t-inherit="mail.AttachmentCard" t-inherit-mode="extension">
<xpath expr="//div[hasclass('o_AttachmentCard_details')]" position="inside">
<div class="o_AttachmentCard_createDate text-truncate">
<t t-esc="attachmentCard.attachment.create_user" /><br />
<t t-esc="attachmentCard.attachment.create_date" />
</div>
</xpath>
</t>
</templates>

View file

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8" ?>
<templates xml:space="preserve">
<t t-inherit="mail.AttachmentImage" t-inherit-mode="extension">
<div t-ref="root" position="inside">
<t t-esc="attachmentImage.attachment.create_user" /><br />
<t t-esc="attachmentImage.attachment.create_date" />
</div>
</t>
</templates>