[IMP] account_payment_purchase: pre-commit stuff

This commit is contained in:
Nils Hamerlinck
2024-03-07 09:37:50 +07:00
parent 7db8413680
commit 2a34d1f435

View File

@@ -15,7 +15,8 @@ class PurchaseOrder(models.Model):
store=True,
precompute=True,
string="Supplier Bank Account",
domain="[('partner_id', '=', partner_id), ('company_id', 'in', [False, company_id])]",
domain="[('partner_id', '=', partner_id),"
"('company_id', 'in', [False, company_id])]",
check_company=True,
help="Select the bank account of your supplier on which your company "
"should send the payment. This field is copied from the partner "