Sale Invoice Date From Picking

sale_invoice_date_from_picking
REPOSITORY
REPOSITORYOCA/account-invoicing
GIT
GIThttps://github.com/OCA/account-invoicing.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-invoicing/tree/16.0/sale_invoice_date_from_picking
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYInvoicing
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Quartile
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Quartile
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Aungkokolin1997
WEBSITE
WEBSITEhttps://github.com/OCA/account-invoicing
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:11:51
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale_stock
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - account_payment
    - account
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - payment
    - utm
    - stock_account
    - stock
    - barcodes_gs1_nomenclature
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module sets the invoice date based on the date or datetime field configured in the
'Picking Date Field for Invoice Date' setting. If the selected field has no value, the
system will fallback to using the `date_done` of the latest completed picking as the
invoice date.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_stock_config_settings res.config.settings res.config.settings xpath Inherits sale.res_config_settings_view_form
Models touched (3)

New fields (1)
  • picking_date_field_for_invoice_date Many2one → ir.model.fields
    domain="[('model', '=', 'stock.picking'), ('ttype', 'in', ('date', 'datetime'))]" args: 'ir.model.fields'
Public methods (0)

No public methods.

New fields (1)
  • picking_date_field_for_invoice_date Many2one
    readonly=False related='company_id.picking_date_field_for_invoice_date'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.