mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
fix #I67W3Y app_base_chinese可用
This commit is contained in:
@@ -9,4 +9,4 @@ _logger = logging.getLogger(__name__)
|
||||
class Location(models.Model):
|
||||
_inherit = "stock.location"
|
||||
|
||||
complete_name = fields.Char("Full Location Name", compute='_compute_complete_name', store=True, translate=True)
|
||||
complete_name = fields.Char(translate=True)
|
||||
|
||||
Reference in New Issue
Block a user