Skip to content

Commit

Permalink
Merge PR #1007 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by simahawk
  • Loading branch information
OCA-git-bot committed Jan 28, 2025
2 parents 3a9ca21 + 40f306e commit 173d7da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion barcode_action/static/src/js/action_barcode_widget.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export class ActionBarcodeField extends Component {
model: record.data.model,
method: record.data.method,
args: [[record.data.res_id], barcode],
kwargs: {},
kwargs: {context: this.props.record.context},
}).then(function (action) {
self.env.services.action.doAction(action);
});
Expand Down

0 comments on commit 173d7da

Please sign in to comment.