Files
odoo-cooltools/legaladdress_from_customer/__manifest__.py
T
2026-02-02 11:31:57 +01:00

16 lines
436 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": [
"sale",
],
"installable": True,
"license": "LGPL-3",
}