mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
init
This commit is contained in:
34
app_dynamic_list/__openerp__.py
Normal file
34
app_dynamic_list/__openerp__.py
Normal file
@@ -0,0 +1,34 @@
|
||||
|
||||
{
|
||||
'name': 'App Customize Columns of List (Tree) View Dynamic',
|
||||
'version': '10.0.1.6',
|
||||
'author': 'odooapp.cn',
|
||||
'category': 'Productivity',
|
||||
'website': 'http://www.odooapp.cn',
|
||||
'sequence': 2,
|
||||
'summary': 'App Customize columns of List (Tree) View. Dynamic list.',
|
||||
'description': """
|
||||
|
||||
App Customize Columns of List (Tree) View
|
||||
============
|
||||
App Customize Columns of List (Tree) View module is made to show/hide the columns on the list/tree view of Odoo. After installing the module, a "Set Columns" button will be show to the list view.
|
||||
You can customize every odoo list/tree view easily.
|
||||
|
||||
This module is ready for Community and Enterprise Edition.
|
||||
|
||||
""",
|
||||
'images': ['static/description/sales_coms.jpg'
|
||||
],
|
||||
'depends': ['web'],
|
||||
'data': [
|
||||
'views/listview_button.xml',
|
||||
],
|
||||
'demo': [],
|
||||
'test': [
|
||||
],
|
||||
'installable': True,
|
||||
'application': True,
|
||||
'auto_install': False,
|
||||
'qweb': ['static/src/xml/listview_button_view.xml'],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user