This question has been flagged
1 Reply
1872 Views

I dont know if its because of a different version, Im on v10, but the +/- button doesnt perform the same function anymore. In other words, I cant use it to return an item because it doesnt turn the 1 selected item into a (-) negative quantity, instead it just removes it from the cart.


Also, the Split bill feature isnt available anymore on the virtual keyboard. 


Any ideas why? Thanks

Avatar
Discard
Best Answer

1.) If you are using 10.0 development branch, once there was bug of Negative Price value after this commit, which might be related to yours  :

https://github.com/odoo/odoo/commit/5afb5ecd04cf49be6bedb655b187b19a65e1e02d

The counter commit to solving this issue has also been migrated to 10 branch.
So if your branch is in between you can fetch the latest commits, and your issue should get solved.
- Bill Split will available when enabling restaurant module, hope you are doing same. Please provide us more info about that so we can explore further.

https://github.com/odoo/odoo/commit/33d20a224164cd83f09018addcf02496f22bced2#diff-b4910f2e838d1b125a771a87dfb8afda
Avatar
Discard
Author

Ok when you say "enable restaurant module" you mean the feature that activates floor plans? But what if we dont want to use floor plans?

Yes, i am talking about the floor plan feature. In general, bill split needs into cases like restaurant, where there might be more than 2 groups are sharing the same table and they want to split there bill, so considering the use case odoo has developed it so. If you would like to use that same, you might into make some customization on the coding side to work with default POS.