Se rendre au contenu
Menu
Cette question a été signalée

Hi all,
I have a related field, and lot of data s with the field. Now i need to remove the related attribute from the field, means now i need to use the field as a normal field, but without losing the data. Is that possible ?
Note : It is a Many2one field.
Any suggestions ?

Avatar
Ignorer
Meilleure réponse

Hi,

You can do the above by re-writing the field and set the related attribute to '' (related='').

Eg:

field_name = fields.Many2one('your_relation', related='')

Hope it helps

Avatar
Ignorer
Publications associées Réponses Vues Activité
2
mars 15
17213
1
janv. 19
3497
2
déc. 24
4393
1
nov. 24
3171
2
avr. 23
18159