mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[ADD] Ask for confirmation when copying records
[UPD] Update web_copy_confirm.pot [ADD] icon.png
This commit is contained in:
committed by
Miquel Raïch
parent
0ce1d1c98e
commit
ce66091374
10
web_copy_confirm/views/assets.xml
Normal file
10
web_copy_confirm/views/assets.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<openerp><data>
|
||||
|
||||
<template id="assets_backend" name="web_copy_confirm assets" inherit_id="web.assets_backend">
|
||||
<xpath expr="." position="inside">
|
||||
<script type="text/javascript" src="/web_copy_confirm/static/src/js/web_copy_confirm.js"></script>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</data></openerp>
|
||||
Reference in New Issue
Block a user