7 changed files with 62 additions and 1 deletions
@ -0,0 +1,31 @@ |
|||
{ |
|||
'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': [], |
|||
'installable' : True, |
|||
'application': True, |
|||
} |
@ -0,0 +1,26 @@ |
|||
{ |
|||
'name': 'Taxless Accounting', |
|||
'version': '1.0', |
|||
'category': 'Accounting', |
|||
'sequence': 6, |
|||
'summary': 'Lets hide Tax from Accounting', |
|||
'author': 'Cybrosys Techno Solutions', |
|||
'company': 'Cybrosys Techno Solutions', |
|||
'website': 'http://www.cybrosys.com', |
|||
'description': """ |
|||
|
|||
|
|||
======================= |
|||
|
|||
|
|||
""", |
|||
'depends': ['account','base','account_voucher'], |
|||
'data': [ |
|||
'account_view.xml', |
|||
|
|||
], |
|||
'demo': [ |
|||
], |
|||
'installable': True, |
|||
'auto_install': False, |
|||
} |
Loading…
Reference in new issue