Marc,
>>I needed to add the module 'sales_order_date' in Odoo (this means the 'frepple' module in Odoo should have this one as dependencie)
Right.
It was in in the documented dependencies, but not included of the __openerp__.py. Corrected that mistake now…
>>Traceback (most recent call last):
>> File "<string>", line 1, in <module>
>> File "/usr/lib/python2.7/dist-packages/freppledb/odoo/commands.py", line 239, in <module>
>> odoo_read(db)
>> File "/usr/lib/python2.7/dist-packages/freppledb/odoo/commands.py", line 85, in odoo_read
>> frepple.readXMLdata(f.read(), False, False)
>>frepple.RuntimeException: Error during XML parsing: Operation 'my product name @ my location' doesn't exist
>>Error: Error executing Python command
This indicates something in your odoo data isn’t expected as by the connector. I can’t tell from the error message what exactly.
I’ld need to see the part of the XML data that refers to 'my product name @ my location' to understand where it goes wrong…
Regards,
Johan
Johan De Taeye | Visit us http://frepple.com |
--
You received this message because you are subscribed to the Google Groups "frePPLe users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to frepple-user...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to a topic in the Google Groups "frePPLe users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/frepple-users/T3pD7nZdoPw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to frepple-user...@googlegroups.com.
You received this message because you are subscribed to a topic in the Google Groups "frePPLe users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/frepple-users/T3pD7nZdoPw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to frepple-user...@googlegroups.com.
>>Is there a specific reason to have this module as dependency since it is not a module installed by default
>>even if you install sales and mrp ?
This module adds a field requested_date on the sales order, which is read as the due date of the order in frePPLe.
If the field is left empty the connector uses the standard field “date_order” as the due date.
>>Which XML file should I look at or send you ?
Connecting to this URL on the odoo server gives the XML data which frePPLe is processing:
http://<host>:<port>/frepple/xml?database=<db>&language=<language>&company=<yourcompany>
>>Is there a specific reason to have this module as dependency since it is not a module installed by default
>>even if you install sales and mrp ?
This module adds a field requested_date on the sales order, which is read as the due date of the order in frePPLe.
If the field is left empty the connector uses the standard field “date_order” as the due date.
>>Which XML file should I look at or send you ?
Connecting to this URL on the odoo server gives the XML data which frePPLe is processing:
http://<host>:<port>/frepple/xml?database=<db>&language=<language>&company=<yourcompany>
I already sent you the file ;-)