we are checking this issiues, in the mean time you could delete the check=True attribute from the call.
in
plm_document chenge the line
if not self.write(cr,uid,[existingID], part , context=context, check=True)
to
if not self.write(cr,uid,[existingID], part , context=context)
we will update you once we discover the issiues
regards
Matteo
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi everyone,
I got following error when trying to save SolidWorks 2015 models:
I have installed the PLM Modul "OdooPlm(x64)_06032017_124600.exe" and the server modul "06-03-2017 (Stable)" for Odoo 8.0.1.
Nevertheless parts can be found in PLM. But only when i save single parts. Assembly doesnt work.
Can anyone help me with this issue?
we are checking this issiues, in the mean time you could delete the check=True attribute from the call.
in
plm_document chenge the line
if not self.write(cr,uid,[existingID], part , context=context, check=True)
to
if not self.write(cr,uid,[existingID], part , context=context)
we will update you once we discover the issiues
regards
Matteo