Skip to content
Snippets Groups Projects
__manifest__.py 495 B
Newer Older
  • Learn to ignore specific revisions
  • Juliana's avatar
    Juliana committed
    # © 2021 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',
    
    Juliana's avatar
    Juliana committed
        'version': '14.0.1.0.0',
    
        'author': 'Le Filament',
        'category': 'Marketing',
        'summary': 'Disallow project and task creation from timesheet',
    
    Rémi - Le Filament's avatar
    Rémi - Le Filament committed
        'license': 'AGPL-3',
    
        'depends': [
            'hr_timesheet',
        ],
        'data': [
            'views/hr_timesheet_view.xml',
        ],
        'demo': [],
        'installable': True,
    }