22 lines
634 B
Python
Executable File
22 lines
634 B
Python
Executable File
# Copyright 2023 ForgeFlow S.L.
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
|
|
|
{
|
|
"name": "Sale Stock Order Line Sequence",
|
|
"summary": "Glue Module for Sale Order Line Sequence "
|
|
"and Stock Picking Line Sequence",
|
|
"version": "18.0.1.0.0",
|
|
"author": "ForgeFlow, Odoo Community Association (OCA)",
|
|
"category": "Sales",
|
|
"website": "https://github.com/OCA/sale-workflow",
|
|
"license": "AGPL-3",
|
|
"depends": [
|
|
"sale_stock",
|
|
"sale_order_line_sequence",
|
|
"stock_picking_line_sequence",
|
|
],
|
|
"data": [],
|
|
"installable": True,
|
|
"auto_install": True,
|
|
}
|