Repository
odoo/odoo · module folder
Module version
1.1
Category
Hidden
Folder size
0.14 MB
License
LGPL-3
Application
No
Auto-installable
Yes
Website
None
Last tracking update
2026-08-07 05:43:02
Authors
Maintainers
None
Committers
Martin Trigaux, Odoo Translation Bot, Arnold Moyaux
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
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 form Inherits account.product_template_form_view
view_category_property_form product.category.property.form.inherit.stock product.category form Inherits account.view_category_property_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

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.