合并企业版代码(未测试,先提交到测试分支)
This commit is contained in:
25
web_grid/__manifest__.py
Normal file
25
web_grid/__manifest__.py
Normal file
@@ -0,0 +1,25 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
{
|
||||
'name': "Grid View",
|
||||
|
||||
'summary': "Basic 2D Grid view for odoo",
|
||||
'category': 'Hidden',
|
||||
'version': '0.1',
|
||||
'depends': ['web'],
|
||||
'assets': {
|
||||
'web.assets_backend': [
|
||||
'web_grid/static/src/**/*',
|
||||
'web_grid/static/src/xml/**/*',
|
||||
],
|
||||
'web.qunit_suite_tests': [
|
||||
'web_grid/static/tests/grid_tests.js',
|
||||
'web_grid/static/tests/mock_server.js',
|
||||
],
|
||||
'web.qunit_mobile_suite_tests': [
|
||||
'web_grid/static/tests/grid_mobile_tests.js',
|
||||
'web_grid/static/tests/mock_server.js',
|
||||
],
|
||||
},
|
||||
'auto_install': True,
|
||||
'license': 'OEEL-1',
|
||||
}
|
||||
Reference in New Issue
Block a user