Код: Выделить всё
odoo.tools.convert.ParseError: while parsing None:3, somewhere inside.

Не могу понять, что я делаю не так. Кто-нибудь может мне помочь?
Большое спасибо!
Код: Выделить всё
# Module structure
my_module/
├── __init__.py
├── __manifest__.py
└── views/
└── attendee_calendar_common_popover_extension.xml
# __manifest__.py
{
'name': 'My Module',
'version': '1.0',
'summary': 'Estende la vista del calendario per aggiungere più campi',
'category': 'Calendar',
'depends': ['calendar'],
'data': [
'views/attendee_calendar_common_popover_extension.xml',
],
'installable': True,
'application': False,
}

< Strong>Родительский просмотр
https://github.com/odoo/odoo/blob/16.0/ ... opover.xml
Подробнее здесь: https://stackoverflow.com/questions/786 ... in-odoo-16