mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[FIX] account_credit_control: typo on filter
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
# Copyright 2017 Okia SPRL (https://okia.be)
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
{'name': 'Account Credit Control',
|
||||
'version': '10.0.1.3.4',
|
||||
'version': '10.0.1.4.4',
|
||||
'author': "Camptocamp,Odoo Community Association (OCA),Okia",
|
||||
'maintainer': 'Camptocamp',
|
||||
'category': 'Finance',
|
||||
|
||||
@@ -86,7 +86,7 @@
|
||||
help="The line was deprecated by a manual change of policy on invoice."/>
|
||||
<filter name="filter_manual" icon="fa-hand-paper-o"
|
||||
string="Manual followup"
|
||||
domain="[('manually_followup', '=', True)]"
|
||||
domain="[('manual_followup', '=', True)]"
|
||||
help="The partner had a manual followup."/>
|
||||
</group>
|
||||
<group expand="0" string="Group By" name="group_by">
|
||||
|
||||
Reference in New Issue
Block a user