__openerp__.py 1.2 KB

12345678910111213141516171819202122232425262728293031
  1. # -*- coding: utf-8 -*-
  2. ##############################################################################
  3. # This program is distributed in the hope that it will be useful,
  4. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  5. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  6. # GNU LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details.
  7. #
  8. # You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE
  9. # GENERAL PUBLIC LICENSE (LGPL v3) along with this program.
  10. # If not, see <http://www.gnu.org/licenses/>.
  11. #
  12. ##############################################################################
  13. {
  14. 'name': 'Mrp Reports',
  15. 'version': '8.0.1.0.0',
  16. 'summary': 'PDF & XLS Informe para Modulo MRP.',
  17. 'description': 'PDF & XLS Informe para Modulo MRP con varios filtros.',
  18. 'category': 'Manufacturing',
  19. 'author': 'Eiru Software',
  20. 'website': "http://www.eiru.com.py",
  21. 'depends': ['base', 'mrp', 'report_xls','eiru_mrp_cost'],
  22. 'data': [
  23. 'views/eirumrp_wizard_view.xml',
  24. 'views/eirumrp_report_template.xml'
  25. ],
  26. 'license': 'LGPL-3',
  27. 'installable': True,
  28. 'auto_install': False,
  29. 'application': False,
  30. }