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
804 B

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