[IMP] attach the 'Our company' menu items to the portal's root menu
[odoo/odoo.git] / addons / portal / portal.py
2012-05-16 Antonin Bourguignon[FIX] reorganize xml data (all the menu items are now...
2012-05-14 Antonin Bourguignon[FIX] update the xml id with the right id
2012-04-23 Quentin (OpenERP)[IMP] portal: added the home_action feature for portal...
2012-02-03 Raphael Collet[IMP] portal: improve tooltip
2012-02-03 Raphael Collet[MERGE] from trunk
2012-01-05 Thibault Delavallée[MERGE] portal: fixed bug 903474: creating a menu now...
2011-12-20 Kuldeep Joshi (Ope... [IMP] portal: remove unused field
2011-12-15 Kuldeep Joshi (Ope... [FIX]portal: create record of ir_model_data and ir_valu...
2011-11-29 Kirti Savalia (Ope... [FIX]: missleading help text
2011-11-22 Numerigraphe - Lio... [IMP] Added missing vim mode lines
2011-08-02 Raphael Collet[IMP] portal: remove other_group_ids, which is supersed...
2011-07-04 Raphael Collet[IMP] introduce i18n
2011-07-04 Raphael Collet[FIX] remove method=True in fields.function
2011-05-30 Raphael Collet[FIX] add ondelete on portal widget
2011-05-26 Raphael Collet[IMP] add url to portal, and improve form view
2011-05-23 Raphael Collet[IMP] fix copyright notice
2011-04-29 Raphael Collet[FIX] fixed field name, and add exception for Admin...
2011-04-27 Raphael Collet[FIX] remove useless translations
2011-04-22 Raphael Colletmake the model of menu_action_id more specific (ir...
2011-04-22 Raphael Colletdocument what seems like a bug
2011-04-21 Raphael Collet[FIX] prevent deletion of menu items used in portals
2011-04-21 Raphael Collet[IMP] add tooltip to override_menu
2011-04-21 Raphael Colletadd other groups assigned to users
2011-04-20 Raphael Collet[IMP] move method create_menu_action() to where it...
2011-04-20 Raphael Collet[IMP] improve comments
2011-04-20 Raphael Collet[IMP] add functional boolean field to create/remove...
2011-04-20 Raphael Colletrefactor portal; it now '_inherits' from res.groups
2011-04-08 Olivier Dony[FIX] portal: error during portal creation
2011-04-06 Raphael Colletadd portal widgets; they are automatically assigned...
2011-04-06 Raphael Colletadd portal widgets; they are automatically assigned...
2011-04-05 Raphael Colletoverride name_get() and name_search() for portal
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 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 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 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 Colletmodify portal.write() to only perform diffs on users...
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 Colletadd menu_id to portal, and adapt views
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