mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
[IMP] runbot: use the lovely boolean_toggle widget
This commit is contained in:
parent
47c12fe00b
commit
69cd228b6b
@ -58,7 +58,7 @@
|
||||
<tree string="Dockerfile" decoration-danger="dockerfile == ''" decoration-warning="to_build == False">
|
||||
<field name="name"/>
|
||||
<field name="image_tag"/>
|
||||
<field name="to_build"/>
|
||||
<field name="to_build" widget="boolean_toggle"/>
|
||||
<field name="version_ids" widget="many2many_tags"/>
|
||||
<field name="project_ids" widget="many2many_tags"/>
|
||||
<field name="bundle_ids"/>
|
||||
|
@ -35,7 +35,7 @@
|
||||
<tree string="Builds">
|
||||
<field name="name"/>
|
||||
<field name="disp_name"/>
|
||||
<field name="assigned_only"/>
|
||||
<field name="assigned_only" widget="boolean_toggle"/>
|
||||
<field name="nb_worker"/>
|
||||
</tree>
|
||||
</field>
|
||||
|
Loading…
Reference in New Issue
Block a user