You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An error is raised Client-Side when the user pick Quotation lines from a defined template
To Reproduce
Create a new Quotation.
Populate the field sale_order_template_id (Quotation Template).
Get the error:
(image from runboat OCA)
Affected versions:
16.0
Additional context
With some debugging I found that in this case the props.value is undefined. By standardFieldProps, value can't be optional and for this reason the schema validation raise the error OwlError: Invalid props for component 'PriceHistoryWidget': 'value' is undefined (should be a value).
Ping for @Yadier-Tecnativa that migrate the old widget into the new OWL system. Any idea?
The text was updated successfully, but these errors were encountered:
Module
sale_order_line_price_history
Describe the bug
An error is raised Client-Side when the user pick Quotation lines from a defined template
To Reproduce
(image from runboat OCA)
Affected versions:
16.0
Additional context
With some debugging I found that in this case the
props.value
is undefined. BystandardFieldProps
,value
can't be optional and for this reason the schema validation raise the errorOwlError: Invalid props for component 'PriceHistoryWidget': 'value' is undefined (should be a value)
.Ping for @Yadier-Tecnativa that migrate the old widget into the new OWL system. Any idea?
The text was updated successfully, but these errors were encountered: