Skip to content
Extraits de code Groupes Projets
Sélectionner une révision Git
  • b532f78cd487ac0d1508af077235de1674f507d9
  • 16.0 par défaut protégée
2 résultats

training_student.py

Blame
  • __openerp__.py 526 o
    {
    	'name': 'Le Filament - Projets',
    	'version': '9.0.1.0',
    	'description': """
    	MODULE PROJET LE FILAMENT
    	
    	Etend l'application Projet :
       - Crée un champ financier sur le projet
       - Ajoute le taux horaire
       - Calcule le temps max
    	""",
    	'author': 'LE FILAMENT',
    	'category': 'LE FILAMENT',
    	'depends': ['base','project'],
    	'contributors': [
            'Benjamin Rivier <benjamin@le-filament.com>',
        ],
    	'website': 'http://www.le-filament.com',
    	'data': [
    		'views/lefilament_projets_view.xml',
    	],
    }