Repository
OCA/account-invoicing · module folder · Try on Runboat
Module version
1.0.0
Category
Uncategorized
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/account-invoicing
Last tracking update
2026-08-07 08:09:10
Authors
Camptocamp, ACSONE SA/NV, Odoo Community Association (OCA), BCIM
Maintainers
Camptocamp, ACSONE SA/NV, Odoo Community Association (OCA), BCIM
Committers
Jacques-Etienne Baudoux, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
requests
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_payment_mode_form cash on delivery account.payment.mode form Inherits account_payment_mode.account_payment_mode_form
view_picking_form cash on delivery stock.picking form Inherits stock.view_picking_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

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.