~aw/openerp-vertel/openerp-vertel

« back to all changes in this revision

Viewing changes to fms/__openerp__.py

  • Committer: Anders Wallenquist
  • Date: 2012-08-27 13:58:39 UTC
  • Revision ID: aw@u36jc-20120827135839-crjnreeyft37f53t
fms_drivers_log: some adaptions to the new fms. fms: card.expenses are integrated in fmd_expenses and fms_fuellog

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
     * Odometer log
32
32
     * Fuel log
33
33
     * Work order
34
 
 - Fleet Card
 
34
 - Fleet Card 
35
35
 
36
36
Vehicles can be owned, leased or hired and the economic analyses such cost 
37
37
per mile will be correct. Fuel Logs are held and services are planned if 
68
68
    'depends': ['account','stock_location','card'],
69
69
    'init_xml': [],
70
70
    'update_xml': ['board_fms_view.xml','fms_menu.xml','fms_view.xml','fms_sequence.xml','fms_workflow.xml',
71
 
                   'fms_expenses_view.xml',
72
 
                   'fms_odometer_view.xml','fms_fuellog_view.xml','fms_service_view.xml',
 
71
                   'fms_odometer_view.xml','fms_service_view.xml','fms_expenses_view.xml','fms_fleet_card_view.xml',
73
72
                   'account_invoice_view.xml','account_data.xml',
 
73
                   'fms_fuellog_view.xml','fms_fuellog_data.xml',
74
74
                   'security/fms_security.xml','security/ir.model.access.csv','fms_installer.xml'],
75
75
    'demo_xml': [],
76
76
    'installable': True,