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.

19 lines
665 B

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