Hi, after I set in Tryton 2.4 "/etc/trytond.conf" "xmlrpc = True" and "xmlport = 8069" I can no longer start Tryton. I get this message: #AttributeError: 'bool' object has no attribute 'split'
So I make this settings: "xmlport = *:8069" But still tryton is nor listening on port 8069. If I set "xmlrpc = True" and "xmlport = *:8069" I get that old message back: AttributeError: 'bool' object has no attribute 'split' So I can't use XML-RPC any longer. This means that I can't import sale data - I need some help please... -- -- [email protected] mailing list
