purchase-workflow
purchase-workflow copied to clipboard
[FIX]purchase_request: name was readonly for every user
The field 'name' was only editable for users with the debug mode activated, despite having the user access. The purchase request is giving an error when the name of the request is not changed.
@pedrobaeza @HviorForgeFlow Hi! Can you review this PR? Thanks!
@mav-adhoc I cannot reproduce the issue that you mention on runboat. can you elaborate it a bit? Thanks.
You can always for the edition adding a ir.default that sets the is_name_editable to True for all users in the system.
Please, try not to apply auto formatting out of the scope of the change.
For reference: https://github.com/OCA/purchase-workflow/pull/1120