odoo/enterprise#76066
Created by Accounting, Ricardo Gomes Rodrigues (rigr)
Merged
at 8a6d0f8ca66aa09508ef5f681e502c744f0cd5d2
Statuses:
- legal/cla: Contributor License Agreement check
- ci/runbot: Odoo Test Suite
- ci/upgrade_enterprise: Test upgrades for enterprise master
- ci/style: Optional style check. Ignore it only if strictly necessary.
- ci/security: Required security check. Can only be ignored by security team.
- ci/l10n: (runtime 0s)
Linked pull requests
- label
- odoo-dev:master-reverse-deductibility-logic-rigr
- head
- 72b16fe0c1423da51e289acb18c292396ba55589
- merged
- 2 months ago by Accounting, Ruben Gomes (rugo)
odoo/enterprise | odoo/upgrade | odoo/documentation | |
---|---|---|---|
master | #76066 | #6971 | #11634 |
[IMP] (l10n_be_)account_disallowed_expenses(_fleet): reverse deductibility
Our Disallowed Expense module does not allow for deductibility of >100%. We have cases where it's needed, for example in Belgium you are allowed to deduct 120% of your amounts expensed for eInvoicing. For this we need to inverse the percentage to the part that is allowed in the expenses, so that we can take it into account in the report, and add another column showing the amounts that can actually be deduced.
Upgrade PR: odoo/upgrade#6971
Documentation PR: odoo/documentation#11634