psycopg2.ProgrammingError: can't adapt type 'NewId' in odoo 14

后端 未结 0 1061
既然无缘
既然无缘 2020-12-18 20:40

Getting above error creating new record in one2many field.

code is below:

def _compute_timesheet_hour(self):
    for val in self:
        self._cr.exec         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题