← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 567777] Re: [5.0] tree_but_action in list view

 

** Changed in: openobject-client-web
       Status: New => Triaged

** Changed in: openobject-client-web
     Assignee: (unassigned) => Jay (OpenERP) (jvo-openerp)

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

Title:
  [5.0] tree_but_action in list view

Status in OpenObject Web Client:
  Triaged

Bug description:
  Hi,

If I declared a wizard as tree_but_action it appears in form view and tree view but isn't in list view, then I have to declare another instance of wizard as client_action_multi then it appears in list view but in form view appears two times. I include a patch for it.



** client_action_multi wizard are in self.actions in class then with my patch it always searches for tree_but_action wizards, if the id of new wizards aren't in self.actions it adds.