mirror of
https://github.com/OCA/bank-statement-import.git
synced 2025-01-20 12:37:43 +02:00
[ADD] setup.py
This commit is contained in:
@@ -1 +1 @@
|
||||
12.0.20190702.0
|
||||
12.0.20191104.0
|
||||
@@ -9,6 +9,7 @@ setuptools.setup(
|
||||
version=version,
|
||||
install_requires=[
|
||||
'odoo12-addon-account_bank_statement_import_camt_oca',
|
||||
'odoo12-addon-account_bank_statement_import_move_line',
|
||||
'odoo12-addon-account_bank_statement_import_ofx',
|
||||
'odoo12-addon-account_bank_statement_import_paypal',
|
||||
],
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
../../../../account_bank_statement_import_move_line
|
||||
6
setup/account_bank_statement_import_move_line/setup.py
Normal file
6
setup/account_bank_statement_import_move_line/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