Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
5407 Widoki

I'm creating a student registration module. I'm very new to Openobject and still in the design phase so I'd appreciate it if you can help me do this right.

The registration module should take the following information from the user:

Student Name (res.partner) Course batch Name, Course Fee,

Upon pressing Save, the registration should be saved and a new invoice should be generated for that student with the amount of the Course Fee above.

I know how to create the registration form and how to inherit from res.partner, I just want to know how to generate an invoice using the Course Fee input.

Your help is appreciated.

Awatar
Odrzuć
Najlepsza odpowiedź

Make one object tye button and and set method on that button. In that button method code Make one dict of all vals of your current object and pass in a create method of invoice. Button method rerun type is True now when you click on that button it will create a invoice .

Have a good day

Thanks dsouzajoseph199@gmail.com

Awatar
Odrzuć
Autor

Thank you for your reply, but I have no idea how to do that or where to start. Can you show me an simple example or direct me to some code that I can learn from?

Powiązane posty Odpowiedzi Widoki Czynność
0
mar 25
947
2
cze 20
5983
1
sie 18
4237
2
maj 16
3268
4
mar 16
14680