Skip to Content
Menu
This question has been flagged
1 Reply
2702 Views

evrytime i try to create    a new POS  on my database    this error appears      : 


 Odoo 11 

Erreur: 


Odoo Server Error

Traceback (most recent call last):

File "/home/odoo/odoo-server/odoo/http.py", line 647, in _handle_exception

return super(JsonRequest, self)._handle_exception(exception)

File "/home/odoo/odoo-server/odoo/http.py", line 307, in _handle_exception

raise pycompat.reraise(type(exception), exception, sys.exc_info()[2])

File "/home/odoo/odoo-server/odoo/tools/pycompat.py", line 87, in reraise

raise value

File "/home/odoo/odoo-server/odoo/http.py", line 689, in dispatch

result = self._call_function(**self.params)

File "/home/odoo/odoo-server/odoo/http.py", line 339, in _call_function

return checked_call(self.db, *args, **kwargs)

File "/home/odoo/odoo-server/odoo/service/model.py", line 97, in wrapper

return f(dbname, *args, **kwargs)

File "/home/odoo/odoo-server/odoo/http.py", line 332, in checked_call

result = self.endpoint(*a, **kw)

File "/home/odoo/odoo-server/odoo/http.py", line 933, in __call__

return self.method(*args, **kw)

File "/home/odoo/odoo-server/odoo/http.py", line 512, in response_wrap

response = f(*args, **kw)

File "/home/odoo/odoo-server/addons/web/controllers/main.py", line 930, in call_kw

return self._call_kw(model, method, args, kwargs)

File "/home/odoo/odoo-server/addons/web/controllers/main.py", line 922, in _call_kw

return call_kw(request.env[model], method, args, kwargs)

File "/home/odoo/odoo-server/odoo/api.py", line 687, in call_kw

return call_kw_model(method, model, args, kwargs)

File "/home/odoo/odoo-server/odoo/api.py", line 672, in call_kw_model

result = method(recs, *args, **kwargs)

File "/home/odoo/odoo-server/addons/point_of_sale/models/pos_config.py", line 335, in create

'name': _('POS Order %s') % values['name'],

TypeError: not all arguments converted during string formatting     


i ve Even created   a new database  but same error    

i really need a solution as  my small buisiness relies on this app      hope  someone can help me  As soon as  Possible 


 Thank you 

Avatar
Discard
Best Answer

Hi,

Take the latest code of the v11 from the github and see whether you have this issue or not. 

Most probably you won't get the error in latest v11 code. Also make sure that the issue is not from any third party modules.


Get latest v11 , create db , install POS and check.


Thanks 

Avatar
Discard
Related Posts Replies Views Activity
2
May 23
1271
2
Jul 22
2135
0
Jan 22
667
0
Sep 17
3962
2
Jan 17
2496