| 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/sale_invoice_date_from_picking |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Invoicing |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Quartile |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Quartile |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Aungkokolin1997 |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/account-invoicing |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:11:51 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - sale_stock - sale - sales_team - base - 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. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_stock_config_settings |
res.config.settings | res.config.settings | xpath | Inherits sale.res_config_settings_view_form |
picking_date_field_for_invoice_date
Many2one → ir.model.fields
domain="[('model', '=', 'stock.picking'), ('ttype', 'in', ('date', 'datetime'))]"
args: 'ir.model.fields'
No public methods.
picking_date_field_for_invoice_date
Many2one
readonly=False
related='company_id.picking_date_field_for_invoice_date'
No public methods.
No new fields.
Public methods (0)No public methods.