[IMP] Item in products table show now article and tags (using display_name of product instead of name)
This commit is contained in:
parent
be8cba4711
commit
be85eb4649
@ -200,7 +200,7 @@ class ContractWizard(models.TransientModel, Extension):
|
|||||||
"products": [
|
"products": [
|
||||||
{
|
{
|
||||||
"number": next(counter),
|
"number": next(counter),
|
||||||
"label": item.product_id.name,
|
"label": item.product_id.display_name,
|
||||||
"description": item.product_id.description_sale,
|
"description": item.product_id.description_sale,
|
||||||
"count": item.product_uom_qty,
|
"count": item.product_uom_qty,
|
||||||
"unit": item.product_uom.name,
|
"unit": item.product_uom.name,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user