# Copyright 2021 Akretion (https://www.akretion.com). # @author Sébastien BEAU # 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", ], }