Purchase - Order Qty By Product Category
Purchase - Order Qty By Product Category
This module is used to display product quantities involved in a PO grouped by product category.
Table of contents
Usage
Once the module is installed, you can configure whether quantities should be split by UoM by default. To do so, you can:
- configure an ir.config_parameter record, with key "purchase_ordered_qty_by_product_category.split_by_uom" and value "1"
- go to the Purchase settings and flag the "Split Quantity Category By UoM" checkbox
You can also configure whether reference UoM should be used for grouping. To do so, you can:
- configure an ir.config_parameter record, with key "purchase_ordered_qty_by_product_category.split_by_uom_reference" and value "1"
- go to the Purchase settings and flag the "Split Quantity Category By Reference UoM" checkbox
NB: splitting by reference UoM is available only if splitting by UoM is activated first.
Bug Tracker
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.
Credits
Authors
- Camptocamp
- Italo Lopes
Contributors
- Italo Lopes <italo.lopes@camptocamp.com>
- Silvio Gregorini <silvio.gregorini@camptocamp.com>
Maintainers
This module is maintained by the OCA.
OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
This module is part of the OCA/purchase-workflow project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
Once the user has seen at least one product this snippet will be visible.