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][IMP] spreadsheet_dashboard_oca: Dashboard editability #31

Merged

Commits on May 29, 2024

  1. [IMP] spreadsheet_dashboard_oca: Dashboard editability

    All the spreadsheet dashboards coming from Odoo in the modules
    spreadsheet_dashboard* are noupdate="0", which means that if you
    modify anything via this module, and then you update the module, all the
    changes will be lost.
    
    To avoid frustrations and to allow seamless updates, the following
    mechanisms have been put in place:
    
    - Spreadsheet dashboards now have an active field.
    - Only the manually created dashboards or those coming from data
      with noupdate="1" will be editable.
    - There's a mechanism for copying existing dashboards.
    
    So, for modifying one of the standard dashboards, the steps will be:
    
    - Duplicate it through the "Copy" button.
    - Disable the standard one.
    - Edit the copy.
    
    TT49379
    pedrobaeza committed May 29, 2024
    Configuration menu
    Copy the full SHA
    5b9316b View commit details
    Browse the repository at this point in the history