# Copyright 2017 - 2020 BEES coop SCRLfs # - Rémy Taymans # - Vincent Van Rossem # - Elise Dupont # - Augustin Borsu # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { "name": "Beescoop Account Module", "summary": """ - Makes date_invoice field required in account.invoice_form and account.invoice_supplier_form - Allow validating an invoice with a negative total amount """, "author": "Beescoop - Cellule IT, Coop IT Easy SCRLfs", "website": "https://github.com/beescoop/Obeesdoo", "category": "Account Module", "version": "12.0.1.1.0", "depends": ["account", "beesdoo_base"], "data": [ "security/invoice_security.xml", "views/account_invoice.xml", "views/res_config_view.xml", ], "license": "AGPL-3", }