| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/product-attribute |
| GIT | |
| GIT | https://github.com/OCA/product-attribute.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/product-attribute/tree/19.0/product_supplierinfo_indirect_cost |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Product |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ForgeFlow |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ForgeFlow |
| COMMITTERS | |
| COMMITTERS | Jordi Ballester Alomar, Weblate, OCA-git-bot, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/product-attribute |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:40:48 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - product - base - 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. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
indirect_cost_amount
Float
compute='_compute_indirect_cost_amount'
digits=(16, 2)
store=True
indirect_cost_percent
Float
digits=(16, 2)
string='Indirect Cost %'
No public methods.