Sunday, January 14, 2024
3 changes · 17.0
Enhancements to existing features
Czech invoice reports now list the Company ID (IČO) before the VAT ID (DIČ), matching the usual local presentation order. The label is also clearer, changing from “ID” to “Company ID,” making invoices easier for Czech customers and partners to read.
Original PR description
In Czech republic, the standard is to first render Company ID (IČO), and then to render VAT ID (DIČ). What I did in this commit is: - changing the position to before (not after), so company ID renders before VAT ID - I changed a label from ID to Company ID (so it is obvious in what ID it is) This should not cause any harm, as we are just doing tiny changes in a view, not changing any logic.
Czech localized reports now display the Company ID (IČO) before the VAT ID (DIČ), matching common Czech business practice. The label was also clarified from “ID” to “Company ID” so recipients can more easily understand the information shown.
Original PR description
In Czech republic, the standard is to first render Company ID (IČO), and then to render VAT ID (DIČ). What I did in this commit is: - changing the position to before (not after), so company ID renders before VAT ID - I changed a label from ID to Company ID (so it is obvious in what ID it is) - This should not cause any harm, as we are just doing tiny changes in a view, not changing any logic.
The Czech localization now displays the company registration number (IČO) before the VAT ID (DIČ) on partner records. This better matches common Czech business practice, where every organization has an IČO but not every organization has a VAT ID.
Original PR description
Dear, in Czech Republic, the field company_registry (IČO) is typically located before the VAT/DIČ. Each subject always has company ID/ IČO, while not each subject has VAT ID. For this reason, I would like to propose a change of the location of this field. It should not cause any harm, as both fields are already there, we will just swap their order :) --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr