Merge branch 'development' into 'master'
[IMP] Item in products table show now article and tags (using display_name of... See merge request odoo/client_contracts!14
This commit is contained in:
commit
ab7b66d1f3
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -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