author

Method Decorators in Odoo 14

Decorators can be used to update the method environment. It is helpful for extending the characteristics of a function or adding functionality to a process that has specific requirements. These decorators explicitly pass parameters to the method. This allows you to write functions smoothly and avoid complexity. There are many types of decorators used in […]