Commit Graph

59 Commits

Author SHA1 Message Date
Olivier Dony a78a7e2950 [IMP] ir.actions.server: slightly better sample/doc for python type actions
bzr revid: odo@openerp.com-20110916141358-z2mwij0u7y13jeuq
2011-09-16 16:13:58 +02:00
Vo Minh Thu 9c470cda34 [MERGE] ir_action: properly handle the False value for a reference field in a onchange method.
lp bug: https://launchpad.net/bugs/793682 fixed

bzr revid: vmt@openerp.com-20110916123948-qaoou8rj2rx5l4ou
2011-09-16 14:39:48 +02:00
Vo Minh Thu caef181733 [FIX] ir_action: avoid returning a None context.
lp bug: https://launchpad.net/bugs/793682 fixed

bzr revid: vmt@openerp.com-20110916101432-cj8xd7uefy0k5suz
2011-09-16 12:14:32 +02:00
Vo Minh Thu 8254ffe9c8 [MERGE] ir_actions: swapped (corrected) signal name with module name, usability enhancement.
lp bug: https://launchpad.net/bugs/819872 fixed

bzr revid: vmt@openerp.com-20110916082907-n73wothbef0wfq2i
2011-09-16 10:29:07 +02:00
Olivier Dony 6fa6d8369c [MERGE] latest trunk
bzr revid: odo@openerp.com-20110913144600-ve4vb5po9vi3edw4
2011-09-13 16:46:00 +02:00
Xavier Morel 9483efd463 [FIX] fix
bzr revid: xmo@openerp.com-20110912145510-wpa2cgm4zx4fwe9o
2011-09-12 16:55:10 +02:00
Xavier Morel f03892c5db [FIX] ir.actions.server: only try to browse the object of a server action (pointed-to by active_id + active_model) only if active_model matches the action's model
bzr revid: xmo@openerp.com-20110912144411-bzh99xqr7c1ucu1a
2011-09-12 16:44:11 +02:00
Olivier Dony ce34e4563d [FIX] ir_actions: restore partial content missing in last merge
bzr revid: odo@openerp.com-20110829123625-9r34t0spef71b88m
2011-08-29 14:36:25 +02:00
Antony Lesuisse 1ed2aba648 [FIX] typo
bzr revid: al@openerp.com-20110827213751-yq8mgdmiuhqizsbs
2011-08-27 23:37:51 +02:00
Antony Lesuisse be328ad7c3 [MERGE] trunk
bzr revid: al@openerp.com-20110827213628-4kflylkgtln6o4k4
2011-08-27 23:36:28 +02:00
Xavier Morel b5a429d008 [FIX] fnct_inv in client actions params, fix docstring for fnct_inv (fnct_inv only takes a single record id, not a sequence of ids)
bzr revid: xmo@openerp.com-20110825123049-bmvebm86gqgr6w43
2011-08-25 14:30:49 +02:00
Olivier Dony 65e414b5de [FIX] ir.actions: typo during previous refactoring
bzr revid: odo@openerp.com-20110823144942-a42s972wfsquoy76
2011-08-23 16:49:42 +02:00
Vo Minh Thu cedc961be1 [MERGE] ir_actions: add user in eval context, use fallback --email-from value.
bzr revid: vmt@openerp.com-20110822100007-q07bsf0dxrhjnzvf
2011-08-22 12:00:07 +02:00
Olivier Dony 3fa9dcea34 [MERGE] latest trunk
bzr revid: odo@openerp.com-20110819150201-pas7z2md5sa3bk7e
2011-08-19 17:02:01 +02:00
Antony Lesuisse 2f9f557e18 [FIX] get rid of unsued menus and submenu
bzr revid: al@openerp.com-20110811181217-y2yxdz34uswijwza
2011-08-11 20:12:17 +02:00
Olivier Dony 8d8b620430 [FIX] ir.actions.server: make trigger actions work (based on ideas from F. Degrave)
lp bug: https://launchpad.net/bugs/819872 fixed

