mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[ADD] setup.py
This commit is contained in:
@@ -1 +1 @@
|
||||
11.0.20190525.0
|
||||
11.0.20190613.0
|
||||
@@ -16,6 +16,7 @@ setuptools.setup(
|
||||
'odoo11-addon-account_credit_control',
|
||||
'odoo11-addon-account_credit_control_dunning_fees',
|
||||
'odoo11-addon-account_document_reversal',
|
||||
'odoo11-addon-account_fiscal_position_vat_check',
|
||||
'odoo11-addon-account_fiscal_year',
|
||||
'odoo11-addon-account_group_menu',
|
||||
'odoo11-addon-account_invoice_constraint_chronology',
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
../../../../account_fiscal_position_vat_check
|
||||
2
setup/account_fiscal_position_vat_check/setup.cfg
Normal file
2
setup/account_fiscal_position_vat_check/setup.cfg
Normal file
@@ -0,0 +1,2 @@
|
||||
[bdist_wheel]
|
||||
universal=1
|
||||
6
setup/account_fiscal_position_vat_check/setup.py
Normal file
6
setup/account_fiscal_position_vat_check/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