pull[bot] on master
add options to context for disa… Merge branch 'master' of github… add LICENSE (compare)
pull[bot] on master
[ADD] v8_reporting_engine slides (compare)
if view_type == 'tree':
for node in doc.xpath("//field[@name='project']"):
node.addnext(etree.Element('field', {'name': 'state', 'string': 'state', 'nolabel': '1'}))
node.addnext(etree.Element('field', {'name': 'contact_telephone', 'string': 'contact_telephone','nolabel': '1'}))
node.addnext(etree.Element('field', {'name': 'project_contact', 'string': 'project_contact', 'nolabel': '1'}))
res['arch'] = etree.tostring(doc)
return res