Wednesday, March 29, 2023
2 changes · master
New functionality added to Odoo
Warehouse users can now perform zero quantity counts directly within barcode picking and batch picking workflows, organized by location to reduce unnecessary movement. This helps confirm empty locations during operations, though the completed check may be lost if users refresh or later change quantities before validation.
Original PR description
This commit implements the Zero Quantity Count feature in
the barcode's picking and batch picking client actions.
Note that this feature is done by location rather than by picking/batch
picking to reduce the amount of moving a user has to do (i.e. do the zqc
check before they move to the next location). Because of the difficulty
implementing maintaining whether a zqc is complete before validating the
picking/batch, there are data inconsistencies (in addition to the
community-only ones) that can occur while using the zqc check such as:
- user does a zqc for a location then returns to the page before
validating and changes the qtys done.
- user leaves/refreshes the page and the zqc completed flag is wiped
COM PR: odoo/odoo#46637
TaskID: 1938108Enhancements to existing features
This update brings Ecuador localization electronic invoicing work from Odoo 14.0 into the master branch. It helps keep Ecuadorian tax reporting and electronic document workflows aligned with current Odoo versions, including invoices, refunds, debit notes, taxes, payments, and company settings.
Original PR description
Porting advances from 14.0 to master.