# Copyright 2017 ACSONE SA/NV () # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { "name": "Sale invoice Policy", "summary": """ Sales Management: let the user choose the invoice policy on the order""", "author": "ACSONE SA/NV, Odoo Community Association (OCA)", "website": "https://github.com/OCA/sale-workflow", "category": "Sales Management", "version": "18.0.1.1.0", "license": "AGPL-3", "depends": ["sale_stock", "base_partition"], "external_dependencies": {"python": ["openupgradelib"]}, "data": [ "views/res_config_settings_view.xml", "views/sale_view.xml", ], "pre_init_hook": "pre_init_hook", }