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

[REF] resource_work_time_from_contracts: remove readonly #312

Open
wants to merge 2 commits into
base: 16.0
Choose a base branch
from

Commits on Feb 2, 2024

  1. [REF] resource_work_time_from_contracts: remove readonly

    This line has the side effect of issuing a warning
    for all models inheriting resource.mixin and setting defaults
    to resource_calendar_id.
    
    The readonly was introduced to prevent modifications by the user
    since the modules computes it. It is however to relevant since
    the field is hidden (readonly parameter only affects the views).
    robinkeunen committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    8d6eb34 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    7047976 View commit details
    Browse the repository at this point in the history