[FIX] remove warning missing licence and force auto_install False

This commit is contained in:
Mathieu Benoit 2025-10-08 23:27:48 -04:00
parent 278540fbaf
commit f2ffe0d1ff
5 changed files with 6 additions and 4 deletions

View file

@ -27,5 +27,5 @@
'depends': ['hr_payroll'],
'data': ['views/hr_payslip_views.xml'],
'installable': True,
'auto_install': True,
'auto_install': False,
}

View file

@ -6,6 +6,7 @@
'author': 'Your Name',
'category': 'Sales Management',
'description': "Manage customer itch cycles by product for proactive sales engagement.",
'license': "LGPL-3",
'data': [
'views/itch_cycle_product_partner_view.xml',
'views/res_partner_view.xml',

View file

@ -16,6 +16,6 @@
],
"data": [],
"installable": True,
"auto_install": True,
"auto_install": False,
"license": "Other proprietary",
}

View file

@ -32,5 +32,5 @@
],
"assets": {},
"installable": True,
"auto_install": True,
"auto_install": False,
}

View file

@ -8,7 +8,7 @@
Test CalDAV Sync Appointments Integration
=========================================
This module contains tests for the integration between CalDAV sync and the
This module contains tests for the integration between CalDAV sync and the
Appointments app. It verifies that appointment events are properly handled
during CalDAV synchronization operations.
@ -20,6 +20,7 @@ This is a test-only module and should not be installed in production.
'caldav_sync',
'appointment',
],
'license': "LGPL-3",
'installable': True,
'auto_install': False,
'application': False,