# -*- coding: utf-8 -*- # © 2016 - Francesco Apruzzese # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { "name": "Invoice Pay And Receive menu", "description": "", "version": "8.0.1.0.0", "category": "account", "website": "https://www.eiru.com.py", "author": "Eiru Software", "license": "AGPL-3", "application": False, "installable": True, "depends": [ "sale","account", ], "data": [ "views/invoice_pay_and_receive.xml", ], }