mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
update misc
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'odoo17 Tweak,Ai Employee,Boost,Customize All in One. Customize,UI,Boost,Security,Data,Development Enhance',
|
'name': 'odoo17 Tweak,Ai Employee,Boost,Customize All in One. Customize,UI,Boost,Security,Data,Development Enhance',
|
||||||
'version': '24.03.27',
|
'version': '24.07.12',
|
||||||
'author': 'odooai.cn',
|
'author': 'odooai.cn',
|
||||||
'category': 'Extra Tools',
|
'category': 'Extra Tools',
|
||||||
'website': 'https://www.odooai.cn',
|
'website': 'https://www.odooai.cn',
|
||||||
|
|||||||
@@ -524,7 +524,7 @@ class ResConfigSettings(models.TransientModel):
|
|||||||
return True
|
return True
|
||||||
|
|
||||||
def action_set_app_doc_root_to_my(self):
|
def action_set_app_doc_root_to_my(self):
|
||||||
base_url = self.env['ir.config_parameter'].get_param('web.base.url')
|
base_url = self.env['ir.config_parameter'].sudo().get_param('web.base.url')
|
||||||
self.app_doc_root_url = base_url
|
self.app_doc_root_url = base_url
|
||||||
|
|
||||||
# def action_set_all_to_app_doc_root_url(self):
|
# def action_set_all_to_app_doc_root_url(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user