Daily updates from Odoo
Wednesday, November 14, 2018
5 changes · master
Enhancements to existing features
Adds a dedicated accounting setting to enable the Swiss QR code option instead of requiring manual technical configuration. This makes the feature easier and safer for Swiss accounting users to activate when needed.
Original PR description
commit 68dafa0620fb8e36c9a1a58da0668bede2c3699b introduced a solution to hide the Swiss QR code by default, by conditionning its display on the existence of an ir.config.parameter that one could manually add. This commits creates the ir.config.parameter and relates it with a field in the accounting settings for more convenience for when we'd need to enable it
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
The App Store and Play Store buttons in the settings dashboard have been moved to the last column. This keeps the dashboard organized and frees their previous space for upcoming in-app purchase information.
Original PR description
Move the links to the mobile apps to the last column because their previous position will be used for IAP