refactor: Update POS component and service import paths to align with Odoo 19 and fix module name in manifest.
This commit is contained in:
parent
e62ed4121e
commit
c1b2d0f1f4
1
pos_bluetooth_thermal_printer
Submodule
1
pos_bluetooth_thermal_printer
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit d13cd3b2c8712bff0eec2f38e04675aea6f95e23
|
||||||
@ -1,9 +1,9 @@
|
|||||||
/** @odoo-module **/
|
/** @odoo-module **/
|
||||||
|
|
||||||
import { Component } from "@odoo/owl";
|
import { Component } from "@odoo/owl";
|
||||||
import { usePos } from "@point_of_sale/app/store/pos_hook";
|
import { usePos } from "@point_of_sale/app/hooks/pos_hook";
|
||||||
import { BluetoothConnectionStatus } from "./connection_status_widget";
|
import { BluetoothConnectionStatus } from "./connection_status_widget";
|
||||||
import { Navbar } from "@point_of_sale/app/navbar/navbar";
|
import { Navbar } from "@point_of_sale/app/components/navbar/navbar";
|
||||||
import { patch } from "@web/core/utils/patch";
|
import { patch } from "@web/core/utils/patch";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
/** @odoo-module **/
|
/** @odoo-module **/
|
||||||
|
|
||||||
import { patch } from "@web/core/utils/patch";
|
import { patch } from "@web/core/utils/patch";
|
||||||
import { PosPrinterService } from "@point_of_sale/app/printer/pos_printer_service";
|
import { PosPrinterService } from "@point_of_sale/app/services/pos_printer_service";
|
||||||
import { BluetoothPrinterManager, TimeoutError, PrinterNotConnectedError, TransmissionError } from "./bluetooth_printer_manager";
|
import { BluetoothPrinterManager, TimeoutError, PrinterNotConnectedError, TransmissionError } from "./bluetooth_printer_manager";
|
||||||
import { EscPosGenerator } from "./escpos_generator";
|
import { EscPosGenerator } from "./escpos_generator";
|
||||||
import { BluetoothPrinterStorage } from "./storage_manager";
|
import { BluetoothPrinterStorage } from "./storage_manager";
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
/** @odoo-module **/
|
/** @odoo-module **/
|
||||||
|
|
||||||
import { patch } from "@web/core/utils/patch";
|
import { patch } from "@web/core/utils/patch";
|
||||||
import { PosStore } from "@point_of_sale/app/store/pos_store";
|
import { PosStore } from "@point_of_sale/app/services/pos_store";
|
||||||
import { getBluetoothPrintingServices } from "./pos_receipt_printer";
|
import { getBluetoothPrintingServices } from "./pos_receipt_printer";
|
||||||
import { getErrorNotificationService } from "./error_notification_service";
|
import { getErrorNotificationService } from "./error_notification_service";
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user