-
How to Access old API in Odoo ?
almost 9 years ago
-
almost 9 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 9 years ago
almost 9 years ago
There are few more useful decorators that will allow using the old API for methods in a better way:
1 Comment(s)