Base Contract

base_contract
REPOSITORY
REPOSITORYOCA/project
GIT
GIThttps://github.com/OCA/project.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/project/tree/6.1/base_contract
VERSION
VERSION 1.0
CATEGORY
CATEGORYGeneric Modules/Base
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Julius Network Solutions
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Julius Network Solutions
COMMITTERS
COMMITTERSAlexandre Fayolle, Pierre Monod
WEBSITE
WEBSITEhttp://www.julius.fr
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:04:06
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base
    - analytic
    - decimal_precision
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Presentation:

This module allows you to manage your contracts entirely.
It allows you to define the model you want to add to a contract.
It automatically adds a link to the contracts on the model view.


Configuration:

Administration>Configuration>Contracts

* Generate Contract Types:
Inform the model which you would like to create the type of contract, name and code of the type of contract to automatically generate the type of contract.

* Contract Types:
Contract types generated are listed here.

* Contract category:
Creating the type of contract with a code and a name.


Links of the contract in the model informed:

* The link of the contract is put in the links column on the menu of the selected model when generating the model contract.

* Example: Contrat du Sales Order:
Learn the name, ref, date of start and end of the contract, the Kind of contract, the bond, the date of the first billing, the amount, the Company ...

    

Code Analysis

Views touched (10)
XML IDNameModelTypeStatus
view_contract_category_form contract.category.form contract.category form New
view_contract_category_tree contract.category.tree contract.category tree New
view_contract_contract_form contract.contract.form contract.contract form New
view_contract_contract_search contract.contract.search contract.contract search New
view_contract_contract_tree contract.contract.tree contract.contract tree New
view_contract_type_form contract.type.form contract.type form New
view_contract_type_search contract.type.search contract.type search New
view_contract_type_tree contract.type.tree contract.type tree New
view_generate_contract_form generate.contract.form generate.contract form New
view_generate_contract_type_form generate.contract.type.form generate.contract.type form New
Models touched (0)

No models found for this module.