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.

29 lines
939 B

10 years ago
  1. # Copyright 2004-2009 Tiny SPRL (<http://tiny.be>).
  2. # Copyright 2013 initOS GmbH & Co. KG (<http://www.initos.com>).
  3. # Copyright 2016 Tecnativa - Vicent Cubells
  4. # Copyright 2016 Camptocamp - Akim Juillerat (<http://www.camptocamp.com>).
  5. # License AGPL-3.0 or later (http://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": "12.0.1.0.1",
  16. "development_status": "Production/Stable",
  17. "category": "Generic Modules/Base",
  18. "website": "https://github.com/OCA/partner-contact",
  19. "depends": [
  20. 'base',
  21. ],
  22. "summary": "Sets customer's code from a sequence",
  23. "data": [
  24. 'data/partner_sequence.xml',
  25. 'views/partner_view.xml',
  26. ],
  27. "installable": True,
  28. "license": "AGPL-3",
  29. }