TIP: You can type at any time to perform a new search.
Account Invoice Mode Daily
account_invoice_mode_daily · OCA/account-invoicing
- Repository
- OCA/account-invoicing · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Accounting & Finance
- Folder size
- 0.04 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
- Odoo Community Association (OCA), MT Software
- Maintainers
- Odoo Community Association (OCA), MT Software
- Committers
- Michael Tietz, Weblate, oca-ci
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 (1)
-
invoicing_mode_daily_last_executionDatetimehelp='Last execution of daily invoice/refunds creation.'readonly=Truestring='Daily last execution'
No public methods.
New fields (1)
-
invoicing_mode_daily_last_executionDatetimereadonly=Truerelated='company_id.invoicing_mode_daily_last_execution'
No public methods.
New fields (1)
-
invoicing_modeSelectionondelete={'daily': 'set default'}selection_add=[('daily', 'Daily')]
No public methods.
New fields (0)
No new fields.
Public methods (2)-
cron_generate_daily_invoices(self)@api.modelCron called daily to check if daily invoicing needs to be done. -
generate_daily_invoices(self, company_ids)@api.modelGenerate daily invoices for customers who require that mode. Invoices will be generated by other jobs split for different customer and different payment term.