zesov / odoo-package-hierarchy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

package_hierarchy

Build Status

Extend stock.quant.package model to work with parent packages, which in some cases is needed when working with packages inside pallets.

Features of this module

This module adds the following features:

  • Ability to set the parent package of a package
  • Ability to move a package into another package when a stock.picking is done
  • Check that all the content of a parent package is in the same location

To change

  • Stock.quant.packge has a field name called parent_ids but in the compute function uses ancestor_ids
  • Parent package is only shown at package view if it is set, change it to be able to set it when it is empty
  • Packages button (top right of stock.picking.form view) only shows packages, update it to also show parent packages

About

License:GNU Lesser General Public License v3.0


Languages

Language:Python 99.2%Language:Dockerfile 0.8%