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
- pos@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)
• Discuss (mail) • Inventory (stock) • Invoicing (account) |
| Lines of code | 282 |
| Technical Name |
itp_pos_category_multi |
| License | See License tab |
| 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.
The MIT License (MIT) Copyright 2020 IT-Projects Labs Copyright 2015-2020 IT-Projects LLC Copyright 2014-2015 Ivan Yelizariev Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module