mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[IMP]pms_api_rest: new field code in document types datamodel
This commit is contained in:
@@ -7,3 +7,4 @@ class PmsIdCategoryInfo(Datamodel):
|
||||
_name = "pms.id.category.info"
|
||||
id = fields.Integer(required=False, allow_none=True)
|
||||
documentType = fields.String(required=False, allow_none=True)
|
||||
code = fields.String(required=False, allow_none=True)
|
||||
|
||||
Reference in New Issue
Block a user