- 
                
How to Access old API in Odoo ?
almost 10 years ago
 
- 
          
          
almost 10 years ago
There are few more useful decorators that will allow using the old API for methods in a better way:
- @api.v7
 - @api.cr_uid_context
 - @api.cr_uid_ids_context
 
 - 
          
 
almost 10 years ago
almost 10 years ago
There are few more useful decorators that will allow using the old API for methods in a better way:
1 Comment(s)