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.

24 lines
905 B

  1. # Copyright 2004-2009 Tiny SPRL (<https://tiny.be>).
  2. # Copyright 2013 initOS GmbH & Co. KG (<https://www.initos.com>).
  3. # Copyright 2016 Tecnativa - Vicent Cubells
  4. # Copyright 2016 Camptocamp - Akim Juillerat (<https://www.camptocamp.com>).
  5. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
  6. {
  7. "author": (
  8. "Tiny/initOS GmbH & Co. KG,"
  9. "ACSONE SA/NV,"
  10. "Tecnativa,"
  11. "Camptocamp,"
  12. "Odoo Community Association (OCA)"
  13. ),
  14. "name": "Add a sequence on customers' code",
  15. "version": "14.0.1.0.1",
  16. "development_status": "Production/Stable",
  17. "category": "Generic Modules/Base",
  18. "website": "https://github.com/OCA/partner-contact",
  19. "depends": ["base"],
  20. "summary": "Sets customer's code from a sequence",
  21. "data": ["data/partner_sequence.xml", "views/partner_view.xml"],
  22. "installable": True,
  23. "license": "AGPL-3",
  24. }