Romania - Stock Accounting Landed Cost

l10n_ro_stock_account_landed_cost
REPOSITORY
REPOSITORYOCA/l10n-romania
GIT
GIThttps://github.com/OCA/l10n-romania.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/l10n-romania/tree/19.0/l10n_ro_stock_account_landed_cost
VERSION
VERSION 1.6.0
CATEGORY
CATEGORYLocalization
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), NextERP Romania, Forest and Biomass Romania, Dorin Hongu
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), NextERP Romania, Forest and Biomass Romania, Dorin Hongu
COMMITTERS
COMMITTERSOCA-git-bot, Mihai Fekete, oca-ci, Dorin Hongu
WEBSITE
WEBSITEhttps://github.com/OCA/l10n-romania
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:40:47
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/l10n-romania:
    - l10n_ro_stock_account_tracking
    - l10n_ro_stock_account
    - l10n_ro_stock
    - l10n_ro_config
odoo/odoo:
    - stock_landed_costs
    - stock_account
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - uom
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - http_routing
    - auth_signup
    - resource
    - account
    - onboarding
    - analytic
    - purchase_stock
    - purchase
    - stock_dropshipping
    - sale_purchase_stock
    - sale_stock
    - sale
    - sales_team
    - account_payment
    - payment
    - utm
    - sale_purchase
    - l10n_ro
    - base_vat
    - account_edi_ubl_cii
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Extend Odoo standard functionality for landed costs to add also distribution
of costs to stock moves reserved from actual

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_stock_landed_cost_form stock.landed.cost notebook Inherits stock_landed_costs.view_stock_landed_cost_form
Models touched (5)

New fields (0)

No new fields.

Public methods (1)
  • button_create_landed_costs(self)
    Update account of the landed cost ine with the one from invoice line.

New fields (1)
  • origin_line_id Many2one → stock.valuation.adjustment.lines
    readonly=True string='Origin Adjustment Line' args: 'stock.valuation.adjustment.lines'
Public methods (0)

No public methods.

New fields (3)
  • l10n_ro_cost_type Selection
    default='normal' string='Landed Cost Type' args: [('normal', 'Normal')]
  • l10n_ro_distributed_valuation_lines One2many → l10n.ro.stock.valuation.adjustment.lines
    readonly=True string='Romania - Distributed Valuation Lines' args: 'l10n.ro.stock.valuation.adjustment.lines', 'cost_id'
  • l10n_ro_only_on_distributed_lines Boolean
    compute='_compute_l10n_ro_only_on_distributed_lines' help='Field used to stop distribution on the actual stock moves, and to distribute only on new field, distributed valuation lines.' readonly=False store=True
Public methods (2)
  • button_validate(self)
  • compute_landed_cost(self)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (2)
  • l10n_ro_distributed_valuation_lines One2many → l10n.ro.stock.valuation.adjustment.lines
    readonly=True string='Romania - Distributed Valuation Lines' args: 'l10n.ro.stock.valuation.adjustment.lines', 'origin_line_id'
  • l10n_ro_not_distributed_amount Monetary
    readonly=True args: 'Not Distributed Amount'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/l10n-romania
GIT
GIThttps://github.com/OCA/l10n-romania.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/l10n-romania/tree/18.0/l10n_ro_stock_account_landed_cost
VERSION
VERSION 1.2.0
CATEGORY
CATEGORYLocalization
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), NextERP Romania, Forest and Biomass Romania, Dorin Hongu
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), NextERP Romania, Forest and Biomass Romania, Dorin Hongu
COMMITTERS
COMMITTERSOCA-git-bot, oca-ci, Marcel Cojocaru, Marius
WEBSITE
WEBSITEhttps://github.com/OCA/l10n-romania
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:08
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/l10n-romania:
    - l10n_ro_stock_account_tracking
    - l10n_ro_stock_account
    - l10n_ro_config
    - l10n_ro_stock
odoo/odoo:
    - stock_landed_costs
    - stock_account
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - uom
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - account
    - onboarding
    - analytic
    - purchase_stock
    - purchase
    - sale_stock
    - sale
    - sales_team
    - account_payment
    - payment
    - utm
    - stock_dropshipping
    - sale_purchase_stock
    - sale_purchase
    - l10n_ro
    - base_vat
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Stock accounting for receptions, deliveries, consume, usage_giving,
inventory and production.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_stock_landed_cost_form stock.landed.cost notebook Inherits stock_landed_costs.view_stock_landed_cost_form
Models touched (4)

