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
- Buchhaltung
- Lager
- PoS
- Project
- MRP
Diese Frage wurde gekennzeichnet
4000
Ansichten
Diskutieren Sie gerne? Treten Sie bei, statt nur zu lesen!
Erstellen Sie heute ein Konto, um exklusive Funktionen zu nutzen und mit unserer tollen Community zu interagieren!
RegistrierenVerknüpfte Beiträge | Antworten | Ansichten | Aktivität | |
---|---|---|---|---|
|
1
Apr. 21
|
3336 | ||
ACTIVATE DEVELOPER MODE
Gelöst
|
|
1
Aug. 24
|
3473 | |
Print menu customization
Gelöst
|
|
2
Apr. 20
|
3727 | |
|
1
Juni 16
|
4284 | ||
|
0
Apr. 16
|
2877 |
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?