Files
odoo-cooltools/legaladdress_from_customer/__manifest__.py
T

17 lines
455 B
Python
Executable File

{
"name": "Invoice legal address from customer",
"version": "16.0.1.0.0",
"category": "Accounting",
"summary": "Use the exact customer as invoice address",
"description": """
Copies the selected customer (Klant) directly to the invoice address
on sale orders and invoices, without collapsing to the commercial partner.
""",
"depends": [
"account",
"sale",
],
"installable": True,
"license": "LGPL-3",
}