Skip to content
Extraits de code Groupes Projets
Valider bf7a0d42 rédigé par jordan's avatar jordan
Parcourir les fichiers

[update] type is required

parent aa234065
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -30,7 +30,7 @@ class ScopCotisationsIDF(models.Model): ...@@ -30,7 +30,7 @@ class ScopCotisationsIDF(models.Model):
('refund', 'Avoir'), ('refund', 'Avoir'),
('reject', 'Rejet'), ('reject', 'Rejet'),
('pay', 'Paiment')], ('pay', 'Paiment')],
string='Type', ) string='Type', required=True)
lettrage = fields.Char('Lettrage') lettrage = fields.Char('Lettrage')
currency_id = fields.Many2one( currency_id = fields.Many2one(
comodel_name='res.currency', comodel_name='res.currency',
......
...@@ -30,7 +30,7 @@ class ScopInvoiceIDF(models.Model): ...@@ -30,7 +30,7 @@ class ScopInvoiceIDF(models.Model):
('refund', 'Avoir'), ('refund', 'Avoir'),
('reject', 'Rejet'), ('reject', 'Rejet'),
('pay', 'Paiment')], ('pay', 'Paiment')],
string='Type',) string='Type', required=True)
lettrage = fields.Char('Lettrage') lettrage = fields.Char('Lettrage')
currency_id = fields.Many2one( currency_id = fields.Many2one(
comodel_name='res.currency', comodel_name='res.currency',
......
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