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] stock: date field on move line after _action_done #23846

Merged
merged 1 commit into from Mar 23, 2018

Commits on Mar 23, 2018

  1. [FIX] stock: date field on move line after _action_done

    We make the date field behaves similarly to the date field on the stock
    move line: before `_action_done` is called, it is the created date,
    after, it is the date done.
    
    Note that this field is only used in a report of the stock move lines.
    
    Fixes odoo#23725
    sle-odoo committed Mar 23, 2018
    Copy the full SHA
    bf2045d View commit details
    Browse the repository at this point in the history