Account Invoice Mode Daily

account_invoice_mode_daily
REPOSITORY
REPOSITORYOCA/account-invoicing
GIT
GIThttps://github.com/OCA/account-invoicing.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-invoicing/tree/14.0/account_invoice_mode_daily
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), MT Software
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), MT Software
COMMITTERS
COMMITTERSWeblate, Michael Tietz, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/account-invoicing
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:41:05
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/account-invoicing:
    - account_invoice_base_invoicing_mode
OCA/queue:
    - queue_job
odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - base_sparse_field
    - sale
    - sales_team
    - payment
    - utm
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES requests
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
res_config_settings_view_form res.config.settings div Inherits account.res_config_settings_view_form
Models touched (4)

New fields (1)
  • invoicing_mode_daily_last_execution Datetime
    help='Last execution of daily invoice/refunds creation.' readonly=True string='Daily last execution'
Public methods (0)

No public methods.

New fields (1)
  • invoicing_mode_daily_last_execution Datetime
    readonly=True related='company_id.invoicing_mode_daily_last_execution'
Public methods (0)

No public methods.

New fields (1)
  • invoicing_mode Selection
    ondelete={'daily': 'set default'} selection_add=[('daily', 'Daily')]
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (2)
  • cron_generate_daily_invoices(self)
    @api.model
    Cron called daily to check if daily invoicing needs to be done.
  • generate_daily_invoices(self, company_ids)
    @api.model
    Generate daily invoices for customers who require that mode. Invoices will be generated by other jobs split for different customer and different payment term.