mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
[IMP] runbot: add python_code filter
This commit is contained in:
parent
fdb144a3af
commit
788114776b
@ -177,6 +177,12 @@
|
||||
<search string="Search config step">
|
||||
<field name="name"/>
|
||||
<field name="group_name"/>
|
||||
<field name="python_code" filter_domain="[
|
||||
'|',
|
||||
('python_code', 'ilike', self),
|
||||
('python_result_code', 'ilike', self),
|
||||
]">
|
||||
</field>
|
||||
<filter string="Install job" name='install_job' domain="[(['job_type', '=', 'install_odoo'])]"/>
|
||||
<filter string="Run job" name='run_job' domain="[(['job_type', '=', 'run_odoo'])]"/>
|
||||
<filter string="Python job" name='python_job' domain="[(['job_type', '=', 'python'])]"/>
|
||||
|
Loading…
Reference in New Issue
Block a user