Guest User

Untitled

a guest
Jan 24th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/trytond/protocols/jsonrpc.py", line 108, in _marshaled_dispatch
  3. response['result'] = dispatch_method(method, params)
  4. File "/trytond/protocols/jsonrpc.py", line 147, in _dispatch
  5. res = dispatch(*args)
  6. File "/trytond/protocols/dispatcher.py", line 155, in dispatch
  7. res = getattr(obj, method)(*args_without_context, **kargs)
  8. File "/trytond/wizard/wizard.py", line 120, in execute
  9. action_res = getattr(self, action)(data)
  10. File "/trytond/ir/module/module.py", line 523, in _upgrade_module
  11. pool.init(update=True, lang=lang)
  12. File "/trytond/pool.py", line 118, in init
  13. lang=lang)
  14. File "/trytond/modules/__init__.py", line 430, in load_modules
  15. load_module_graph(graph, pool, lang)
  16. File "/trytond/modules/__init__.py", line 227, in load_module_graph
  17. obj.init(module)
  18. File "/trytond/modules/account_product/product.py", line 77, in init
  19. super(CategoryCustomerTax, self).init(module_name)
  20. File "/trytond/model/modelsql.py", line 142, in init
  21. ref = pool.get(field.model_name)._table
  22. File "/trytond/pool.py", line 135, in get
  23. return self._pool[self.database_name][type][name]
  24. KeyError: 'account.tax'
Add Comment
Please, Sign In to add comment