Monday, June 29, 2015
6 changes · master
Security fixes and vulnerability patches
This update fixes a security issue in the accounting module that could allow unsafe database queries. It helps protect financial data and reduces the risk of unauthorized manipulation through crafted inputs.
Original PR description
@odony Is this the proper way to do it when parts of the SQL statement are variable (and not only its params) ?
New functionality added to Odoo
This update adds a general business accounting chart for China, helping companies operating there set up accounts more easily. It also includes point of sale usability and reliability improvements, such as fullscreen guidance, faster customer list display, error sounds, and fixes for invoicing and session deletion.
Original PR description
[Merge]l10n_cn: add general business chart
This adds a new capability to apply fiscal positions based on a customer's state and ZIP code. Businesses can more accurately handle regional tax rules, reducing manual configuration and improving compliance for location-specific taxation.
Original PR description
Task: https://www.odoo.com/web#id=13064&view_type=form&model=project.task&action=327 Pad: https://pad.odoo.com/p/r.BJJJ2Phu5TGEtIm3
Enhancements to existing features
Journal entries created when average product prices change now keep a direct link to the related product. This makes accounting and inventory records easier to trace and review without changing the underlying valuation amounts.
Original PR description
Is there any good reason for not adding the product link on account move lines generated when you change the average price?
Resolved issues and error corrections
This fixes an issue in the stock scrap workflow where entering a quantity could close the popup and reload the parent view unexpectedly. The change helps users complete scrap operations more smoothly without losing context.
Original PR description
Fix issue in #634:
This fixes an accounting issue where manually posted journal entries could create incorrect balancing entries when default taxes were set on accounts. Businesses get more accurate accounting records and fewer posting errors when entering journal items manually.
Original PR description
Hello, this should fix the mentioned Problems in https://github.com/odoo/odoo/issues/1655 for master and 8.0: "Journal Items - manual posting with Accounts containing default Taxes gives wrong results" looking forward to your feedback as this is my first github pull request for odoo. with kind regards, Sven