Merge lp:~rr.clearcorp/openerp-ccorp-addons/6.1-rent into lp:openerp-ccorp-addons/6.1

Proposed by Ronald Rubi
Status: Merged
Merged at revision: 753
Proposed branch: lp:~rr.clearcorp/openerp-ccorp-addons/6.1-rent
Merge into: lp:openerp-ccorp-addons/6.1
Diff against target: 10 lines (+1/-0)
1 file modified
rent/rent.py (+1/-0)
To merge this branch: bzr merge lp:~rr.clearcorp/openerp-ccorp-addons/6.1-rent
Reviewer Review Type Date Requested Status
ClearCorp drivers Pending
Review via email: mp+194603@code.launchpad.net

Description of the change

[FIX] Fix invoice_type in account invoice line, rent module

To post a comment you must log in.
753. By Ronald Rubi

[FIX] Fix invoice_type in account invoice line, rent module

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'rent/rent.py'
2--- rent/rent.py 2013-09-02 17:33:55 +0000
3+++ rent/rent.py 2013-11-08 22:12:30 +0000
4@@ -851,6 +851,7 @@
5 'uos_id': False,
6 'invoice_line_tax_id': [(6, 0, [])],
7 'account_analytic_id': False,
8+ 'invoice_type': 'rent',
9 'invoice_rent_id': obj_rent.id or args.get('rent_id', False),
10 })
11

Subscribers

People subscribed via source and target branches