I have a tree view form which contain customer invoice. I want to add a date start and date end and a search button to search all the item within specific these date from the customer invoice. So how I do this in Odoo9 ?
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
2
Replies
4343
Tampilan
If you have regular date ranges, like weeks, I would recommend https://apps.openerp.com/apps/modules/9.0/date_range/
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
Okt 18
|
2879 | ||
|
8
Des 19
|
7110 | ||
|
1
Des 24
|
5977 | ||
|
3
Agu 24
|
6857 | ||
how to know the odoo master password?
Diselesaikan
|
|
4
Jul 24
|
41150 |
You can use advance search option which by default odoo provided to filter data in date range.
For creating search boxes and button in tree view, you have to write js code. I suggest you to use advance filter option.
I want to make it custom by me. Will you give me any kind of resources how to make these search without advance option?
If it is possible to choose two option for start date and end date and then automatically data filter by domain in odoo9.
Here you see my window
http://imgur.com/a/yLT0r
I want to add two button for choose start date and end date then it filter me the specific range data.