| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/account-invoicing |
| GIT | |
| GIT | https://github.com/OCA/account-invoicing.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/account-invoicing/tree/14.0/account_invoice_mode_monthly |
| VERSION | |
| VERSION | 1.2.0 |
| CATEGORY | |
| CATEGORY | Accounting & Finance |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp |
| COMMITTERS | |
| COMMITTERS | Enric Tobella, OCA Transbot, oca-travis, Weblate, OCA-git-bot, Simone Orsi, Michael Tietz, SilvioC2C |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/account-invoicing |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-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 - 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 | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
res_config_settings_view_form |
res.config.settings | div | Inherits account.res_config_settings_view_form |
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'
No public methods.
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'
No public methods.
invoicing_mode
Selection
ondelete={'monthly': 'set default'}
selection_add=[('monthly', 'Monthly')]
No public methods.
No new fields.
Public methods (2)cron_generate_monthly_invoices(self)
generate_monthly_invoices(self, company_ids)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/account-invoicing |
| GIT | |
| GIT | https://github.com/OCA/account-invoicing.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/account-invoicing/tree/13.0/account_invoice_mode_monthly |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Accounting & Finance |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp |
| COMMITTERS | |
| COMMITTERS | Thierry Ducrest, oca-travis, OCA-git-bot |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/account-invoicing |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:34:16 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/account-invoicing: - account_invoice_base_invoicing_mode OCA/queue: - queue_job odoo/odoo: - account - base_setup - base - web - product - bus - web_tour - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource - sale - sales_team - payment - utm |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
requests |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
res_config_settings_view_form |
res.config.settings | div | Inherits account.res_config_settings_view_form |
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'
No public methods.
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'
No public methods.
invoicing_mode
Selection
selection_add=[('monthly', 'Monthly')]
No public methods.
No new fields.
Public methods (2)cron_generate_monthly_invoices(self)
generate_monthly_invoices(self, companies=None)