Thursday, September 19, 2024
5 changes · master
New functionality added to Odoo
Odoo can now import customer purchase orders in the standard UBL BIS 3 format and automatically create matching sales orders. This reduces manual order entry between connected businesses, while asking users to complete any information that cannot be matched automatically.
Original PR description
This PR introduces the ability to create Sales Orders from Purchase Orders, through the standard UBL BIS 3 format. It allows an Odoo user to easily import his purchase orders from customers (using Odoo too) into his own instance, with the SO being automatically filled with the matching data (if correctly configured). If the information cannot be properly matched with his own data, they'll be requested to fill the missing information. Enterprise PR: odoo/enterprise#66469 task-3791197
Manufacturing and accounting teams can now record accounting entries for production orders that are still in progress. This improves visibility into partially completed manufacturing costs by linking posted WIP values back to the related manufacturing orders and using activity completed up to the selected accounting date.
Original PR description
Adds in the feature to post WIP accounting entries along with some extra supporting bells and whistles: - add in the necessary accounts - make move line's date update beyond its current 2 versions (i.e. create + done dates only) so that we can more dynamically monitor when quantities have been done - ensure strong link between the posted entries and the origin MOs Note: - that WIP = MO that is still being worked on, i.e. not draft, cancelled, or done (if they are selected, they will be ignored for the costs computation) - WIP will only take into account ml done quantities/WOs based on date/end date that is the day of or before the selected accounting date --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Adds the ability for Indian localization users to retrieve GSTR-2A tax data from the government portal, including B2B and credit/debit note details. This helps businesses keep tax reporting data more aligned with Indian GST compliance requirements and reduces manual data collection.
Original PR description
This update adds a new feature to the Indian localization module (l10n_in). Now, the system can fetch GSTR-2A data from the portal, including details from the B2B and CDN sections. This enhancement ensures that the module stays in sync with India's specific tax reporting needs. Task Id: 3551097
Businesses in India can now fetch e-invoice IRN data from the GST portal and use it to match or create vendor bills more efficiently. The update also adds manual IRN entry and QR-based workflows, reducing manual billing effort and improving GST compliance accuracy.
Original PR description
This pull request introduces a new module, `l10n_in_reports_gstr_irn_sync`, 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. Task ID: 3551097
Adds the ability for Indian localization users to retrieve GSTR-2A data from the GST portal, covering B2B, credit/debit notes, imports, and SEZ import sections. This helps businesses keep purchase tax reporting data aligned with Indian compliance requirements directly in Odoo.
Original PR description
This update adds a new feature to the Indian localization module (l10n_in). Now, the system can fetch GSTR-2A data from the portal, including details from B2B, CDN, IMPG, and IMPGSEZ sections. This enhancement ensures that the module stays in sync with the specific tax reporting needs in India. Task Id: 3551097