Send Monthly Customer Statements from ODOO

Поделиться
HTML-код
  • Опубликовано: 5 янв 2025

Комментарии • 21

  • @timd6324
    @timd6324 3 месяца назад +1

    This is magically!

  • @cdc_aruba
    @cdc_aruba 3 месяца назад +1

    Nice video,
    From 17.1 onwards there is actually an extra setting on the partner to send the statement on a certain interval. However your video inspires me to try out something else: automatically attach timesheets on the invoice e-mail if there are related time entries.

    • @odoo-it-yourself
      @odoo-it-yourself  3 месяца назад

      Good call!! That sounds awesome. You could potentially loop through reports and send several concurrently.

  • @girdavid178
    @girdavid178 3 месяца назад +3

    Please show us how to setup whatsapp to send message templates to customers? Many Thanks

  • @waqasriasat503
    @waqasriasat503 3 месяца назад +1

    using same approach and code but facing error in rendering report
    for fields currency name, balance due, partner lines seems not found

    • @odoo-it-yourself
      @odoo-it-yourself  3 месяца назад +1

      Which version are you in? This can be finicky.

    • @waqasriasat503
      @waqasriasat503 3 месяца назад

      @@odoo-it-yourself odoo 17.0

    • @waqasriasat503
      @waqasriasat503 3 месяца назад

      odoo 17.0 version i am using

    • @sethduncan4063
      @sethduncan4063 Месяц назад

      I am having the same issue, did you work it out?

    • @sethduncan4063
      @sethduncan4063 Месяц назад

      @@waqasriasat503 just in case you are still looking for the solution records.action_print_customer_statements() will create the report. record being the partner object. looking through the source code it seems action_customer_statements_report is not defined correctly on odoo 17 and must have been improved in 17.1

  • @admt-i8n
    @admt-i8n 3 месяца назад +1

    Please teach us how to print products labels (barcodes) with customize sizes and without the price

  • @antonydowell3349
    @antonydowell3349 3 месяца назад +1

    Would you know of a way to do exactly this function, but instead of running a statement with 'Opening Balance', it just lists all invoices that are outstanding? (regardless of due date/due status), along with the totals owed

    • @odoo-it-yourself
      @odoo-it-yourself  3 месяца назад

      So for that, I would probably build another report and base it off of journal items tied to that contact that have a residual amount that isn’t zero.

    • @seancraig44
      @seancraig44 2 месяца назад

      Browseinfo has an app for a few dollars on Odoo app store.

  • @KhizarShahan
    @KhizarShahan 3 месяца назад

    Hi, I am currently implementing odoo in my company & facing an issue. We are a beverage distribution company & we sell to supermarkets & hypermarkets. We have some major customers that have up to a hundred branches and we sell to them on credit. At the end of the month they issue us a single check for all branches. Among the invoices that are paid some are partially paid. How can I allocate these payments against my invoices.

    • @odoo-it-yourself
      @odoo-it-yourself  3 месяца назад

      They give you a remittance, yes? And then the invoices are on subcontacts for the major customer? So what I normally do my best to do here is have the customer on the invoice be the parent company and utilize the delivery and invoicing fields to setup the branches.

  • @toriqulislamkhanbyron3156
    @toriqulislamkhanbyron3156 3 месяца назад

    Is that code link okay, sir?

    • @odoo-it-yourself
      @odoo-it-yourself  3 месяца назад +1

      Thanks for letting me know! Should be better now.