mirror of
https://github.com/bringout/oca-ocb-sale.git
synced 2026-04-26 21:12:02 +02:00
Initial commit: Sale packages
This commit is contained in:
commit
14e3d26998
6469 changed files with 2479670 additions and 0 deletions
|
|
@ -0,0 +1,31 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
{
|
||||
'name': "Sales - Project",
|
||||
'summary': "Task Generation from Sales Orders",
|
||||
'description': """
|
||||
Allows to create task from your sales order
|
||||
=============================================
|
||||
This module allows to generate a project/task from sales orders.
|
||||
""",
|
||||
'category': 'Hidden',
|
||||
'depends': ['sale_management', 'project'],
|
||||
'data': [
|
||||
'security/ir.model.access.csv',
|
||||
'security/sale_project_security.xml',
|
||||
'report/project_report_views.xml',
|
||||
'views/product_views.xml',
|
||||
'views/project_task_views.xml',
|
||||
'views/sale_order_views.xml',
|
||||
'views/sale_project_portal_templates.xml',
|
||||
'views/project_sharing_views.xml',
|
||||
'views/project_views.xml',
|
||||
],
|
||||
'assets': {
|
||||
'web.assets_backend': [
|
||||
'sale_project/static/src/components/project_right_side_panel/**/*',
|
||||
],
|
||||
},
|
||||
'auto_install': True,
|
||||
'license': 'LGPL-3',
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue