bemade-addons/shipping_information_on_customer_invoice/__manifest__.py
Marc Durepos 4c5b55a7dd Fixes to purchase_customer_requisition and shipping info on cust. inv.
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.
2025-02-11 14:27:50 -05:00

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