Merge lp:~unifield-team/unifield-server/us-1076 into lp:unifield-server

Proposed by jftempo
Status: Merged
Merged at revision: 4152
Proposed branch: lp:~unifield-team/unifield-server/us-1076
Merge into: lp:unifield-server
Diff against target: 14 lines (+4/-0)
1 file modified
bin/addons/procurement_cycle/procurement.py (+4/-0)
To merge this branch: bzr merge lp:~unifield-team/unifield-server/us-1076
Reviewer Review Type Date Requested Status
UniField Reviewer Team Pending
Review via email: mp+314806@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'bin/addons/procurement_cycle/procurement.py'
2--- bin/addons/procurement_cycle/procurement.py 2016-08-18 08:32:03 +0000
3+++ bin/addons/procurement_cycle/procurement.py 2017-01-16 10:07:50 +0000
4@@ -479,6 +479,10 @@
5 'supplier_id': fields.function(_get_data, method=True, type='many2one', relation='res.partner', string='Supplier', multi='data', readonly=True),
6 'required_date': fields.function(_get_data, method=True, type='date', string='Required by date', multi='data', readonly=True),
7 }
8+
9+ _defaults = {
10+ 'safety_stock': 0.00,
11+ }
12
13 def _check_uniqueness(self, cr, uid, ids, context=None):
14 '''

Subscribers

People subscribed via source and target branches

to all changes: