You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
572 B
18 lines
572 B
# -*- coding: utf-8 -*-
|
|
# © 2016 KMEE INFORMATICA LTDA (https://kmee.com.br)
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
|
|
{
|
|
'name': 'POS Order Picking Link',
|
|
'version': '8.0.1.1.0',
|
|
'category': 'Point of Sale',
|
|
'summary': 'Adds link between Pos orders and generated pickings',
|
|
'author': 'KMEE INFORMATICA LTDA, Odoo Community Association (OCA)',
|
|
'website': 'http://www.kmee.com.br',
|
|
'license': 'AGPL-3',
|
|
'depends': ['point_of_sale'],
|
|
'data': [
|
|
'views/stock_view.xml',
|
|
],
|
|
'installable': True,
|
|
}
|