Commit Graph

39 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
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
Rucha (Open ERP) b6f7b4ef70 [MERGE]: Merge with latest trunk
bzr revid: rpa@tinyerp.com-20110407061129-vg4qspagkufft0vu
2011-04-07 11:41:29 +05:30
aag (OpenERP) 8ba3b54047 [IMP]Base:ADD Give access to others users confg wiz
bzr revid: aag@tinyerp.co.in-20110404133812-4c2l8uu54wo3dkix
2011-04-04 19:08:12 +05:30
Olivier Dony 11e1097c61 [FIX] ir.actions: fixed and documented a bit the function field computing views for actions
The previous implementation had numerous flaws and edge cases where it would
not have any useful result. The new implementation is backwards compatible
with the valid combinations of view_id, view_modes and view_id.
A unique constraint was also added to make sure that it is not possible to
specify multiple views of the same type for the same action. This was never
used, but should be prevented completely so that clients can rely on this
fact. Also a little bit of documentation was added to explain what the field
is doing.

bzr revid: odo@openerp.com-20110401124852-r0i6cclc80acoegj
2011-04-01 14:48:52 +02:00
aag (OpenERP) 43690eb21f [IMP] REWORK-SERVERSIDE :Improvement Config wiz , ON SERVER SIDE
bzr revid: aag@tinyerp.co.in-20110301072241-a8s1iialq6xeot23
2011-03-01 12:52:41 +05:30
Vo Minh Thu f8572e5c60 [IMP] openerp python module.
- Some logging code moved from netsvc.py to loglevels.py
- Changed imports to use the new openerp module
- config and netsvc initialization calls move to openerp-server.py
- Moved openerp-server.py outside the old bin directory
- Some imports in tools moved inside the methods to break mutual-dependencies

bzr revid: vmt@openerp.com-20110207125723-ooee7d7ng5elmkso
2011-02-07 13:57:23 +01:00