| 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/19.0/partner_invoicing_mode |
| VERSION | |
| VERSION | 1.0.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 | Weblate, OCA-git-bot, oca-ci, Maksym Yankin |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/account-invoicing |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:40:46 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/queue: - queue_job OCA/server-tools: - base_partition odoo/odoo: - account - base_setup - base - web - onboarding - product - bus - web_tour - html_editor - uom - analytic - portal - http_routing - auth_signup - digest - resource - base_sparse_field - sale - sales_team - account_payment - payment - utm |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
openupgradelib requests |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This is a base module for implementing different invoicing mode for customers. It adds a selection field invoicing_mode in the Invoicing tab (if enterprise account_accountant is installed -> Accounting tab) of the partner with a default value (Odoo standard invoicing mode). It can be used on its own to generate automatically (e.g.: each day) the invoices for standard invoicing mode. In core, Odoo is grouping invoicing from a group of sale orders on: - Company - Partner - Currency This module uses grouping on those keys: - Company - Invoiced partner - Currency - Payment term (as this can be selected on sale order level) The following modules use it to install specific invoicing mode : > - partner_invoicing_mode_at_shipping > - partner_invoicing_mode_monthly > - partner_invoicing_mode_weekly |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
res_config_settings_view_form |
res.config.settings | xpath | Inherits account.res_config_settings_view_form | |
view_order_form |
sale.order.form (in partner_invoicing_mode) | sale.order | xpath | Inherits sale.view_order_form |
view_partner_property_form |
view_partner_property_form_base_invoicing_mode | res.partner | xpath | Inherits account.view_partner_property_form |
No new fields.
Public methods (0)No public methods.
No new fields.
Public methods (1)related_action_open_invoice(self)
invoicing_mode_standard_last_execution
Datetime
help='Last execution of standard invoicing.'
string='Last execution (standard)'
No public methods.
invoicing_mode_standard_last_execution
Datetime
related='company_id.invoicing_mode_standard_last_execution'
No public methods.
invoicing_mode
Selection
default='standard'
args: [('standard', 'Standard')]
next_invoice_date
Date
help='This is the date at which the next invoice will be generated.'
one_invoice_per_order
Boolean
help='Do not group sale order into one invoice.'
No public methods.
invoicing_mode
Selection
index=True
related='partner_invoice_id.invoicing_mode'
store=True
one_invoice_per_order
Boolean
compute='_compute_one_invoice_per_order'
help='You can check or uncheck this if you want the periodic invoicing grouping this sale order with other ones or not.'
readonly=False
store=True
cron_generate_standard_invoices(self)
generate_invoices(self, companies=None, invoicing_mode='standard', last_execution_field='invoicing_mode_standard_last_execution')
| 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/18.0/partner_invoicing_mode |
| VERSION | |
| VERSION | 1.0.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 | Weblate, OCA-git-bot, oca-ci, chaule97 |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/account-invoicing |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:06 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/queue: - queue_job OCA/server-tools: - base_partition odoo/odoo: - account - base_setup - base - web - onboarding - product - 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 |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
requests |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This is a base module for implementing different invoicing mode for customers. It adds a selection field invoicing_mode in the Invoicing tab (if enterprise account_accountant is installed -> Accounting tab) of the partner with a default value (Odoo standard invoicing mode). It can be used on its own to generate automatically (e.g.: each day) the invoices for standard invoicing mode. In core, Odoo is grouping invoicing from a group of sale orders on: - Company - Partner - Currency This module uses grouping on those keys: - Company - Invoiced partner - Currency - Payment term (as this can be selected on sale order level) The following modules use it to install specific invoicing mode : > - partner_invoicing_mode_at_shipping > - partner_invoicing_mode_monthly > - partner_invoicing_mode_weekly |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
res_config_settings_view_form |
res.config.settings | xpath | Inherits account.res_config_settings_view_form | |
view_order_form |
sale.order.form (in partner_invoicing_mode) | sale.order | xpath | Inherits sale.view_order_form |
view_partner_property_form |
view_partner_property_form_base_invoicing_mode | res.partner | xpath | Inherits account.view_partner_property_form |
No new fields.
Public methods (0)No public methods.
No new fields.
Public methods (1)related_action_open_invoice(self)
invoicing_mode_standard_last_execution
Datetime
help='Last execution of standard invoicing.'
string='Last execution (standard)'
No public methods.
invoicing_mode_standard_last_execution
Datetime
related='company_id.invoicing_mode_standard_last_execution'
No public methods.
invoicing_mode
Selection
default='standard'
args: [('standard', 'Standard')]
next_invoice_date
Date
help='This is the date at which the next invoice will be generated.'
one_invoice_per_order
Boolean
help='Do not group sale order into one invoice.'
No public methods.
invoicing_mode
Selection
index=True
related='partner_invoice_id.invoicing_mode'
store=True
one_invoice_per_order
Boolean
compute='_compute_one_invoice_per_order'
help='You can check or uncheck this if you want the periodic invoicing grouping this sale order with other ones or not.'
readonly=False
store=True
cron_generate_standard_invoices(self)
generate_invoices(self, companies=None, invoicing_mode='standard', last_execution_field='invoicing_mode_standard_last_execution')
| 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/17.0/partner_invoicing_mode |
| VERSION | |
| VERSION | 1.0.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 | Weblate, OCA-git-bot, oca-ci, Nils Coenen |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/account-invoicing |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:20:00 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/queue: - queue_job OCA/server-tools: - base_partition odoo/odoo: - account - base_setup - base - web - onboarding - product - bus - web_tour - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource - base_sparse_field - sale - sales_team - account_payment - payment - utm |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
requests |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This is a base module for implementing different invoicing mode for customers. It adds a selection field invoicing_mode in the Invoicing tab (if enterprise account_accountant is installed -> Accounting tab) of the partner with a default value (Odoo standard invoicing mode). It can be used on its own to generate automatically (e.g.: each day) the invoices for standard invoicing mode. In core, Odoo is grouping invoicing from a group of sale orders on: - Company - Partner - Currency This module uses grouping on those keys: - Company - Invoiced partner - Currency - Payment term (as this can be selected on sale order level) The following modules use it to install specific invoicing mode : > - partner_invoicing_mode_at_shipping > - partner_invoicing_mode_monthly > - partner_invoicing_mode_weekly |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
res_config_settings_view_form |
res.config.settings | xpath | Inherits account.res_config_settings_view_form | |
view_order_form |
sale.order.form (in partner_invoicing_mode) | sale.order | xpath | Inherits sale.view_order_form |
view_partner_property_form |
view_partner_property_form_base_invoicing_mode | res.partner | xpath | Inherits account.view_partner_property_form |
No new fields.
Public methods (0)No public methods.
No new fields.
Public methods (1)related_action_open_invoice(self)
invoicing_mode_standard_last_execution
Datetime
help='Last execution of standard invoicing.'
readonly=True
string='Last execution (standard)'
No public methods.
invoicing_mode_standard_last_execution
Datetime
related='company_id.invoicing_mode_standard_last_execution'
No public methods.
invoicing_mode
Selection
default='standard'
args: [('standard', 'Standard')]
next_invoice_date
Date
help='This is the date at which the next invoice will be generated.'
one_invoice_per_order
Boolean
default=False
help='Do not group sale order into one invoice.'
No public methods.
invoicing_mode
Selection
index=True
related='partner_invoice_id.invoicing_mode'
store=True
one_invoice_per_order
Boolean
compute='_compute_one_invoice_per_order'
help='You can check or uncheck this if you want the periodic invoicing grouping this sale order with other ones or not.'
readonly=False
store=True
cron_generate_standard_invoices(self)
generate_invoices(self, companies=None, invoicing_mode='standard', last_execution_field='invoicing_mode_standard_last_execution')
| 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/16.0/partner_invoicing_mode |
| VERSION | |
| VERSION | 2.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 | Stefan Rijnhart, Jacques-Etienne Baudoux, Denis Roussel, Weblate, OCA-git-bot, oca-ci, atgalvez08 |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/account-invoicing |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:53:52 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/queue: - queue_job OCA/server-tools: - base_partition 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 - account_payment - 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 | |
view_order_form |
sale.order.form (in partner_invoicing_mode) | sale.order | xpath | Inherits sale.view_order_form |
view_partner_property_form |
view_partner_property_form_base_invoicing_mode | res.partner | xpath | Inherits account.view_partner_property_form |
No new fields.
Public methods (0)No public methods.
No new fields.
Public methods (1)related_action_open_invoice(self)
invoicing_mode_standard_last_execution
Datetime
help='Last execution of standard invoicing.'
readonly=True
string='Last execution (standard)'
No public methods.
invoicing_mode_standard_last_execution
Datetime
related='company_id.invoicing_mode_standard_last_execution'
No public methods.
invoicing_mode
Selection
default='standard'
args: [('standard', 'Standard')]
next_invoice_date
Date
help='This is the date at which the next invoice will be generated.'
one_invoice_per_order
Boolean
default=False
help='Do not group sale order into one invoice.'
No public methods.
invoicing_mode
Selection
index=True
related='partner_invoice_id.invoicing_mode'
store=True
one_invoice_per_order
Boolean
compute='_compute_one_invoice_per_order'
help='You can check or uncheck this if you want the periodic invoicing grouping this sale order with other ones or not.'
readonly=False
states=LOCKED_FIELD_STATES
store=True
cron_generate_standard_invoices(self)
generate_invoices(self, companies=None, invoicing_mode='standard', last_execution_field='invoicing_mode_standard_last_execution')
| 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/15.0/partner_invoicing_mode |
| VERSION | |
| VERSION | 1.0.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 | Thierry Ducrest, Weblate, OCA-git-bot, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/account-invoicing |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:46:38 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
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 |
|---|---|---|---|---|
view_partner_property_form |
view_partner_property_form_base_invoicing_mode | res.partner | xpath | Inherits account.view_partner_property_form |
No new fields.
Public methods (0)No public methods.
No new fields.
Public methods (1)related_action_open_invoice(self)
invoicing_mode
Selection
default='standard'
args: [('standard', 'Standard')]
one_invoice_per_order
Boolean
default=False
help='Do not group sale order into one invoice.'
No public methods.
invoicing_mode
Selection
related='partner_invoice_id.invoicing_mode'
No public methods.