You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
raiseUserError(_("Pricelist and Invoice need to use the same currency."))
I think the pricelist_id should be copy=True, but the pricelist is computed..
The text was updated successfully, but these errors were encountered:
agent-z28
changed the title
The Constraint will be triggered on duplicating the invoice, if the pricelist is not default.
The Constraint will be triggered on duplicating the invoice, if the pricelist is not the partner_id -> pricelist_id.
Aug 13, 2024
When we assign a custom pricelist, with a diffrent currency, the invoice cannot be duplicated.
"Pricelist and Invoice need to use the same currency."
account-invoicing/account_invoice_pricelist/models/account_move.py
Line 35 in 4be442b
I think the pricelist_id should be copy=True, but the pricelist is computed..
The text was updated successfully, but these errors were encountered: