mirror of
https://github.com/bringout/oca-ocb-mrp.git
synced 2026-04-24 14:12:02 +02:00
Initial commit: Mrp packages
This commit is contained in:
commit
50d736b3bd
739 changed files with 538193 additions and 0 deletions
|
|
@ -0,0 +1,49 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
{
|
||||
'name': "mrp_subcontracting",
|
||||
'version': '0.1',
|
||||
'summary': "Subcontract Productions",
|
||||
'website': 'https://www.odoo.com/app/manufacturing',
|
||||
'category': 'Manufacturing/Manufacturing',
|
||||
'depends': ['mrp'],
|
||||
'data': [
|
||||
'data/mrp_subcontracting_data.xml',
|
||||
'security/mrp_subcontracting_security.xml',
|
||||
'security/ir.model.access.csv',
|
||||
'views/mrp_bom_views.xml',
|
||||
'views/res_partner_views.xml',
|
||||
'views/stock_warehouse_views.xml',
|
||||
'views/stock_move_views.xml',
|
||||
'views/stock_quant_views.xml',
|
||||
'views/stock_picking_views.xml',
|
||||
'views/supplier_info_views.xml',
|
||||
'views/product_views.xml',
|
||||
'views/mrp_production_views.xml',
|
||||
'views/subcontracting_portal_views.xml',
|
||||
'views/subcontracting_portal_templates.xml',
|
||||
'views/stock_location_views.xml',
|
||||
'wizard/stock_picking_return_views.xml',
|
||||
],
|
||||
'demo': [
|
||||
'data/mrp_subcontracting_demo.xml',
|
||||
],
|
||||
'assets': {
|
||||
'web.assets_tests': [
|
||||
'mrp_subcontracting/static/tests/tours/subcontracting_portal_tour.js',
|
||||
],
|
||||
'web.assets_backend': [
|
||||
'mrp_subcontracting/static/src/components/**/*',
|
||||
],
|
||||
'mrp_subcontracting.webclient': [
|
||||
('include', 'web.assets_backend'),
|
||||
('remove', 'web/static/src/webclient/menus/*.js'),
|
||||
'mrp_subcontracting/static/src/subcontracting_portal/*',
|
||||
'web/static/src/start.js',
|
||||
'web/static/src/legacy/legacy_setup.js',
|
||||
],
|
||||
},
|
||||
'uninstall_hook': 'uninstall_hook',
|
||||
'license': 'LGPL-3',
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue