mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00

The mixin provides tooling for graphql-ish requests with request and response schemas. The goal is to safely expose fields through a public api where public users may request data for a given schema similar to how graphql works.
16 lines
347 B
Python
16 lines
347 B
Python
# -*- coding: utf-8 -*-
|
|
{
|
|
'name': "runbot test",
|
|
'summary': "Runbot test",
|
|
'description': "Runbot test",
|
|
'author': "Odoo SA",
|
|
'website': "http://runbot.odoo.com",
|
|
'category': 'Website',
|
|
'version': '1.0',
|
|
'depends': ['runbot'],
|
|
'license': 'LGPL-3',
|
|
'data': [
|
|
'security/ir.model.access.csv',
|
|
],
|
|
}
|