mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[12.0][ADD] - Add new module Contract Transmit Method
This commit is contained in:
16
contract_transmit_method/__manifest__.py
Normal file
16
contract_transmit_method/__manifest__.py
Normal file
@@ -0,0 +1,16 @@
|
||||
# Copyright 2020 ACSONE SA/NV
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
|
||||
{
|
||||
"name": "Contract Transmit Method",
|
||||
"summary": """
|
||||
Set transmit method (email, post, portal, ...) in contracts and
|
||||
propagate it to invoices.""",
|
||||
"version": "12.0.1.0.0",
|
||||
"license": "AGPL-3",
|
||||
"author": "ACSONE SA/NV,"
|
||||
"Odoo Community Association (OCA)",
|
||||
"website": "https://github.com/OCA/contract",
|
||||
"depends": ["contract", "account_invoice_transmit_method"],
|
||||
"data": ["views/contract_template.xml", "views/contract_contract.xml"],
|
||||
}
|
||||
Reference in New Issue
Block a user