update app_base_chinese 16

This commit is contained in:
Chill
2023-02-14 16:51:31 +08:00
parent c3f4bc6990
commit 9752fd7f6d
4 changed files with 7 additions and 12 deletions

View File

@@ -6,7 +6,7 @@ from odoo import api, fields, models, _
_logger = logging.getLogger(__name__)
class ProductCategory(models.Model):
_inherit = "product.category"
complete_name = fields.Char(translate=True)