[FIX] remove warning missing licence and force auto_install False
This commit is contained in:
parent
278540fbaf
commit
f2ffe0d1ff
5 changed files with 6 additions and 4 deletions
|
|
@ -27,5 +27,5 @@
|
||||||
'depends': ['hr_payroll'],
|
'depends': ['hr_payroll'],
|
||||||
'data': ['views/hr_payslip_views.xml'],
|
'data': ['views/hr_payslip_views.xml'],
|
||||||
'installable': True,
|
'installable': True,
|
||||||
'auto_install': True,
|
'auto_install': False,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@
|
||||||
'author': 'Your Name',
|
'author': 'Your Name',
|
||||||
'category': 'Sales Management',
|
'category': 'Sales Management',
|
||||||
'description': "Manage customer itch cycles by product for proactive sales engagement.",
|
'description': "Manage customer itch cycles by product for proactive sales engagement.",
|
||||||
|
'license': "LGPL-3",
|
||||||
'data': [
|
'data': [
|
||||||
'views/itch_cycle_product_partner_view.xml',
|
'views/itch_cycle_product_partner_view.xml',
|
||||||
'views/res_partner_view.xml',
|
'views/res_partner_view.xml',
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,6 @@
|
||||||
],
|
],
|
||||||
"data": [],
|
"data": [],
|
||||||
"installable": True,
|
"installable": True,
|
||||||
"auto_install": True,
|
"auto_install": False,
|
||||||
"license": "Other proprietary",
|
"license": "Other proprietary",
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -32,5 +32,5 @@
|
||||||
],
|
],
|
||||||
"assets": {},
|
"assets": {},
|
||||||
"installable": True,
|
"installable": True,
|
||||||
"auto_install": True,
|
"auto_install": False,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
Test CalDAV Sync Appointments Integration
|
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
|
Appointments app. It verifies that appointment events are properly handled
|
||||||
during CalDAV synchronization operations.
|
during CalDAV synchronization operations.
|
||||||
|
|
||||||
|
|
@ -20,6 +20,7 @@ This is a test-only module and should not be installed in production.
|
||||||
'caldav_sync',
|
'caldav_sync',
|
||||||
'appointment',
|
'appointment',
|
||||||
],
|
],
|
||||||
|
'license': "LGPL-3",
|
||||||
'installable': True,
|
'installable': True,
|
||||||
'auto_install': False,
|
'auto_install': False,
|
||||||
'application': False,
|
'application': False,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue