0

How to not load data res.partner in POS Odoo? Because row on the res.partner table is a lot and makes load POS so long. Thanks

1 Answers1

0

You can do one thing if res.partners are not that much necessary then do not load that in POS. Another way is apart from doing what you said you can create a check box in res.partner for allowing to load only checked partners in POS. Like in product.template there is a check box "Available in POS" which only allows to load product in POS which are checked from that box. Same you can do in res.partners. Only load that partners whoes checkbox is cheked.

Keval Mehta
  • 689
  • 3
  • 28