[MERGE] merge with main addons branch
[odoo/odoo.git] / addons / portal /
2011-06-19 Olivier Dony[IMP] share,portal: improve sharing with portal group
2011-06-19 Olivier Dony[FIX] share,portal: some quirks in share/portal integration
2011-06-19 Olivier Dony[FIX] portal: xml typo
2011-06-19 Olivier Dony[FIX] portal: fix extension of share wizard selection...
2011-06-19 Olivier Dony[IMP] portal: search/list views for portals
2011-06-17 Olivier Dony[IMP] portal,share: moved option for group share to...
2011-04-11 Olivier Dony[IMP] portal: missing access rights
2011-04-08 Olivier Dony[IMP] portal: put shared menus at 3rd level instead...
2011-04-08 Olivier Dony[IMP] portal: implement global menu filter for portal...
2011-04-08 Olivier Dony[FIX] portal: corrected access rights
2011-04-08 Olivier Dony[IMP] portal: inherit share wizard to auto-create the...
2011-04-08 Olivier Dony[FIX] portal: error during portal creation
2011-04-08 Olivier Dony[ADD] portal: manager group and access rights
2011-04-06 Raphael Colletadd portal widgets; they are automatically assigned...
2011-04-05 Raphael Colletadd wizard to add/remove groups to portal users
2011-04-05 Raphael Colletoverride name_get() and name_search() for portal
2011-04-04 Raphael Colletremove portal name, and use the group name instead
2011-04-04 Raphael Colletadd group to created menuitem, and bug fix in call...
2011-04-04 Raphael Colletrename and improve create_parent_menu()
2011-04-04 Raphael Colletuser interface cleanup
2011-04-01 Raphael Colletfix __openerp__.py, 'web':True is wrong because there...
2011-04-01 Raphael Colletupdate the users list when the group changes
2011-04-01 Raphael Colletchange model: use one group to define portal users
2011-03-30 Raphael Colletremove menu form extension, it is now in a distinct...
2011-03-30 Raphael Colletadd child_ids in view base.edit_menu_access
2011-03-30 Raphael Colletcleanup views (remove experimental menu structure view)
2011-03-30 Raphael Colletintroduce explicitly parent_menu_id
2011-03-30 Raphael Colletsimplify method to get res_id from xml_id
2011-03-30 Raphael Colletmake the field users.portal_id always readonly
2011-03-29 Raphael Colletadd calls to tools.translate._
2011-03-29 Raphael Colletrework comments
2011-03-29 Raphael Collettypo (in comment)
2011-03-29 Raphael Colletadd notebook in portal form view
2011-03-29 Raphael Colletadd button to create portal menu
2011-03-28 Raphael Colletnew portal users get the portal menu and groups as...
2011-03-28 Raphael Colletremove a call to self.pool.get() from inside a loop
2011-03-28 Raphael Colletadapt tooltip to recent changes
2011-03-28 Raphael Colletmodify portal.write() to only perform diffs on users...
2011-03-25 Raphael Colletadd tooltip
2011-03-25 Raphael Colletconstrain portal name to be unique, and override method...
2011-03-25 Raphael Colletoverride create() and write() to assign menu and groups...
2011-03-24 Raphael Colletextend the user form view to include the portal
2011-03-24 Raphael Colletadd menu_id to portal, and adapt views
2011-03-23 Raphael Colletadd portal form view
2011-03-23 Raphael Colletfix typo
2011-03-23 Raphael Colletdefine relations between portals, users and groups
2011-03-22 Raphael Colletfirst sketch of module portal