I have this py
class SalesSourcing(models.Model):
_name='sales.sourcing'
date = fields.Date('Request Date',default=fields.Datetime.now)
How to limit posting only before 7 PM and show the warning ?
Thank you for help
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
I have this py
class SalesSourcing(models.Model):
_name='sales.sourcing'
date = fields.Date('Request Date',default=fields.Datetime.now)
How to limit posting only before 7 PM and show the warning ?
Thank you for help
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up| Related Posts | Replies | Views | Activity | |
|---|---|---|---|---|
|
2
Jun 17
|
9472 | |||
|
0
Feb 21
|
4554 | |||
|
0
Feb 18
|
3289 | |||
|
0
Dec 17
|
4056 | |||
|
3
Jun 17
|
6645 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.