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.

26 lines
887 B

11 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": "Tiny/initOS GmbH & Co. KG,"
  8. "ACSONE SA/NV,"
  9. "Tecnativa, "
  10. "Odoo Community Association (OCA), "
  11. "Camptocamp, ",
  12. "name": "Add a sequence on customers' code",
  13. "version": "11.0.1.0.0",
  14. "category": "Generic Modules/Base",
  15. "website": "http://www.initos.com",
  16. "depends": [
  17. 'base',
  18. ],
  19. "summary": "Sets customer's code from a sequence",
  20. "data": [
  21. 'data/partner_sequence.xml',
  22. 'views/partner_view.xml',
  23. ],
  24. "installable": True,
  25. "license": "AGPL-3",
  26. }