Daily updates from Odoo
Friday, January 20, 2017
3 changes · master
New functionality added to Odoo
Website editors can now edit LESS styling from the website HTML editor, making it easier to adjust a site's visual design without leaving the editing flow. This adds more flexibility for teams managing website appearance and reduces the need for separate technical steps.
Original PR description
Add LESS edition to the website "HTML" editor. Original task here: https://www.odoo.com/web#id=8512&view_type=form&model=project.task&action=327&menu_id=4720
Enhancements to existing features
Inventory loss and production locations now automatically use an expense-type account for stock valuation when perpetual inventory valuation is enabled. This reduces manual setup work and helps keep inventory accounting aligned with expected expense handling.
Original PR description
Description of the issue/feature this PR addresses: Task:https://www.odoo.com/web?#id=23565&view_type=form&model=project.task&action=327&menu_id=4720 Pad:https://pad.odoo.com/p/r.58942e9cfbf41a9b855862cbe7c0eb35 Current behavior before PR: - When a user is using perpetual option for managing inventory valuation, Stock Valuation Account (Incoming or Outgoing) is not set by default on Location. Desired behavior after PR is merged: - If Location type is inventory loss or production than Stock Valuation Account is filled with Expenses type account. ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Resolved issues and error corrections
The discount-per-line setting has been moved so it is available consistently in both sales orders and customer invoices. This fixes inconsistencies for businesses that use line-level discounts across their sales and accounting workflows.
Original PR description
Unstable changes that could not be merged in #15098 cc @tivisse