mirror of
https://github.com/bringout/oca-ocb-pos.git
synced 2026-04-24 19:42:07 +02:00
Initial commit: Pos packages
This commit is contained in:
commit
95dfb9edb0
1301 changed files with 264148 additions and 0 deletions
18
odoo-bringout-oca-ocb-pos_mrp/pos_mrp/__manifest__.py
Normal file
18
odoo-bringout-oca-ocb-pos_mrp/pos_mrp/__manifest__.py
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
|
||||
{
|
||||
'name': 'pos_mrp',
|
||||
'version': '1.0',
|
||||
'category': 'Hidden',
|
||||
'sequence': 6,
|
||||
'summary': 'Link module between Point of Sale and Mrp',
|
||||
'description': """
|
||||
This is a link module between Point of Sale and Mrp.
|
||||
""",
|
||||
'depends': ['point_of_sale', 'mrp'],
|
||||
'installable': True,
|
||||
'auto_install': True,
|
||||
'license': 'LGPL-3',
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue