odoo/tutorials#880
Created by Dhruvrajsinh Zala (zadh)
Blocked
- Merge method
- Review
-
CI
- ci/style: (runtime 2s)
- ci/tutorial: (runtime 88s)
- label
- odoo-dev:18.0-pos-choose-salesperson-zadh
- head
- 93f4f84681250debce90bb092ea31aed90cf28b0
odoo/tutorials | |
---|---|
18.0 | #880 missing r+ |
master |
[ADD] pos_salesperson: add salesperson dropdown and order field
Before:
-The POS billing screen did not have any option to select a salesperson.
-Salesperson data was not captured or displayed in POS order records.
After:
-Introduced a dropdown menu in the POS billing screen to select a salesperson (employee) from the available list.
-Captured the selected salesperson in each POS order.
-Displayed the salesperson field in both the POS order form view and list view.
Impact:
-Allows tracking of which employee handled each sale.
Task: [4968061]