mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
add data
This commit is contained in:
@@ -8,7 +8,6 @@ from odoo import api, fields, models, _
|
||||
class BaseLanguageInstall(models.TransientModel):
|
||||
_inherit = "base.language.install"
|
||||
|
||||
@api.multi
|
||||
def lang_install(self):
|
||||
self.ensure_one()
|
||||
if self.overwrite:
|
||||
|
||||
Reference in New Issue
Block a user