mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
fix #I77DGF [app_xxx]各模块启动优化 置顶
This commit is contained in:
@@ -4,10 +4,10 @@
|
|||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Odoo Server 16.0+e-20230320\n"
|
"Project-Id-Version: Odoo Server 16.0+e-20230423\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-03-24 12:06+0000\n"
|
"POT-Creation-Date: 2023-05-24 13:01+0000\n"
|
||||||
"PO-Revision-Date: 2023-03-24 12:06+0000\n"
|
"PO-Revision-Date: 2023-05-24 13:01+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -19,8 +19,8 @@ msgstr ""
|
|||||||
#. odoo-javascript
|
#. odoo-javascript
|
||||||
#: code:addons/app_odoo_customize/static/src/xml/res_config_edition.xml:0
|
#: code:addons/app_odoo_customize/static/src/xml/res_config_edition.xml:0
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "(Sunpop.cn Professional Edition)"
|
msgid "(odooAi.cn Edition)"
|
||||||
msgstr "(Sunpop.cn 专业版)"
|
msgstr "(odooAi.cn 智能版)"
|
||||||
|
|
||||||
#. module: app_odoo_customize
|
#. module: app_odoo_customize
|
||||||
#: model_terms:ir.ui.view,arch_db:app_odoo_customize.view_app_theme_config_settings
|
#: model_terms:ir.ui.view,arch_db:app_odoo_customize.view_app_theme_config_settings
|
||||||
@@ -345,8 +345,24 @@ msgstr "您确认要删除指定数据?"
|
|||||||
|
|
||||||
#. module: app_odoo_customize
|
#. module: app_odoo_customize
|
||||||
#: model_terms:ir.ui.view,arch_db:app_odoo_customize.replace_login
|
#: model_terms:ir.ui.view,arch_db:app_odoo_customize.replace_login
|
||||||
msgid "Powered by <span>odooApp</span>"
|
msgid ""
|
||||||
msgstr "技术支持 <span>Sunpop.cn</span>"
|
"Powered by\n"
|
||||||
|
" <span>odooAi.cn</span>"
|
||||||
|
msgstr "技术支持 <span>odooAi.cn</span>"
|
||||||
|
|
||||||
|
#. module: app_odoo_customize
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/app_odoo_customize/static/src/js/user_menu.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Preferences"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: app_odoo_customize
|
||||||
|
#. odoo-javascript
|
||||||
|
#: code:addons/app_odoo_customize/static/src/js/user_menu.js:0
|
||||||
|
#, python-format
|
||||||
|
msgid "Refresh Page"
|
||||||
|
msgstr "刷新本页"
|
||||||
|
|
||||||
#. module: app_odoo_customize
|
#. module: app_odoo_customize
|
||||||
#: model:ir.actions.server,name:app_odoo_customize.action_server_module_multi_refresh_po
|
#: model:ir.actions.server,name:app_odoo_customize.action_server_module_multi_refresh_po
|
||||||
@@ -568,10 +584,10 @@ msgstr "启用后,会显示快速调试菜单"
|
|||||||
#: code:addons/app_odoo_customize/static/src/xml/res_config_edition.xml:0
|
#: code:addons/app_odoo_customize/static/src/xml/res_config_edition.xml:0
|
||||||
#: model:ir.ui.menu,name:app_odoo_customize.menu_app_group
|
#: model:ir.ui.menu,name:app_odoo_customize.menu_app_group
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "odooApp"
|
msgid "odooAi"
|
||||||
msgstr "odooApp"
|
msgstr "odooAi欧度智能"
|
||||||
|
|
||||||
#. module: app_odoo_customize
|
#. module: app_odoo_customize
|
||||||
#: model_terms:ir.ui.view,arch_db:app_odoo_customize.view_app_theme_config_settings
|
#: model_terms:ir.ui.view,arch_db:app_odoo_customize.view_app_theme_config_settings
|
||||||
msgid "odooApp Customize Settings"
|
msgid "odooAi Customize Settings"
|
||||||
msgstr "odooApp 定制化设置"
|
msgstr "odooAi 定制化设置"
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ class AccountAccount(models.Model):
|
|||||||
|
|
||||||
parent_id = fields.Many2one('account.account', 'Parent Chart', index=True, ondelete='cascade')
|
parent_id = fields.Many2one('account.account', 'Parent Chart', index=True, ondelete='cascade')
|
||||||
child_ids = fields.One2many('account.account', 'parent_id', 'Child Chart')
|
child_ids = fields.One2many('account.account', 'parent_id', 'Child Chart')
|
||||||
parent_path = fields.Char(index=True)
|
parent_path = fields.Char(index=True, unaccent=False)
|
||||||
|
|
||||||
@api.model
|
@api.model
|
||||||
def _search_new_account_code(self, company, digits, prefix):
|
def _search_new_account_code(self, company, digits, prefix):
|
||||||
|
|||||||
@@ -27,6 +27,6 @@ class AccountAccountTemplate(models.Model):
|
|||||||
|
|
||||||
parent_id = fields.Many2one('account.account.template', 'Parent Chart', index=True, ondelete='cascade')
|
parent_id = fields.Many2one('account.account.template', 'Parent Chart', index=True, ondelete='cascade')
|
||||||
child_ids = fields.One2many('account.account.template', 'parent_id', 'Child Chart')
|
child_ids = fields.One2many('account.account.template', 'parent_id', 'Child Chart')
|
||||||
parent_path = fields.Char(index=True)
|
parent_path = fields.Char(index=True, unaccent=False)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user