add 'set to done' button to ebics upload

This commit is contained in:
Luc De Meyer 2019-03-08 16:41:50 +01:00
parent ea5ac27e13
commit bbd53ca746
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Copyright 2009-2018 Noviat. # Copyright 2009-2019 Noviat.
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{ {

View File

@ -64,6 +64,7 @@
type="object" type="object"
groups="account.group_account_manager" groups="account.group_account_manager"
help="Process the EBICS File"/> help="Process the EBICS File"/>
<button name="set_to_done" states="draft" string="Set to Done" type="object" groups="account.group_account_manager"/>
<field name="state" widget="statusbar"/> <field name="state" widget="statusbar"/>
</header> </header>
<group colspan="4" col="4"> <group colspan="4" col="4">