[FIX] Javascript definition name was duplicated

This commit is contained in:
Enric Tobella
2018-04-27 21:28:23 +02:00
parent 633cf96298
commit d7c8f6592a
2 changed files with 3 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
// © 2017 Creu Blanca
// License AGPL-3.0 or later (https://www.gnuorg/licenses/agpl.html).
odoo.define('report_xml.report', function(require){
odoo.define('report_xlsx.report', function(require){
'use strict';
var ActionManager= require('web.ActionManager');