Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
2 Trả lời
1188 Lượt xem

Hello everyone, i have a usual problem, i cant identifed the problem 

         calculo.factor.importacion.form.fcl

 calculo.factor.importacion       

            

                

                   

 

   

 

    

 

        

  

        

     

             

        

            

  

     

    

    


def action_continue(self):      

  self.ensure_one()       

 if self.tipo_flete == 'lcl':           

 view_id = self.env.ref('nuevo_landed.view_calculo_factor_importacion_form_lcl').id    else:view_id=self.env.ref('nuevo_landed.view_calculo_factor_importacion_form_fcl').id

        return {            

'type': 'ir.actions.act_window',

  'res_model': 'calculo.factor.importacion',

 'view_mode': 'form',

 'view_type': 'form', 

 'res_id': self.id, 

'views': [(view_id, 'form')], 

 'target': 'current', }

 

   raise ValueError('External ID not found in the system: %s' % xmlid)
ValueError: External ID not found in the system: nuevo_landed.view_calculo_factor_importacion_form_lcl


Ảnh đại diện
Huỷ bỏ
Tác giả Câu trả lời hay nhất

Hi, could you help me please? i cant to resolve this problem 

Ảnh đại diện
Huỷ bỏ

did you upgrade the module: nuevo_landed ? is there a record with external id "view_calculo_factor_importacion_form_lcl" inside this module ?

Câu trả lời hay nhất

Hi,

The error message says that the referring id, which is:  nuevo_landed.view_calculo_factor_importacion_form_lcl is not existing inside the database. So you have to check the case, and if the record is deleted from the db and you want it back, you can upgrade the module: nuevo_landed to solve the issue.

Thanks

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
1
thg 12 24
4273
0
thg 11 24
1740
2
thg 7 24
3559
0
thg 4 24
2289
3
thg 3 24
3104