se adiciona atributo default a many2one y attribute

FossilOrigin-Name: 9ddb1d1b8bebef24da17cc47d8fc70392f6015bb61866f251992aea518ed3d0f
This commit is contained in:
bit4bit
2021-06-25 01:39:02 +00:00
parent 3eacb29afa
commit a9dde83e81
6 changed files with 61 additions and 6 deletions

View File

@@ -3,5 +3,6 @@ from .many2one import Many2One
from .model import Model
from .function import Function
from .virtual import Virtual
from .field import Field
__all__ = [Attribute, Many2One, Model, Virtual]
__all__ = [Attribute, Many2One, Model, Virtual, Field]