Hardik Sanchawat (OpenERP) has proposed merging lp:~openerp-dev/openobject-addons/trunk-addons_23-mdi-mrp-issues-hsa into lp:~openerp-dev/openobject-addons/trunk-addons_23-mdi.
Requested reviews: Divyesh Makwana(OpenERP) (mdi-openerp) For more details, see: https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-addons_23-mdi-mrp-issues-hsa/+merge/134881 Hello, I added access rights on MRP module for warehouse manager to access MO. and update warning message. Thanks, - HSA -- https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-addons_23-mdi-mrp-issues-hsa/+merge/134881 Your team OpenERP R&D Team is subscribed to branch lp:~openerp-dev/openobject-addons/trunk-addons_23-mdi.
=== modified file 'mrp/security/ir.model.access.csv' --- mrp/security/ir.model.access.csv 2012-10-19 07:19:12 +0000 +++ mrp/security/ir.model.access.csv 2012-11-19 12:12:24 +0000 @@ -78,3 +78,4 @@ access_account_journal_mrp_manager,account.journal mrp manager,account.model_account_journal,mrp.group_mrp_manager,1,0,0,0 access_purchase_order_stock_user,purchase.order stock user,purchase.model_purchase_order,stock.group_stock_user,1,1,1,0 access_mrp_bom_purchase_manager,mrp.bom,model_mrp_bom,purchase.group_purchase_manager,1,0,0,0 +access_warehouse_manager,mrp.production,model_mrp_production,stock.group_stock_manager,1,0,0,0 === modified file 'stock/stock.py' --- stock/stock.py 2012-11-15 12:38:51 +0000 +++ stock/stock.py 2012-11-19 12:12:24 +0000 @@ -1845,7 +1845,7 @@ if move.state == 'done': if frozen_fields.intersection(vals): raise osv.except_osv(_('Operation forbidden !'), - _('Quantities, Unit of Measures, Products and Locations cannot be modified on stock moves that have already been processed (except by the Administrator).')) + _('Quantities, Units of Measure, Products and Locations cannot be modified on stock moves that have already been processed (except by the Administrator).')) return super(stock_move, self).write(cr, uid, ids, vals, context=context) def copy(self, cr, uid, id, default=None, context=None):
_______________________________________________ Mailing list: https://launchpad.net/~openerp-dev-gtk Post to : openerp-dev-gtk@lists.launchpad.net Unsubscribe : https://launchpad.net/~openerp-dev-gtk More help : https://help.launchpad.net/ListHelp