Tower: upload laundry_management 19.0.19.0.4 (via marketplace)
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
/** @odoo-module
|
||||
*
|
||||
* Register LaundryReceiptDetails as a child component of OrderReceipt
|
||||
* so the receipt template can render <LaundryReceiptDetails .../>.
|
||||
*
|
||||
* No prototype changes — additive component wiring only.
|
||||
*/
|
||||
import { OrderReceipt } from "@point_of_sale/app/screens/receipt_screen/receipt/order_receipt";
|
||||
import { LaundryReceiptDetails } from "@laundry_management/js/laundry_receipt_details";
|
||||
|
||||
OrderReceipt.components = {
|
||||
...(OrderReceipt.components || {}),
|
||||
LaundryReceiptDetails,
|
||||
};
|
||||
Reference in New Issue
Block a user