mirror of
				https://github.com/brain-tec/account_ebics.git
				synced 2025-11-03 22:50:59 +00:00 
			
		
		
		
	Merge pull request #104 from Noviat/16-oca-payment-order
[16.0] add support for OCA payment order
This commit is contained in:
		@@ -22,7 +22,3 @@ Usage
 | 
			
		||||
Create your Payment Order and generate the bank file.
 | 
			
		||||
Upload the generated file via the 'EBICS Upload' button on the payment order.
 | 
			
		||||
 | 
			
		||||
Known issues / Roadmap
 | 
			
		||||
======================
 | 
			
		||||
 | 
			
		||||
 * Add support for multiple EBICS connections.
 | 
			
		||||
 
 | 
			
		||||
@@ -12,8 +12,6 @@
 | 
			
		||||
    "data": [
 | 
			
		||||
        "views/account_payment_order_views.xml",
 | 
			
		||||
    ],
 | 
			
		||||
    # installable False unit OCA payment order becomes
 | 
			
		||||
    # available for 16.0
 | 
			
		||||
    "images": ["static/description/cover.png"],
 | 
			
		||||
    "installable": False,
 | 
			
		||||
    "installable": True,
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -0,0 +1 @@
 | 
			
		||||
../../../../account_ebics_payment_order
 | 
			
		||||
							
								
								
									
										6
									
								
								setup/account_ebics_payment_order/setup.py
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								setup/account_ebics_payment_order/setup.py
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,6 @@
 | 
			
		||||
import setuptools
 | 
			
		||||
 | 
			
		||||
setuptools.setup(
 | 
			
		||||
    setup_requires=['setuptools-odoo'],
 | 
			
		||||
    odoo_addon=True,
 | 
			
		||||
)
 | 
			
		||||
		Reference in New Issue
	
	Block a user