~opencrea/+junk/aprobio

« back to all changes in this revision

Viewing changes to web_translate_dialog/view/web_translate.xml

  • Committer: joannes
  • Date: 2017-05-17 09:40:42 UTC
  • Revision ID: joannes@debian-20170517094042-47q3j6on72w2h1il
community module

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<!-- Copyright 2012 Guewen Baconnier (Camptocamp SA)
 
3
     License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
 
4
 
 
5
<odoo>
 
6
    <template id="assets_backend" name="web_translate_dialog assets"
 
7
            inherit_id="web.assets_backend">
 
8
        <xpath expr="." position="inside">
 
9
            <script type="text/javascript"
 
10
                    src="/web_translate_dialog/static/src/js/web_translate_dialog.js"/>
 
11
            <link rel="stylesheet" id="translate-dialog-stylesheet"
 
12
                href="/web_translate_dialog/static/src/css/base.css"/>
 
13
        </xpath>
 
14
    </template>
 
15
</odoo>