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