Multi categories in POS
Use multiple categories per product in POS
By default, you can select only one POS category for a product. The module allows to use multiple POS categories per product and it should be noted that all existing ones will be removed from products after installation.
Open a product edit form and select POS categories.
Start a POS session to check the availability of the product in categories.
Need our service?
Contact us by email or fill out request form
- apps@it-projects.info
- https://www.it-projects.info/page/website.contactus
- skype@it-projects.info
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Point of Sale (point_of_sale)
• Inventory Management (stock) • Discuss (mail) |
| Lines of code | 256 |
| Technical Name |
itp_pos_category_multi |
| License | AGPL-3 |
| Website | https://it-projects.info |
Multi categories in POS
Installation
When the module has been installed, pos_categ_id field (model: Product) with many2one type will be deactivated. It will create pos_category_ids field with many2many type instead. Values of the field are not transferred (it is possible to implement in the future).
Usage
After installation check that categories are empty.
- Add some product into two different POS categories
- Open the first category
- Check the product is available in
- Then open the second category and check the same.
Uninstallation
After the module uninstallation pos_category_ids field will be deleted and pos_categ_id field will be activated.
Please log in to comment on this module