mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[FIX] pms-api-rest: remove taxes percentage @ product service & reload services when board service chagned
This commit is contained in:
committed by
Darío Lodeiros
parent
3baa86ed8f
commit
f7319d99a9
@@ -16,4 +16,3 @@ 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