Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A addons-vauxoo
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 52
    • Issues 52
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • vauxoovauxoo
  • addons-vauxoo
  • Issues
  • #789
Closed
Open
Issue created Mar 10, 2016 by Tulio Ruiz@ruiztulioOwner

[BUG] Error using picking.message_ids.search() to find the sub set messages for the given picking

Created by: zaoral

module: stock_picking_log_message_transfer

Make a POC of the next section of unit test

            picking = picking.message_ids.search([
                ('body', 'ilike', '%Picking transfered%')])

complete original code here

I presume that the search result involves all the mail.message in the system, and not the picking.message_ids sub set as it was planned to.

NOTE: This error was introduce in PR #785

HINT: Use filtered instead search will fix the error

Assignee
Assign to
Time tracking