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_crm_partner_assign: stage breadcrumb in order #31237

Commits on Feb 19, 2019

  1. [FIX] website_crm_partner_assign: stage breadcrumb in order

    If the stage breadcrumb on the portal view is too long, it could get on
    two lines but since they are righ-aligned in inversed order, the second
    line (or more) will be the first stages.
    
    With this fix, the breadcrumbs are left-aligned so on two line the
    second line are the last breadcrumbs.
    
    Also there was possibly a different order than backend since the order
    is on "sequence, name, id" in backend but was just "sequence" here.
    
    opw-1934497
    closes odoo#31237
    nle-odoo committed Feb 19, 2019
    Copy the full SHA
    ed1200d View commit details
    Browse the repository at this point in the history