odoo/odoo#198940
Created by jethavadakshal
Blocked
- Merge method
- Review
-
CI
- legal/cla: Contributor License Agreement check
- ci/runbot
- ci/upgrade_enterprise
- ci/template
- ci/style
- ci/security
- label
- jethavadakshal:18.0-fix-sale-mrp-procurement
- head
- 0784fa8f34a6e201e2b4199ba807d4863fa255b4
odoo/odoo | |
---|---|
18.0 | #198940 missing statuses missing r+ |
saas-18.2 | |
saas-18.3 | |
saas-18.4 | |
19.0 | |
master |
[FIX] fix sale mrp procument run error
Description of the issue/feature this PR addresses:
I was facing the error while confirming the sale order and the error is
"domain = [(self._active_name, '=', 1)] + domain
TypeError: can only concatenate list (not "tuple") to list"
Current behavior before PR:
when the routes are configured as "when the required stock for SO is not available, create the MO" I was getting the above error to solve this I have changed the "_make_mo_get_domain" method and corrected the domain value.
Desired behavior after PR is merged:
Once this PR is merged we will not face the above issue.
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr