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.

20 lines
728 B

  1. # -*- coding: utf-8 -*-
  2. # © 2016 Binovo IT Human Project SL <elacunza@binovo.es>
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  4. {
  5. 'name': "Contract recurring invoice type monthly - last day",
  6. 'summary': '''
  7. Adds a new invoice recurring period for contracts - month(s) last day.
  8. ''',
  9. 'author': 'Binovo IT Human Project SL - Eneko Lacunza, '
  10. 'Odoo Community Association (OCA)',
  11. 'website': 'http://www.binovo.es',
  12. 'category': 'Sales Management',
  13. 'version': '8.0.1.0.0',
  14. 'depends': ['account_analytic_analysis'],
  15. 'license': 'AGPL-3',
  16. 'test': [
  17. 'test/contract_recurring_invoicing_monthly_last_day.yml'
  18. ],
  19. 'installable': True,
  20. }