revert changes 2324

bzr revid: mra@tinyerp.com-20090519034513-6oclt4ausa19jsiy
This commit is contained in:
mra (Open ERP) 2009-05-19 09:15:13 +05:30
parent 9761c9e669
commit d3938f199b
1 changed files with 1 additions and 1 deletions

View File

@ -597,7 +597,7 @@ class product_supplierinfo(osv.osv):
_name = "product.supplierinfo"
_description = "Information about a product supplier"
_columns = {
'name' : fields.many2one('res.partner', 'Partner', required=True, ondelete='cascade', help="Supplier of this product", domain=[('supplier','=','True')]),
'name' : fields.many2one('res.partner', 'Partner', required=True, ondelete='cascade', help="Supplier of this product"),
'product_name': fields.char('Partner Product Name', size=128, help="Name of the product for this partner, will be used when printing a request for quotation. Keep empty to use the internal one."),
'product_code': fields.char('Partner Product Code', size=64, help="Code of the product for this partner, will be used when printing a request for quotation. Keep empty to use the internal one."),
'sequence' : fields.integer('Priority'),