# -*- coding: utf-8 -*- { 'name': "Eiru Reports - Ventas", 'author': "Eiru", 'category': 'report', 'version': '1.1', 'depends': [ 'base', 'product', 'account', 'stock', 'eiru_assets', 'account_journal_active', 'category_expense', 'multi_store', 'multi_store_stock', ], 'qweb': [ 'static/src/xml/*.xml', 'static/src/reports/*.xml' ], 'data': [ 'templates.xml', 'views/actions.xml', 'views/menus.xml', ], }