mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[ADD][web_x2many_add_button_position] Move Add an item button (#578)
This commit is contained in:
committed by
Pedro M. Baeza
parent
cde08afb75
commit
7999843f1b
13
web_x2many_add_button_position/templates/assets.xml
Normal file
13
web_x2many_add_button_position/templates/assets.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Copyright 2017 Onestein
|
||||
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
|
||||
|
||||
<openerp>
|
||||
<data>
|
||||
<template id="assets_backend" inherit_id="web.assets_backend">
|
||||
<xpath expr="." position="inside">
|
||||
<script type="text/javascript" src="/web_x2many_add_button_position/static/src/js/web_x2many_add_button_position.js"></script>
|
||||
</xpath>
|
||||
</template>
|
||||
</data>
|
||||
</openerp>
|
||||
Reference in New Issue
Block a user