Fields: A field is defined as class attribute on a model class. Fields as descriptors: In general, a descriptor is an object attribute with 'binding behavior', one whose attribute access has been overridden by methods in the descriptor...
Odoo New API Implementation Using Metaclasses and Decorators API: An API(Application Programming Interface) is a set of defined functions and methods for interfacing with the underlying system or program or service running on the computer. Metaclass: A metaclass...
Environment: An environment wraps data for ORM records: 'cr', the current database cursor. 'uid', the current user id. 'context', the current context dictionary. It also provides access to the registry, a cache for records, and a data structure...
Active Record: Active Record is the M in MVC - the model - which is the layer of the system responsible for representing business data and logic. Active Record facilitates the creation and use of business objects whose...
Definition: An API(Application Programming Interface) is a set of defined functions and methods for interfacing with the underlying system or program or service running on the computer. The primary motivations behind new API: Odoo development must be simple....
Odoo v8.0 has been released on 14th september 2014! You can try it online immediately on https://www.odoo.com/start and download the final release on https://www.odoo.com/page/download. More information: - Announcement: http://bit.ly/1miy5K2 - Presentation: https://www.odoo.com/openerp_website/static/odoo8/index.html - What is Odoo (video): https://www.youtube.com/watch?v=o0UM3Lg7K4Y...