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.

19 lines
607 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2016 Carlos Dauden <carlos.dauden@tecnativa.com>
  3. # Copyright 2017 David Vidal <david.vidal@tecnativa.com>
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  5. {
  6. 'name': 'Partner Stock Risk',
  7. 'summary': 'Manage partner risk in stock moves',
  8. 'version': '10.0.1.0.0',
  9. 'category': 'Sales Management',
  10. 'license': 'AGPL-3',
  11. 'author': 'Tecnativa,'
  12. 'Odoo Community Association (OCA)',
  13. 'website': 'https://www.tecnativa.com',
  14. 'depends': [
  15. 'stock',
  16. 'partner_financial_risk'
  17. ],
  18. 'installable': True,
  19. }