mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
web_boolean_button ported from Odoo 12.0 CE
This commit is contained in:
committed by
Tom Blauwendraat
parent
d10acbacef
commit
d5c11bed9d
23
web_boolean_button/views/templates.xml
Normal file
23
web_boolean_button/views/templates.xml
Normal file
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<odoo>
|
||||
<template
|
||||
id="assets_backend"
|
||||
name="web_boolean_button"
|
||||
inherit_id="web.assets_backend"
|
||||
>
|
||||
<xpath expr="." position="inside">
|
||||
<script
|
||||
type="text/javascript"
|
||||
src="/web_boolean_button/static/src/js/basic_fields.js"
|
||||
/>
|
||||
</xpath>
|
||||
</template>
|
||||
<template id="qunit_suite" name="boolean_button_tests" inherit_id="web.qunit_suite">
|
||||
<xpath expr="//t[@t-set='head']" position="inside">
|
||||
<script
|
||||
type="text/javascript"
|
||||
src="/web_boolean_button/static/tests/form_tests.js"
|
||||
/>
|
||||
</xpath>
|
||||
</template>
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user