Thursday, June 5, 2014
4 changes · master
New functionality added to Odoo
Supplier pricing records now get a default minimum quantity, making new supplier information more consistent from the start. The change also removes an unnecessary default for a calculated quantity field, reducing the chance of misleading values.
Original PR description
And remove default value for function field "qty"
Enhancements to existing features
The database selection setting now treats addresses with or without the “www” prefix the same when matching a website hostname. This reduces configuration friction and helps visitors reach the correct Odoo database more reliably.
Original PR description
Db filter %h skips www subdomain.
Resolved issues and error corrections
When a bill of materials is deleted, related byproduct records are now automatically removed as well. This prevents leftover manufacturing data and keeps product setup records clean and consistent.
Original PR description
Added cascade on subproduct so they get removed with parent bom
This fixes the startup instruction at the top of the main Odoo launch file so operating systems can run it with the correct Python interpreter. It is a small reliability fix that helps avoid execution issues when starting Odoo directly from the script.