fix #I67W3Y app_base_chinese可用

This commit is contained in:
Chill
2023-02-02 18:30:02 +08:00
parent 258d433529
commit 94c9281a9e
8 changed files with 31 additions and 33 deletions

View File

@@ -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)