I have created one custom field in the purchase order line, and I have to send that value into the invoice while clicking the Create Bill button in the Purchase order form. how can I do this?
Please help me to fix this ...
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
I have created one custom field in the purchase order line, and I have to send that value into the invoice while clicking the Create Bill button in the Purchase order form. how can I do this?
Please help me to fix this ...
Hi,
You can pass the required values from the purchase order line to invoice line by overriding the function _prepare_invoice_line_from_po_line and pass the required values with this function.This function is in the following path addons/purchase/models/account_invoice.py.
Regards
Luo tili jo tänään nauttiaksesi yksinoikeusominaisuuksista ja osallistuaksesi mahtavaan yhteisöömme!
RekisteröidyAiheeseen liittyviä artikkeleita | Vastaukset | Näkymät | Toimenpide | |
---|---|---|---|---|
|
1
marrask. 19
|
6053 | ||
Odoo Mail Sending Limit
Ratkaistu
|
|
2
jouluk. 23
|
14798 | |
|
0
lokak. 23
|
33 | ||
|
3
lokak. 23
|
788 | ||
|
1
lokak. 23
|
569 |
Reference for customization in odoo: https://learnopenerp.tumblr.com/