mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
14 lines
319 B
Python
14 lines
319 B
Python
{'name': 'US WA State SalesTax API',
|
|
'version': '10.0.1.0.0',
|
|
'category': 'Tools',
|
|
'depends': ['account',
|
|
],
|
|
'author': 'Hibou Corp.',
|
|
'license': 'AGPL-3',
|
|
'website': 'https://hibou.io/',
|
|
'data': ['views/account_fiscal_position_view.xml',
|
|
],
|
|
'installable': True,
|
|
'application': False,
|
|
}
|