[WIP] Add confirm message to import button

This commit is contained in:
Pablo
2018-11-09 18:42:32 +01:00
parent baa64c8590
commit ceadc2fefd
2 changed files with 5 additions and 36 deletions

View File

@@ -34,12 +34,13 @@
<notebook>
<page name="import" string="Imports">
<group>
<label string="Import Reservations" class="oe_inline"/>
<label string="Import Room Types" class="oe_inline"/>
<div>
<button name="import_room_types"
type="object"
class="oe_highlight"
string="Import in background"/>
type="object"
class="oe_highlight"
string="Import in background"
confirm="Synchronizing a node automatically updates Room Types in the Central Node. Do you want to proceed?"/>
</div>
</group>
</page>