Account Invoice Mode Weekly

account_invoice_mode_weekly
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_weekly
VERSION
VERSION 1.2.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSOCA Transbot, jcoux, oca-travis, Weblate, OCA-git-bot, Michael Tietz, SilvioC2C
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 (2)
  • invoicing_mode_weekly_day_todo Selection
    default='0' help='Day of the week to execute the invoicing.' selection=[('0', 'Monday'), ('1', 'Tuesday'), ('2', 'Wednesday'), ('3', 'Thursday'), ('4', 'Friday'), ('5', 'Saturday'), ('6', 'Sunday')] string='Weekly Invoicing Day'
  • invoicing_mode_weekly_last_execution Datetime
    help='Last execution of weekly invoicing.' readonly=True string='Weekly last execution'
Public methods (0)

No public methods.

New fields (2)
  • invoicing_mode_weekly_last_execution Datetime
    readonly=True related='company_id.invoicing_mode_weekly_last_execution'
  • res_invoicing_mode_weekly_day_todo Selection
    readonly=False related='company_id.invoicing_mode_weekly_day_todo'
Public methods (0)

No public methods.

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

No public methods.

New fields (0)

No new fields.

Public methods (2)
  • cron_generate_weekly_invoices(self)
    @api.model
    Cron called daily to check if weekly invoicing needs to be done.
  • generate_weekly_invoices(self, company_ids)
    @api.model