Repository
OCA/account-invoicing · module folder · Try on Runboat
Module version
1.2.0
Category
Accounting & Finance
Folder size
0.07 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/account-invoicing
Last tracking update
2026-08-07 07:47:28
Authors
Camptocamp, Odoo Community Association (OCA)
Maintainers
Camptocamp, Odoo Community Association (OCA)
Committers
Simone Orsi, Enric Tobella, Michael Tietz, SilvioC2C, Weblate, OCA Transbot, OCA-git-bot, oca-travis
Odoo dependencies
Python dependencies
requests
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
res_config_settings_view_form res.config.settings form Inherits account.res_config_settings_view_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (4)

New fields (2)
  • invoicing_mode_monthly_day_todo Integer
    default='31' help='Day of the month to execute the invoicing. For a number higherthan the number of days in a month, the invoicing will beexecuted on the last day of the month.' args: 'Invoicing Day'
  • invoicing_mode_monthly_last_execution Datetime
    help='Last execution of monthly invoicing.' readonly=True string='Last execution'
Public methods (0)

No public methods.

New fields (2)
  • invoicing_mode_monthly_last_execution Datetime
    readonly=True related='company_id.invoicing_mode_monthly_last_execution'
  • res_invoicing_mode_monthly_day_todo Integer
    readonly=False related='company_id.invoicing_mode_monthly_day_todo'
Public methods (0)

No public methods.

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

No public methods.

New fields (0)

No new fields.

Public methods (2)
  • cron_generate_monthly_invoices(self)
    @api.model
    Cron called daily to check if monthly invoicing needs to be done.
  • generate_monthly_invoices(self, company_ids)

Loading…