Skip to content
New issue

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

[FIX issues 2537] purchase_request: Allow copying descriptions to new PO by updating wiz_id field properties" #2534

Open
wants to merge 1 commit into
base: 16.0
Choose a base branch
from

Conversation

medaihichem
Copy link

This change fixes an issue in the wizard that creates a purchase order from a purchase request, where copying item descriptions (boolean toggle) was blocked due to the wiz_id field in purchase.request.line.make.purchase.order.item being required and readonly.

I modified the field to be non-required (required=False) and non-readonly (readonly=False), which allows item descriptions to be copied correctly when creating a purchase order

@medaihichem medaihichem changed the title [FIX] purchase_request: Allow copying descriptions to new PO by updating wiz_id field properties" [FIX issues 2537] purchase_request: Allow copying descriptions to new PO by updating wiz_id field properties" Feb 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant