I have developed a module in which I need to add the warranty details of a customer.The module is almost complete.Now I want to print the following form of which the screenshot is attached.Screenshot.png.I want to print the complete details including the preventive maintenance schedule also.How to place a print button with action in my module.Is there any option to place the button through the developer mode without making changes in the code?If so wat all changes are to be made?
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
3993
Tampilan
Menikmati diskusi? Jangan hanya membaca, ikuti!
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
DaftarPost Terkait | Replies | Tampilan | Aktivitas | |
---|---|---|---|---|
|
1
Apr 21
|
3317 | ||
ACTIVATE DEVELOPER MODE
Diselesaikan
|
|
1
Agu 24
|
3451 | |
Print menu customization
Diselesaikan
|
|
2
Apr 20
|
3702 | |
what is the limits of using the developer mode ?
Diselesaikan
|
|
1
Jun 16
|
4265 | |
|
0
Apr 16
|
2870 |
I had placed a print button with image in the form using the Developer Mode.The code used is <button name="%(REPORT ACTION ID)d" string="YOUR STRING" type="action" icon="gtk-print"/> where REPORT ACTION ID is the record id of the FORM VIEW.The button is placed properly but the print action is not taking place properly.What are the changes to be made so that the printing action takes place?