André Leite
André Leite
Hey, I have a proposal for an improvement in account_invoice_refund_link module that would significantly enhance the visibility and understanding of the relationship between refunds and individual invoice lines.
### Body: **Description:** While conducting tests for issue #459, I discovered a bug in a specific domain. The issue arises regardless of the state of the company_ids field - whether...
This fix replaces the use of deprecated methods `_get_default_mail_partner_cc_ids` and `_get_default_mail_partner_bcc_ids` with the correct method `_get_partner_ids_from_mail` suggested here #1312. **Impact**: Without this PR, the app cannot be used. When trying...
This module is based on `purchase_analytics` and adapts the same functionality for sale orders. The goal of this module is to ease analytic distribution management on sale order. This module...
This module is based on `purchase_analytics` and adapts the same functionality for account move. The goal of this module is to ease analytic distribution management on account move. This module...
account_analytic_distribution_model_recalculate: Migration to 16.0 - Adapted manifest to 16.0 - Updated views to replace direct attributes with `attrs` - No functional changes, only compatibility adjustments
My first PR #831 fixed the issue where analytic distributions intended only for POS were also being applied in the backend. However, it introduced a side effect: analytic lines started...