mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-20 05:31:59 +02:00
Initial commit: OCA Technical packages (595 packages)
This commit is contained in:
commit
2cc02aac6e
24950 changed files with 2318079 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
@ -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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue