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.

27 lines
911 B

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