mirror of
https://github.com/bringout/oca-ocb-sale.git
synced 2026-04-27 13:12:07 +02:00
Initial commit: Sale packages
This commit is contained in:
commit
14e3d26998
6469 changed files with 2479670 additions and 0 deletions
26
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/__manifest__.py
Normal file
26
odoo-bringout-oca-ocb-sale_mrp/sale_mrp/__manifest__.py
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
|
||||
{
|
||||
'name': 'Sales and MRP Management',
|
||||
'version': '1.0',
|
||||
'category': 'Hidden',
|
||||
'description': """
|
||||
This module provides facility to the user to install mrp and sales modulesat a time.
|
||||
====================================================================================
|
||||
|
||||
It is basically used when we want to keep track of production orders generated
|
||||
from sales order. It adds sales name and sales Reference on production order.
|
||||
""",
|
||||
'depends': ['mrp', 'sale_stock'],
|
||||
'data': [
|
||||
'security/ir.model.access.csv',
|
||||
'views/mrp_production_views.xml',
|
||||
'views/sale_order_views.xml',
|
||||
'views/sale_portal_templates.xml'
|
||||
],
|
||||
'installable': True,
|
||||
'auto_install': True,
|
||||
'license': 'LGPL-3',
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue