Start loading data from odoo at 14:36:17 Error connecting to odoo <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <title>404 Not Found</title> <h1>Not Found</h1> <p>The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.</p> Traceback (most recent call last): File "<string>", line 1, in <module> File "C:\Program Files (x86)\frePPLe 2.2.beta\bin\custom\freppledb\odoo\commands.py", line 239, in <module> odoo_read(db) File "C:\Program Files (x86)\frePPLe 2.2.beta\bin\custom\freppledb\odoo\commands.py", line 82, in odoo_read raise e urllib2.HTTPError: HTTP Error 404: NOT FOUND Error: Error executing Python commandjs
The OpenERP log is :
2014-11-17 13:49:11,305 3916 ERROR openerp.netsvc: Object Error
Object hr.holidays.public.line doesn't exist
Traceback (most recent call last):
File "C:\Program Files (x86)\OpenERP 7.0-20141110-013841\server\.\openerp\netsvc.py", line 296, in dispatch_rpc
File "C:\Program Files (x86)\OpenERP 7.0-20141110-013841\server\.\openerp\service\web_services.py", line 626, in dispatch
File "C:\Program Files (x86)\OpenERP 7.0-20141110-013841\server\.\openerp\osv\osv.py", line 190, in execute_kw
File "C:\Program Files (x86)\OpenERP 7.0-20141110-013841\server\.\openerp\osv\osv.py", line 132, in wrapper
File "C:\Program Files (x86)\OpenERP 7.0-20141110-013841\server\.\openerp\osv\osv.py", line 199, in execute
File "C:\Program Files (x86)\OpenERP 7.0-20141110-013841\server\.\openerp\osv\osv.py", line 186, in execute_cr
except_osv: ('Object Error', "Object hr.holidays.public.line doesn't exist")
2014-11-17 13:49:11,476 3916 ERROR werkzeug: Error on request:
Traceback (most recent call last):
File "werkzeug\serving.py", line 177, in run_wsgi
File "werkzeug\serving.py", line 167, in execute
File "werkzeug\wsgi.py", line 682, in __next__
File "werkzeug\wrappers.py", line 81, in _iter_encoded
File "C:\Program Files (x86)\OpenERP 7.0-20141110-013841\server\openerp\addons\frepple\controllers\outbound.py", line 75, in run
for i in self.export_boms():
File "C:\Program Files (x86)\OpenERP 7.0-20141110-013841\server\openerp\addons\frepple\controllers\outbound.py", line 453, in export_boms
quoteattr(buf), quoteattr(product['name']), quoteattr(location)
File "xml\sax\saxutils.py", line 66, in quoteattr
File "xml\sax\saxutils.py", line 32, in escape
AttributeError: 'tuple' object has no attribute 'replace'
Thanks for your help.
Jean-sebastien,
>>This dependency is supposed to be optional, but apparently it’s not. Which is a bug to be corrected…
Just tried it out. If the module is not installed, the log file contains this error message but the connector just continues.
The real error in your case is:
>>File "C:\Program Files (x86)\OpenERP 7.0-20141110-013841\server\openerp\addons\frepple\controllers\outbound.py", line 453, in export_boms
>> quoteattr(buf), quoteattr(product['name']), quoteattr(location)
I just committed a fix for this connector bug: https://github.com/frePPLe/frePPLe/commit/876d48937281b6552b143e9aed70c94a0e52d041
Regards,
Johan
Johan De Taeye | Visit us http://frepple.com |
|
From: Johan De Taeye [mailto:jdet...@frepple.com]
Sent: Monday, November 17, 2014 5:53 PM
To: 'freppl...@googlegroups.com'
Subject: RE: FrePPLe 2.2 and OpenERP 7
Installing the ‘hr’ module should resolve this.
This dependency is supposed to be optional, but apparently it’s not. Which is a bug to be corrected…
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.
Hello Johan,
Installing the ‘hr’ module should resolve this.
This dependency is supposed to be optional, but apparently it’s not. Which is a bug to be corrected…
Johan
Johan De Taeye | Visit us http://frepple.com |
|
From: freppl...@googlegroups.com [mailto:freppl...@googlegroups.com] On Behalf Of Jean-sébastien Bordier
Sent: Monday, November 17, 2014 2:55 PM
To: freppl...@googlegroups.com
Subject: FrePPLe 2.2 and OpenERP 7
Hello,
--
From the openerp.log:
>>2014-11-18 08:26:43,275 1936 INFO ? werkzeug: 192.9.200.236 - - [18/Nov/2014 08:26:43] "GET //frepple/xml/?company=my_company&language=fr_FR&database=my_company HTTP/1.1" 404 -
Looks like an issue with the parameter odoo.url. There should only be a single slash at the start of the url.
Johan De Taeye | Visit us http://frepple.com |
|
--
Hello,
Start loading data from odoo at 08:27:32
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:\Program Files (x86)\frePPLe 2.2.beta\bin\custom\freppledb\odoo\commands.py", line 239, in <module>
odoo_read(db)
File "C:\Program Files (x86)\frePPLe 2.2.beta\bin\custom\freppledb\odoo\commands.py", line 85, in odoo_read
frepple.readXMLdata(f.read(), False, False)
frepple.RuntimeException: Error during XML parsing: Can't update a load
Error: Error executing Python command>>frepple.RuntimeException: Error during XML parsing: Can't update a load
You’ll get this when a routing loads the same workcenter multiple times.
To overcome this you’ll need to get your hands dirty J and update the function export_boms in the file controllers/outbound.py.
In general, you should see the odoo connector we provide as a starting point that gets you 80%-90% of what is needed. The remaining 10%-20% will need to be updated to your to fit your business case and (likely customized) odoo setup. A 100% out-of-the-box solution is not achievable.
Johan
Johan De Taeye | Visit us http://frepple.com |
|
From: freppl...@googlegroups.com [mailto:freppl...@googlegroups.com] On Behalf Of Jean-sébastien Bordier
Sent: Wednesday, November 19, 2014 8:55 AM
To: freppl...@googlegroups.com
Subject: Re: FrePPLe 2.2 and OpenERP 7
Hello,
--
>>Sorry to bother you again but I think there has been a misunderstanding.
>>I don't want to customise the software but basically make it work.
>>So, do I need a developper to install this software?
Different businesses have specific needs: make-to-order / make-to-stock / engineer-to-order environments are very distinct. Material-intensive, labour-intensive and capacity-intensive industries are very distinct. Companies with a few large customers have different processes than companies with lots of small customers.
So, yes, you need a developer to make your ERP system fit the needs.
So, yes, you need a developer to make your planning tool fit the needs.
This applies to commercial packages in these domains, and even more so for open source packages.
>>I would like to know as well if you'll be able to answer my previous enquires if possible :)
I believe I did.
Johan De Taeye | Visit us http://frepple.com |
|
From: freppl...@googlegroups.com [mailto:freppl...@googlegroups.com] On Behalf Of Jean-sébastien Bordier
Sent: Wednesday, November 19, 2014 9:45 AM
To: freppl...@googlegroups.com
Subject: Re: FrePPLe 2.2 and OpenERP 7
Hi Johan,
--