Daily updates from Odoo
Wednesday, November 14, 2018
3 changes · master
Enhancements to existing features
Point of Sale now automatically uses the default barcode rules when no specific setup is chosen. This reduces confusion for businesses that start using barcode scanners without enabling extra settings, while having little to no effect on users who do not scan barcodes.
Original PR description
Remove the barcode_scanner Boolean and always load the default nomenclature if non other is defined in pos.config. Because barcode scanners are seen as keyboard by the computer, they always work in the point of sale. Because of this some clients begin using them without activating the nomenclature in pos.config. Barcodes get only recognized if search-fields are selected this way, resulting in clients complaining about the workflow. Enabling the default Nomenclature by default will have almost no effect on the loading time of the point of sale and has no influence on the work flow if not using a scanner.
Archiving a warehouse now also archives its related stock locations, routes, and rules. This prevents inactive warehouses from leaving active related records behind, reducing operational inconsistencies in inventory management.
Original PR description
[IMP] stock: archive warehouse Archiving a warehouse didn't archive its related locations, routes and rules. So we now archive the related objects and add some constraints to avoid having an inconsistent state in stock with archived warehouse. TASK-ID: 30659
When employees select a product on an expense, the system now automatically applies the relevant default analytic account when one is configured. This reduces manual entry and helps keep expense reporting and cost allocation more consistent.
Original PR description
When a product is selected for an expense, an analytic account is automatically selected based on the default settings. 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