start name of the report with the module name

bzr revid: nel@tinyerp.com-20100406072456-wo6eumbs4p980xxq
This commit is contained in:
nel@tinyerp.com 2010-04-06 09:24:56 +02:00
parent e1a7630ccb
commit 547c8782cf
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ from osv import fields,osv
import tools
class report_purchase_order(osv.osv):
_name = "report.purchase.order"
_name = "purchase.report"
_description = "Purchases Orders"
_auto = False
_columns = {