Merge lp:~openerp-dev/openobject-addons/trunk-bug-1160392-darshan into lp:openobject-addons

Proposed by Darshan Kalola(OpenERP)
Status: Needs review
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-1160392-darshan
Merge into: lp:openobject-addons
Diff against target: 11 lines (+1/-0)
1 file modified
sale/res_config.py (+1/-0)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-bug-1160392-darshan
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+156115@code.launchpad.net

Description of the change

Hello,

     I have fixed the problem of Traceback when creating a timesheet activity from a contract.

Thanks,
darshan

To post a comment you must log in.

Unmerged revisions

8655. By Darshan Kalola(OpenERP)

[FIX]Traceback when creating a timesheet activity from a contract

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'sale/res_config.py'
2--- sale/res_config.py 2013-03-27 13:21:05 +0000
3+++ sale/res_config.py 2013-03-29 07:34:24 +0000
4@@ -129,6 +129,7 @@
5 return {'value': {
6 'timesheet': timesheet,
7 'module_account_analytic_analysis': timesheet,
8+ 'module_analytic_user_function':timesheet,
9 }}
10
11 class account_config_settings(osv.osv_memory):

Subscribers

People subscribed via source and target branches

to all changes: