Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[16.0][BUG][sale_order_line_price_history] OWL Error when add lines with Quotation Template function #2908

Open
dariodelzozzo opened this issue Jan 19, 2024 · 0 comments
Labels

Comments

@dariodelzozzo
Copy link
Contributor

dariodelzozzo commented Jan 19, 2024

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

  1. Create a new Quotation.
  2. Populate the field sale_order_template_id (Quotation Template).
  3. Get the error:
    (image from runboat OCA)

image

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant