We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.采购发货单是由采购订单跳转的,所以action_id还是227(采购订单的action),流程控制里判断当前模块依据是action_id,所以无法正确返回当前模型.
这个是采购订单的url http://127.0.0.1:8068/web?debug=True#id=5813&view_type=form&model=buy.order&menu_id=214&action=227 这个是跳转后采购出库单的url http://127.0.0.1:8068/web?debug=True#id=6857&view_type=form&model=buy.receipt&active_id=5813
The text was updated successfully, but these errors were encountered:
No branches or pull requests
操作系统及版本:
重现问题的步骤:
1.采购发货单是由采购订单跳转的,所以action_id还是227(采购订单的action),流程控制里判断当前模块依据是action_id,所以无法正确返回当前模型.
当前结果:
这个是采购订单的url
http://127.0.0.1:8068/web?debug=True#id=5813&view_type=form&model=buy.order&menu_id=214&action=227
这个是跳转后采购出库单的url
http://127.0.0.1:8068/web?debug=True#id=6857&view_type=form&model=buy.receipt&active_id=5813
The text was updated successfully, but these errors were encountered: