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

[IMP] studio: studio widgets improvements #30131

Closed
wants to merge 2 commits into from

Commits on Apr 24, 2019

  1. [REF] web, *: remove one2many_list widget

    This widget was exactly the same as a `one2many` and was kept for backward
    compatibility reasons. It can be safely removed in master.
    
    Related to task 1918327
    mgeubelle committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    c88fdf5 View commit details
    Browse the repository at this point in the history
  2. [IMP] web, *: add a description to generic widgets

    A `description` key has been added on AbstractField and all generic
    field widgets ; it is used to display a more user friendly name (both in
    the webclient and in Studio).
    
    Non-generic field widgets have an empty string as description.
    
    Related task 1918327
    
    Co-authored-by: Mohammed Shekha <msh@openerp.com>
    2 people authored and mgeubelle committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    deca6f8 View commit details
    Browse the repository at this point in the history