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.

22 lines
635 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2019 ACSONE SA/NV (<http://acsone.eu>)
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  4. {
  5. 'name': "sequence_date_range",
  6. 'summary': """Module used to use the year of the date_to
  7. into sequences (instead of date_from)""",
  8. 'author': 'ACSONE SA/NV,Odoo Community Association (OCA)',
  9. 'website': "https://github.com/OCA/server-tools",
  10. 'category': 'account',
  11. 'version': '10.0.1.0.0',
  12. 'license': 'AGPL-3',
  13. 'depends': [
  14. 'base',
  15. ],
  16. 'demo': [
  17. 'demo/ir_sequence.xml',
  18. ],
  19. 'data': [
  20. 'views/ir_sequence.xml',
  21. ],
  22. }