bzr revid: odo@openerp.com-20110811143434-2xm0tnzb04lgy12f
2011-08-11 16:34:34 +02:00
Olivier Dony c90c1a735d [MERGE] latest trunk
bzr revid: odo@openerp.com-20110809160953-i1yrg5knplw4jy9l
2011-08-09 18:09:53 +02:00
Antony Lesuisse 330e12c557 [MERGE] trunk-usability-config-log-rco
bzr revid: al@openerp.com-20110806015221-jumsqgm6a9ofknr7
2011-08-06 03:52:21 +02:00
Raphael Collet 2d353ca2f8 [IMP] disable res.log when running config wizards; to be tested
bzr revid: rco@openerp.com-20110805153134-snpfjuw859wkrq36
2011-08-05 17:31:34 +02:00
Antony Lesuisse 934e7e8f8e [MERGE] client_actions and ir.todo rework by xmo
bzr revid: al@openerp.com-20110804115501-prpmo6lwrm6z989o
2011-08-04 13:55:01 +02:00
Xavier Morel 01f32f9f3f [REN] client action member 'kwargs' to 'params'
bzr revid: xmo@openerp.com-20110804085455-647wwp0g4454kj1g
2011-08-04 10:54:55 +02:00
Mantavya Gajjar 992c7bc76e [FIX]: fix a problem of sending email if we are using sendmail tool with server action
it was coded in such way that we can not send email without --email-from parameter, but in case if we are using sendmail,
we can user user's emails or auto generated email to define email-from

bzr revid: mga@openerp.com-20110801114543-hi12oqciol8a62pc
2011-08-01 17:15:43 +05:30
Xavier Morel 97f24f2da7 [FIX] auto-mark automatic todos as done when they're launched
bzr revid: xmo@openerp.com-20110729145106-chvzn58l8d0y7tt9
2011-07-29 16:51:06 +02:00
Xavier Morel f723234f4d [IMP] todos: rename 'special' type to 'automatic', remove 'recurring' type, remove 'hidden' state, fix relevant code sections
bzr revid: xmo@openerp.com-20110729142622-yxvi33planv3m5a0
2011-07-29 16:26:22 +02:00
Olivier Dony de7a083fa7 [IMP] ir.actions.server: bit of cleanup, better help strings, and adapt to new ir.mail_server
bzr revid: odo@openerp.com-20110722131723-2jv2elx3kc2hgs43
2011-07-22 15:17:23 +02:00
Olivier Dony 1c55d35026 [IMP] ir.mail_server: next round of review/cleanup
bzr revid: odo@openerp.com-20110720101822-b7n9kinz8sic1vuw
2011-07-20 12:18:22 +02:00
Xavier Morel 6de4f8a04e [IMP] cleanup todos & config: write done state when action is called on todo, next actions can only be of type special
actions recurring and normal have to be manually triggered

bzr revid: xmo@openerp.com-20110718123907-c1lginh5nkoxxah4
2011-07-18 14:39:07 +02:00
Xavier Morel 03c9994cf5 [IMP] style of res.config and ir.actions.todo code
* Pass context in correctly
* Don't use dict.update for a single key
* Set multiple keys in a single dict.update call (instead of doing multiple dict.update calls)

bzr revid: xmo@openerp.com-20110718101812-oemjl5hafqbp0hq0
2011-07-18 12:18:12 +02:00
Xavier Morel 6577f5a733 [IMP] rename state 'cancel' to 'hidden'
bzr revid: xmo@openerp.com-20110718093926-jnfcij9270e4hvml
2011-07-18 11:39:26 +02:00
Olivier Dony 6e3e3c3b8b [MERGE] sync with trunk
bzr revid: odo@openerp.com-20110715003655-vx3h5n4109hpa7i2
2011-07-15 02:36:55 +02:00
Xavier Morel 5da4d042d1 [FIX] ir.actions.todo: remove skip state, rename 'normal_recurring' to just 'recurring', add a method to query todos state progress
bzr revid: xmo@openerp.com-20110714103807-1zlmg8f6f8lpw7el
2011-07-14 12:38:07 +02:00
Xavier Morel dab290d369 [MERGE] trunk updates
bzr revid: xmo@openerp.com-20110712084612-zeyzhi0i31fg8yy8
2011-07-12 10:46:12 +02:00
Vo Minh Thu 6c7f791f5d [IMP] tidying up before merging in trunk.
bzr revid: vmt@openerp.com-20110706154001-r8y7w28yve2ca0ar
2011-07-06 17:40:01 +02:00
Quentin (OpenERP) 5143083ca2 [MERGE] ir.actions.todo documentation
bzr revid: qdp-launchpad@openerp.com-20110704100807-qi5qs7pmrk4j1yrt
2011-07-04 12:08:07 +02:00
Rucha (Open ERP) 543cd270ba [IMP]: ir.actions.todo: put docstring, _desrciption and tooltip for ir.actions.todo and ir.actions.todo.category
bzr revid: rpa@tinyerp.com-20110701130840-xn8cqoc3mmlob3pv
2011-07-01 18:38:40 +05:30
Rucha (Open ERP) 55385c4ce1 [IMP]: ir.actions.todo: minor improvement for dict.get
bzr revid: rpa@tinyerp.com-20110701123719-wuv5bcq1rw3usyrn
2011-07-01 18:07:19 +05:30
Xavier Morel 139c844655 [ADD] client action
bzr revid: xmo@openerp.com-20110630115134-m5tppqs9whmqtqow
2011-06-30 13:51:34 +02:00
Rucha (Open ERP) 249117a25c [FIX]: res.config: Fixed problem of passing "user" in the context of action to the client as it gives traceback in client,
so,  after using that res_id from context, we need to remove that from the context

