-1

I want to use Point of Sale odoo 14 community version. I want to know how i can handle purchase using POS so, qty to be sale update auto?

In product what is purpose of Can be Purchased. How i can made purchase?

  • Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. – Community Aug 30 '21 at 16:19
  • In point of sale module there is a field inventory_quantity (On Hand Quantity). I want to know how to update this fields when balance goes to 0 (zero). – Muhammad Saleem Sep 02 '21 at 07:45

1 Answers1

0

First I will give second question's answer.

Can be sold: If it is checked, you will be able to select the product in the Sales Order Lines

Can be purchased: If it is checked, you will be able to select the product in the Purchase Order Lines

So you want to handle your purchases in POS so my answer is NO, YOU CAN NOT without doing customization or by using third party module example

Adam Strauss
  • 1,889
  • 2
  • 15
  • 45
  • Thank you, Noted. I have beginner level knowledge but i will try to customize and link to Purchase module with Point of Sale. – Muhammad Saleem Aug 28 '21 at 14:03
  • For this i have installed Purchase module and create Purchase Order. Its update inventory_quantity (On Hand Quantity) field. So, my required feature already available, no need to customise. – Muhammad Saleem Sep 02 '21 at 11:34