New fields (0)

No new fields.

Public methods (1)
  • button_create_landed_costs(self)
    Update account of the landed cost ine with the one from invoice line.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • l10n_ro_cost_type Selection
    default='normal' string='Landed Cost Type' args: [('normal', 'Normal')]
Public methods (3)
  • button_validate(self)
  • l10n_ro_create_valuation_layer(self, line, linked_layer, amount)
  • reconcile_landed_cost(self)

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/l10n-romania
GIT
GIThttps://github.com/OCA/l10n-romania.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/l10n-romania/tree/17.0/l10n_ro_stock_account_landed_cost
VERSION
VERSION 1.6.0
CATEGORY
CATEGORYLocalization
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), NextERP Romania, Forest and Biomass Romania, Dorin Hongu
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), NextERP Romania, Forest and Biomass Romania, Dorin Hongu
COMMITTERS
COMMITTERSGitHub, Weblate, OCA-git-bot, Mihai Fekete, oca-ci, Dorin Hongu, Stana Natanaela, stananatanaela, Marcel Cojocaru
WEBSITE
WEBSITEhttps://github.com/OCA/l10n-romania
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:02
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/l10n-romania:
    - l10n_ro_stock_account_tracking
    - l10n_ro_stock_account
    - l10n_ro_config
    - l10n_ro_stock
odoo/odoo:
    - stock_landed_costs
    - stock_account
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - account
    - onboarding
    - analytic
    - purchase_stock
    - purchase
    - sale_stock
    - sale
    - sales_team
    - account_payment
    - payment
    - utm
    - stock_dropshipping
    - sale_purchase_stock
    - sale_purchase
    - l10n_ro
    - base_vat
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Stock accounting for receptions, deliveries, consume, usage_giving,
inventory and production.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_stock_landed_cost_form stock.landed.cost notebook Inherits stock_landed_costs.view_stock_landed_cost_form
Models touched (4)

New fields (0)

No new fields.

Public methods (1)
  • button_create_landed_costs(self)
    Update account of the landed cost ine with the one from invoice line.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • l10n_ro_cost_type Selection
    default='normal' string='Landed Cost Type' args: [('normal', 'Normal')]
Public methods (3)
  • button_validate(self)
  • l10n_ro_create_valuation_layer(self, line, linked_layer, amount)
  • reconcile_landed_cost(self)

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/l10n-romania
GIT
GIThttps://github.com/OCA/l10n-romania.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/l10n-romania/tree/16.0/l10n_ro_stock_account_landed_cost
VERSION
VERSION 1.27.0
CATEGORY
CATEGORYLocalization
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), NextERP Romania, Forest and Biomass Romania, Dorin Hongu
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), NextERP Romania, Forest and Biomass Romania, Dorin Hongu
COMMITTERS
COMMITTERSGitHub, OCA-git-bot, Mihai Fekete, oca-ci, Dorin Hongu, Larisa-nexterp, Marcel Cojocaru
WEBSITE
WEBSITEhttps://github.com/OCA/l10n-romania
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:41
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/l10n-romania:
    - l10n_ro_stock_account_tracking
    - l10n_ro_stock_account
    - l10n_ro_config
    - l10n_ro_stock
odoo/odoo:
    - stock_landed_costs
    - stock_account
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - account
    - analytic
    - purchase_stock
    - purchase
    - sale_stock
    - sale
    - sales_team
    - account_payment
    - payment
    - utm
    - stock_dropshipping
    - sale_purchase_stock
    - sale_purchase
    - l10n_ro
    - base_vat
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_stock_landed_cost_form stock.landed.cost notebook Inherits stock_landed_costs.view_stock_landed_cost_form
Models touched (4)

New fields (0)

No new fields.

Public methods (1)
  • button_create_landed_costs(self)
    Update account of the landed cost ine with the one from invoice line.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • l10n_ro_cost_type Selection
    default='normal' states={'done': [('readonly', True)]} string='Landed Cost Type' args: [('normal', 'Normal')]
Public methods (2)
  • button_validate(self)
  • l10n_ro_create_valuation_layer(self, line, linked_layer, amount)

New fields (0)

No new fields.

Public methods (0)

No public methods.