[ADD]Yaltik DSL : add separator (source)

This commit is contained in:
Fabien BOURGEOIS 2022-11-20 23:43:24 +01:00
parent 430e725fc9
commit 2cab9fe8f9
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python2
# -*- coding: utf-8 -*-
# __coconut_hash__ = 0xfb8bf4b7
# __coconut_hash__ = 0x8b091192
# 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)