How can I customize or add extra column field in Invoice.
1:- Packaging
2:- Packaging Quantity
Because both options not available in Print Invoice/Invoice form layout instead of Sale.
How can I resolve this issue.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
How can I customize or add extra column field in Invoice.
1:- Packaging
2:- Packaging Quantity
Because both options not available in Print Invoice/Invoice form layout instead of Sale.
How can I resolve this issue.
Hi,
Inherit the invoice form and add necessary fields to it, then you have to write the code to pass the values from sale order to invoice.
Once this is done, you can inherit the invoice report template and add new fields to it.
For modifying an existing report in odoo, see this video: https://www.youtube.com/watch?v=l2tvrpfOR1E
Thanks
Hi Hafiz,
You can use Odoo Studio to do this:
https://www.odoo.com/documentation/15.0/applications/productivity/studio/how_to/reports.html
Activate Studio on the invoice form then click 'Reports' at the top right.
You should be able to add the packaging and packaging quantity as related fields, although I have not tested this.
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
2
Dec 24
|
3130 | ||
|
1
Dec 24
|
352 | ||
|
4
Nov 24
|
1366 | ||
|
1
Sep 24
|
1137 | ||
|
1
Sep 24
|
1203 |
https://i.postimg.cc/KvLfRdtQ/Screenshot-178.png
https://i.postimg.cc/7PjXPxJf/Screenshot-179.png
https://i.postimg.cc/DwTgsBgh/Screenshot_(182).png
Thanks for your reply!
Odoo Studio definitely will be helpful for customization of report.
But I want free solution instead of paid because its very costly with annual bill only for one report.