Ivan Vilata-i-Balaguer
Ivan Vilata-i-Balaguer
@legalsylvain, @ramiadavid, @rousseldenis: PR #2114 supersedes this one and it does include the refactoring suggested above. It passes all tests and merging it may unlock PR OCA/purchase-workflow#2230 as well. If...
Thanks @benwillig for the PR updates! The following OCB tests do fail, though: - `test_frontend.TestDivideOrderSummary.test_divide_order_summary` - `test_frontend.TestLotScanning.test_scan_lot_number` - `test_frontend.TestLotScanning.test_scan_to_input_lot_number` - `test_frontend.TestDisplayOrderNumber.test_display_order_number` - `test_frontend.TestDisplayTotalQty.test_display_total_qty` However, all such errors are similar, for...
The errors that I listed above can be pinpointed respectively to these modules: `pos_divide_order_summary`, `pos_lot_barcode`, `pos_display_order_number`, `pos_display_total_quantity`. They do also trigger when run with a brand new DB and no...
@pedrobaeza: The tests that fail are the ones that I listed in https://github.com/OCA/pos/pull/1429#issuecomment-3528186982. They fail both in GitHub's CI and when run locally.
The tests that I mentioned from modules `pos_divide_order_summary`, `pos_lot_barcode`, `pos_display_order_number`, `pos_display_total_quantity` are failing when I run them in a local Odoo 18 installation, even if I do not enable the...
@pedrobaeza @benwillig: I traced back the errors in the other modules to a bug introduced in upstream Odoo 18 in commit https://github.com/odoo/odoo/commit/282a667bae54: a new `IrModuleModule._load_pos_data_fields(self)` method was introduced (then called)...
Hi! Not completely fresh in my mind either, but b2h5py should accept in an HDF5 chunk [whatever b2schunk_open() can read](https://github.com/Blosc/b2h5py/blob/317f4a0c31ac61623bf49861f3f5c6ebce46f633/b2h5py/blosc2.py#L83), and HDF5-Blosc2 [whatever blosc_decompress() can](https://github.com/Blosc/HDF5-Blosc2/blob/975071ba51d1ae3993f23fd707c9876ffa25e80b/src/blosc2_filter.c#L253). For instance, the second allows...