I am facing an issue where the controller is ignoring the arguments that i pass from javascript.
odoo.http: <function odoo.addons.module.controllers.main.ship_order> called ignoring args <stock_moves={'61': 1}>, <package_info={'112': 1}>
Here is my method.
@http.route('/send_order', type='json', auth='user')
Is there anything wrong? is it because i am passing dictionary values?
Thanks