Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
24
account_invoice_transmit_method/__manifest__.py
Normal file
24
account_invoice_transmit_method/__manifest__.py
Normal file
@@ -0,0 +1,24 @@
|
||||
# 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,
|
||||
}
|
||||
Reference in New Issue
Block a user