runbot/runbot_test/__manifest__.py
William Braeckman f2e79007b9 [IMP] runbot: implement public model mixin
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.
2025-03-13 15:15:11 +01:00

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',
],
}