odoo/enterprise#71815

Created by POS IoT, Jainam Shah (sjai)
Merged at 4c6ccbdce4b0780d22dba3e2f89a66af8a2040b6

Statuses:

Linked pull requests
label
odoo-dev:master-pos-internal-notes-sjai
head
bfdd6f11e52fa98ac4f177ed4f2db3250aea9013
merged
7 months ago by POS IoT, Adrien Guilliams (adgu)
odoo/odoo odoo/enterprise
master #183416 #71815

[IMP] pos_preparation_display: handle internal notes nicely

Before this commit:

  • Internal notes were not associated with any colors.
  • All notes were handled from one place customer_note_button making very messy

After this commit:

  • Colors are now displayed for note tags in the product screen and internal notes popup.
  • Now OrderlineNoteButton will be treated as a basic component for all notes and rest notes will extend to fulfill the functionalities to make code cleaner and easy to understand.

task-3850741
Related PR: odoo/odoo#183416