odoo/enterprise#74532
Created by fw-bot
Merged
at c62fa8e4a4a8253f86629e62234a21a7082650b6
Statuses:
- legal/cla: Contributor License Agreement check
- ci/runbot: Odoo Test Suite
- ci/upgrade_enterprise: Test upgrades for enterprise master
- ci/template: Contact runbot team on discord for help.
- 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 1s)
Linked pull requests
- label
- odoo-dev:17.0-16.0-fix-account_sepa_direct_debit-description-aWd--fw
- head
- 57eba71e97d82d6af539d62561b332532f1bef41
- merged
- 10 months ago by Accounting, Wala Gauthier (gawa)
odoo/odoo | odoo/enterprise | |
---|---|---|
16.0 | #73380 | |
17.0 | #188632 | #74532 |
saas-17.2 | #188706 | #74633 |
saas-17.4 | #188718 | #74638 |
18.0 | #188727 | #74645 |
saas-18.2 | ||
saas-18.3 | ||
saas-18.4 | ||
19.0 | ||
master | #188740 | #74653 |
[FW][FIX] account_sepa_direct_debit module description
The module description of account_sepa_direct_debit
in the manifest states that posting an invoice will automatically generate a payment. Actually that feature was dropped in Odoo 13 with commit e3d390c4455c620793c481874b4503fa91bb6125 but the __manifest__.py
was not updated at that time. This makes the situation uncomfortable where a feature not present in the code is still advertised in the module description.
This commit updates the description of the module in the manifest.
Forward-Port-Of: #73380