- Odoo 12 Development Essentials
- Daniel Reis
- 45字
- 2021-07-02 14:18:49
The business logic layer
The business logic layer encodes the application's business rules, such as validations and automatic computations. We will add the logic for our button now. This is done with Python code, using the methods in the Python class that represent the model.