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
Open an existing Supplier Payment - Paid tab. Click on one of the line-items. You will get the following error:
ValueError: Field payment_group_matched_amount does not exist
Error context:
View n/a
[view_id: n/a, xml_id: n/a, model: n/a, parent_id: n/a]
Similarly, create a new Supplier Payment for a vendor with an open PO. On the Debits tab, click on one of the line-items. You will get the following error:
ValueError: Field payment_group_matched_amount does not exist
Error context:
View n/a
[view_id: n/a, xml_id: n/a, model: n/a, parent_id: n/a]
For either of the above I can post the full error if it helps.
I have limited coding experience, so I was unable to track down which .py was causing the error, but if someone wants to point me in a direction I'm happy to do some investigation. I'm happy to help!
Very important: Thank you for this module!
The text was updated successfully, but these errors were encountered:
filoquin
pushed a commit
to quilsoft-org/account-financial-tools
that referenced
this issue
Jul 6, 2021
Open an existing Supplier Payment - Paid tab. Click on one of the line-items. You will get the following error:
ValueError: Field
payment_group_matched_amount
does not existError context:
View
n/a
[view_id: n/a, xml_id: n/a, model: n/a, parent_id: n/a]
Similarly, create a new Supplier Payment for a vendor with an open PO. On the Debits tab, click on one of the line-items. You will get the following error:
ValueError: Field
payment_group_matched_amount
does not existError context:
View
n/a
[view_id: n/a, xml_id: n/a, model: n/a, parent_id: n/a]
For either of the above I can post the full error if it helps.
I have limited coding experience, so I was unable to track down which .py was causing the error, but if someone wants to point me in a direction I'm happy to do some investigation. I'm happy to help!
Very important: Thank you for this module!
The text was updated successfully, but these errors were encountered: