mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[IMP] pms-api-rest: add taxes percentage to prdouct service
This commit is contained in:
committed by
Darío Lodeiros
parent
09dfb8ab6e
commit
3baa86ed8f
@@ -16,3 +16,4 @@ class PmProductInfo(Datamodel):
|
||||
perDay = fields.Boolean(required=False, allow_none=True)
|
||||
perPerson = fields.Boolean(required=False, allow_none=True)
|
||||
consumedOn = fields.String(required=False, allow_none=True)
|
||||
taxesPercentage = fields.Float(required=False, allow_none=True)
|
||||
|
||||
Reference in New Issue
Block a user