Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] purchase: Add partner info to bill creation context
Create a purchase order Confirm Create the bill from the PO Some fields related to the partner are left empty, shipping address, incoterms, ... While the account.move related to the bill is created, all onchanges triggered by partner_id change are called on an empty record. This will mess up all the fields that should be pre filled based on the partner_id record opw-2276391 closes odoo#53286 Signed-off-by: Nicolas Martinelli (nim) <[email protected]>
- Loading branch information