mirror of
https://github.com/bringout/oca-ocb-accounting.git
synced 2026-04-22 17:22:08 +02:00
19.0 vanilla
This commit is contained in:
parent
ba20ce7443
commit
768b70e05e
2357 changed files with 1057103 additions and 712486 deletions
|
|
@ -0,0 +1,20 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<templates id="template" xml:space="preserve">
|
||||
<t t-name="account.mail_attachments">
|
||||
<ul class="list-unstyled m-0">
|
||||
<t t-foreach="renderedAttachments" t-as="attachment" t-key="attachment.id">
|
||||
<t t-if="!attachment.skip">
|
||||
<li class="d-flex align-items-center bg-200 p-1 ps-3 my-2">
|
||||
<span t-out="attachment.name" class="flex-grow-1 text-truncate"/>
|
||||
|
||||
<button class="btn flex-shrink-0" t-on-click.stop="() => this.onFileRemove(attachment.id)">
|
||||
<i class="fa fa-fw fa-times"/>
|
||||
</button>
|
||||
|
||||
<i class="fa fa-fw o_button_icon fa-warning" t-if="attachment.tooltip" t-att-data-tooltip="attachment.tooltip"></i>
|
||||
</li>
|
||||
</t>
|
||||
</t>
|
||||
</ul>
|
||||
</t>
|
||||
</templates>
|
||||
Loading…
Add table
Add a link
Reference in a new issue