Monday, 22 September 2014

Odoo New API: Recordsets

Odoo New API: Recordsets

Recordset: A recordset is: An ordered collection of records. One concept to replace:               - browse records,               - browse lists,          ...
2 comments
Odoo New API: Fields

Odoo New API: Fields

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...
No comments
Odoo New API: Metaclasses and Decorators

Odoo New API: Metaclasses and Decorators

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...
No comments

Sunday, 21 September 2014

Odoo New API: Environment

Odoo New API: Environment

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...
1 comment
Odoo New API: Active Record Pattern

Odoo New API: Active Record Pattern

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...
No comments
Odoo: New API

Odoo: New API

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....
1 comment
Odoo v8.0 has been released

Odoo v8.0 has been released

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...
1 comment
Pages (3)123 Next