# -*- coding: utf-8 -*-
{
    'name': "Eiru Delivery Baco",
    'author': "Eiru",
    'website': "https://www.eiru.com.py",
    'category': 'Uncategorized',
    'version': '2.0',
    'depends': [
        'base',
        'account',
        'sale',
        'sale_fast_confirm',
    ],
    'data': [
        'views/account_invoice.xml',
        'views/sale_order.xml',
        'views/delivery_check.xml',
    ],
}