Customer Account Payment Follow-up Reminders Odoo

by
Odoo 5

58.73

v 14.0 Third Party 97
Live Preview
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Discuss (mail)
Invoicing (account)
Sales (sale_management)
Lines of code 1719
Technical Name customer_account_payment_followup
LicenseSee License tab
Websitehttps://www.browseinfo.com
Versions 15.0 13.0 17.0 14.0 16.0 12.0 9.0 11.0 10.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Discuss (mail)
Invoicing (account)
Sales (sale_management)
Lines of code 1719
Technical Name customer_account_payment_followup
LicenseSee License tab
Websitehttps://www.browseinfo.com
Versions 15.0 13.0 17.0 14.0 16.0 12.0 9.0 11.0 10.0

Odoo Customer Account Payment Follow-up Reminders Odoo Apps

Customer Account Payment Follow-up Reminders Odoo Apps provide features for customer late payment follow-up and reminders in Odoo, This odoo module will help you to generate letters for unpaid invoices of customers, with multi-level recalls and send to customers as followup email.This Odoo apps allow you to send emails for late payment email reminders and use for invoice followup ,Payment Followup, Customer followup for invoice, Send letters for overdue invoice, Send follow up email for outstanding invoices payments in Odoo ERP.

Looking for customer statements and Overdue payment reports Odoo Apps,please check below module link
Customer statements and Overdue payment reports Odoo Apps.

We have added Translation using google translate for English (US), Arabic, French / Français, Spanish / Español and Dutch / Nederlands, if you want to change translation terms or add new translation provide us translation, we will add that without any cost.

English Arabic French Spanish Dutch

Features

Helps to generate emails

Generate emails for user on demand of customer according to configuration.

Summary of every email.

This app creates a summary for each mail send.

Users are allowed to create followup

User are allowed send emails according to followups. Manual followups are also present.

Print overdue and email about overdue.

Users are allowed to print overdue report and also send overdue email.
Demo Request Video Tutorial

You can configure follow-up levels goto Invoicing > Configuration > Follow-up > Follow-up Levels.


Manual followup, is also present.


It will send payment emails and letters according to follow-up levels.



After click on send emails and generate letters,It will display summary of emails.


Here you can see the payment follow-up information, You can send overdue emails also print the overdue payment report.


Overdue payment report


Apps May You Like

Most Demanded Apps

Free Support

You will get 90 Days free support incase any bugs or issue (Except data recovery).

At BrowseInfo we offer end to end solution for Odoo services. Which includes analysis & consultation on the workflows and integration part. Please note that You're not allowed to distribute this module after purchase! Incase of any question regarding this module feel free to email us on ticket@browseinfo.in or raise a ticket on support.

Odoo Proprietary License v1.0

This software and associated files (the "Software") may only be used (executed,
modified, executed after modifications) if you have purchased a valid license
from the authors, typically via Odoo Apps, or if you have received a written
agreement from the authors of the Software (see the COPYRIGHT file).

You may develop Odoo modules that use the Software as a library (typically
by depending on it, importing it and using its resources), but without copying
any source code or material from the Software. You may distribute those
modules under the license of your choice, provided that this license is
compatible with the terms of the Odoo Proprietary License (For example:
LGPL, MIT, or proprietary licenses similar to this one).

It is forbidden to publish, distribute, sublicense, or sell copies of the Software
or modified copies of the Software.

The above copyright notice and this permission notice must be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author or have a question related to your purchase, please use the support page.
There are no ratings yet!
Facing below mentioned issue in odoo 14 version
by
Ashika
on 7/28/22, 12:03 PM

Error:

Odoo Server Error


Traceback (most recent call last):

  File "/opt/odoo/odoo14/odoo/addons/base/models/ir_http.py", line 237, in _dispatch

    result = request.dispatch()

  File "/opt/odoo/odoo14/odoo/http.py", line 683, in dispatch

    result = self._call_function(**self.params)

  File "/opt/odoo/odoo14/odoo/http.py", line 359, in _call_function

    return checked_call(self.db, *args, **kwargs)

  File "/opt/odoo/odoo14/odoo/service/model.py", line 94, in wrapper

    return f(dbname, *args, **kwargs)

  File "/opt/odoo/odoo14/odoo/http.py", line 347, in checked_call

    result = self.endpoint(*a, **kw)

  File "/opt/odoo/odoo14/odoo/http.py", line 912, in __call__

    return self.method(*args, **kw)

  File "/opt/odoo/odoo14/odoo/http.py", line 531, in response_wrap

    response = f(*args, **kw)

  File "/opt/odoo/odoo14/addons/web/controllers/main.py", line 1352, in search_read

    return self.do_search_read(model, fields, offset, limit, domain, sort)

  File "/opt/odoo/odoo14/addons/web/controllers/main.py", line 1371, in do_search_read

    return Model.web_search_read(domain, fields, offset=offset, limit=limit, order=sort)

  File "/opt/odoo/odoo14/addons/web/models/models.py", line 62, in web_search_read

    records = self.search_read(domain, fields, offset=offset, limit=limit, order=order)

  File "/opt/odoo/odoo14/odoo/models.py", line 4845, in search_read

    records = self.search(domain or [], offset=offset, limit=limit, order=order)

  File "/opt/odoo/odoo14/odoo/models.py", line 1708, in search

    res = self._search(args, offset=offset, limit=limit, order=order, count=count)

  File "/opt/odoo/odoo14/odoo/addons/base/models/res_partner.py", line 754, in _search

    count=count, access_rights_uid=access_rights_uid)

  File "/opt/odoo/odoo14/odoo/models.py", line 4514, in _search

    query = self._where_calc(args)

  File "/opt/odoo/odoo14/odoo/models.py", line 4270, in _where_calc

    return expression.expression(domain, self).query

  File "/opt/odoo/odoo14/odoo/osv/expression.py", line 442, in __init__

    self.parse()

  File "/opt/odoo/odoo14/odoo/osv/expression.py", line 723, in parse

    domain = field.determine_domain(model, operator, right)

  File "/opt/odoo/odoo14/odoo/fields.py", line 1194, in determine_domain

    return getattr(records, self.search)(operator, value)

Exception


The above exception was the direct cause of the following exception:


Traceback (most recent call last):

  File "/opt/odoo/odoo14/odoo/http.py", line 639, in _handle_exception

    return super(JsonRequest, self)._handle_exception(exception)

  File "/opt/odoo/odoo14/odoo/http.py", line 315, in _handle_exception

    raise exception.with_traceback(None) from new_cause

TypeError: _payment_due_search() missing 1 required positional argument: 'args'

Re: Facing below mentioned issue in odoo 14 version
by
BrowseInfo
on 7/29/22, 12:19 AM Author

Hello Sir,

As you have already raised a ticket at ticket@browseinfo.in sir, our team has asked you for the purchase details of the app.

Please provide required details so they can move further.

Regards