odoo/tutorials#897

Created by Kalpan P Desai (kdes)

Blocked

label
odoo-dev:18.0-training-task-pos_salesperson-kdes
head
a03981a671cee215b931b0c69b1f1bd91ea9c096
odoo/tutorials
18.0 #897 missing r+
master

[ADD] point_of_sale: added salesperson field

Introduced the functionality to assign a salesperson to a Point of Sale order.

Added new dialog menu, populated with employees from hr.employee, has been added
to the main POS interface.

A (Many2one) field was added to the model to store
the selected employee.

The POS Order form and list views in the backend have been updated to display the salesperson's name.

Employee data is now loaded into the POS session to make it available in the UI.

task-4968717