中国本土应用
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
682B

  1. # -*- coding: utf-8 -*-
  2. {
  3. 'name': "ODOO 税务模块",
  4. 'author': "德清武康开源软件工作室",
  5. 'website': "无",
  6. 'category': '税务处理模块',
  7. "description":
  8. '''
  9. 该模块为税务基础模块,python版本3.9
  10. ''',
  11. 'version': '0.1',
  12. 'depends': ['base', 'product', 'barcodes', 'account'],
  13. 'data': [
  14. 'security/ir.model.access.csv',
  15. 'security/tax_security.xml',
  16. 'view/tax_config_view.xml',
  17. 'view/tax_config_action.xml',
  18. 'view/tax_config_menu.xml',
  19. 'data/updata.xml',
  20. ],
  21. 'demo': [
  22. ],
  23. 'installable': True,
  24. 'application': True,
  25. 'auto_install': False,
  26. }
上海开阖软件有限公司 沪ICP备12045867号-1