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
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
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_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'
Public methods (0)

No public methods.

New fields (2)
  • 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'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • action_done(self)
    @api.multi