tutorials icon indicating copy to clipboard operation
tutorials copied to clipboard

[ADD] pos_salesperson: added salesperson choosing button in POS

Open abpa-odoo opened this issue 8 months ago • 2 comments

  • inherited pos.order and pos.session add a Salesperson_id field in pos.order model to track assigned sales representatives.
  • Loaded the hr.employee model in pos.session to access salesperson data.
  • Created a 'SelectSalesperson' Button component for selecting a salesperson.
  • Patched ControlButtons to include the salesperson selection option.
  • created setSalesperson and getSalesperson functions in POS Order to manage salesperson .
  • Displayed the salesperson on the billing screen .

abpa-odoo avatar Apr 03 '25 09:04 abpa-odoo

Pull request status dashboard

robodoo avatar Apr 03 '25 09:04 robodoo

Also Task id is missing in the commit message.

adsh-odoo avatar Apr 17 '25 08:04 adsh-odoo