-
- Downloads
[IMP] point_of_sale: Added customer_note on order lines
In some use cases, the seller in point of sale needs to add a note on an
order line that has to be displayed on the receipt. So we've added a
field on the order line to set a note.
The note is also set on the invoice if the order is invoiced.
closes odoo/odoo#71598
Task-id: 2556994
Signed-off-by:
pimodoo <pimodoo@users.noreply.github.com>
Showing
- addons/point_of_sale/__manifest__.py 1 addition, 0 deletionsaddons/point_of_sale/__manifest__.py
- addons/point_of_sale/models/pos_config.py 1 addition, 0 deletionsaddons/point_of_sale/models/pos_config.py
- addons/point_of_sale/models/pos_order.py 15 additions, 1 deletionaddons/point_of_sale/models/pos_order.py
- addons/point_of_sale/static/src/css/pos.css 11 additions, 0 deletionsaddons/point_of_sale/static/src/css/pos.css
- addons/point_of_sale/static/src/css/pos_receipts.css 4 additions, 0 deletionsaddons/point_of_sale/static/src/css/pos_receipts.css
- addons/point_of_sale/static/src/js/Screens/OrderManagementScreen/OrderlineDetails.js 3 additions, 0 deletions.../src/js/Screens/OrderManagementScreen/OrderlineDetails.js
- addons/point_of_sale/static/src/js/Screens/ProductScreen/ControlButtons/OrderlineCustomerNoteButton.js 40 additions, 0 deletions...oductScreen/ControlButtons/OrderlineCustomerNoteButton.js
- addons/point_of_sale/static/src/js/Screens/ProductScreen/Orderline.js 3 additions, 0 deletions..._of_sale/static/src/js/Screens/ProductScreen/Orderline.js
- addons/point_of_sale/static/src/js/models.js 14 additions, 1 deletionaddons/point_of_sale/static/src/js/models.js
- addons/point_of_sale/static/src/xml/Screens/OrderManagementScreen/OrderlineDetails.xml 6 additions, 0 deletions...rc/xml/Screens/OrderManagementScreen/OrderlineDetails.xml
- addons/point_of_sale/static/src/xml/Screens/ProductScreen/ControlButtons/OrderlineCustomerNoteButton.xml 12 additions, 0 deletions...ductScreen/ControlButtons/OrderlineCustomerNoteButton.xml
- addons/point_of_sale/static/src/xml/Screens/ProductScreen/Orderline.xml 6 additions, 0 deletions...f_sale/static/src/xml/Screens/ProductScreen/Orderline.xml
- addons/point_of_sale/static/src/xml/Screens/ReceiptScreen/OrderReceipt.xml 5 additions, 0 deletions...ale/static/src/xml/Screens/ReceiptScreen/OrderReceipt.xml
- addons/point_of_sale/static/tests/tours/OrderManagementScreen.tour.js 8 additions, 1 deletion..._of_sale/static/tests/tours/OrderManagementScreen.tour.js
- addons/point_of_sale/static/tests/tours/ProductScreen.tour.js 10 additions, 0 deletions...ns/point_of_sale/static/tests/tours/ProductScreen.tour.js
- addons/point_of_sale/static/tests/tours/ReceiptScreen.tour.js 8 additions, 0 deletions...ns/point_of_sale/static/tests/tours/ReceiptScreen.tour.js
- addons/point_of_sale/static/tests/tours/helpers/CompositeTourMethods.js 4 additions, 1 deletion...f_sale/static/tests/tours/helpers/CompositeTourMethods.js
- addons/point_of_sale/static/tests/tours/helpers/OrderManagementScreenTourMethods.js 17 additions, 1 deletion...c/tests/tours/helpers/OrderManagementScreenTourMethods.js
- addons/point_of_sale/static/tests/tours/helpers/ProductScreenTourMethods.js 31 additions, 0 deletions...le/static/tests/tours/helpers/ProductScreenTourMethods.js
- addons/point_of_sale/static/tests/tours/helpers/ReceiptScreenTourMethods.js 8 additions, 0 deletions...le/static/tests/tours/helpers/ReceiptScreenTourMethods.js
Loading
Please register or sign in to comment