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:
@@ -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