This add-on aims at providing payment status information on Odoo sale orders. For more information please visit official add-on website/Odoo platform here.
This documentation outlines the modifications made to the "sotto_sale_delivery_status" addon in the Odoo platform.
Release notes:
- Changed the value of the
auto_install
attribute toTrue
in the__manifest__.py
file. By settingauto_install
toTrue
, the addon will now automatically install along with its dependencies when the module is installed thus preventing manual installations through the UI. - Fixed
delivery_status
option bug, changed from the missingdelivered
tofull_delivery
statuses.