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

[FW][FIX] l10n_ch: tax report box 200 computation fix #158599

Commits on Mar 21, 2024

  1. [FIX] l10n_ch: tax report box 200 computation fix

    With this PR odoo#129717 we fixed
    multiple problems of the Swiss tax report but the 200 box is still
    not correct.
    
    Fix the computation of the box 200 of the Swiss tax report.
    We remove 382 and 383 boxes that are for purchases and shouldn't be
    included.
    We add box 205 and 289 so that the box 200 somehow represent the "gross"
    taxed amount, and 299 is therefore the "net" amount.
    
    200 = 302 to 343 + 205 + 289
    
    opw-3766215
    
    X-original-commit: 7d9051c
    clbr-odoo committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    ceb8bbb View commit details
    Browse the repository at this point in the history