Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
3 Răspunsuri
1770 Vizualizări

im using ondelete parameter in several fields but somehow im getting this warning

WARNING prestaterreihza odoo.fields: Field certification.agreement.agreement_ids: unknown parameter 'ondelete', if this is an actual parameter you may want to override the method _valid_field_parameter on the relevant model in order to allow it

this is one of my warning field

    agreement_ids = fields.One2many('certification.agreement.line', 'agreement_id', string='Agreement Line', ondelete='cascade')

is there any requirement or something that needed to use the ondelete parameter? im currently in odoo 17

Imagine profil
Abandonează
Cel mai bun răspuns

ondelete normally use for m2o and selection field, not o2m field. If you get warning for m2o field please check if your many2one field is store or not

Imagine profil
Abandonează
Cel mai bun răspuns

no you can use this to only in m20 example agreement_id in this field

Imagine profil
Abandonează
Autor Cel mai bun răspuns

for addition, i also have a many2one field that has ondelete parameter and it also gives a warning message

Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
1
mai 23
2378
3
iul. 25
2187
1
iun. 25
2765
2
mai 25
2161
1
mai 25
1335