[ADD]Yaltik DSL : add separator (source)
This commit is contained in:
parent
6db81ee501
commit
1a4bed211a
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# __coconut_hash__ = 0x98b383b7
|
# __coconut_hash__ = 0x4944f425
|
||||||
|
|
||||||
# Compiled with Coconut version 2.1.1 [The Spanish Inquisition]
|
# 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
|
# Search
|
||||||
filter = lambda *args: xmln('filter', *args)
|
filter = lambda *args: xmln('filter', *args)
|
||||||
|
separator = lambda *args: xmln('separator', *args)
|
||||||
|
|
||||||
# Views
|
# Views
|
||||||
view = lambda xmlid, children: record({'id': xmlid, 'model': 'ir.ui.view'}, children)
|
view = lambda xmlid, children: record({'id': xmlid, 'model': 'ir.ui.view'}, children)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user