Wednesday, October 9, 2024
1 change · 17.0
Features or functions removed from Odoo
This change removes an old, redundant sales margin screen customization that could interfere with future adjustments to purchase price fields. It helps prevent confusing display issues without changing day-to-day sales workflows.
Original PR description
**Description of the issue/feature this PR addresses:** Remove redundant view which is still there from old days and introducing the same inheritance in the view underneath in the file. It is nowhere inherited in core code, but will create issues if you try to inherit purchase_price in the view underneath, namely not being visible (probably another issue in the framework). **Current behavior before PR:** Redundant view from old days creating issues **Desired behavior after PR is merged:** No issues based on redundant field / views Info: @wt-io-it --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr