Files
web/web_m2x_options/views/view.xml
Carlos Roca 35a284d8a5 [IMP] web_m2x_options: Efficiency
Improved the efficiency of code: With this improvement we achieve to just do an rpc call when the js file is called instead of do the call for each field.
2021-12-21 10:15:42 +07:00

20 lines
529 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<template
id="assets_backend"
name="m2x options assets"
inherit_id="web.assets_backend"
>
<xpath expr="." position="inside">
<script
type="text/javascript"
src="/web_m2x_options/static/src/js/form.js"
/>
<script
type="text/javascript"
src="/web_m2x_options/static/src/js/ir_options.js"
/>
</xpath>
</template>
</odoo>