Daily updates from Odoo
Tuesday, June 12, 2018
5 changes
Resolved issues and error corrections
Stock receipts now show the destination location, while delivery orders show the source location. This makes warehouse documents clearer and helps users verify where goods are coming from or going to at a glance.
Original PR description
Description of the issue/feature this PR addresses:
issue: https://www.odoo.com/web?#id=1853350&action=333&active_id=1278&model=project.task&view_type=form&menu_id=4720
pad: https://pad.odoo.com/p/r.040c408a0dd3d8fb644482752f9228b9
Current behavior before PR:
- In current picking receipts show the source location and
picking delivery show the destination location
Desired behavior after PR is merged:
- In picking receipts show the destinaion(https://goo.gl/TPNgqZ) and
- picking delivery show the source location(https://goo.gl/HnBfNw)
--
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-prThis change makes the account move line form match the existing list view behavior by removing the easy create option. It helps prevent users from accidentally creating accounting entries from a place where creation was not intended.
Original PR description
Description of the issue/feature this PR addresses: The `view_move_line_tree` view in `account` module has `create=false`. But the `view_move_line_form` view doesn't have this clause. This is an inconsistency, as the user in the tree view can click on a record to go to the form view and then click on the create button. Current behavior before PR: You can create easily new account move lines from the form view. Desired behavior after PR is merged: You can't create easily account move lines from the form view. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fixes misleading help text for product volume so it matches Odoo’s standard use of liters instead of cubic meters. Users will see clearer, consistent unit guidance when entering or reviewing product volume information.
Original PR description
Description of the issue/feature this PR addresses: The helper of the field volume is not good. it says that the volume is expressed in m3. but in the rest of odoo, the default volume uom is in Liter. See for exemple : https://github.com/odoo/odoo/blob/master/addons/product/data/product_data.xml#L115 Current behavior before PR: confusing for the user. Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update cleans up duplicate logic in the messaging component. It reduces unnecessary checks and helps keep message handling easier to maintain without changing expected user-facing behavior.
Original PR description
Two identical conditions in L288 and L290 The condition needs to be removed L332. Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The barcode field on customer and contact records is now available as part of the core base setup instead of requiring the Point of Sale module. This removes an unnecessary dependency and lets businesses manage partner barcodes without installing extra functionality they may not use.
Original PR description
**Description of the issue/feature this PR addresses:** Ref : https://github.com/odoo/odoo/issues/13544 **Current behavior before PR:** point_of_sale module is required to use the field ```barcode``` (```res.partner``` model) defined in base. **Desired behavior after PR is merged:** installing base allow user to fill this field. CC : @Yenthe666, @bealdav, @mart-e, @pedrobaeza -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr