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

[FW][FIX] account: constrict activities summaries within containing card #162551

Commits on Apr 19, 2024

  1. [FIX] account: constrict activities summaries within containing card

    Issue
    -----
    
    The activities summaries displayed by the misc. operations  view in the accounting
    app take up the entire screen and span across the card if the activity summary
    is too long.
    
    Steps
    -----
    
     - Open the Accounting App.
     - Create a new entry from 'Miscellaneous Operations'.
     - Add an activity with a long summary.
     - Go back the dashboard. The summary will try to span the entire width.
    
    Cause
    -----
    
    The activities are displayed with a field tag in the kanban view. The field tag
    refers to the activities js component as a widget. Due the use of a widget attribute,
    the template generates a div with class: "o_field_widget". This class is defined
    to have a css "display" attribe with a default value of "inline-block". Using "inline-block"
    causes the activity row to take up the whole width.
    
    opw-3839992
    
    X-original-commit: dec1f87
    mizosoft committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    20093a9 View commit details
    Browse the repository at this point in the history