Switch license in js file to be aligned with manifest

Ref: https://github.com/OCA/web/pull/1462#discussion_r359278706

[UPD] Update web_ir_actions_act_view_reload.pot

[UPD] README.rst
This commit is contained in:
Guewen Baconnier
2019-12-20 17:30:59 +01:00
committed by Ryan Cole
parent 92f80830e4
commit 7e38c823f7
3 changed files with 4 additions and 5 deletions

View File

@@ -3,12 +3,11 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Project-Id-Version: Odoo Server 13.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: <>\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

View File

@@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="Docutils 0.14: http://docutils.sourceforge.net/" />
<meta name="generator" content="Docutils 0.15.1: http://docutils.sourceforge.net/" />
<title>Web Actions View Reload</title>
<style type="text/css">

View File

@@ -1,6 +1,6 @@
// Copyright 2017 - 2018 Modoolar <info@modoolar.com>
// Copyright 2018 Modoolar <info@modoolar.com>
// License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
// License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
odoo.define('web_ir_actions_act_view_reload.ir_actions_act_view_reload', function (require) {
"use strict";