Hello,

I want install tryton in a VMware player. With ubuntu 12.04 LTS

I have install with apt-get. From add-apt-repository ppa:rayanayar/tryton-2.8

Tryton run ok.

Next I want add module account_es: download and copy to the same dir where 
there are the whole set of module of tryton

I can see account_es in tryton client.

When I run install account_es I receive this error.

I can send you a word document with detail steps for the whole process.


Traceback (most recent call last):
  File "/dist-packages/trytond/protocols/jsonrpc.py", line 123, in 
_marshaled_dispatch
    response['result'] = dispatch_method(method, params)
  File "/dist-packages/trytond/protocols/jsonrpc.py", line 156, in _dispatch
    res = dispatch(*args)
  File "/dist-packages/trytond/protocols/dispatcher.py", line 158, in dispatch
    result = rpc.result(meth(*args, **kwargs))
  File "/dist-packages/trytond/wizard/wizard.py", line 261, in execute
    return wizard._execute(state_name)
  File "/dist-packages/trytond/wizard/wizard.py", line 292, in _execute
    result = self._execute(transition())
  File "/dist-packages/trytond/ir/module/module.py", line 493, in 
transition_upgrade
    pool.init(update=True, lang=lang)
  File "/dist-packages/trytond/pool.py", line 134, in init
    lang=lang)
  File "/dist-packages/trytond/modules/__init__.py", line 391, in load_modules
    load_module_graph(graph, pool, lang)
  File "/dist-packages/trytond/modules/__init__.py", line 242, in 
load_module_graph
    tryton_parser.parse_xmlstream(fp)
  File "/dist-packages/trytond/convert.py", line 414, in parse_xmlstream
    self.sax_parser.parse(source)
  File "/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/xml/sax/expatreader.py", line 304, in end_element
    self._cont_handler.endElement(name)
  File "/dist-packages/trytond/convert.py", line 458, in endElement
    self.taghandler = self.taghandler.endElement(name)
  File "/dist-packages/trytond/convert.py", line 262, in endElement
    self.model.__name__, self.values, self.xml_id)
  File "/dist-packages/trytond/convert.py", line 680, in import_record
    record, = Model.create([values])
  File "/dist-packages/trytond/model/modelsql.py", line 265, in create
    field = cls._fields[fname]
KeyError: u'rate'


Reply via email to