-
-
Notifications
You must be signed in to change notification settings - Fork 822
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
[18.0][IMP] purchase_request: Misc changes (hide company_id field + set groups to group_id field) #2609
[18.0][IMP] purchase_request: Misc changes (hide company_id field + set groups to group_id field) #2609
Conversation
Add the company_id field always to avoid errors if a domain needs it. TT55213
…pty in the definition TT55213
…o demo data TT55213
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/ocabot merge minor
Hey, thanks for contributing! Proceeding to merge this for you. |
Congratulations, your PR was merged at 3f0ce23. Thanks a lot for contributing to OCA. ❤️ |
FWP from 17.0: #2608
Changes done:
purchase_request
: Hide thecompany_id
field from the lines + add index.purchase_request
: Set groups togroup_id
fieldpurchase_request
: Add company_id field (invisible) to form view.purchase_request
: Leave the company_id field empty in the sequence.purchase_request_tier_validation
: Leave the company_id field empty in the definition.purchase_request_tier_validation
: Change tier.definition data to demo data.purchase_request
: Add kanban view.Please @pedrobaeza and @carlos-lopez-tecnativa can you review it?
@Tecnativa TT51248 TT55213