Wednesday, November 22, 2023
3 changes · 17.0
New functionality added to Odoo
Users can now access an Unreserve action directly from batch pickings. This makes it easier to release reserved stock in grouped warehouse operations without leaving the batch context.
Original PR description
Added a contextual action 'Unreserve' on batch pickings. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Adds a new Argentina withholding module so companies acting as withholding agents can manually register required tax withholdings on payments. This helps businesses create and share withholding details with vendors through payment receipt reports, supporting local compliance needs in an initial manual phase.
Original PR description
Summary: Being able to add withholdings in a user-friendly way. The 1st Phase will be mostly manual, and for other iterations, we can add more complex computation for the AR market specifically. This…
Summary: Being able to add withholdings in a user-friendly way. The 1st Phase will be mostly manual, and for other iterations, we can add more complex computation for the AR market specifically. This is a legal requirement for many companies in AR that are withholding agents, where the company is meant to compute, create and share the Vendor WTHs (in this case the WTH is not electronic, but a PDF report with the details of the WTHs created need to be shared with the Vendor) Conclusion & Scope: - A first MVP will be released covering the basic use cases: - Manual allocation of Withholdings on the payment wizards For 1st iteration it will be all manual, both for sales and purchases, we will work on the automation on the 2nd iteration of this feature. This module adds - New taxes (withholding of IIBB and Earnings) - A new group of withholding taxes - Extends the payment register view to be able to add withholding taxes. - Extends the payment receipt document report to reflect the register withholding taxes --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This change adds a new configuration file for an Odoo 17 deployment package. It appears to support packaging or environment setup rather than changing day-to-day business functionality.
Original PR description
Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr