Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[16.0][FIX][l10n_br_fiscal] selection_add 'product' #2974

Merged
merged 1 commit into from
Mar 25, 2024

Commits on Mar 24, 2024

  1. [FIX] l10n_br_fiscal: selection_add 'product'

    Some modules of the repo depend on stock and have
    demo products of type 'product' (this type is added to
    product.template in the stock module).
    For some reason when running the tests, some inverse method fields
    then fail when reading 'product' value for the product type.
    It seems it is because l10n_br_fiscal doesn't depend on stock.
    But we don't want such a dependency.
    So to avoid the bug we add the 'product' value to the selection
    which seems like an acceptable workaround.
    rvalyi committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    aa84dc8 View commit details
    Browse the repository at this point in the history