Skip to content

Commit

Permalink
几个小模块的目录结构的调整...
Browse files Browse the repository at this point in the history
  • Loading branch information
静静 committed Feb 23, 2017
1 parent 8ff0fd7 commit c2f2cfb
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 17 deletions.
2 changes: 1 addition & 1 deletion auto_backup/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
#
##############################################################################

import backup_scheduler
import models
6 changes: 3 additions & 3 deletions auto_backup/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
3) Set 'Object' to 'db.backup' and 'Function' to 'schedule_backup' under page 'Technical Data'
4) Set other values as per your preference""",
"depends" : [],
"data" : ["bkp_conf_view.xml",
"ir.model.access.csv",
"backup_data.xml"],
"data" : ["view/bkp_conf_view.xml",
"security/ir.model.access.csv",
"data/backup_data.xml"],
"installable": True
}
2 changes: 1 addition & 1 deletion common_dialog/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
import model
import models
import wizard
3 changes: 1 addition & 2 deletions common_dialog/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# -*- coding: utf-8 -*-
import model
import wizard
import model
1 change: 0 additions & 1 deletion core/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import models
compare_digits = 3
4 changes: 2 additions & 2 deletions core/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
定义了高级配置: 系统参数、定价策略。
''',
'version': '11.11',
'depends': ['base',
'depends': ['report',
'web_menu_create',
'decimal_precision',
'web_export_view_good',
'home_page',
'web_error_dialog',
'common_dialog',
'report'],
],
'demo': [
'data/core_demo.xml',
],
Expand Down
2 changes: 1 addition & 1 deletion fixed_header/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
'''对于分组Grouping显示模式,展开关闭分组行时,重新锁定表头的代码还需要完善。
''',
'data': [
'fixed_header.xml',
'view/fixed_header.xml',
],
'installable': True,
}
2 changes: 1 addition & 1 deletion num_to_china/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
该模块主要实现了一个widget 使得阿拉伯数字在页面上显示为中文。
''',
'data': [
'num_to_china.xml',
'view/num_to_china.xml',
],
'installable': True,
}
2 changes: 1 addition & 1 deletion tree_zero_display_blank/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
注意:此模块功能 有可能 和其他tree 上 float 字段 上的 widegt显示 冲突!
''',
'data': [
'tree_zero_display_blank.xml',
'view/tree_zero_display_blank.xml',
],
'installable': True,
}
2 changes: 1 addition & 1 deletion web_menu_create/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
import ir_ui_menu
import models
4 changes: 1 addition & 3 deletions web_stock_query/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@
"author": "zhengXiang",
"website": "http://www.osbzr.com",
'category': 'Technical Settings',
'depends': [
'web', 'warehouse',
],
'depends': ['warehouse'],
'data': [
'views/assets_backend.xml',
],
Expand Down

0 comments on commit c2f2cfb

Please sign in to comment.