Files
Odoo-18.0-20251222/account_invoice_transmit_method/__manifest__.py
tocmo0nlord adbe430761
Some checks failed
pre-commit / pre-commit (push) Has been cancelled
tests / Detect unreleased dependencies (push) Has been cancelled
tests / test with OCB (push) Has been cancelled
tests / test with Odoo (push) Has been cancelled
Initial commit: Odoo 18.0-20251222 extra-addons
2026-03-13 20:43:25 +00:00

25 lines
884 B
Python

# Copyright 2017-2022 Akretion France (http://www.akretion.com/)
# @author: Alexis de Lattre <alexis.delattre@akretion.com>
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Invoice Transmit Method",
"version": "18.0.1.1.0",
"category": "Accounting/Accounting",
"license": "AGPL-3",
"summary": "Configure invoice transmit method (email, post, portal, ...)",
"author": "Akretion, Odoo Community Association (OCA)",
"maintainers": ["alexis-via"],
"website": "https://github.com/OCA/account-invoicing",
"depends": ["account", "base_view_inheritance_extension"],
"data": [
"security/ir.model.access.csv",
"views/account_move.xml",
"views/res_partner.xml",
"views/transmit_method.xml",
"data/transmit_method.xml",
],
"demo": ["demo/partner.xml"],
"installable": True,
}