mirror of
https://github.com/bringout/oca-ocb-project.git
synced 2026-04-21 10:42:07 +02:00
Initial commit: Project packages
This commit is contained in:
commit
89613c97b0
753 changed files with 496325 additions and 0 deletions
|
|
@ -0,0 +1,15 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
{
|
||||
'name': "MRP Project",
|
||||
'version': '1.0',
|
||||
'summary': "Monitor MRP using project",
|
||||
'category': 'Services/Project',
|
||||
'depends': ['mrp_account', 'project'],
|
||||
'demo': [
|
||||
'data/project_mrp_demo.xml',
|
||||
],
|
||||
'auto_install': True,
|
||||
'license': 'LGPL-3',
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue