update app common

This commit is contained in:
ivan deng
2020-07-01 20:25:51 +08:00
parent 1d35489e8d
commit ca2b4a8847
19 changed files with 492 additions and 26 deletions

View File

@@ -0,0 +1,10 @@
# -*- coding: utf-8 -*-
from odoo import api, models, fields, _
from odoo.exceptions import UserError, ValidationError
class ResPartner(models.Model):
_name = 'res.partner'
_inherit = ['mixin.name.en']