콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
2884 화면

Good day everyone

We have this custom code to add a field to sales order object and shows error.  Any idea what could be wrong?    Version 15

source:

from odoo import models, fields, api,exceptions



class SaleOrder2Sap(models.Model):



    _inherit = 'sale.order'



    pedido = fields.Char(string="No Pedido") 





Error:

psycopg2.errors.UndefinedColumn: column sale_order.pedido does not exist


Thanks in advance


아바타
취소

upgraded the custom module after adding the field ?

Make sure you added the sale module to depends in manifest python file and as Niyas said you need to restart the service upgrade the module

작성자 베스트 답변

thanks both for your help, I was upgrading the module from list view in apps.  then I clicked the module to open details and upgraded from de command button that did the trick.



아바타
취소