Browse Source

Add _t var

Missing var called below in the err msgs - throws error messages without it
pull/461/head
NathanQj 4 years ago
committed by GitHub
parent
commit
0165444d79
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      pos_order_return_traceability/static/src/js/widgets.js

1
pos_order_return_traceability/static/src/js/widgets.js

@ -6,6 +6,7 @@ odoo.define('pos_order_return_traceability.widgets', function (require) {
"use strict";
var core = require('web.core');
var _t = core._t;
var screens = require('point_of_sale.screens');
var order_mgmt_widgets = require('pos_order_mgmt.widgets');

Loading…
Cancel
Save