mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-20 15:32:03 +02:00
18.0 vanilla
This commit is contained in:
parent
d72e748793
commit
0a7ae8db93
337 changed files with 399651 additions and 232598 deletions
|
|
@ -181,5 +181,5 @@ class SerialProxy(SimpleNamespace):
|
|||
|
||||
@classmethod
|
||||
def __check(cls, key, value):
|
||||
assert not key.startswith('_')
|
||||
assert not key.startswith('_') or key.startswith('_value_')
|
||||
assert type(value) in SERIALIZABLE_TYPES + (SerialProxy,)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue