Hi,
What I need is,I need no of weeks in a month,on the basis of that I need to find the no of submitted timesheets.
I need to display the number of submitted timesheets of the month
Thanks in advance
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi,
What I need is,I need no of weeks in a month,on the basis of that I need to find the no of submitted timesheets.
I need to display the number of submitted timesheets of the month
Thanks in advance
Create an account today to enjoy exclusive features and engage with our awesome community!
Înscrie-te| Related Posts | Răspunsuri | Vizualizări | Activitate | |
|---|---|---|---|---|
|
1
iun. 18
|
4461 | |||
|
1
nov. 25
|
355 | |||
|
1
oct. 25
|
11912 | |||
|
0
mai 25
|
1651 | |||
|
1
apr. 25
|
1802 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.
Try this one
import calendar
calendar.month(year, month).count('\n') - 2
I try this and its work correctly.
Can you give some idea for how to split month and year from current date field.