'm trying to update product name translation using jsonRPC , i tried to watch the post request from chrome's network section i found that the requests arguments are :
params: {args: [[576104], {value: "Nilson Cadre Touran 01 Module Encastré."}], model: "ir.translation", method : "write"}
576104 here is translation record ID but i can't find which ID is mapped to my product.template,name field! there's no reference to product id or something
where is the mapping part done?
PS: i'm on odoo 13 and my goal is to translate products names by coding