Daily updates from Odoo
Wednesday, September 25, 2024
6 changes
5 changes
Enhancements to existing features
Studio approval workflows now let authorized users revoke approvals made at lower notification levels, giving teams better control over multi-step approvals. The update also fixes a mobile debug crash in the approval dropdown and refreshes records after approval actions so related discussions stay current.
New Odoo databases now show polished sample dashboards instead of blank charts and tables when there is no business data yet. This helps users understand the value and expected layout of dashboard apps during onboarding, before real records are created.
Original PR description
Prior to this commit, when an Odoo database had no records, the dashboards were empty and ugly. This commit alleviates this problem by introducing dashboards with dummy data displayed in the background with low opacity when there are no records for the main model that is supposed to be displayed in the main dashboard sheet. Task: 3947773 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Colombian electronic invoice emails now include a ZIP file with both the PDF and the legally required XML document. This helps businesses comply with DIAN requirements by including the invoice details and the official DIAN status response in the emailed document package.
Original PR description
Due to legal reasons, we need to send a zip containing the PDF and the xml. The xml is an UBL `AttachedDocument` containing both the initial xml representing the invoice and the `ApplicationResponse` returned when calling the GetStatus webservice of DIAN. The `ApplicationResponse` is an xml representing the state of the invoice on the DIAN server. task-4133688
Payroll work entry types can now be linked to a specific country, helping companies manage local payroll rules more accurately. This also improves multi-company setups by showing work entry types based on each company's country and updates localized payroll data accordingly.
Original PR description
added country field in hr work entry type added multi company rule for work entry type based on countries added country for every l10n with work entry type task-3978261
Radio button options added to documents in Odoo Sign now appear immediately instead of waiting for the next periodic refresh. This makes template editing feel faster and reduces delays for users preparing documents for signature.
Original PR description
Before this commit: rendering of new radio items was slow. This happened due to the `refreshSignItems` being called each 2 seconds normally. which is responsible for making the sign items visible. In this commit: `refreshSignItems` is called after adding new radio items. Task: 4208037
1 change
Enhancements to existing features
This improvement extends the fiscal folio display feature to vendor invoices and payment records in list views. Previously, this important Mexican tax identification number was only visible for customer invoices. Now users can see the fiscal folio across all relevant transaction types, improving visibility and compliance tracking for Mexican operations.
Original PR description
Allow viewing the fiscal folio for vendor invoices and all payments in the tree view, as it currently only displays for customer invoices.