Apparently the problem can be fixed by patching the file:

server/openerp/addons/base/module/module_view.xml.

In line 194 the kanban view is the default view. Changing this and
restarting the server solves the problem:

Replace

            <field name="view_mode">kanban,tree,form</field>

With

            <field name="view_mode">tree,form,kanban</field>

** Description changed:

- In the llist of modules in the web client, no modules are shown.
+ In the list of modules in the web client, no modules are shown.
  
  Pressing any of the buttons for apps/extra installed / not installed,
  clear or search in any order or combination makes no difference
  whatsoever.
  
  The only way to get to a list of modules with any data is to use the
  action "Update module list" and then pressing the button to open the
  module list.
  
  Extremely annoying to have to do this all the time when developing a
  module...

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to OpenERP Project Group.
https://bugs.launchpad.net/bugs/903234

Title:
  Module list not showing any data

Status in OpenERP Web:
  New

Bug description:
  In the list of modules in the web client, no modules are shown.

  Pressing any of the buttons for apps/extra installed / not installed,
  clear or search in any order or combination makes no difference
  whatsoever.

  The only way to get to a list of modules with any data is to use the
  action "Update module list" and then pressing the button to open the
  module list.

  Extremely annoying to have to do this all the time when developing a
  module...

To manage notifications about this bug go to:
https://bugs.launchpad.net/openerp-web/+bug/903234/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~c2c-oerpscenario
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~c2c-oerpscenario
More help   : https://help.launchpad.net/ListHelp

Reply via email to