← Back to team overview

openerp-community-reviewer team mailing list archive

[Merge] lp:~alejandrosantana/openerp-humanitarian-ngo/7.0-purchase-wkfl--fix-1277236 into lp:openerp-humanitarian-ngo/purchase-wkfl

 

Alejandro Santana has proposed merging lp:~alejandrosantana/openerp-humanitarian-ngo/7.0-purchase-wkfl--fix-1277236 into lp:openerp-humanitarian-ngo/purchase-wkfl.

Commit message:
[FIX] purchase_requisition_extended: Fixes typos breaking dictionaries.

Requested reviews:
  OpenERP for Humanitarian Core Editors (humanitarian-core-editors)
Related bugs:
  Bug #1277236 in OpenERP for Humanitarian NGOs: "purchase_requisition.py fails and causes oepner to not load other modules"
  https://bugs.launchpad.net/openerp-humanitarian-ngo/+bug/1277236

For more details, see:
https://code.launchpad.net/~alejandrosantana/openerp-humanitarian-ngo/7.0-purchase-wkfl--fix-1277236/+merge/205280

[FIX] purchase_requisition_extended: Fixes typos breaking dictionaries.
Fixes bug 1277236
https://bugs.launchpad.net/openerp-humanitarian-ngo/+bug/1277236
-- 
https://code.launchpad.net/~alejandrosantana/openerp-humanitarian-ngo/7.0-purchase-wkfl--fix-1277236/+merge/205280
Your team OpenERP for Humanitarian Core Editors is requested to review the proposed merge of lp:~alejandrosantana/openerp-humanitarian-ngo/7.0-purchase-wkfl--fix-1277236 into lp:openerp-humanitarian-ngo/purchase-wkfl.
=== modified file 'purchase_requisition_extended/model/purchase_requisition.py'
--- purchase_requisition_extended/model/purchase_requisition.py	2014-02-06 13:53:45 +0000
+++ purchase_requisition_extended/model/purchase_requisition.py	2014-02-07 01:43:02 +0000
@@ -32,7 +32,7 @@
                                          "bid."),
         'bid_tendering_mode': fields.selection([('open', 'Open'),
                                                 ('restricted', 'Restricted')],
-                                               'Call for Bids Mode'),
+                                               'Call for Bids Mode',
                                                help="- Restricted : you select yourself the "
                                                     "bidders and generate a RFQ for each of "
                                                     "those. \n"
@@ -44,7 +44,7 @@
         'bid_receipt_mode': fields.selection([('open', 'Open'),
                                               ('sealed', 'Sealed')],
                                              'Bid Receipt Mode',
-                                             required=True),
+                                             required=True,
                                              help="- Open : The bids can be opened when "
                                                   "received and encoded. \n"
                                                   "- Closed : The bids can be marked as "


Follow ups