mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
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.
15 lines
481 B
XML
15 lines
481 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>
|
|
<script type="text/javascript"
|
|
src="/web_m2x_options/static/src/js/ir_options.js"></script>
|
|
</xpath>
|
|
</template>
|
|
|
|
</odoo>
|