|
- {
- 'name': 'Library Members',
- 'description': 'Manage people who will be able to borrow books.',
- 'author': 'Alan Hou',
- 'depends': ['library_app'],
- 'installable': True,
- 'application': False,
- 'data': [
- 'security/ir.model.access.csv',
- 'views/book_view.xml',
- 'views/library_menu.xml'
- ],
- }
|