Aung Ko Ko Lin (Quartile)
Aung Ko Ko Lin (Quartile)
Related issue: https://github.com/OCA/social/issues/1204 This PR adds a message_content search feature exclusively for internal users, considering constraints in specific model views like project.task. I welcome alternative solutions and suggestions. @qrtl
Recreate PR that was closed https://github.com/OCA/reporting-engine/pull/740. @qrtl
This PR refactors the encoding part of the report_csv module into a new module to enable the use of encoding features across multiple reporting modules by adding this new module...
Related: https://github.com/OCA/reporting-engine/pull/842 @qrtl
Backport from 16.0 to 15.0 @qrtl QT4565
This PR aims to resolve the compatibility issue between this module and other inventory adjustment related modules. Related: https://github.com/OCA/stock-logistics-warehouse/pull/1711 @qrtl
This module adds actual date in picking and scrap and pass the value to stock move, stock move line and accounting date of SVL's journal entry. It also adds actual...
This PR fixes stock quant matching in _get_gather_domain by setting strict=True, ensuring precise matching based on lot, package, and location. This change addresses issues arising from the previous approach, which...
Odoo standard function of inventory valuation calculate depends on create_date of valuation layer. So, inventory quantities and amounts in the inventory valuation report does not necessarily reflect the real balances....
This PR will make improvement the following- - Make number of digits to be set on products for sequence generation configurable. - Fix a minor issue of _compute_display_lot_sequence_fields() not running...