added html2html in report_xml
authorHDA (OpenERP) <hda@tinyerp.com>
Tue, 29 Sep 2009 08:49:14 +0000 (14:19 +0530)
committerHDA (OpenERP) <hda@tinyerp.com>
Tue, 29 Sep 2009 08:49:14 +0000 (14:19 +0530)
bzr revid: hda@tinyerp.com-20090929084914-j1vngxihd7n43tpq

bin/addons/base/ir/ir_actions.py

index c4a7a5a..561fdc4 100644 (file)
@@ -129,6 +129,7 @@ class report_xml(osv.osv):
             ('raw', 'raw'),
             ('sxw', 'sxw'),
             ('odt', 'odt'),
+            ('html2html','HTML from HTML'),
             ('mako2html','Mako from HTML'),
             ], string='Type', required=True),
         'groups_id': fields.many2many('res.groups', 'res_groups_report_rel', 'uid', 'gid', 'Groups'),