[FIX] product: fixed inconsistancies between pricelist label and product form view + added some helping explanation

bzr revid: qdp-launchpad@openerp.com-20130322114633-63v2wikuew4r22z6
This commit is contained in:
Quentin (OpenERP) 2013-03-22 12:46:33 +01:00
commit b9a2532a23
2 changed files with 2 additions and 1 deletions

View File

@ -374,7 +374,7 @@ class product_pricelist_item(osv.osv):
result.append((line.id, line.name))
result.append((-1, _('Other Pricelist')))
result.append((-2, _('Partner section of the product form')))
result.append((-2, _('Supplier Prices on the product form')))
return result
_name = "product.pricelist.item"

View File

@ -586,6 +586,7 @@
<field name="delay"/>
<field name="company_id" groups="base.group_multi_company" widget="selection"/>
</group>
<p class="oe_grey">The prices below will only be taken into account when your pricelist is set as based on supplier prices.</p>
<field groups="product.group_purchase_pricelist" name="pricelist_ids">
<tree editable="bottom" string="Pricelist">
<field name="min_quantity"/>