[FIX] account_credit_control: typo on filter

This commit is contained in:
cubells
2018-10-09 08:33:31 +02:00
parent b15b97aad5
commit eb13db7ac1
2 changed files with 2 additions and 2 deletions

View File

@@ -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',

View File

@@ -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">