You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
876 B
25 lines
876 B
# Copyright 2017 - 2020 BEES coop SCRLfs
|
|
# - Rémy Taymans <remy@coopiteasy.be>
|
|
# - Vincent Van Rossem <vincent@coopiteasy.be>
|
|
# - 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",
|
|
}
|