Purchase - Receipt Percentage

purchase_receipt_percentage
REPOSITORY
REPOSITORYOCA/purchase-workflow
GIT
GIThttps://github.com/OCA/purchase-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/purchase-workflow/tree/15.0/purchase_receipt_percentage
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYPurchase Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp, Italo Lopes
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp, Italo Lopes
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, SilvioC2C, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/purchase-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:40
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - purchase
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
purchase_order_view_form_inherit purchase.order.view.form.inherit purchase.order xpath Inherits purchase.purchase_order_form
Models touched (2)

New fields (2)
  • receipt_percentage Float
    compute='_compute_receipt_percentage' help='Receipt percentage between 0% and 100%' store=True
  • receipt_percentage_display Float
    compute='_compute_receipt_percentage' help='Technical field to be displayed in view. Its value is between 0 and 1, the percentage widget will format the value properly' store=True
Public methods (0)

No public methods.

New fields (1)
  • receipt_percentage Float
    compute='_compute_receipt_percentage' store=True
Public methods (0)

No public methods.