| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/purchase-workflow |
| GIT | |
| GIT | https://github.com/OCA/purchase-workflow.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/purchase-workflow/tree/11.0/stock_landed_cost_company_percentage |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Purchase |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Open Source Integrators |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Open Source Integrators |
| COMMITTERS | |
| COMMITTERS | Bhavesh Odedra, oca-travis |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/purchase-workflow |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:24:01 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - stock_landed_costs - stock_account - stock - product - base - decimal_precision - base_setup - web - bus - web_tour - barcodes - web_planner - account - analytic - portal - http_routing - purchase |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_company_form |
Company Landed Costs | res.company | page | Inherits base.view_company_form |
company_id
Many2one → res.company
comodel_name='res.company'
default=<expr>
required=True
string='Company'
percentage
Float
string='Percentage'
product_id
Many2one → product.product
comodel_name='product.product'
domain=[('landed_cost_ok', '=', True)]
required=True
string='Landed Cost'
No public methods.
landed_cost_company_line
One2many → landed.cost.company.line
string='Landed Costs'
args: 'landed.cost.company.line', 'company_id'
landed_cost_journal_id
Many2one → account.journal
comodel_name='account.journal'
string='Landed Costs Journal'
No public methods.
No new fields.
Public methods (1)action_done(self)