TIP: You can type at any time to perform a new search.
Agreement Legal Sale
agreement_legal_sale · OCA/contract
- Repository
- OCA/contract · module folder · Try on Runboat
- Module version
- 1.0.1
- Category
- Agreement
- Folder size
- 0.07 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/contract
- Last tracking update
- 2026-08-07 07:47:44
- Authors
- Odoo Community Association (OCA), Open Source Integrators
- Maintainers
- Odoo Community Association (OCA), Open Source Integrators
- Committers
- Weblate, OCA Transbot, OCA-git-bot, oca-travis, Patrick Wilson, HemanginiPatel, Jérémy Didderen
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
agreement_sale_form_view |
agreement.form.view | agreement | form | Inherits agreement_legal.partner_agreement_form_view |
sale_order_agreement_form_view |
sale.order.agreement.form.view | sale.order | form | Inherits agreement_sale.sale_order_agreement_form_view |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (2)
-
analytic_account_idMany2one → account.analytic.accountcopy=False args: 'account.analytic.account', 'Analytic Account' -
sale_idMany2one → sale.orderstring='Sales Order' args: 'sale.order'
No public methods.
New fields (1)
-
sale_line_idMany2one → sale.order.linestring='Sales Order Line' args: 'sale.order.line'
No public methods.
New fields (1)
-
agreement_template_idMany2one → agreementdomain="[('is_template', '=', True)]"string='Agreement Template' args: 'agreement'
-
action_confirm(self) -
create_sp_qty(self, line, order)Create line.product_uom_qty SP's
Loading…