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
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
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)HandlerAuthTypeMethodsFlags
/my/purchase/<int:order_id>/accept PortalPurchase.portal_purchase_accept public json ALL sudo website
Models touched (3)

New fields (4)
  • require_signature Boolean
    compute='_compute_require_signature' help='Request a online signature and/or payment to the customer in order to confirm orders automatically.' precompute=True readonly=False states=Purchase.READONLY_STATES store=True string='Online Signature'
  • signature Image
    attachment=True copy=False max_height=1024 max_width=1024
  • signed_by Char
    copy=False
  • signed_on Datetime
    copy=False
Public methods (0)

No public methods.

New fields (1)
  • purchase_portal_confirmation_sign Boolean
    default=False string='Purchase Online Signature'
Public methods (0)

No public methods.

New fields (1)
  • purchase_portal_confirmation_sign Boolean
    readonly=False related='company_id.purchase_portal_confirmation_sign'
Public methods (0)

No public methods.