Fall 5402: CR1 - Händlerrabatt
parent
34e03cf31f
commit
14dc3c2f7e
|
|
@ -446,7 +446,7 @@ class SaleOrderLine(models.Model):
|
||||||
pricelist_context = dict(context_partner, uom=self.product_uom.id)
|
pricelist_context = dict(context_partner, uom=self.product_uom.id)
|
||||||
|
|
||||||
price, rule_id = self.order_id.pricelist_id.with_context(pricelist_context).get_product_price_rule(
|
price, rule_id = self.order_id.pricelist_id.with_context(pricelist_context).get_product_price_rule(
|
||||||
self.product_id, self.product_uom_qty or 1.0, self.order_id.partner_id)
|
self.product_id, self.product_uom_qty or 1.0, self.order_id.partner_invoice_id)
|
||||||
new_list_price, currency_id = self.with_context(context_partner)._get_real_price_currency(self.product_id,
|
new_list_price, currency_id = self.with_context(context_partner)._get_real_price_currency(self.product_id,
|
||||||
rule_id,
|
rule_id,
|
||||||
self.product_uom_qty,
|
self.product_uom_qty,
|
||||||
|
|
|
||||||
|
|
@ -46,7 +46,7 @@
|
||||||
<attribute name="col">3</attribute>
|
<attribute name="col">3</attribute>
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="//group[@name='sales_person']" position="after">
|
<xpath expr="//group[@name='sales_person']" position="after">
|
||||||
<group name="positions" string="Position">
|
<group name="production" string="Produktion">
|
||||||
<field name="assembled"/>
|
<field name="assembled"/>
|
||||||
<field name="line_id"/>
|
<field name="line_id"/>
|
||||||
</group>
|
</group>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue