[12.0][ADD] - Add new module Contract Transmit Method

This commit is contained in:
sbejaoui
2020-03-18 14:09:36 +01:00
parent ec5f69b73b
commit 749ad3e844
17 changed files with 647 additions and 0 deletions

View 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"],
}