In quotation form, we want to print tax break-up just like invoice.
In model, view of quotation form we have done the changes but data is not getting populated in it. what background programming is need for that ?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
In quotation form, we want to print tax break-up just like invoice.
In model, view of quotation form we have done the changes but data is not getting populated in it. what background programming is need for that ?
Have you found a solution ?
You need to modify the view that populates the form with the sale.order model. In order to do that, you need to be comfortable modifying the OpenERP views with XML
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj sięPowiązane posty | Odpowiedzi | Widoki | Czynność | |
---|---|---|---|---|
|
2
mar 24
|
2203 | ||
Sales quotation
Rozwiązane
|
|
2
mar 24
|
2317 | |
|
0
lip 23
|
2021 | ||
|
1
paź 15
|
4359 | ||
|
1
mar 15
|
6706 |
I think I was not clear previous time.
I have done the change sin the sale.order model and view via XML.I can see the structure of tax information in tab other information. But the problem is data is not getting populated in this structure. Based on my investigation, I think I am lacking same python code to fill that structure.
Kindly help me on this.