[ADD]: Add Comment

bzr revid: aag@tinyerp.com-20110823121059-6caeh1mr9jzvdnv8
This commit is contained in:
Atik Agewan (OpenERP) 2011-08-23 17:40:59 +05:30
parent 4bafabe0fb
commit d3154cb060
3 changed files with 4 additions and 2 deletions

View File

@ -75,7 +75,7 @@ Dashboard provided by this module:
'wizard/change_production_qty_view.xml',
'wizard/mrp_price_view.xml',
'wizard/mrp_workcenter_load_view.xml',
'wizard/mrp_change_standard_price_view.xml',
# 'wizard/mrp_change_standard_price_view.xml',
'mrp_view.xml',
'mrp_report.xml',
'company_view.xml',

View File

@ -53,6 +53,8 @@ class product_product(osv.osv):
_columns = {
"bom_ids": fields.one2many('mrp.bom', 'product_id','Bill of Materials'),
}
# Removed do_change_standard_price for the fix of lp:747056
def copy(self, cr, uid, id, default=None, context=None):
if not default:

View File

@ -23,7 +23,7 @@ import mrp_product_produce
import mrp_price
import mrp_workcenter_load
import change_production_qty
import mrp_change_standard_price
#import mrp_change_standard_price
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: