# -*- coding: utf-8 -*- { 'name': "Eiru Civil Engineering", 'author': "Adrielso Kunert", 'category': 'Account, sale', 'version': '0.0.1', 'description': "Modulo para Ingeniera civil", 'depends': [ 'base', 'account', 'eiru_assets', 'project', 'eiru_payments_invoices' ], 'data': [ 'views/templates.xml', 'views/eiru_construction_menu.xml', 'views/eiru_construction_config.xml', 'views/eiru_construction_oum.xml', 'views/eiru_construction_task.xml', 'views/eiru_construction_task_line.xml', 'views/eiru_construction_work.xml', 'views/eiru_construction_order.xml', 'views/eiru_construction_order_contractor.xml', 'views/eiru_res_partner_contractor.xml', 'views/eiru_construction_account_invoice.xml', 'views/eiru_construction_move.xml', 'views/data.xml', 'views/eiru_construction_order_sequence.xml', 'views/eiru_construction_expenses_move_line.xml', ], 'qweb': [ 'static/src/xml/*.xml', 'static/src/xml/modal/*.xml', ] }