[ADD]some correction on duplicate for vehicle

bzr revid: csn@openerp.com-20121005144156-sfrpn9n8y08y85wn
This commit is contained in:
Cedric Snauwaert 2012-10-05 16:41:56 +02:00
parent abfc2c8e43
commit c23ad1af92
2 changed files with 4 additions and 3 deletions

View File

@ -3,12 +3,12 @@
'name' : 'Fleet Management',
'version' : '0.1',
'author' : 'OpenERP S.A.',
'category': 'Fleet Management',
'category': 'Vehicle, leasing, insurances, costs',
'website' : 'http://www.openerp.com',
'summary' : 'Manage your fleet of vehicle',
'description' : """
Easy way to manage your fleet
===============================
Vehicle, leasing, insurances, cost
==================================
With this easy to use module, you can in a few clicks manage your entire vehicle fleet.

View File

@ -415,6 +415,7 @@ class fleet_vehicle(osv.Model):
'log_contracts':[],
'log_services':[],
'tag_ids':[],
'vin_sn':'',
})
return super(fleet_vehicle, self).copy(cr, uid, id, default, context=context)