[ADD]Yaltik DSL : add separator
This commit is contained in:
parent
59af616aab
commit
430e725fc9
@ -19,7 +19,7 @@
|
|||||||
'name': 'Yaltik Odoo DSL base module and fns',
|
'name': 'Yaltik Odoo DSL base module and fns',
|
||||||
'summary': 'Yaltik Odoo Domain Specific Language base module and functions',
|
'summary': 'Yaltik Odoo Domain Specific Language base module and functions',
|
||||||
'description': """ Yaltik Odoo Domain Specific Language base module and functions """,
|
'description': """ Yaltik Odoo Domain Specific Language base module and functions """,
|
||||||
'version': '10.0.0.5.0',
|
'version': '10.0.0.5.1',
|
||||||
'category': 'Yaltik',
|
'category': 'Yaltik',
|
||||||
'author': 'Fabien Bourgeois',
|
'author': 'Fabien Bourgeois',
|
||||||
'license': 'AGPL-3',
|
'license': 'AGPL-3',
|
||||||
|
@ -98,6 +98,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…
Reference in New Issue
Block a user