mirror of
				https://github.com/brain-tec/account_ebics.git
				synced 2025-11-03 22:50:59 +00:00 
			
		
		
		
	[MIG] : Migration to 16.0
This commit is contained in:
		@@ -3,7 +3,7 @@
 | 
			
		||||
 | 
			
		||||
{
 | 
			
		||||
    "name": "EBICS banking protocol",
 | 
			
		||||
    "version": "15.0.1.1.0",
 | 
			
		||||
    "version": "16.0.1.0.0",
 | 
			
		||||
    "license": "LGPL-3",
 | 
			
		||||
    "author": "Noviat",
 | 
			
		||||
    "website": "https://www.noviat.com",
 | 
			
		||||
 
 | 
			
		||||
@@ -177,6 +177,7 @@ class EbicsFile(models.Model):
 | 
			
		||||
        if res_action.get("type") and res_action["type"] == "ir.actions.client":
 | 
			
		||||
            st_line_ids = res_action["context"].get("statement_line_ids", [])
 | 
			
		||||
            if st_line_ids:
 | 
			
		||||
                ##TODO:  Use flush_model(), flush_recordset() or env.flush_all() ###########################
 | 
			
		||||
                self.flush()
 | 
			
		||||
                self.env.cr.execute(
 | 
			
		||||
                    """
 | 
			
		||||
 
 | 
			
		||||
@@ -19,7 +19,7 @@
 | 
			
		||||
    <field name="model">ebics.userid</field>
 | 
			
		||||
    <field name="arch" type="xml">
 | 
			
		||||
      <form string="EBICS UserID">
 | 
			
		||||
        <header groups="account_ebics.group_ebics_manager">
 | 
			
		||||
        <header>
 | 
			
		||||
          <button
 | 
			
		||||
                        name="ebics_init_1"
 | 
			
		||||
                        states="draft"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user