mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[IMP] pms_api_rest: change domain and filter in get invoices and add ref field in invoice datamodel
This commit is contained in:
committed by
Darío Lodeiros
parent
fa55bba9c1
commit
a212ce3607
@@ -38,6 +38,7 @@ class PmsAccountInvoiceInfo(Datamodel):
|
||||
# create downpayment invoices from payments
|
||||
originDownPaymentId = fields.Integer(required=False, allow_none=True)
|
||||
originAgencyId = fields.Integer(required=False, allow_none=True)
|
||||
ref = fields.String(required=False, allow_none=True)
|
||||
|
||||
class PmsInvoiceResults(Datamodel):
|
||||
_name = "pms.invoice.results"
|
||||
|
||||
Reference in New Issue
Block a user