odoo/enterprise#71815
Created by POS IoT, Jainam Shah (sjai)
Merged
at 4c6ccbdce4b0780d22dba3e2f89a66af8a2040b6
Statuses:
- legal/cla: Contributor License Agreement check
- ci/runbot: Odoo Test Suite
- ci/upgrade_enterprise: Test upgrades for enterprise master
- ci/style: Optional style check. Ignore it only if strictly necessary.
- ci/security: Required security check. Can only be ignored by security team.
- ci/l10n: (runtime 1s)
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