1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- {
- 'name': 'CMRGS Timesheets',
- 'version': '14.0.1',
- 'category': 'Services/Timesheets',
- "sequence": 1,
- 'summary': 'CMRGS Timesheets',
- 'complexity': "easy",
- 'description': """
- This module extends module hr_timesheets. It customizes module hr_timesheets to the CMRGS needs
- """,
- 'author': 'Prime Consulting',
- 'website': 'http://www.prime.cv',
- 'depends': ['hr_timesheet','project'],
- 'data': [
- 'views/project_view.xml',
- ],
- 'demo': [
- ],
- 'js': [],
- 'images': [
- ],
- 'installable': True,
- 'auto_install': False,
- 'application': True,
- }
|