Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
1206 Vues

how to cancel that option when one field have 1 information in specific.


for example, if field1 = lalalala, the user cant duplicate the document

Avatar
Ignorer
Meilleure réponse

Hi,

You can use constraints for this,

_sql_constraints = [
        ('name_uniq', 'UNIQUE (field_name)',  'The name must be unique !')
    ]


Avatar
Ignorer
Publications associées Réponses Vues Activité
1
juin 25
1929
3
juil. 25
3519
1
mai 25
1638
1
mai 25
1889
4
mai 25
3010