Daily updates from Odoo
Saturday, September 14, 2024
2 changes
New functionality added to Odoo
Quality teams can now build quality control checks using spreadsheets, making checks easier to configure without Studio. Spreadsheet cells can calculate pass or fail results with formulas, enabling more flexible checks and shop floor usage while limiting stored history to control database growth.
Original PR description
This commits add a new way to design quality control checks with spreadsheets. It can be used similarly to worksheet but doesn't require studio and it might be easier to configure. The value of a cell is used as the result of a quality control point. The check passes if the value is truthy (TRUE, number other than 0) and fails otherwise. This value can be computed based on the value of others cells with formulas. It allows to implement custom logic and interactions between different inputs (while worksheets are static). Task: 4144096
Adds support for retrieving invoice reference data from India's GST portal and using it to create or update vendor bills. This reduces manual entry, improves billing accuracy, and helps companies stay aligned with GST compliance workflows.
Original PR description
This pull request introduces a new module, `l10n_in_reports_gstr_qr_irn_extension`, and implements an API for better integration with the GST portal. #### Key Features: - **Module Addition:** - Fetches and processes IRN data from the GST portal. - Automatically creates draft bills if no related IRN bill exists. - Improves GST compliance and billing efficiency. - **API Implementation:** - Adds an endpoint to get bill details using IRN. - Ensures IRN is a 64-character alphanumeric string. - Allows setting IRN via QR scanning or GST report. #### Impact: - Enhances billing accuracy and compliance. - Reduces manual work. - Streamlines billing processes. Related-Community: https://github.com/odoo/odoo/pull/175644 Task ID: 3551097