20 lines
608 B
Python
Executable File
20 lines
608 B
Python
Executable File
# Copyright (C) 2021 Open Source Integrators
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Sale Order Line Menu",
|
|
"version": "18.0.1.0.0",
|
|
"author": "Open Source Integrators, Odoo Community Association (OCA)",
|
|
"summary": "Adds a Sale Order Lines Menu",
|
|
"website": "https://github.com/OCA/sale-workflow",
|
|
"license": "AGPL-3",
|
|
"depends": ["sale"],
|
|
"category": "Sales/Sales",
|
|
"data": [
|
|
"views/sale_order_line_views.xml",
|
|
],
|
|
"installable": True,
|
|
"maintainer": ["dreispt", "EmilioPascual"],
|
|
"development_status": "Beta",
|
|
}
|