purchase_customer_requisition: * Make sure to check the validity (state + dates) on purchase requisitions being selected for PO lines. shipping_information_on_customer_invoice: * Rework how the picking is selected, going through the sale lines related to the invoice lines instead of the non-existing picking_id field previously coded.
19 lines
579 B
Python
19 lines
579 B
Python
{
|
|
"name": "Shipping Information on Customer Invoice",
|
|
"version": "18.0.0.1",
|
|
"category": "Accounting",
|
|
"summary": "Add shipping carrier information on customer invoices",
|
|
"description": """
|
|
This module adds shipping carrier information to customer invoices:
|
|
* Carrier name
|
|
* Tracking number
|
|
* Billing mode
|
|
""",
|
|
"depends": ["account", "delivery", "delivery_carrier_partner_account"],
|
|
"data": [
|
|
"views/report_invoice.xml",
|
|
],
|
|
"installable": True,
|
|
"auto_install": False,
|
|
"license": "LGPL-3",
|
|
}
|