[IMP] purchase: purchase report improvement
Modify purchase report in order to make it consistent with
sales report.
For the RFQ it will show the Order Date and for the Purchase order
menu it will display the Confirmation Date.
Also rewrite a bit the SQL view in order to compute every purchase
order in the company currency.
Technicaly rewrite the SQL alias in order to have a report more
readable in the future.
Task ID : 1857130.
closes odoo/odoo#28248
Signed-off-by:
Arnold Moyaux <amoyaux@users.noreply.github.com>
Showing
- addons/purchase/data/purchase_demo.xml 16 additions, 16 deletionsaddons/purchase/data/purchase_demo.xml
- addons/purchase/models/purchase.py 7 additions, 1 deletionaddons/purchase/models/purchase.py
- addons/purchase/report/purchase_report.py 56 additions, 50 deletionsaddons/purchase/report/purchase_report.py
- addons/purchase/report/purchase_report_views.xml 14 additions, 15 deletionsaddons/purchase/report/purchase_report_views.xml
- addons/purchase/tests/__init__.py 4 additions, 0 deletionsaddons/purchase/tests/__init__.py
- addons/purchase/tests/test_purchase_order_report.py 79 additions, 0 deletionsaddons/purchase/tests/test_purchase_order_report.py
- addons/purchase/views/purchase_views.xml 5 additions, 2 deletionsaddons/purchase/views/purchase_views.xml
- addons/purchase_stock/report/purchase_report.py 1 addition, 1 deletionaddons/purchase_stock/report/purchase_report.py
Loading
Please register or sign in to comment