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.
32 lines
930 B
32 lines
930 B
{
|
|
'name': 'Public Library Management ',
|
|
'version': '1.0',
|
|
'author': 'Cybrosys Techno Solutions',
|
|
'company': 'Cybrosys Techno Solutions',
|
|
'category': 'Tools',
|
|
'summary': 'book management',
|
|
'description': """
|
|
Public Library Management
|
|
================================
|
|
Module to manage library.
|
|
Books Information,
|
|
Publisher and Author Information,
|
|
Book Rack Tracking etc...
|
|
""",
|
|
'depends' : ['base', 'sale', 'report_intrastat', 'stock', 'mail', 'account', 'account_accountant'],
|
|
'data' : [
|
|
'view/registration.xml',
|
|
'view/library.xml',
|
|
'view/user_view.xml',
|
|
'res_config_view.xml',
|
|
'view/report_invoice.xml',
|
|
'report.xml',
|
|
'security/ir.model.access.csv',
|
|
'demo.xml',
|
|
],
|
|
'images': [],
|
|
'demo': [],
|
|
'images': ['static/description/banner.jpg'],
|
|
'installable' : True,
|
|
'application': True,
|
|
}
|
|
|