[FIX] l10n_eu_service: no reset of install wizard state

Hardcoding the state to `open` is useless as it is the
default state, and forces the state to reset upon every
update, which is annoying.
This commit is contained in:
Olivier Dony 2015-11-26 18:15:46 +01:00
parent 12f77fa22f
commit 5b60c30a6a
1 changed files with 0 additions and 1 deletions

View File

@ -59,7 +59,6 @@
<record id="open_l10n_eu_service" model="ir.actions.todo">
<field name="action_id" ref="action_eu_service"/>
<field name="type">automatic</field>
<field name="state">open</field>
</record>
<record id="view_account_config_settings_inherit" model="ir.ui.view">