Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • Tryton Tryton
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 766
    • Issues 766
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 92
    • Merge requests 92
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Due to a massive storm of spam, registration on this instance now requires explicit administrator approval. Sorry for the added friction, we're also looking into automatic filtering options.

  • TrytonTryton
  • TrytonTryton
  • Merge requests
  • !132

Do not use class value of Reference field if it is not a ModelStorage

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Cédric Krier requested to merge topic/default/trytond-modelstorage-reference-domain-no-id into branch/default Jan 07, 2023
  • Overview 0
  • Commits 1
  • Pipelines 2
  • Changes 2

When Reference fields store partial reference, the value is the stored string instead of an instance. So the class of the value is then str which can not be used for domain validation.

Closes #11954 (closed)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: topic/default/trytond-modelstorage-reference-domain-no-id