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

Syncing from upstream OCA/server-tools (16.0) #1288

Merged
merged 5 commits into from
Sep 12, 2023
Merged

Commits on Sep 11, 2023

  1. FIX: auditlog consistency with Many2one fields

    Odoo allows creating or updating records with values like ``{"many2one_field_id": empty.recordset()}``,
    but this crashes when using ``deepcopy``, which fails in recreating the ``api.Environment`` object
    attached to the recordset.
    This commit should fix the issue by updating the values before passing them to ``deepcopy``.
    SilvioC2C authored and PieterPaulussen committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    75c20bb View commit details
    Browse the repository at this point in the history
  2. Merge PR #2710 into 16.0

    Signed-off-by pedrobaeza
    OCA-git-bot committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    b45341b View commit details
    Browse the repository at this point in the history
  3. auditlog 16.0.2.0.2

    OCA-git-bot committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    7c30b17 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0649bac View commit details
    Browse the repository at this point in the history
  5. [UPD] README.rst

    OCA-git-bot committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    481129d View commit details
    Browse the repository at this point in the history