← Back to team overview

openerp-expert-framework team mailing list archive

[Bug 925436] [NEW] [6.1][POS] No product appears when accessing POS menu

 

Public bug reported:

I am trying to test the 6.1 new POS interface.
The installation is working, I installed the point_of_sale module, then I go to "Point of sale" menu and get an empty screen.
I created 2 test products with images, and assigned to them POS categories.

The server log doesn't show errors
the web-cleint log:
DEBUG:web.common.http:Dispatching to /web/menu <web.controllers.main.Menu object at 0xa1a43ec> action
DEBUG:web.common.http:--> Menu.action
{'id': 'r887',
 'jsonrpc': '2.0',
 'method': 'call',
 'params': {'menu_id': 298, 'session_id': '34d372a9cd444b11b7b17a1f09b137de'}}
DEBUG:web.common.openerplib.main.object.ir.values:('action', 'tree_but_open', [('ir.ui.menu', 298)], False, {'lang': 'en_US', 'tz': False, 'uid': 1})
DEBUG:web.common.openerplib.main.service.object:method: 'execute_kw'
DEBUG:web.common.openerplib.main.service.object:args: ('v61_test', 1, 'admin', 'ir.values', 'get', ('action', 'tree_but_open', [('ir.ui.menu', 298)], False, {'lang': 'en_US', 'tz': False, 'uid': 1}), {})
DEBUG:web.common.openerplib.main.service.object:result: [[291, 'Menuitem', {'name': 'Start Point of Sale', 'params_store': False, 'tag': 'pos.ui', 'params': False, 'usage': False, 'type': 'ir.actions.client', 'id': 424}]]
DEBUG:web.common.openerplib.main.object.ir.values:result: [[291, 'Menuitem', {'name': 'Start Point of Sale', 'params_store': False, 'tag': 'pos.ui', 'params': False, 'usage': False, 'type': 'ir.actions.client', 'id': 424}]]
DEBUG:web.common.http:<--
{'id': 'r887',
 'jsonrpc': '2.0',
 'result': {'action': [(291,
                        'Menuitem',
                        {'flags': {},
                         'id': 424,
                         'name': 'Start Point of Sale',
                         'params': False,
                         'params_store': False,
                         'tag': 'pos.ui',
                         'type': 'ir.actions.client',
                         'usage': False})]}}
INFO:werkzeug:127.0.0.1 - - [02/Feb/2012 12:17:32] "POST /web/menu/action HTTP/1.1" 200 

REMARK: I SEE  A BUG WITH FIREBUG THAT SAYS: 
"uncaught exception: The key pos.ui was not found"


I attached a screen capture of the aspect of the screen and the bug

thanx

** Affects: openobject-addons
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of OpenERP
Framework Experts, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/925436

Title:
  [6.1][POS] No product appears when accessing POS menu

Status in OpenERP Addons (modules):
  New

Bug description:
  I am trying to test the 6.1 new POS interface.
  The installation is working, I installed the point_of_sale module, then I go to "Point of sale" menu and get an empty screen.
  I created 2 test products with images, and assigned to them POS categories.

  The server log doesn't show errors
  the web-cleint log:
  DEBUG:web.common.http:Dispatching to /web/menu <web.controllers.main.Menu object at 0xa1a43ec> action
  DEBUG:web.common.http:--> Menu.action
  {'id': 'r887',
   'jsonrpc': '2.0',
   'method': 'call',
   'params': {'menu_id': 298, 'session_id': '34d372a9cd444b11b7b17a1f09b137de'}}
  DEBUG:web.common.openerplib.main.object.ir.values:('action', 'tree_but_open', [('ir.ui.menu', 298)], False, {'lang': 'en_US', 'tz': False, 'uid': 1})
  DEBUG:web.common.openerplib.main.service.object:method: 'execute_kw'
  DEBUG:web.common.openerplib.main.service.object:args: ('v61_test', 1, 'admin', 'ir.values', 'get', ('action', 'tree_but_open', [('ir.ui.menu', 298)], False, {'lang': 'en_US', 'tz': False, 'uid': 1}), {})
  DEBUG:web.common.openerplib.main.service.object:result: [[291, 'Menuitem', {'name': 'Start Point of Sale', 'params_store': False, 'tag': 'pos.ui', 'params': False, 'usage': False, 'type': 'ir.actions.client', 'id': 424}]]
  DEBUG:web.common.openerplib.main.object.ir.values:result: [[291, 'Menuitem', {'name': 'Start Point of Sale', 'params_store': False, 'tag': 'pos.ui', 'params': False, 'usage': False, 'type': 'ir.actions.client', 'id': 424}]]
  DEBUG:web.common.http:<--
  {'id': 'r887',
   'jsonrpc': '2.0',
   'result': {'action': [(291,
                          'Menuitem',
                          {'flags': {},
                           'id': 424,
                           'name': 'Start Point of Sale',
                           'params': False,
                           'params_store': False,
                           'tag': 'pos.ui',
                           'type': 'ir.actions.client',
                           'usage': False})]}}
  INFO:werkzeug:127.0.0.1 - - [02/Feb/2012 12:17:32] "POST /web/menu/action HTTP/1.1" 200 

  REMARK: I SEE  A BUG WITH FIREBUG THAT SAYS: 
  "uncaught exception: The key pos.ui was not found"

  
  I attached a screen capture of the aspect of the screen and the bug

  thanx

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/925436/+subscriptions


Follow ups

References