Skip to content

Commit

Permalink
Merge PR #1008 into 17.0
Browse files Browse the repository at this point in the history
Signed-off-by etobella
  • Loading branch information
OCA-git-bot committed Jan 29, 2025
2 parents 8bf6935 + 8ee1c49 commit e9112a6
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 e9112a6

Please sign in to comment.