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

[FIX] website: form visibility shows ids instead of labels #155531

Commits on Feb 29, 2024

  1. [FIX] website: form visibility shows ids instead of labels

    This commit resolves an issue (arose in [1]) where a select field was
    displaying IDs instead of labels.
    
    Steps to reproduce:
    
    - Navigate to edit mode
    - Drop a form block.
    - Select the form action type "create customer" (CRM app must be
      installed).
    - Add a field for "country".
    - Add another field and set its visibility to depend on the country
      value.
    
    Issue:
    Users are seeing IDs instead of country labels.
    
    [1]: odoo@a54f11e
    
    task-3460326
    SergeBayet committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    6bcf6f4 View commit details
    Browse the repository at this point in the history