Skip to Content
Menu
This question has been flagged
1 Atsakyti
2887 Rodiniai

classres_user(models.Model): 

 _inherit = ['res.partner']    

  zone = fields.Selection([('N', 'Norte'), ('C', 'Centro'), ('S', 'Sur')], string='Zona comercial')

My question is because when I try to add a new field to contacts from my module visit the server me error 500?

Portretas
Atmesti
Best Answer


The below _inherit uses if you want to add feature to your model for example messaging or mailing

_inherit = ['model_name']


If you want to add field to model use:

_inherit = 'res.partner'

Portretas
Atmesti
Related Posts Replies Rodiniai Veikla
2
liep. 25
868
1
rugs. 24
1472
2
spal. 23
5597
0
spal. 23
1728
3
rugs. 23
2440