use <openerp/> instead of <terp/>

lp bug: https://launchpad.net/bugs/278715 fixed

bzr revid: stephane@tinyerp.com-20081027164636-88bl01nh6zh84vpr
This commit is contained in:
Stephane Wirtel 2008-10-27 17:46:36 +01:00
parent 987e6e9773
commit 2f8934a738
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ class base_module_record(osv.osv):
# Create the minidom document
self.ids = {}
doc = minidom.Document()
terp = doc.createElement("terp")
terp = doc.createElement("openerp")
doc.appendChild(terp)
for rec in self.recording_data:
if rec[0]=='workflow':