Sélectionner une révision Git
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',
],
}