Friday, May 31, 2024
2 changes · 17.0
Enhancements to existing features
When users modify a bank transaction entry that uses a temporary Suspense Account, the system now automatically updates the general Soda mapping configuration. This eliminates the need for users to manually update the mapping twice, improving the user experience. The change only applies when modifying individual entries—updating the general mapping won't retroactively change existing transactions.
Original PR description
If we upload a Soda and an account is not mapped, we'll fall back on the Suspense Account. However, when modifying the entry line with the Suspense Account, the general Soda Mapping is not updated. For UX reasons, we should update the general Soda Mapping too so that the user doesn't have to modify it twice. However, we shouldn't do the reverse. I.e. when modifying the general Soda Mapping, we shouldn't modify the existing entries. taks-id: 3954585
This update enables the automatic display of invoice amounts in written word format for Vietnamese Chart of Accounts, making it compliant with Vietnamese Decree 123/2020/ND-CP. This regulatory requirement ensures that all invoices now include amounts written out in words, improving compliance with local accounting standards.
Original PR description
 -According to DECREE 123/2020/ND-CP https://thuvienphapluat.vn/van-ban/Ke-toan-Kiem-toan/Nghi-dinh-123-2020-ND-CP-quy-dinh-hoa-don-chung-tu-445980.aspx (English version required paid to see) the content of invoice need to have amount in word (Article 10 , section D) -> So this commit is to enable it for vn COA by default 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