Tuesday, January 23, 2024
2 changes · master
New functionality added to Odoo
Adds a balance sheet report for the Nigerian accounting localization, helping businesses in Nigeria view financial position information in a localized format. This supports local reporting needs as part of the new Nigerian localization package.
Original PR description
This commit adds a balance sheet report for a new Nigerian localization. task-3607459
Enhancements to existing features
WhatsApp template editors can now insert the next available variable with a button instead of typing it manually. This makes template setup faster and helps prevent mistakes, with a warning shown when the 10-variable limit is reached.
Original PR description
Add a variable button on the whatsapp template body to facilitate the addition of new variables without the need for the user to enter them manually. Clicking on the button will automatically add the next variable at the cursor position or at the end of the body if there's no cursor. A popover will be displayed in case the maximum of 10 variables are present in the template. Task-3628187