mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
Add module web_ir_actions_act_multi
This commit is contained in:
committed by
Jairo Llopis
parent
a7d325a716
commit
cc461a5431
14
web_ir_actions_act_multi/views/web_ir_actions_act_multi.xml
Normal file
14
web_ir_actions_act_multi/views/web_ir_actions_act_multi.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
# Copyright 2017 - 2018 Modoolar <info@modoolar.com>
|
||||
# License LGPLv3.0 or later (https://www.gnu.org/licenses/lgpl-3.0.en.html).
|
||||
-->
|
||||
<odoo>
|
||||
<template id="assets_backend" name="web_ir_actions_act_multi assets" inherit_id="web.assets_backend">
|
||||
<xpath expr="." position="inside">
|
||||
|
||||
<script type="text/javascript"
|
||||
src="/web_ir_actions_act_multi/static/src/js/web_ir_actions_act_multi.js" />
|
||||
</xpath>
|
||||
</template>
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user