This module is a technical module that adds several fields on product.template
model:
uom_package_id
that is a new optional unit of measure, that is the package quantity used for sale the product.
uom_package_qty
. if defined, the sale should be a multiple of the fielduom_package_qty
(if defined) or a multiple of theuom_id
otherwise.
Table of contents
- Add constrains, regarding uom type;
- Add tests
Maybe:
* Add also, uom_package_min_qty on product.template
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback.
Do not contact contributors directly about support or help with technical issues.
- GRAP
- Sylvain LE GAL (https://www.twitter.com/legalsylvain)
This module is part of the grap/grap-odoo-incubator project on GitHub.
You are welcome to contribute.