Merge branch 'master' of https://github.com/odoo/odoo
[odoo/odoo.git] / openerp / addons / base / ir / ir_actions.py
2013-02-22 Vo Minh Thu[IMP] ir_actions: removed forgotten print statements.
2013-02-22 Vo Minh Thu[IMP] ir.actions.report.xml: allow for a smoother trans...
2013-02-22 Vo Minh Thu[FIX] ir_actions: wrong namespace.
2013-02-22 Vo Minh Thu[IMP] report: use openerp.report.render_report() instea...
2013-02-22 Vo Minh Thu[IMP] report: reports with custom parsers can be declar...
2013-02-06 Christophe Matthieu[FIX] ir_action: catch and mute exception for the safe_...
2013-02-05 Christophe Matthieu[FIX] ir_action: read context with uid
2013-02-05 Christophe Matthieu[FIX] ir_action: read accept list ids or id
2013-02-05 Christophe Matthieu[FIX] ir_action: read ir.actions.act_window
2013-02-04 Christophe Matthieu[IMP] ir_action: averwrite read to add a dynamic_help...
2013-02-01 Vo Minh Thu[REF] service: netsvc.Service is removed. LocalService...
2012-12-21 Raphael Collet[MERGE] lp:~serpent-consulting-services/openobject...
2012-12-21 Raphael Collet[IMP] ir.actions.server: improve code of email actions
2012-12-17 Cecile Tonglet[MERGE] From trunk (second time)
2012-12-17 Cecile Tonglet[MERGE] Branch updated with trunk
2012-12-14 Xavier Morel[REM] unused local variables
2012-12-10 Vo Minh Thu[IMP] use the openerp namespace.
2012-11-27 Hardik[IMP]Settings : view type and action typefield is select
2012-11-21 Divyesh Makwana... [FIX] : AttributeError: 'NoneType' object has no attrib...
2012-11-02 Xavier Morel[REM] useless intermediate lambdas in default values
2012-10-12 Mayur Maheshwari... [IMP]all: imporve string state to status
2012-10-10 Xavier Morel[MERGE] from trunk
2012-10-01 Olivier Dony[MERGE] Sync with trunk
2012-09-24 Xavier Morel[IMP] make help attribute available on all actions
2012-09-11 Stephane Wirtel[MERGE] base: fix some address formats and some English
2012-09-03 Thibault Delavallée[MERGE] Merged with server/trunk.
2012-08-31 Stephane Wirtel[REF] Replace the user id 1 by openerp.SUPERUSER_ID
2012-08-23 Fabien Pinckaers[FIX] needaction on mail.groups
2012-08-22 Fabien Pinckaersfix
2012-08-22 Fabien Pinckaers[IMP] need action
2012-08-21 Fabien Pinckaers[FIX] allows using uid in domains of params
2012-08-13 Thibault Delavallée[MERGE] Merged with server/trunk.
2012-08-11 Antony Lesuisse[IMP] act_window allow target inlineview
2012-08-10 Thibault Delavallée[REF] ir_actions: propagated res.users field name chang...
2012-08-04 Fabien Pinckaers[IMP] remove unused code
2012-08-04 Fabien Pinckaers[IMP] removing unused ir.actions.todo.category object
2012-07-17 Fabien Pinckaers[IMP] remove menu_tips code
2012-06-27 Olivier Dony[IMP] ir.actions.act_window: explicitly support res_id...
2012-06-09 Fabien Pinckaers[IMP] removing select=? and adding version=7
2012-06-08 Xavier Morel[FIX] rename ir.actions.url to match action's type
2012-05-10 Raphael Collet[IMP] adapt po files to label changes in models
2012-04-23 Divyesh Makwana... [IMP] base : Improved the typos.
2012-04-23 Divyesh Makwana... [IMP] base : Improved the typos.
2012-03-16 Yogesh (Serpent... [FIX] action :- send multiple email on server action.
2012-03-01 Atul Patel (OpenERP)[ADD]: Add ondelete cascade for ir_act_Server
2012-03-01 Atul Patel (OpenERP)[FIX]: remove unused code
2012-02-29 Atul Patel (OpenERP)[FIX]: Remove workflow activity and drop constraint...
2012-02-12 Bogdan Stanciu[IMP] some English corrections & 'encoding' into 'codin...
2012-01-31 Antony Lesuisse[MERGE] trunk
2012-01-27 Serpent Consulting... [FIX] Base : Corrected the size of the field 'owner_nam...
2012-01-24 Vo Minh Thu[IMP] openerp.addons.base: _logger with fully qualified...
2012-01-18 Vo Minh Thu[MERGE] cleaned imports.
2012-01-15 Florent Xicluna[REF] remove unused import, always import literal_eval...
2012-01-04 Olivier Dony[IMP] cleanup deprecated method=True param for function...
2011-12-06 Xavier Morel[FIX] missing view type
2011-11-08 Antony Lesuisse[IMP] add target inline add usage tooltip
2011-10-21 Olivier Dony[FIX] ir.action.report_xml: useless required attribute...
2011-10-02 Fabien Pinckaers[IMP] config wizard, launch once
2011-09-16 Olivier Dony[IMP] ir.actions.server: slightly better sample/doc...
2011-09-16 Vo Minh Thu[MERGE] ir_actions: swapped (corrected) signal name...
2011-09-16 Vo Minh Thu[MERGE] ir_action: properly handle the False value...
2011-09-16 Vo Minh Thu[FIX] ir_action: avoid returning a None context.
2011-09-13 Olivier Dony[MERGE] latest trunk
2011-09-12 Xavier Morel[FIX] fix
2011-09-12 Xavier Morel[FIX] ir.actions.server: only try to browse the object...
2011-08-29 Olivier Dony[FIX] ir_actions: restore partial content missing in...
2011-08-27 Antony Lesuisse[FIX] typo
2011-08-27 Antony Lesuisse[MERGE] trunk
2011-08-25 Xavier Morel[FIX] fnct_inv in client actions params, fix docstring...
2011-08-23 Olivier Dony[FIX] ir.actions: typo during previous refactoring
2011-08-22 Vo Minh Thu[MERGE] ir_actions: add user in eval context, use fallb...
2011-08-19 Olivier Dony[MERGE] latest trunk
2011-08-11 Antony Lesuisse[FIX] get rid of unsued menus and submenu
2011-08-11 Olivier Dony[FIX] ir.actions.server: make trigger actions work...
2011-08-09 Olivier Dony[MERGE] latest trunk
2011-08-06 Antony Lesuisse[MERGE] trunk-usability-config-log-rco
2011-08-05 Raphael Collet[IMP] disable res.log when running config wizards;...
2011-08-04 Antony Lesuisse[MERGE] client_actions and ir.todo rework by xmo
2011-08-04 Xavier Morel[REN] client action member 'kwargs' to 'params'
2011-08-01 Mantavya Gajjar[FIX]: fix a problem of sending email if we are using...
2011-07-29 Xavier Morel[FIX] auto-mark automatic todos as done when they're...
2011-07-29 Xavier Morel[IMP] todos: rename 'special' type to 'automatic',...
2011-07-22 Olivier Dony[IMP] ir.actions.server: bit of cleanup, better help...
2011-07-20 Olivier Dony[IMP] ir.mail_server: next round of review/cleanup
2011-07-18 Xavier Morel[IMP] cleanup todos & config: write done state when...
2011-07-18 Xavier Morel[IMP] style of res.config and ir.actions.todo code
2011-07-18 Xavier Morel[IMP] rename state 'cancel' to 'hidden'
2011-07-15 Olivier Dony[MERGE] sync with trunk
2011-07-14 Xavier Morel[FIX] ir.actions.todo: remove skip state, rename 'norma...
2011-07-12 Xavier Morel[MERGE] trunk updates
2011-07-06 Vo Minh Thu[IMP] tidying up before merging in trunk.
2011-07-04 Quentin (OpenERP)[MERGE] ir.actions.todo documentation
2011-07-01 Rucha (Open ERP)[IMP]: ir.actions.todo: put docstring, _desrciption...
2011-07-01 Rucha (Open ERP)[IMP]: ir.actions.todo: minor improvement for dict.get
2011-06-30 Xavier Morel[ADD] client action
2011-06-30 Rucha (Open ERP)[FIX]: res.config: Fixed problem of passing "user"...
2011-06-28 Rucha (Open ERP)[IMP]: ir.actions.todo: Improvement in code in order...
2011-06-28 Rucha (Open ERP)[IMP]: ir.actions.todo: When we pass res_id in the...
2011-06-17 Quentin (OpenERP)[IMP] ir.actions.todo.category: added translate=True...
2011-06-13 aag (OpenERP)[IMPBase:Improve method def action_launch
next