WMS Accounting

purchase_price_diff
REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/16.0/purchase_price_diff
VERSION
VERSION 1.1
CATEGORY
CATEGORYHidden
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Arnold Moyaux
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:40:53
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - purchase_stock
    - stock_account
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - account
    - analytic
    - purchase
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
WMS Accounting module
======================
This module adds the price difference account. Used in standard perpetual valuation.
    

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
product_template_form_view product.normal.form.inherit.stock product.template field Inherits account.product_template_form_view
view_category_property_form product.category.property.form.inherit.stock product.category field Inherits account.view_category_property_form
Models touched (3)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • property_account_creditor_price_difference_categ Many2one → account.account
    company_dependent=True help='This account will be used to value price difference between purchase price and accounting cost.' string='Price Difference Account' args: 'account.account'
Public methods (0)

No public methods.

New fields (1)
  • property_account_creditor_price_difference Many2one → account.account
    company_dependent=True help='This account is used in automated inventory valuation to record the price difference between a purchase order and its related vendor bill when validating this vendor bill.' string='Price Difference Account' args: 'account.account'
Public methods (0)

No public methods.