Merge lp:~openerp-dev/openobject-addons/trunk-uninstall-tpa-test into lp:openobject-addons

Proposed by Vo Minh Thu
Status: Rejected
Rejected by: Vo Minh Thu
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-uninstall-tpa-test
Merge into: lp:openobject-addons
Diff against target: 19 lines (+0/-9)
1 file modified
project_issue_sheet/project_issue_sheet.py (+0/-9)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-uninstall-tpa-test
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+151019@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Vo Minh Thu (thu) wrote :

Not needed to make uninstall work.

Unmerged revisions

8571. By Turkesh Patel (openERP)

[MRG] merge with lp:openobject-addons

8570. By Turkesh Patel (openERP)

[FIX] project_issue_sheet: remove create_date inheritance as it is not reqiured to do and also it will create issue on uninstallation time.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'project_issue_sheet/project_issue_sheet.py'
2--- project_issue_sheet/project_issue_sheet.py 2012-12-06 14:56:32 +0000
3+++ project_issue_sheet/project_issue_sheet.py 2013-02-28 13:44:21 +0000
4@@ -60,15 +60,6 @@
5
6 project_issue()
7
8-class account_analytic_line(osv.osv):
9- _inherit = 'account.analytic.line'
10- _description = 'account analytic line'
11- _columns = {
12- 'create_date' : fields.datetime('Create Date', readonly=True),
13- }
14-
15-account_analytic_line()
16-
17 class hr_analytic_issue(osv.osv):
18
19 _inherit = 'hr.analytic.timesheet'

Subscribers

People subscribed via source and target branches

to all changes: