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

  1. # Copyright 2017 - 2020 BEES coop SCRLfs
  2. # - Rémy Taymans <remy@coopiteasy.be>
  3. # - Vincent Van Rossem <vincent@coopiteasy.be>
  4. # - Elise Dupont
  5. # - Augustin Borsu
  6. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  7. {
  8. "name": "Beescoop Account Module",
  9. "summary": """
  10. - Makes date_invoice field required in account.invoice_form and
  11. account.invoice_supplier_form
  12. - Allow validating an invoice with a negative total amount
  13. """,
  14. "author": "Beescoop - Cellule IT, Coop IT Easy SCRLfs",
  15. "website": "https://github.com/beescoop/Obeesdoo",
  16. "category": "Account Module",
  17. "version": "12.0.1.1.0",
  18. "depends": ["account", "beesdoo_base"],
  19. "data": [
  20. "security/invoice_security.xml",
  21. "views/account_invoice.xml",
  22. "views/res_config_view.xml",
  23. ],
  24. "license": "AGPL-3",
  25. }