mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
15 lines
357 B
XML
15 lines
357 B
XML
<odoo>
|
|
<template
|
|
id="assets_backend"
|
|
name="agreement_legal assets"
|
|
inherit_id="web.assets_backend"
|
|
>
|
|
<xpath expr="." position="inside">
|
|
<script
|
|
type="text/javascript"
|
|
src="/agreement_legal/static/src/js/agreement.js"
|
|
/>
|
|
</xpath>
|
|
</template>
|
|
</odoo>
|