Skip to content

Commit

Permalink
Merge pull request OCA#5 from acsone/8.0-login_logout-lga
Browse files Browse the repository at this point in the history
Improve configuration view
  • Loading branch information
lmignon committed Sep 10, 2015
2 parents d87f795 + 0ef3411 commit 7be7509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wizard/stock_scanner_config_wizard_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<label for="is_login_enabled"/>
</div>
<div>
<label for="session_timeout_delay"/>
<label for="session_timeout_delay" attrs="{'invisible': [('is_login_enabled', '=', False)]}"/>
<field name="session_timeout_delay" attrs="{'invisible': [('is_login_enabled', '=', False)]}" class="oe_inline"/>
</div>
</div>
Expand Down

0 comments on commit 7be7509

Please sign in to comment.