[ADD]Yaltik DSL : add separator (source)
This commit is contained in:
parent
430e725fc9
commit
2cab9fe8f9
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user