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.

21 lines
538 B

9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
  1. # -*- coding: utf-8 -*-
  2. # © 2015 Valentin CHEMIERE <valentin.chemiere@akretion.com>
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  4. {
  5. 'name': 'Sms Send Picking',
  6. 'version': '10.0.1.0.0',
  7. 'author': 'Akretion, Odoo Community Association (OCA)',
  8. 'website': 'https://www.akretion.com',
  9. 'license': 'AGPL-3',
  10. 'category': 'Phone',
  11. 'depends': [
  12. 'stock',
  13. 'base_sms_client',
  14. ],
  15. 'data': [
  16. 'data/cron.xml'
  17. ],
  18. 'installable': False,
  19. 'application': False,
  20. }