__manifest__.py 296 B

1234567891011121314
  1. # -*- coding: utf-8 -*-
  2. # Part of Odoo. See LICENSE file for full copyright and licensing details.
  3. {
  4. 'name': 'DIN 5008 - Stock',
  5. 'category': 'Accounting/Localizations',
  6. 'depends': [
  7. 'l10n_din5008',
  8. 'stock',
  9. ],
  10. 'auto_install': True,
  11. 'license': 'LGPL-3',
  12. }