TIP: You can type at any time to perform a new search.
Account Invoice Mode Monthly
account_invoice_mode_monthly · OCA/account-invoicing
- 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
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_todoIntegerdefault='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_executionDatetimehelp='Last execution of monthly invoicing.'readonly=Truestring='Last execution'
No public methods.
New fields (2)
-
invoicing_mode_monthly_last_executionDatetimereadonly=Truerelated='company_id.invoicing_mode_monthly_last_execution' -
res_invoicing_mode_monthly_day_todoIntegerreadonly=Falserelated='company_id.invoicing_mode_monthly_day_todo'
No public methods.
New fields (1)
-
invoicing_modeSelectionondelete={'monthly': 'set default'}selection_add=[('monthly', 'Monthly')]
No public methods.
New fields (0)
No new fields.
Public methods (2)-
cron_generate_monthly_invoices(self)@api.modelCron called daily to check if monthly invoicing needs to be done. -
generate_monthly_invoices(self, company_ids)
Loading…