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
  • #678
Closed
Open
Issue created Jan 26, 2016 by Tulio Ruiz@ruiztulioOwner

Wrong product_template changed when changing UOM for product

Created by: diggy128

In product_uom_update module, when trying to change a product's UOM, the query feeds the id from product_product though the table changed is product_template so, in line 69 in product_uom_update should be:

-                    product_ids_validate.append(dst_product_id.id)
+                    product_ids_validate.append(dst_product_id.product_tmpl_id.id)
Assignee
Assign to
Time tracking