Partner Invoicing Mode Monthly

partner_invoicing_mode_monthly
REPOSITORY
REPOSITORYOCA/account-invoicing
GIT
GIThttps://github.com/OCA/account-invoicing.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-invoicing/tree/18.0/partner_invoicing_mode_monthly
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSOCA-git-bot, oca-ci, chaule97
WEBSITE
WEBSITEhttps://github.com/OCA/account-invoicing
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:06
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/account-invoicing:
    - partner_invoicing_mode
OCA/queue:
    - queue_job
OCA/server-tools:
    - base_partition
odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - onboarding
    - product
    - mail
    - bus
    - web_tour
    - html_editor
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - base_sparse_field
    - sale
    - sales_team
    - account_payment
    - payment
    - utm
    - sale_stock
    - stock_account
    - stock
    - barcodes_gs1_nomenclature
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES requests
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 IDNameModelTypeStatus
res_config_settings_view_form res.config.settings xpath Inherits partner_invoicing_mode.res_config_settings_view_form
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.' string='Last execution (monthly)'
Public methods (0)

No public methods.

New fields (2)
  • res_invoicing_mode_monthly_day_todo Integer
    readonly=False related='company_id.invoicing_mode_monthly_day_todo'
  • res_invoicing_mode_monthly_last_execution Datetime
    related='company_id.invoicing_mode_monthly_last_execution'
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, companies=None)
    @api.model
REPOSITORY
REPOSITORYOCA/account-invoicing
GIT
GIThttps://github.com/OCA/account-invoicing.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-invoicing/tree/16.0/partner_invoicing_mode_monthly
VERSION
VERSION 2.0.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSStefan Rijnhart, Jacques-Etienne Baudoux, Denis Roussel, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/account-invoicing
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:52
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/account-invoicing:
    - partner_invoicing_mode
OCA/queue:
    - queue_job
OCA/server-tools:
    - base_partition
odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - base_sparse_field
    - sale
    - sales_team
    - account_payment
    - payment
    - utm
    - sale_stock
    - stock_account
    - stock
    - barcodes_gs1_nomenclature
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES requests
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
res_config_settings_view_form res.config.settings div Inherits account.res_config_settings_view_form
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 (monthly)'
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, companies=None)
    @api.model