Product Supplierinfo Indirect Cost

product_supplierinfo_indirect_cost
REPOSITORY
REPOSITORYOCA/product-attribute
GIT
GIThttps://github.com/OCA/product-attribute.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/product-attribute/tree/19.0/product_supplierinfo_indirect_cost
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYProduct
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow
COMMITTERS
COMMITTERSJordi Ballester Alomar, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/product-attribute
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:40:48
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - uom
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module adds indirect cost percentage estimates to supplierinfo.

Indirect cost are all cost related to the purchased products, mainly transportation costs, but also handling, special taxes, insurance, etc.

Estimated costs is the estimated indirect costs based on experience.

In many cases the best companies can do is an estimate based on past years information, because they don't get an invoice for a specific picking, which is what Odoo suggest for the landing cost creation. Those use cases are too complex to put them in Odoo and also they will require a lot of manual work to ensure the data is accurate. In this case the company have a rough estimate for the product and the vendor.

The idea is to automate the creation of landed costs based on these estimates. At the end of the fiscal period they can compare the total estimated costs created versus real cost and do the proper financial adjustments, and maybe even adjust the estimated costs for the next year.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
product_supplierinfo_form_view_indirect_cost product.supplierinfo.form.view.indirect_cost product.supplierinfo xpath Inherits product.product_supplierinfo_form_view
product_supplierinfo_tree_view_indirect_cost product.supplierinfo.list.view.indirect_cost product.supplierinfo xpath Inherits product.product_supplierinfo_tree_view
Models touched (1)

New fields (2)
  • indirect_cost_amount Float
    compute='_compute_indirect_cost_amount' digits=(16, 2) store=True
  • indirect_cost_percent Float
    digits=(16, 2) string='Indirect Cost %'
Public methods (0)

No public methods.