forked from Techsystech/web
[IMP] pre-commit run after update
Includes some manual fixes to silent ESLint warnings.15.0-ocabot-merge-pr-2789-by-pedrobaeza-bump-patch
parent
50a4f34415
commit
bd962210a0
|
@ -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 ""
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue