Merge lp:~openerp-dev/openobject-addons/trunk-bug-1143861-nco into lp:openobject-addons

Proposed by Nimesh Contractor(Open ERP)
Status: Needs review
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-1143861-nco
Merge into: lp:openobject-addons
Diff against target: 12 lines (+1/-1)
1 file modified
product/product.py (+1/-1)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-bug-1143861-nco
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+151428@code.launchpad.net

Description of the change

Hello,

     Remove unused blank option from selection.

Thanks,
Nimesh.

To post a comment you must log in.

Unmerged revisions

8592. By Nimesh Contractor(Open ERP)

[FIX] remove blank option.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'product/product.py'
2--- product/product.py 2012-12-18 22:06:17 +0000
3+++ product/product.py 2013-03-04 08:28:25 +0000
4@@ -312,7 +312,7 @@
5 help="Standard Price: The cost price is manually updated at the end of a specific period (usually every year). \nAverage Price: The cost price is recomputed at each incoming shipment."),
6 'warranty': fields.float('Warranty'),
7 'sale_ok': fields.boolean('Can be Sold', help="Specify if the product can be selected in a sales order line."),
8- 'state': fields.selection([('',''),
9+ 'state': fields.selection([
10 ('draft', 'In Development'),
11 ('sellable','Normal'),
12 ('end','End of Lifecycle'),

Subscribers

People subscribed via source and target branches

to all changes: