mirror of
				https://github.com/brain-tec/account_ebics.git
				synced 2025-11-03 22:50:59 +00:00 
			
		
		
		
	add 'set to done' button to ebics upload
This commit is contained in:
		@@ -1,5 +1,5 @@
 | 
			
		||||
# -*- coding: utf-8 -*-
 | 
			
		||||
# Copyright 2009-2018 Noviat.
 | 
			
		||||
# Copyright 2009-2019 Noviat.
 | 
			
		||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
 | 
			
		||||
 | 
			
		||||
{
 | 
			
		||||
 
 | 
			
		||||
@@ -64,6 +64,7 @@
 | 
			
		||||
                  type="object"
 | 
			
		||||
                  groups="account.group_account_manager"
 | 
			
		||||
                  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"/>
 | 
			
		||||
        </header>
 | 
			
		||||
        <group colspan="4" col="4">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user