Skip to content
Snippets Groups Projects
__manifest__.py 495 B
Newer Older
  • Learn to ignore specific revisions
  • # © 2020 Le Filament (<https://www.le-filament.com>)
    # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
    
    {
        'name': 'HR Timesheet no create',
        'version': '12.0.1.0.0',
        'author': 'Le Filament',
        'category': 'Marketing',
        'summary': 'Disallow project and task creation from timesheet',
        'license': 'LGPL-3',
        'depends': [
            'hr_timesheet',
        ],
        'data': [
            'views/hr_timesheet_view.xml',
        ],
        'demo': [],
        'installable': True,
    }