-
- Downloads
[IMP] purchase_stock: add vendor on-time delivery rate
Add on-time delivery rate to vendor. When editing a PO, user can see the overall on-time delivery rate during the last 365 days next to the vendor. When click it, user will be redirect to a graph view showing the detail of the on-time delivery rate of this vendor. Also add a stat button to show the on-time delivery rate on partner form. Task: 2230811 PR: #49921
Showing
- addons/purchase_stock/__manifest__.py 2 additions, 0 deletionsaddons/purchase_stock/__manifest__.py
- addons/purchase_stock/models/__init__.py 1 addition, 0 deletionsaddons/purchase_stock/models/__init__.py
- addons/purchase_stock/models/purchase.py 1 addition, 0 deletionsaddons/purchase_stock/models/purchase.py
- addons/purchase_stock/models/res_partner.py 36 additions, 0 deletionsaddons/purchase_stock/models/res_partner.py
- addons/purchase_stock/report/__init__.py 1 addition, 0 deletionsaddons/purchase_stock/report/__init__.py
- addons/purchase_stock/report/vendor_delay_report.py 73 additions, 0 deletionsaddons/purchase_stock/report/vendor_delay_report.py
- addons/purchase_stock/report/vendor_delay_report.xml 37 additions, 0 deletionsaddons/purchase_stock/report/vendor_delay_report.xml
- addons/purchase_stock/security/ir.model.access.csv 2 additions, 0 deletionsaddons/purchase_stock/security/ir.model.access.csv
- addons/purchase_stock/views/purchase_views.xml 13 additions, 0 deletionsaddons/purchase_stock/views/purchase_views.xml
- addons/purchase_stock/views/res_partner_views.xml 27 additions, 0 deletionsaddons/purchase_stock/views/res_partner_views.xml
addons/purchase_stock/models/res_partner.py
0 → 100644
Please register or sign in to comment