TIP: You can type at any time to perform a new search.
Partner Invoicing Mode Monthly
partner_invoicing_mode_monthly · OCA/account-invoicing
- Repository
- OCA/account-invoicing · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Accounting & Finance
- Folder size
- 0.06 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/account-invoicing
- Last tracking update
- 2026-08-07 08:42:46
- Authors
- Camptocamp, Odoo Community Association (OCA)
- Maintainers
- Camptocamp, Odoo Community Association (OCA)
- Committers
- OCA-git-bot, oca-ci, chaule97
- Odoo dependencies
- Python dependencies
- requests
- System dependencies
- None
- Required by
- None
- Description
This module allows to select a monthly invoicing mode for a customer. It is based on partner_invoicing_mode. When this mode is selected for a customer, the customer will be automatically invoiced
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
res_config_settings_view_form |
res.config.settings | form | Inherits partner_invoicing_mode.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.'string='Last execution (monthly)'
No public methods.
New fields (2)
-
res_invoicing_mode_monthly_day_todoIntegerreadonly=Falserelated='company_id.invoicing_mode_monthly_day_todo' -
res_invoicing_mode_monthly_last_executionDatetimerelated='company_id.invoicing_mode_monthly_last_execution'
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, companies=None)@api.model
Loading…