mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[10.0][MIG] account_tax_analysis
Change compared to 8.0: * period_id has been replace by operations an the date field * tax_code_id has been replaced by analysis_tax, a computed fields based an the tax analysis_name, based on description and name
This commit is contained in:
1
setup/account_tax_analysis/odoo/__init__.py
Normal file
1
setup/account_tax_analysis/odoo/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
__import__('pkg_resources').declare_namespace(__name__)
|
||||
1
setup/account_tax_analysis/odoo/addons/__init__.py
Normal file
1
setup/account_tax_analysis/odoo/addons/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
__import__('pkg_resources').declare_namespace(__name__)
|
||||
1
setup/account_tax_analysis/odoo/addons/account_tax_analysis
Symbolic link
1
setup/account_tax_analysis/odoo/addons/account_tax_analysis
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../../account_tax_analysis
|
||||
6
setup/account_tax_analysis/setup.py
Normal file
6
setup/account_tax_analysis/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