Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
2 Odpovědi
4282 Zobrazení

In sales order, after writing all the information required for the sale order.


I want to create a button "Work Order"  that generates a PDF automatically with a few information written in the fields, this document will create a custom PDF that I'm gonna modify, but all I want is that this button generates the PDF adding some of the Sale Order info that I just wrote in the required fields, such as: Client name, Quantity and the premade Sale Number created by the system.


Sorry if I am not very clear here :(

Avatar
Zrušit

so do I only change the variables ['report'], module_name and template_name? and what do you mean by template name? What file extension is that?

Nejlepší odpověď

first create function like 

@api.multi

    def print_work_order(self):

        return self.env['report'].get_action(self, 'module_name.template_name')

and assign this fuction to your button.

make sure you have created action for report

Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
1
kvě 25
2074
3
úno 23
6544
2
pro 21
5326
1
dub 25
3903
0
srp 19
2483