-
- Downloads
[FIX] point_of_sale: add product asynchronous
Since we changed add product signature to be asynchronous, we had to change all the functions and the calls to this function to be awaited or set as async.
closes odoo/odoo#104467
Related: odoo/enterprise#33382
Signed-off-by:
Masereel Pierre <pim@odoo.com>
Showing
- addons/point_of_sale/static/src/js/Screens/ProductScreen/ProductScreen.js 2 additions, 2 deletions...sale/static/src/js/Screens/ProductScreen/ProductScreen.js
- addons/point_of_sale/static/src/js/db.js 1 addition, 1 deletionaddons/point_of_sale/static/src/js/db.js
- addons/point_of_sale/static/src/js/models.js 3 additions, 3 deletionsaddons/point_of_sale/static/src/js/models.js
- addons/pos_coupon/static/src/js/coupon.js 2 additions, 2 deletionsaddons/pos_coupon/static/src/js/coupon.js
- addons/pos_discount/static/src/js/DiscountButton.js 1 addition, 1 deletionaddons/pos_discount/static/src/js/DiscountButton.js
- addons/pos_gift_card/static/src/js/GiftCardPopup.js 2 additions, 2 deletionsaddons/pos_gift_card/static/src/js/GiftCardPopup.js
- addons/pos_sale_product_configurator/static/src/js/models.js 1 addition, 1 deletionaddons/pos_sale_product_configurator/static/src/js/models.js
Loading
Please register or sign in to comment