19.0 vanilla

This commit is contained in:
Ernad Husremovic 2026-03-09 09:32:12 +01:00
parent 79f83631d5
commit 73afc09215
6267 changed files with 1534193 additions and 1130106 deletions

View file

@ -4,7 +4,7 @@
{
'name': 'Opportunity to Quotation',
'version': '1.0',
'category': 'Hidden',
'category': 'Sales/Sales',
'description': """
This module adds a shortcut on one or several opportunity cases in the CRM.
===========================================================================
@ -20,7 +20,6 @@ modules.
'data': [
'security/ir.model.access.csv',
'data/crm_lead_merge_template.xml',
'views/partner_views.xml',
'views/sale_order_views.xml',
'views/crm_lead_views.xml',
'views/crm_team_views.xml',
@ -28,5 +27,6 @@ modules.
],
'auto_install': True,
'uninstall_hook': 'uninstall_hook',
'author': 'Odoo S.A.',
'license': 'LGPL-3',
}