Skip to content
Snippets Groups Projects
Commit c603b93e authored by Martin Geubelle's avatar Martin Geubelle
Browse files

[IMP] delivery: change terminology for active field

parent cf55717d
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@
<sheet>
<div class="oe_button_box" name="button_box">
<button name="toggle_active" type="object" class="oe_stat_button" icon="fa-archive">
<field name="active" widget="boolean_button" options='{"terminology": "archive"}'/>
<field name="active" widget="boolean_button" options='{"terminology": "active"}'/>
</button>
<button name="toggle_prod_environment" type="object" class="oe_stat_button" icon="fa-check-square" attrs="{'invisible': ['|', ('delivery_type', '=', 'fixed'), ('delivery_type', '=', 'base_on_rule')]}">
<field name="prod_environment" widget="boolean_button" options='{"terminology": "prod_environment"}'/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment