| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/contract |
| GIT | |
| GIT | https://github.com/OCA/contract.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/contract/tree/18.0/contract_invoice_manually |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Uncategorized |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ACSONE SA/NV |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ACSONE SA/NV |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Tobias Zehntner |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/contract |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:10 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/contract: - contract odoo/odoo: - base - account - base_setup - web - onboarding - product - 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. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
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'
No public methods.
filter_domain
Char
compute='_compute_filter_domain'
help='Filter/Domain to apply on contracts to invoice'
readonly=False
store=True
string='Domain'
No public methods.
enable_contract_invoice_manually
Boolean
help='Exclude contracts from being invoiced automatically'
string='Enable Manual Invoicing'
No public methods.
enable_contract_invoice_manually
Boolean
readonly=False
related='company_id.enable_contract_invoice_manually'
No public methods.