I need to set @api.constraints for people under 18. they shall not pass. pls help me
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Akuntansi
- Inventaris
- PoS
- Project
- MRP
Pertanyaan ini telah diberikan tanda
1
Balas
2225
Tampilan
Hi,
Below is a sample code by which you can get age from date of birth:
today = date.today()
if rec.date_of_birth:
rec.age = today.year - rec.date_of_birth.year
else:
rec.age = 1
Video: https://youtu.be/NlbdnA6WMd8?t=632
then you can check the age is less than 18 or not and return the validation using constrains:
See: https://www.youtube.com/watch?v=8Lz4Fy7ozfY
Thanks
Menikmati diskusi? Jangan hanya membaca, ikuti!
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
DaftarPost Terkait | Replies | Tampilan | Aktivitas | |
---|---|---|---|---|
|
0
Feb 22
|
4 | ||
|
1
Mar 15
|
4895 | ||
|
1
Mar 15
|
8409 | ||
odoo 16 dashboard select specific date range
Diselesaikan
|
|
3
Jun 25
|
1212 | |
How to get Creation Date for created Customer?
Diselesaikan
|
|
1
Jan 25
|
18033 |