Skip to content
Extraits de code Groupes Projets
Sélectionner une révision Git
  • d3ca729d4a52d96a80e33155d72c38e0644a4648
  • 10.0 par défaut protégée
  • 18.0
  • 17.0
  • 16.0
  • 12.0
  • 13.0-migration
  • 15.0
  • 14.0
  • 13.0
10 résultats

sale.py

Blame
  • __manifest__.py NaN Gio
    {
    	'name': 'Le Filament - Projets',
    	'version': '10.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',
    	],
    }