app_odoo_customized增加清理event数据功能

This commit is contained in:
Chill
2024-08-20 17:15:26 +08:00
parent 0735760ead
commit 11ae49f406
3 changed files with 85 additions and 27 deletions

View File

@@ -182,6 +182,11 @@
<button string="Delete All Project/Task/Forecast" type="object" name="remove_project"
confirm="Please confirm to delete the select data?" class="oe_highlight"/>
</div>
<div class="col-12 col-lg-12 mb4">
<span class="col-3 col-lg-2 text-left">Event</span>
<button string="Delete All Event" type="object" name="remove_event"
confirm="Please confirm to delete the select data?" class="oe_highlight"/>
</div>
<div class="col-12 col-lg-12 mb4">
<span class="col-3 col-lg-2 text-left">Quality</span>
<button string="Delete All Quality" type="object" name="remove_quality"