123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144 |
- {
- 'name': "档案",
- 'summary': """
- 全部档案模块""",
- 'description': """
- 全部档案模块,所有模块依赖这个模块
- """,
- 'author': "ZCDM 开发",
- 'website': "http://www.zcdmdata.com",
- 'sequence': 1,
- # Categories can be used to filter modules in modules listing
- # Check https://github.com/odoo/odoo/blob/master/openerp/addons/base/module/module_data.xml
- # for the full list
- 'category': 'jc',
- 'version': '0.3',
- 'installable': True,
- 'application': True,
- # any module necessary for this one to work correctly
- 'depends': ['base_setup',
- # 'report',
- 'web',
- # 'decimal_precision',
- ],
- # always loaded
- 'data': [
- 'security/security.xml',
- 'security/ir.model.access.csv',
- 'views/js_import.xml',
- 'data/archive_name.xml',
- 'data/work_logic_type.xml',
- 'data/sale_order_analyse.xml',
- 'views/views.xml',
- 'views/analyse_resource.xml',
- 'views/approve/approve.xml',
- 'views/approve/approve_group.xml',
- 'views/approve/process.xml',
- 'views/base/log.xml',
- 'views/base/origanization.xml',
- 'views/base/res_users.xml',
- 'views/base/ir_model.xml',
- 'views/base/res_group.xml',
- 'views/base/report_paterformat_actions.xml',
- 'views/base/ir_ui_view_actions.xml',
- 'views/base/setting_center.xml',
- 'views/base/close_bill_setting.xml',
- 'views/base/work_logic_setting.xml',
- 'views/base/button_show_config.xml',
- 'views/base/search_view_setting.xml',
- 'views/base/basic_setting_button.xml',
- 'views/common/common_archive.xml',
- 'views/common/department.xml',
- 'views/common/staff.xml',
- 'views/common/goods.xml',
- # 'views/common/unit.xml',
- 'views/storage/store.xml',
- 'views/storage/goods_place.xml',
- 'views/storage/goods_batch.xml',
- 'views/storage/storage_limit.xml',
- 'views/storage/storage_age_limit.xml',
- 'views/storage/carrier.xml',
- 'views/sale/customer.xml',
- 'views/sale/subordinate_customer.xml',
- 'views/sale/customer_zone.xml',
- 'views/sale/customer_zone1.xml',
- 'views/sale/customer_zone2.xml',
- 'views/sale/customer_zone3.xml',
- 'views/sale/class_price.xml',
- 'views/sale/promotion_price.xml',
- 'views/sale/presentation_way.xml',
- 'views/purchase/provider.xml',
- 'views/purchase/provider_zone.xml',
- 'views/purchase/provider_zone1.xml',
- 'views/purchase/provider_zone2.xml',
- 'views/purchase/provider_zone3.xml',
- 'views/finance/bank.xml',
- 'views/finance/contact_unit.xml',
- 'views/finance/sale_account_book.xml',
- 'views/finance/purchase_account_book.xml',
- 'views/finance/account_book.xml',
- 'views/finance/cost_bill.xml',
- 'views/finance/bank_account.xml',
- 'views/device/common_archive.xml',
- 'views/device/equipment_type.xml',
- 'views/device/equipment.xml',
- 'views/device/fault.xml',
- 'views/device/fault_reason.xml',
- # 'views/device/repair_method.xml',
- 'views/device/repair_project.xml',
- 'views/device/maintain_project.xml',
- 'views/device/equipment_knowledge.xml',
- 'views/device/equipment_group.xml',
- 'views/device/maintain_project_group.xml',
- 'views/device/spot_check_project.xml',
- 'views/device/spot_check_project_group.xml',
- # 'views/cooperation/plan_process.xml',
- # 'views/cooperation/project_schedule_process.xml',
- # 'views/cooperation/task_process.xml',
- 'views/cooperation/project_type.xml',
- 'views/cooperation/common_archive.xml',
- #分析设置
- 'views/analyse_setting.xml',
- # 授权
- 'models/base/grant_authorization/grant_authorization.xml',
- # 通用权限
- 'models/base/common_promise/common_promise.xml',
- 'prints/print_frame.xml',
- 'wizard/set_customer_setting/set_customer_setting.xml',
- 'wizard/set_auxiliary_name/set_auxiliary_name.xml',
- 'security/groups_menu.xml', # 放在最后面
- ],
- 'qweb': [
- 'static/src/xml/customer_setting_button.xml',
- 'static/src/xml/analyse_template.xml',
- 'static/src/xml/widgets_template.xml',
- 'static/src/xml/approver.xml',
- ],
- # only loaded in demonstration mode
- 'demo': [
- # 'demo/demo.xml',
- ],
- }
|