bzr revid: rpa@tinyerp.com-20110630103910-ge5x1o5okreyvnx0
2011-06-30 16:09:10 +05:30
Rucha (Open ERP) 168e50d7f2 [IMP]: ir.actions.todo: Improvement in code in order to eval user.company_id.id in the context
bzr revid: rpa@tinyerp.com-20110628115855-kf0318w22mtnggil
2011-06-28 17:28:55 +05:30
Rucha (Open ERP) e2193e8a31 [IMP]: ir.actions.todo: When we pass res_id in the context of the action it should open the resource
bzr revid: rpa@tinyerp.com-20110628113131-qhnp7qnirsqa2z4g
2011-06-28 17:01:31 +05:30
Quentin (OpenERP) 9de12c4bd3 [IMP] ir.actions.todo.category: added translate=True on name field
bzr revid: qdp-launchpad@openerp.com-20110617141520-cm125neki25707uv
2011-06-17 16:15:20 +02:00
aag (OpenERP) b79f382b95 [IMPBase:Improve method def action_launch
bzr revid: aag@tinyerp.co.in-20110613051549-2fyyef74dmyul4l0
2011-06-13 10:45:49 +05:30
Naresh (OpenERP) 20034f37a4 [FIX]:The referece field will only return FALSE if any one its part is left blank..also avoid passing context 'NONE' to client because xmlrpc will not allow None values
lp bug: https://launchpad.net/bugs/793682 fixed

bzr revid: nch@tinyerp.com-20110608084020-46yom48x3nsk28eh
2011-06-08 14:10:20 +05:30
aag (OpenERP) 12b77a1dea [IMP]Base:In obj ir.actions.todo.category add one field
bzr revid: aag@tinyerp.co.in-20110606045944-rays9mr89k1jbrzm
2011-06-06 10:29:44 +05:30
Quentin (OpenERP) c8417fc7ce [MERGE] merged branch with new field category on ir.actions.todo + removal of unused config wizard 'create new users'
bzr revid: qdp-launchpad@openerp.com-20110525085605-9l8ddlaa2wr28o53
2011-05-25 10:56:05 +02:00
aag (OpenERP) 1f800291fa [IMP]Base:Change name of Category Obj and put name field as required
bzr revid: aag@tinyerp.co.in-20110520053910-71b9sl1slepqid74
2011-05-20 11:09:10 +05:30
aag (OpenERP) 0a64359a6e [IMP]Base :add a new field category on config wizard
bzr revid: aag@tinyerp.co.in-20110519104240-4l4v9keihok6xzmp
2011-05-19 16:12:40 +05:30
Rucha (Open ERP) 712f70c41c [MERGE]: Merge work of aag for new proposed changes for field restart (WORK IN PROGRESS)
bzr revid: rpa@tinyerp.com-20110411122509-wxuavchvlcm73fsu
2011-04-11 17:55:09 +05:30
Rucha (Open ERP) 6e8ea475f5 [MERGE]: Merge work of aag for new wizards to be appeared in config panel (Work in progress)
bzr revid: rpa@tinyerp.com-20110411102051-eqb1t4j3bdbs7njx
2011-04-11 15:50:51 +05:30
aag (OpenERP) da001be94f [IMP]SERVER:Change Field Restart To Type
bzr revid: aag@tinyerp.co.in-20110408122657-hlsz5alctovlu6i7
2011-04-08 17:56:57 +05:30