ello teamI have one field many2one that I use in one form. However when I try upload a XML with some value fields its get error because I am trying to upload char in one field that is many2one.Could you help me ?.
cost = fields.Many2one('guimarc.linechargerule', default='',string='')
not enough information. Many2one is a relation field, so it is a like a DB foreign key to another model.