Account Invoice Base Invoicing Mode

account_invoice_base_invoicing_mode
REPOSITORY
REPOSITORYOCA/account-invoicing
GIT
GIThttps://github.com/OCA/account-invoicing.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-invoicing/tree/14.0/account_invoice_base_invoicing_mode
VERSION
VERSION 1.2.2
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
COMMITTERSEnric Tobella, oca-travis, Weblate, OCA-git-bot, Simone Orsi, Michael Tietz, SilvioC2C, Kev-Roche
WEBSITE
WEBSITEhttps://github.com/OCA/account-invoicing
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:41:05
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/queue:
    - queue_job
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
    - payment
    - utm
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES requests
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_partner_property_form view_partner_property_form_base_invoicing_mode res.partner xpath Inherits account.view_partner_property_form
Models touched (4)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • related_action_open_invoice(self)
    Open a form view with the invoice related to the job.

New fields (2)
  • invoicing_mode Selection
    default='standard' args: [('standard', 'Standard')]
  • one_invoice_per_order Boolean
    default=False help='Do not group sale order into one invoice.' args: 'One invoice per order'
Public methods (0)

No public methods.

New fields (1)
  • invoicing_mode Selection
    related='partner_invoice_id.invoicing_mode'
Public methods (1)
  • generate_invoices_by_invoice_mode(self, companies=None, invoice_mode=None, groupby=None, last_execution_field_name=None)
    @api.model
    Generate weekly invoices for customers who require that mode. Invoices will be generated by other jobs split for different customer and different payment term.
REPOSITORY
REPOSITORYOCA/account-invoicing
GIT
GIThttps://github.com/OCA/account-invoicing.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-invoicing/tree/13.0/account_invoice_base_invoicing_mode
VERSION
VERSION 1.0.1
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
COMMITTERSThierry Ducrest, oca-travis, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/account-invoicing
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:16
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/queue:
    - queue_job
odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - 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

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_partner_property_form view_partner_property_form_base_invoicing_mode res.partner xpath Inherits account.view_partner_property_form
Models touched (4)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • related_action_open_invoice(self)
    Open a form view with the invoice related to the job.

New fields (2)
  • invoicing_mode Selection
    default='standard' args: [('standard', 'Standard')]
  • one_invoice_per_order Boolean
    default=False help='Do not group sale order into one invoice.' args: 'One invoice per order'
Public methods (0)

No public methods.

New fields (1)
  • invoicing_mode Selection
    related='partner_invoice_id.invoicing_mode'
Public methods (0)

No public methods.