[FIX] Add tooltip for supplier prices

bzr revid: jco@openerp.com-20130321143459-qqain0zq8jgdhbbp
This commit is contained in:
Josse Colpaert 2013-03-21 15:34:59 +01:00
parent 31efad4ecd
commit d02c984059
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 based on supplier prices. </p>
<field groups="product.group_purchase_pricelist" name="pricelist_ids">
<tree editable="bottom" string="Pricelist">
<field name="min_quantity"/>