Contract Manually Invoice

contract_invoice_manually
REPOSITORY
REPOSITORYOCA/contract
GIT
GIThttps://github.com/OCA/contract.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/contract/tree/18.0/contract_invoice_manually
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Tobias Zehntner
WEBSITE
WEBSITEhttps://github.com/OCA/contract
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:10
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/contract:
    - contract
odoo/odoo:
    - base
    - account
    - base_setup
    - web
    - onboarding
    - product
    - mail
    - bus
    - web_tour
    - html_editor
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module extends `Contract` and adds the option "Manually Invoiced" to a contract.

When invoices are generated automatically, "Manually Invoiced" contracts are excluded.

They can be invoiced manually:
- Accounting >
  - Customers > *Manually Invoice Sale Contracts*
  - Vendors > *Manually Invoice Purchase Contracts*

The popup to invoice the contracts includes a filter, where the user can further specify which contracts should be considered to invoice.

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
contract_contract_form_view contract.contract xpath Inherits contract.contract_contract_form_view
contract_contract_search_view contract.contract filter Inherits contract.contract_contract_search_view
contract_contract_tree_view contract.contract field Inherits contract.contract_contract_tree_view
contract_manually_create_invoice_form_view contract.manually.create.invoice xpath Inherits contract.contract_manually_create_invoice_form_view
res_config_settings_form_view res.config.settings xpath Inherits contract.res_config_settings_form_view
Models touched (4)

New fields (2)
  • enable_contract_invoice_manually Boolean
    readonly=True related='company_id.enable_contract_invoice_manually'
  • is_manually_invoiced Boolean
    help='The contract will be excluded from the automated invoice creation. It can be invoiced manually via Accounting > Customers/Vendors > Manually Invoice Sale/Purchase Contracts' args: 'Manually Invoiced'
Public methods (0)

No public methods.

New fields (1)
  • filter_domain Char
    compute='_compute_filter_domain' help='Filter/Domain to apply on contracts to invoice' readonly=False store=True string='Domain'
Public methods (0)

No public methods.

New fields (1)
  • enable_contract_invoice_manually Boolean
    help='Exclude contracts from being invoiced automatically' string='Enable Manual Invoicing'
Public methods (0)

No public methods.

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

No public methods.