Skip to content
Extraits de code Groupes Projets
Sélectionner une révision Git
  • a1b7189923f510df9a046cf9b2a2b4133aa072a2
  • 10.0 par défaut protégée
  • 12.0
  • 13.0
  • 9.0
5 résultats

__openerp__.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',
    	],
    }