Sunday, November 26, 2023
3 changes · 17.0
Miscellaneous changes
1. Revert some changes introduced in commit https://github.com/odoo/odoo/pull/120690/commits/31e1c768f4b254c618c63d44f063953855e7e56b 2. After the revert of the o_editable as marker, We changed the way we allow edition in the existing banner command. Task-2782426 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#143362
Original PR description
1. Revert some changes introduced in commit https://github.com/odoo/odoo/pull/120690/commits/31e1c768f4b254c618c63d44f063953855e7e56b 2. After the revert of the o_editable as marker, We changed the way we allow edition in the existing banner command. Task-2782426 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#143362
**Description of the issue/feature this PR addresses:** In case of chained stock moves, we need to consider that a purchase order might be linked to other orders which are already fulfilled differently on the same order line, so we filter for those which are still relevant for propagation or change in procure method. You need at least two sale orders linked where one was fulfilled (forced fulfillment of the chained move) **Current behavior before PR:** UserError **Desired behavior aft
Original PR description
**Description of the issue/feature this PR addresses:** In case of chained stock moves, we need to consider that a purchase order might be linked to other orders which are already fulfilled differently on the same order line, so we filter for those which are still relevant for propagation or change in procure method. You need at least two sale orders linked where one was fulfilled (forced fulfillment of the chained move) **Current behavior before PR:** UserError **Desired behavior after PR is merged:** Proper handling of what it was intended to do... Info: @wt-io-it --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#141791 Forward-Port-Of: odoo/odoo#133001
steps: - project > configuration > settings >allow_subtasks = True - try to add subtasks by searching project name it will show tasks of projects whose subtask is false cause: - able to select a task whose project allow_subtask = False issue - filter_domain is not applied on the field in the search view fix: - updated the field with filter_domian so we can select the task of the project which has allow_subtasks = True task-3178619 Forward-Port-Of: odoo/odoo#143575 Forward-Port
Original PR description
steps: - project > configuration > settings >allow_subtasks = True - try to add subtasks by searching project name it will show tasks of projects whose subtask is false cause: - able to select a task whose project allow_subtask = False issue - filter_domain is not applied on the field in the search view fix: - updated the field with filter_domian so we can select the task of the project which has allow_subtasks = True task-3178619 Forward-Port-Of: odoo/odoo#143575 Forward-Port-Of: odoo/odoo#112854