~technofluid-team/openobject-addons/technofluid_multiple_installations

« back to all changes in this revision

Viewing changes to elneo_maintenance_project_quotation/__openerp__.py

  • Committer: dro
  • Date: 2014-04-07 11:16:12 UTC
  • Revision ID: dro-20140407111612-n5m1gnjstj68swbf
Ajout des champs :
state => Statut de l'offre du projet
quotation_todo_date => Date de la demande d'offre
quotation_done_date => Date de l'offre

pour les projets de maintenance

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- coding: utf-8 -*-
 
2
 
 
3
{
 
4
    'name': 'Elneo Maintenance Project Quotation',
 
5
    'version': '0.1',
 
6
    'category': 'Elneo',
 
7
    'description': "Module to make offers linked to Maitenance Projects (Contracts)",
 
8
    'author': 'Elneo',
 
9
    'website': 'http://www.elneo.com',
 
10
    'depends': ['elneo_maintenance'],
 
11
    "update_xml" : [
 
12
        'elneo_maintenance_project_quotation.xml', 'security/ir.model.access.csv','quotation_workflow.xml'
 
13
        ],
 
14
    'installable': True,
 
15
    'active': False,
 
16
}