Commit Graph

224 Commits

Author SHA1 Message Date
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
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
Harry (OpenERP) a65b3dc875 [REVIEW+MERGE] merged work
bzr revid: hmo@tinyerp.com-20110404060015-pku4bh49l0g5eamf
2011-04-04 11:30:15 +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
Rifakat Haradwala (Open ERP) d7c1a0dc4c [IMP] : changes in arguments
bzr revid: rha@tinyerp.com-20110331133628-0ahwzhlbah44mpej
2011-03-31 19:06:28 +05:30
Harry (OpenERP) 4dbdabe3d2 [REVIEW] review and refactor code
bzr revid: hmo@tinyerp.com-20110331093342-7glpwdwjko1px44h
2011-03-31 15:03:42 +05:30
Rifakat Haradwala (Open ERP) 573431a8ba [IMP] ir_mail_server.py: corrected argument of send_method and did related changes and also removed unused imports
bzr revid: rha@tinyerp.com-20110329115309-q7q02pto691a9nxp
2011-03-29 17:23:09 +05:30
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