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] google_drive: current record #27126

Merged
merged 1 commit into from Sep 21, 2018

Commits on Sep 20, 2018

  1. [FIX] google_drive: current record

    - Open a partner view, click on Action > Partner Review
    - Switch to another partner
    - Click again on Action > Partner Review
    
    The Google Doc file of the second partner is the same than the first
    partner.
    
    This is due to `_onGoogleDocItemClicked` which is always called with the
    same `resID`, i.e. the `resID` used at `start`.
    
    We retrieve the active ID at each click instead.
    
    opw-1882068
    nim-odoo committed Sep 20, 2018
    Copy the full SHA
    4a60b61 View commit details
    Browse the repository at this point in the history