TIP: You can type at any time to perform a new search.
Purchase Sign
purchase_sign · OCA/purchase-workflow
- Repository
- OCA/purchase-workflow · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Purchase
- Folder size
- 0.07 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/purchase-workflow
- Last tracking update
- 2026-08-07 08:09:24
- Authors
- Odoo Community Association (OCA), Onestein
- Maintainers
- Odoo Community Association (OCA), Onestein
- Committers
- Anjeel Haria, Weblate, OCA-git-bot, oca-ci
Code Analysis ⓘ
Views touched (5)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
portal_my_purchase_order |
Purchase Order Portal Template | ir.ui.view | qweb | Inherits purchase.portal_my_purchase_order |
purchase_order_portal_content |
purchase_order_portal_content | ir.ui.view | qweb | Inherits purchase.purchase_order_portal_content |
purchase_order_view_form_inherit |
purchase.order.form.inherit | purchase.order | form | Inherits purchase.purchase_order_form |
report_purchaseorder_document |
report_purchaseorder_document | ir.ui.view | qweb | Inherits purchase.report_purchaseorder_document |
res_config_settings_view_form_purchase |
res.config.settings.view.form.inherit.purchase | res.config.settings | form | Inherits purchase.res_config_settings_view_form_purchase |
HTTP endpoints (1)
| Route(s) | Handler | Auth | Type | Methods | Flags |
|---|---|---|---|---|---|
/my/purchase/<int:order_id>/accept |
PortalPurchase.portal_purchase_accept |
public | json | ALL | sudo website |
Models touched (3)
New fields (4)
-
require_signatureBooleancompute='_compute_require_signature'help='Request a online signature and/or payment to the customer in order to confirm orders automatically.'precompute=Truereadonly=Falsestates=Purchase.READONLY_STATESstore=Truestring='Online Signature' -
signatureImageattachment=Truecopy=Falsemax_height=1024max_width=1024 -
signed_byCharcopy=False -
signed_onDatetimecopy=False
No public methods.
New fields (1)
-
purchase_portal_confirmation_signBooleandefault=Falsestring='Purchase Online Signature'
No public methods.
New fields (1)
-
purchase_portal_confirmation_signBooleanreadonly=Falserelated='company_id.purchase_portal_confirmation_sign'
No public methods.