TIP: You can type at any time to perform a new search.
Stock landed cost company percentage
stock_landed_cost_company_percentage · OCA/purchase-workflow
- Repository
- OCA/purchase-workflow · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Purchase
- Folder size
- 0.03 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/purchase-workflow
- Last tracking update
- 2026-08-07 07:24:58
- Authors
- Odoo Community Association (OCA), Open Source Integrators
- Maintainers
- Odoo Community Association (OCA), Open Source Integrators
- Committers
- Bhavesh Odedra, oca-travis
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_company_form |
Company Landed Costs | res.company | form | Inherits base.view_company_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (3)
-
company_idMany2one → res.companycomodel_name='res.company'default=<expr>required=Truestring='Company' -
percentageFloatstring='Percentage' -
product_idMany2one → product.productcomodel_name='product.product'domain=[('landed_cost_ok', '=', True)]required=Truestring='Landed Cost'
No public methods.
New fields (2)
-
landed_cost_company_lineOne2many → landed.cost.company.linestring='Landed Costs' args: 'landed.cost.company.line', 'company_id' -
landed_cost_journal_idMany2one → account.journalcomodel_name='account.journal'string='Landed Costs Journal'
No public methods.
New fields (0)
No new fields.
Public methods (1)-
action_done(self)@api.multi