v 13.0 Third Party 229
Download for v 13.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Invoicing (account)
Discuss (mail)
Lines of code 260
Technical Name deltatech_followup
LicenseLGPL-3
Websitehttps://www.terrabit.ro
Versions 17.0 16.0 13.0 14.0 15.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Invoicing (account)
Discuss (mail)
Lines of code 260
Technical Name deltatech_followup
LicenseLGPL-3
Websitehttps://www.terrabit.ro
Versions 17.0 16.0 13.0 14.0 15.0

Invoice Followup

Alpha License: LGPL-3 dhongu/deltatech

Features:
  • Configure followup items:
    • Name - name of the followup
    • Code - can be used in cron jobs to run only selected followups
    • Active - if the followup items will be processed or not
    • Date field - invoice date or due date
    • relative days from configured date field (i.e. -5 means 5 days before, 3 means 3 days after)
    • mail subject
    • mail from
    • mail body (with pre-configured blocks - please see field help)
  • Configure Partners
    • will receive followups - check if the partner will be processed for followups
  • Configure cron job for followup mails:
    • model: Followup Send (followup.send)
    • Python code:
      • for all followups: model.run_followup()
      • for selected followups: model.run_followup([“12D”, “20D”]) - 12D and 20D are the codes of the followups to run
  • An override partner id can be configured for testing purposes. In system parameters, parameter name -> “followup.override_partner_id”, value -> id of the partner

Important

This is an alpha version, the data model and design can change at any time without warning. Only for development or testing purpose, do not use in production. More details on development status

Table of contents

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback.

Do not contact contributors directly about support or help with technical issues.

Credits

Authors

  • Terrabit
  • Dan Stoica

Maintainers

This module is part of the dhongu/deltatech project on GitHub.

You are welcome to contribute.

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, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.
There are no ratings yet!
Invoice follow-up SMS
by
Felix Asenji
on 8/2/21, 4:14 AM

Can this be used to configure invoice follow-up via SMS?