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] odoo: count should be distinct in read_group #22708

Commits on Mar 9, 2018

  1. [FIX] odoo: count should be distinct in read_group for filters like '…

    …unread messages' or 'activity' in both view kanban or list;
    
    before this commit
    	- apply filters like 'unread messages', 'late activity' etc with any group by then result is total number of unread messages or activity
    after this commit
    	- apply filters like 'unread messages', 'activity' with any group by then result should display total no of records which have unread messages or activity.
    dbh-odoo committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    cd5d516 View commit details
    Browse the repository at this point in the history
  2. [ADD] test_mail: add test case

    - if filter apply for 'unread messages' or 'activity' with group by then result of read group should be total number of records not count of total number of unread messages or total number of activity
    dbh-odoo committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    9420371 View commit details
    Browse the repository at this point in the history