Remove translate=False

fixes bug #190
This commit is contained in:
Alexis de Lattre
2022-12-17 18:51:14 +01:00
parent 16c4b1cebe
commit 492a7275c2
12 changed files with 0 additions and 177 deletions

View File

@@ -1 +0,0 @@
from . import crm_tag

View File

@@ -1,11 +0,0 @@
# Copyright 2021 Akretion France (http://www.akretion.com)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# @author Alexis de Lattre <alexis.delattre@akretion.com>
from odoo import fields, models
class CrmTag(models.Model):
_inherit = "crm.tag"
name = fields.Char(translate=False)