Skip to content
Extraits de code Groupes Projets
Sélectionner une révision Git
  • 695254f4feb0acc7ed56afa634e2a317353b2e4a
  • 12.0 par défaut protégée
  • 14-RV-20250312
  • 14-RV-20250305
  • 14-RV-20250129
  • 12-RV-Orthographe
6 résultats

__init__.py

Blame
  • Bifurcation depuis Le Filament / Confédération Générale des SCOP / cgscop_timesheet
    Le projet source a une visibilité limitée.
    __manifest__.py 527 o
    {
    	'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': ['hr_timesheet'],
    	'contributors': [
            'Benjamin Rivier <benjamin@le-filament.com>',
        ],
    	'website': 'http://www.le-filament.com',
    	'data': [
    		'views/lefilament_projets_view.xml',
    	],
    }