Point of Sale
Point of Sale is a fully integrated application that allows you to sell products (online or offline) with any device. It also automatically registers product moves in your stock, gives you real-time statistics, and consolidations across all shops. In this chapter, we will see how to modify the Point of Sale application.
In this chapter, we will cover the following topics:
- Adding custom JavaScript/SCSS files
- Adding an action button to the keyboard
- Making RPC calls
- Modifying the Point of Sale screen UI
- Modifying existing business logic
- Modifying customer
Note
The Point of Sale application is mostly written in JavaScript. This chapter is written assuming that you have a basic knowledge of JavaScript. This chapter also uses the OWL framework, so if you are unaware of these JavaScript terms, check out Chapter 16, The Odoo Web Library (OWL).
Throughout this chapter, we will be using an add-on module called point_of_sale_customization...