[ADD]Yaltik DSL : add separator (source)

This commit is contained in:
Fabien BOURGEOIS 2022-11-20 23:41:04 +01:00
parent 6db81ee501
commit 1a4bed211a

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# __coconut_hash__ = 0x98b383b7
# __coconut_hash__ = 0x4944f425
# Compiled with Coconut version 2.1.1 [The Spanish Inquisition]
@ -135,6 +135,7 @@ field_arch = lambda *args: field({'name': 'arch', 'type': 'xml'}, *args)
# Search
filter = lambda *args: xmln('filter', *args)
separator = lambda *args: xmln('separator', *args)
# Views
view = lambda xmlid, children: record({'id': xmlid, 'model': 'ir.ui.view'}, children)