Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
22
sale_order_line_note/__manifest__.py
Executable file
22
sale_order_line_note/__manifest__.py
Executable file
@@ -0,0 +1,22 @@
|
||||
# Copyright 2021 Akretion (https://www.akretion.com).
|
||||
# @author Sébastien BEAU <sebastien.beau@akretion.com>
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
||||
|
||||
|
||||
{
|
||||
"name": "sale_order_line_note",
|
||||
"summary": "Note on sale order line",
|
||||
"version": "18.0.1.0.0",
|
||||
"category": "Sale",
|
||||
"website": "https://github.com/OCA/sale-workflow",
|
||||
"author": "Akretion, Odoo Community Association (OCA)",
|
||||
"license": "AGPL-3",
|
||||
"application": False,
|
||||
"installable": True,
|
||||
"depends": [
|
||||
"sale",
|
||||
],
|
||||
"data": [
|
||||
"views/sale_order_view.xml",
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user