release v17

This commit is contained in:
Ivan Office
2023-11-06 15:22:07 +08:00
parent f1dfb000cc
commit 62ea802b13
3 changed files with 10 additions and 1 deletions

View File

@@ -23,7 +23,7 @@
{ {
'name': 'odoo Tweak,Ai Employee,Boost,Customize All in One. Customize,UI,Boost,Security,Data,Development Enhance', 'name': 'odoo Tweak,Ai Employee,Boost,Customize All in One. Customize,UI,Boost,Security,Data,Development Enhance',
'version': '17.23.09.17', 'version': '17.23.11.06',
'author': 'odooai.cn', 'author': 'odooai.cn',
'category': 'Extra Tools', 'category': 'Extra Tools',
'website': 'https://www.odooai.cn', 'website': 'https://www.odooai.cn',

View File

@@ -395,7 +395,14 @@ class ResConfigSettings(models.TransientModel):
'account.analytic.line', 'account.analytic.line',
'project.task', 'project.task',
# 'project.forecast', # 'project.forecast',
'project.update',
'project.project', 'project.project',
'project.collaborator',
'project.milestone',
# 'project.project.stage',
'project.task.recurrence',
# 表名为 project_task_user_rel
'project.task.stage.personal',
] ]
seqs = [] seqs = []
return self.remove_app_data(to_removes, seqs) return self.remove_app_data(to_removes, seqs)

View File

@@ -301,6 +301,8 @@
<div class="row"> <div class="row">
<h2 class="oe_slogan">This is a Long Term Support Apps.</h2> <h2 class="oe_slogan">This is a Long Term Support Apps.</h2>
<div class="oe_demo" style=" margin: 30px auto 0; padding: 0 15px 0 0; border:none; width: 96%;"> <div class="oe_demo" style=" margin: 30px auto 0; padding: 0 15px 0 0; border:none; width: 96%;">
<h3>Update: v17.23.11.06</h3>
<p>Release to odoo 17. Fix project data clean.</p>
<h3>Update: v16.23.09.13</h3> <h3>Update: v16.23.09.13</h3>
<p>UI enhance. follow odoo16 setup UI.</p> <p>UI enhance. follow odoo16 setup UI.</p>
<p>46. Add Help documentation anywhere. easy get help for any odoo operation or action.</p> <p>46. Add Help documentation anywhere. easy get help for any odoo operation or action.</p>