-
-
Notifications
You must be signed in to change notification settings - Fork 867
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
[17.0][IMP] partner_identification: Add chatter in res.partner.id_number form pop-up #1932
base: 17.0
Are you sure you want to change the base?
[17.0][IMP] partner_identification: Add chatter in res.partner.id_number form pop-up #1932
Conversation
Please fix pre-commit |
a04dd74
to
ed6f70e
Compare
4921c36
to
8dd5079
Compare
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.
LGTM
This PR has the |
There is an issue when we add a identification as the chatter is not usable until the identification is saved... it means that we can't add an attachment in the popup during the creation The workaround is to save the identification and open it again... then the chatter is usable... |
That's the standard behavior. Record is not saved yet. |
Ok then... let's merge ? |
Description:
Integrate the Odoo Chatter to enable uploading attachment files through the
res.partner
pop-up form for ID Numbers.cc @cvinh