mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
update app common
This commit is contained in:
10
app_mixin_name_en/models/res_partner.py
Normal file
10
app_mixin_name_en/models/res_partner.py
Normal 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']
|
||||
Reference in New Issue
Block a user