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.
25 lines
753 B
25 lines
753 B
# Copyright 2018 - Today Sylvain LE GAL (https://twitter.com/legalsylvain)
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
|
|
{
|
|
'name': 'Point of Sale - Picking Creation Delayed',
|
|
'summary': 'Delay the creation of the picking when PoS order is created',
|
|
'version': '12.0.1.0.1',
|
|
'category': 'Point Of Sale',
|
|
'author': 'GRAP, '
|
|
'Odoo Community Association (OCA)',
|
|
'license': 'AGPL-3',
|
|
'website': 'https://www.github.com/OCA/pos',
|
|
'depends': [
|
|
'point_of_sale',
|
|
'queue_job',
|
|
],
|
|
'data': [
|
|
'views/view_pos_config.xml',
|
|
'views/view_pos_order.xml',
|
|
],
|
|
'images': [
|
|
'static/description/pos_order_tree.png',
|
|
],
|
|
'installable': True,
|
|
}
|