Repository
OCA/purchase-workflow · module folder · Try on Runboat
Module version
1.0.1
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:42:59
Authors
Akretion, Odoo Community Association (OCA)
Maintainers
Akretion
Committers
Florian da Costa, Weblate, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
purchase_order_delivery_paid_form_view_inherit purchase.order form Inherits purchase.purchase_order_form
purchase_order_kpis_list purchase.order list Inherits purchase.purchase_order_kpis_tree
purchase_order_list purchase.order list Inherits purchase.purchase_order_tree
purchase_order_view_list purchase.order list Inherits purchase.purchase_order_view_tree
res_partner_form_view_fop_shipping res.partner form Inherits account.view_partner_property_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (3)
  • fop_reached Boolean
    compute='_compute_fop_shipping_reached' help='Free-Of-Payment shipping reached' string='FOP reached'
  • fop_shipping Float
    help='Min purchase order amount for Free-Of-Payment shipping' readonly=True related='partner_id.fop_shipping' related_sudo=False string='FOP shipping'
  • force_order_under_fop Boolean
    help='Force confirm purchase order under Free-Of-Payment shipping' string='Confirm under FOP'
Public methods (1)
  • button_approve(self, force=False)

New fields (1)
  • fop_shipping Float
    company_dependent=True digits='Account' help='Min purchase order amount for FOP shipping' string='FOP shipping'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
green — ready to merge
Open since
115 days ago
Last activity
20 days ago
Repository
OCA/purchase-workflow
Pull request
[19.0][MIG] purchase_fop_shipping: Migration to 19.0 (#3030)