TIP: You can type at any time to perform a new search.
Agreement Sign Oca
agreement_sign_oca · OCA/sign
- Repository
- OCA/sign · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Agreement
- Folder size
- 0.07 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/sign
- Last tracking update
- 2026-08-07 08:42:49
- Authors
- Odoo Community Association (OCA), APSL Nagarro
- Maintainers
- Odoo Community Association (OCA), APSL Nagarro
- Committers
- Weblate, OCA-git-bot, oca-ci, Bhavesh Heliconia
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
Create signature request from any agreement. When full signed agreement will be moved automatically to defined stage attaching a copy of the signed document. Also a smart-button will be displayed on the agreement's form view showing the linked Sign Requests.
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
agreement_sign_view_form |
agreement.legal.form | agreement | form | Inherits agreement_legal.partner_agreement_form_view |
res_config_settings_view_form |
res.config.settings | form | Inherits agreement_legal.res_config_settings_view_form | |
sign_oca_request_search_view |
sign.oca.request.search | sign.oca.request | search | Inherits sign_oca.sign_oca_request_search_view |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (4)
New fields (3)
-
sign_request_countIntegercompute='_compute_sign_request_count'compute_sudo=Truestore=Truestring='Sign request count' -
sign_request_idsOne2many → sign.oca.requestcomodel_name='sign.oca.request'inverse_name='agreement_id'string='Sign Requests' -
signed_contractBinarystring='Signed Document'tracking=False
-
action_send_for_signature(self) -
action_view_sign_requests(self)
New fields (2)
-
agreement_sign_oca_signed_stage_idMany2one → agreement.stagecomodel_name='agreement.stage'default=_default_signed_stagerequired=Truestring='Signed Agreements Stage' -
agreement_sign_oca_template_idMany2one → sign.oca.templatecomodel_name='sign.oca.template'domain="[('model_id.model', '=', 'agreement')]"string='Default Agreement Sign Template'
No public methods.
New fields (2)
-
agreement_sign_oca_signed_stage_idMany2one → agreement.stagecomodel_name='agreement.stage'readonly=Falserelated='company_id.agreement_sign_oca_signed_stage_id'string='Signed Agreements Stage' -
agreement_sign_oca_template_idMany2one → sign.oca.templatecomodel_name='sign.oca.template'readonly=Falserelated='company_id.agreement_sign_oca_template_id'string='Default Agreement Sign Template'
No public methods.
New fields (1)
-
agreement_idMany2one → agreementcomodel_name='agreement'compute='_compute_agreement_id'readonly=Truestore=Truestring='Agreement'
-
action_send_signed_request(self)
Loading…