mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-14 09:51:27 -06:00
[IMP] document_url: pre-commit auto fixes
This commit is contained in:
parent
bd2584ab3d
commit
424d4218c2
@ -3,7 +3,6 @@
|
|||||||
Copyright 2021 Tecnativa - Víctor Martínez
|
Copyright 2021 Tecnativa - Víctor Martínez
|
||||||
License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). -->
|
License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). -->
|
||||||
<templates>
|
<templates>
|
||||||
|
|
||||||
<t t-inherit="mail.Chatter" t-inherit-mode="extension">
|
<t t-inherit="mail.Chatter" t-inherit-mode="extension">
|
||||||
<xpath expr="//AttachmentList//..//FileUploader/t" position="replace">
|
<xpath expr="//AttachmentList//..//FileUploader/t" position="replace">
|
||||||
<t t-set-slot="toggler">
|
<t t-set-slot="toggler">
|
||||||
|
@ -24,7 +24,11 @@
|
|||||||
class="oe_highlight"
|
class="oe_highlight"
|
||||||
type="object"
|
type="object"
|
||||||
/>
|
/>
|
||||||
<button special="cancel" string="Cancel" class="btn-secondary" />
|
<button
|
||||||
|
special="cancel"
|
||||||
|
string="Cancel"
|
||||||
|
class="btn-secondary"
|
||||||
|
/>
|
||||||
</footer>
|
</footer>
|
||||||
</form>
|
</form>
|
||||||
</field>
|
</field>
|
||||||
|
Loading…
Reference in New Issue
Block a user