fix notify

This commit is contained in:
Ivan Office
2024-08-14 21:27:52 +08:00
parent 575fa28bf1
commit 010da85324
2 changed files with 4 additions and 3 deletions

View File

@@ -18,7 +18,7 @@
{ {
'name': 'odoo中文版套件之基础,中国会计基础,Chinese Enhance All in One', 'name': 'odoo中文版套件之基础,中国会计基础,Chinese Enhance All in One',
'version': '16.24.05.23', 'version': '16.24.08.14',
'author': 'odooai.cn', 'author': 'odooai.cn',
'category': 'Base', 'category': 'Base',
'website': 'https://www.odooai.cn', 'website': 'https://www.odooai.cn',

View File

@@ -9,8 +9,9 @@
<function model="ir.default" name="set" <function model="ir.default" name="set"
eval="('res.partner', 'tz', 'Etc/GMT-8')"/> eval="('res.partner', 'tz', 'Etc/GMT-8')"/>
<!--设置用户email在odoo内提醒--> <!--设置用户email在odoo内提醒-->
<function model="ir.default" name="set" <!-- fix此处不可设置因为门户用户只能通过 email不能 inbox-->
eval="('res.users', 'notification_type', 'inbox')"/> <!-- <function model="ir.default" name="set"-->
<!-- eval="('res.users', 'notification_type', 'inbox')"/>-->
<!--设置产品默认是可库存产品--> <!--设置产品默认是可库存产品-->
<function model="ir.default" name="set" <function model="ir.default" name="set"
eval="('product.template', 'detailed_type', 'product')"/> eval="('product.template', 'detailed_type', 'product')"/>