Partner Invoicing Mode Cash on Delivery

partner_invoicing_mode_cash_on_delivery
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_cash_on_delivery
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp, ACSONE SA/NV, BCIM
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp, ACSONE SA/NV, BCIM
COMMITTERS
COMMITTERSJacques-Etienne Baudoux, 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_at_shipping
    - partner_invoicing_mode
OCA/bank-payment:
    - account_payment_sale
    - account_payment_partner
    - account_payment_mode
OCA/queue:
    - queue_job
OCA/server-tools:
    - base_partition
odoo/odoo:
    - 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
    - base_sparse_field
    - stock
    - barcodes_gs1_nomenclature
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES requests
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_payment_mode_form cash on delivery account.payment.mode field Inherits account_payment_mode.account_payment_mode_form
view_picking_form cash on delivery stock.picking field Inherits stock.view_picking_form
Models touched (2)

New fields (2)
  • auto_validate_invoice_cash_on_delivery Boolean
    help='Check this if you want Cash on Delivery deliveries to validate automatically generated invoices.'
  • cash_on_delivery Boolean
    help='Check this if you want to identify Cash On Delivery invoices on stock pickings.'
Public methods (0)

No public methods.

New fields (1)
  • cash_on_delivery_invoice_ids Many2many → account.move
    column1='picking_id' column2='move_id' comodel_name='account.move' copy=False readonly=True relation='stock_picking_cash_on_delivery_move_id_rel' string='COD Invoices'
Public methods (0)

No public methods.