Skip to content

Instantly share code, notes, and snippets.

@tienhieuD
Created July 29, 2017 04:28
Show Gist options
  • Save tienhieuD/9aaceb78a521e8a160ebfd56c0554669 to your computer and use it in GitHub Desktop.
Save tienhieuD/9aaceb78a521e8a160ebfd56c0554669 to your computer and use it in GitHub Desktop.
class taikhoannguoidung(models.Model):
# _name = 'solienlac.taikhoannguoidung' # optional
_inherit = 'res.users'
truong = fields.Many2one(
string="Trường học",
comodel_name="solienlac.truong",
)
xxx = fields.Char(string="Field name", )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment