Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
10903 Visualizzazioni

So I'm trying to add fields to res.partner

from odoo import fields, models


class Partner(models.Model):
_inherit = 'res.partner'

s_num_client = fields.Char()


It's working fine on the dev branch but on staging I'm getting an error :

"column res_partner.s_num_client does not exist"

From other questions on the forum I've seen that I could resolve this problem by rstarting the server and then update the module base. Problem is I don't know how to restart the server on odoo.sh as I don't have sudo access.

Is there a way to restart it without sudo ? Could my problem come from something else ?

Avatar
Abbandona
Autore Risposta migliore

I solved my problem by updating my module from the shell :

odoo-bin -u mymodule



Avatar
Abbandona
Post correlati Risposte Visualizzazioni Attività
1
giu 22
7375
1
apr 25
1625
0
feb 21
2502
1
dic 20
4935
1
mar 24
5236