oca-technical/odoo-bringout-oca-pos-pos_picking_delayed/pos_picking_delayed/__manifest__.py
2025-08-29 15:43:03 +02:00

23 lines
848 B
Python

# 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": "16.0.1.0.1",
"category": "Point Of Sale",
"author": "GRAP, " "Odoo Community Association (OCA)",
"maintainers": ["legalsylvain"],
"license": "AGPL-3",
"website": "https://github.com/OCA/pos",
"depends": ["point_of_sale", "queue_job"],
"data": [
"data/queue_job_channel.xml",
"data/queue_job_function.xml",
"views/view_pos_config.xml",
"views/view_pos_order.xml",
],
"demo": ["demo/pos_config.xml"],
"images": ["static/description/pos_order_tree.png"],
"installable": True,
}