mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
fix notify
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
{
|
||||
'name': 'odoo中文版套件之基础,中国会计基础,Chinese Enhance All in One,',
|
||||
'version': '24.06.21',
|
||||
'version': '24.08.14',
|
||||
'author': 'odooai.cn',
|
||||
'category': 'Base',
|
||||
'website': 'https://www.odooai.cn',
|
||||
|
||||
@@ -9,8 +9,9 @@
|
||||
<function model="ir.default" name="set"
|
||||
eval="('res.partner', 'tz', 'Etc/GMT-8')"/>
|
||||
<!--设置用户email在odoo内提醒-->
|
||||
<function model="ir.default" name="set"
|
||||
eval="('res.users', 'notification_type', 'inbox')"/>
|
||||
<!-- fix,此处不可设置,因为门户用户只能通过 email,不能 inbox-->
|
||||
<!-- <function model="ir.default" name="set"-->
|
||||
<!-- eval="('res.users', 'notification_type', 'inbox')"/>-->
|
||||
<!--设置产品默认是可库存产品-->
|
||||
<function model="ir.default" name="set"
|
||||
eval="('product.template', 'detailed_type', 'product')"/>
|
||||
|
||||
Reference in New Issue
Block a user