Skip to content
Extraits de code Groupes Projets
Valider fc3fc808 rédigé par Rémi - Le Filament's avatar Rémi - Le Filament
Parcourir les fichiers

[IMP] limit task_type_id

parent 9d81b5fc
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -12,6 +12,7 @@ class AccountAnalyticLine(models.Model): ...@@ -12,6 +12,7 @@ class AccountAnalyticLine(models.Model):
task_type_id = fields.Many2one( task_type_id = fields.Many2one(
comodel_name='project.type', comodel_name='project.type',
string='Type de tâche', string='Type de tâche',
domain="[('task_ok', '=', True)]"
) )
project_type_id = fields.Many2one( project_type_id = fields.Many2one(
comodel_name='project.type', comodel_name='project.type',
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter