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
  • #465
Closed
Open
Issue created Sep 29, 2015 by Tulio Ruiz@ruiztulioOwner

Module 'product_do_merge' will not work when module 'delivery' is installed

Created by: jbeficent

Dear Vauxoo team,

We have identified that the module 'product_do_merge' will not be able to merge two products when the module 'delivery' is installed.

The root cause of this issue is that the module 'delivery' adds deliverately the unit of measure 'kg' in stock moves, and this UoM does not necessarily have to be in the same category as the product.

As you know, your module will raise an error message if it detects a UoM in any object that refers to a product, that is not in the same UoM category.

Since this weight UoM added to stock moves is really dummy (Kg by default, with no possibility to change), we have added a module that will default this field weight unit to blank in stock moves. https://github.com/Eficent/eficent-odoo-addons/tree/7.0/delivery_no_weight_unit

Once you install this module and make an update SQL query to delete all data from this field in the database, it will be possible to merge products.

I'm not sure if you have had this issue before, and perhaps you know a better way to approach this, but this is what we've done.

Regards, Jordi.

Assignee
Assign to
Time tracking