3
0
Fork 0

[IMP] pre-commit run after update

Includes some manual fixes to silent ESLint warnings.
15.0-ocabot-merge-pr-2789-by-pedrobaeza-bump-patch
Jairo Llopis 2020-01-24 13:45:39 +00:00 committed by Raf Ven
parent 50a4f34415
commit bd962210a0
3 changed files with 10 additions and 11 deletions

View File

@ -1,6 +1,5 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_domain_field
#
msgid ""
msgstr ""
@ -12,10 +11,3 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"
#. module: web_domain_field
#. openerp-web
#: code:addons/web_domain_field/static/src/js/pyeval.js:0
#, python-format
msgid "Unknown nonliteral type "
msgstr ""

View File

@ -1,8 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<template id="assets_backend" name="web_domain_field assets" inherit_id="web.assets_backend">
<template
id="assets_backend"
name="web_domain_field assets"
inherit_id="web.assets_backend"
>
<xpath expr="script[last()]" position="after">
<script type="text/javascript" src="/web_domain_field/static/src/js/pyeval.js" />
<script
type="text/javascript"
src="/web_domain_field/static/src/js/pyeval.js"
/>
</xpath>
</template>
</odoo>