-
Notifications
You must be signed in to change notification settings - Fork 7
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
[ADD] Adding new module partner_identification_sim_indonesia #1
[ADD] Adding new module partner_identification_sim_indonesia #1
Conversation
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.
Mike kok .pyc nya ikut ke ambil?
d8af0ff
to
3a91d58
Compare
Current coverage is 100% (diff: 100%)
|
1 similar comment
Untracking file .pyc
3a91d58
to
1e75a69
Compare
1 similar comment
class ResPartnerIdNumber(models.Model): | ||
_inherit = 'res.partner.id_number' | ||
|
||
_sql_constraints = [ |
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.
@mikevhe18 validasinya bukan begitu caranya. Coba lihat https://github.com/OCA/partner-contact/pull/298/files#diff-55ffa8353f7b2918117e842a9334d86cR7 dan https://github.com/OCA/partner-contact/pull/298/files#diff-51ed1038dbdf198d833c2475bad80d56R30
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.
Iya mas gue tau, tapi masalahnya :
- Validation itu khan opsional , bisa dipake bisa ngga
- Validasi yang di contoh itu buat GLN dimana emang ada validasi check digit, sementara SIM dari apa yang gw cari referensinya gak ada validasi check digit
- Trus untuk fungsi search duplicatenya, menurut gw cukup pake SQL constraints
Superseded by #2 . Closing. |
No description provided.