Daily updates from Odoo
Wednesday, March 12, 2025
3 changes · 18.0
Enhancements to existing features
Japanese companies and contacts now see example formats for VAT and company registry fields, making it easier to enter the right identification numbers. The update also lets Odoo show country-specific company registry examples where useful in the future.
Original PR description
Add a reference VAT number for Japan using the format of a "Qualified Invoice Issuer Registration Number". This will appear as placeholder for the VAT field on the company and partner settings. Also implement the dynamic placeholder system for the company registry field in order to allow filling in placeholders for countries in which it would make sense to do so. Finally, add a placeholder for the company registry for japanese companies and partners. task-4366584 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The point of sale delivery integration now includes Rappi as an available provider through UrbanPiper. This helps businesses manage more delivery channels directly from their Odoo POS setup.
Original PR description
In this commit: === - Integrated Rappi as a provider in pos_urban_piper. task-4632154
Draft entries in the General Ledger report will now display a default name instead of appearing blank. This makes reports easier to read and helps users identify draft accounting entries more clearly.
Original PR description
This is an enhancment on the fix **e68f4a0214053e** It adds a default name for the draft entries in the general ledger report, instead of leaving the entry empty and not showing anything for it. This change is simillar to https://github.com/odoo-dev/enterprise/commit/5743dd52af1060bc0d2c5d16021428bfdc626140 opw-4609221