[FIX] edi qweb template loading

bzr revid: al@openerp.com-20111222140931-smsmbpna3g9na1fn
This commit is contained in:
Antony Lesuisse 2011-12-22 15:09:31 +01:00
parent 4a99f28a02
commit 41c2ffb480
2 changed files with 3 additions and 3 deletions

View File

@ -50,6 +50,9 @@ technical OpenERP documentation at http://doc.openerp.com
"css": [
"static/src/css/edi.css"
],
'qweb': [
"static/src/xml/*.xml",
],
'installable': True,
'active': False,
'certificate': '002046536359186',

View File

@ -1,7 +1,4 @@
openerp.edi = function(openerp) {
openerp.web.qweb.add_template("/edi/static/src/xml/edi.xml");
openerp.web.qweb.add_template("/edi/static/src/xml/edi_account.xml");
openerp.web.qweb.add_template("/edi/static/src/xml/edi_sale_purchase.xml");
openerp.edi = {}
openerp.edi.EdiView = openerp.web.Widget.extend({