[6278][IMP] website_form_partner_specific_user_account: reflect oca changes#104
Conversation
|
I realized some tests case of this module is not compatible with |
Fixed in my last commit. |
yostashiro
left a comment
There was a problem hiding this comment.
@AungKoKoLin1997 Thanks. Please relay the update to the OCA PR.
|
@yostashiro There is a bug in the previous logic and I updated. Please review my last commit. |
d11c506 to
486d3df
Compare
nobuQuartile
left a comment
There was a problem hiding this comment.
Functional review: LGTM
| if website.restrict_partner_to_company: | ||
| vals["company_id"] = website.company_id.id | ||
| website_partner = Partner.create(vals) | ||
| if website_partner: |
There was a problem hiding this comment.
I think we should have removed this condition.
There was a problem hiding this comment.
Yes. I will follow up this.
6278