~technofluid-team/openobject-addons/technofluid_multiple_installations

« back to all changes in this revision

Viewing changes to elneo_maintenance/__openerp__.py

  • Committer: dro
  • Date: 2014-07-31 07:46:46 UTC
  • Revision ID: dro-20140731074646-jlmfj4ymd3bszh4g
Ajout de la possibilité de recalculer automatiquement le temps attendu de fonctionnement d'un élément de maintenance

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
    'website': 'http://www.elneo.com',
10
10
    'depends': ['maintenance', 'maintenance_product', 'sale_block_delivery', 'elneo_user_request', 'maintenance_project', 'cpi_be', 'maintenance_model', 'elneo_order_warning'],
11
11
    "update_xml" : [
12
 
        'elneo_maintenance.xml', 'wizard/wizard_move_element_view.xml', 'security/ir.model.access.csv', 'wizard/wizard_sale_confirm.xml'
 
12
        'elneo_maintenance.xml', 'wizard/wizard_move_element_view.xml', 'security/ir.model.access.csv', 'wizard/wizard_sale_confirm.xml','wizard/wizard_import_timeofuse.xml'
13
13
        ],
14
14
    'installable': True,
15
15
    'active': False,