odoo/enterprise#43676
Created by Yan Victor Souza GuimarĂ£es (yvsg)
Merged
at f5c145a37d1b604b0a950376932d4576b31b07fa
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 2479s)
Linked pull requests
- label
- odoo-dev:master-imp-account_disallowed_expenses_auto_install-yvsg
- head
- 5b94ab385f26eede236b07260bd7d341543f6e3e
- merged
- 2 years ago by Accounting, Quentin De Paoli (qdp)
| odoo/enterprise | odoo/documentation | |
|---|---|---|
| master | #43676 | #5023 |
[IMP] account_disallowed_expenses: auto install disallowed expenses
The link module between l10n_be and disallowed expenses is already installed by default when both are installed, but disallowed expenses was not auto installed when accounting module is installed.
Now if you install accounting module, disallowed expenses is installed and if you install l10n_be as well, link module between l10n_be and disallowed expenses is installed.