Romania stock account tracing

l10n_ro_stock_account_tracing
REPOSITORY
REPOSITORYOCA/l10n-romania
GIT
GIThttps://github.com/OCA/l10n-romania.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/l10n-romania/tree/14.0/l10n_ro_stock_account_tracing
VERSION
VERSION 0.1.0
CATEGORY
CATEGORYAccounting
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Dakai SOFT SRL
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Dakai SOFT SRL
COMMITTERS
COMMITTERSOCA-git-bot, oca-ci, Dorin Hongu, Adrian Vacaru
WEBSITE
WEBSITEhttps://github.com/OCA/l10n-romania
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:40:51
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/l10n-romania:
    - 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
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - account
    - analytic
    - purchase_stock
    - purchase
    - sale_stock
    - sale
    - sales_team
    - payment
    - utm
    - 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
stock_valuation_layer_pivot stock.valuation.layer.pivot stock.valuation.layer pivot New
Models touched (4)

New fields (0)

No new fields.

Public methods (1)
  • action_post(self)

New fields (8)
  • l10n_ro_link_stock_move_ids Many2many → stock.move
    column1='account_move_line_id' column2='stock_move_id' comodel_name='stock.move' relation='account_move_line_stock_move_link' string='Romania Stock Move Related'
  • l10n_ro_location_dest_id Many2one → stock.location
    compute='_compute_stock_relation' store=True string='Romania Destionation Location' args: 'stock.location'
  • l10n_ro_location_id Many2one → stock.location
    compute='_compute_stock_relation' store=True string='Romania Source Location' args: 'stock.location'
  • l10n_ro_product_category_id Many2one → product.category
    related='product_id.categ_id' store=True string='Romania Product Category' args: 'product.category'
  • l10n_ro_stock_move_id Many2one → stock.move
    compute='_compute_stock_relation' store=True string='Romania Stock Move' args: 'stock.move'
  • l10n_ro_stock_picking_id Many2one → stock.picking
    compute='_compute_stock_relation' store=True string='Romania Picking' args: 'stock.picking'
  • l10n_ro_stock_picking_type_id Many2one → stock.picking.type
    compute='_compute_stock_relation' store=True string='Romania Picking Type' args: 'stock.picking.type'
  • l10n_ro_valued_type Char
    compute='_compute_stock_relation' store=True string='Romania Valued Type'
Public methods (1)
  • setStockMoveData(self, stock_move)

New fields (1)
  • valued_svl Float
    compute='_compute_valued_svls' string='Valoare'
Public methods (0)

No public methods.

New fields (4)
  • l10n_ro_abs_value Float
    compute='_compute_direction' store=True string='Romania Absolute Value'
  • l10n_ro_direction Selection
    compute='_compute_direction' store=True string='Romania Direction' args: [('in', 'Input'), ('out', 'Output')]
  • l10n_ro_picking_id Many2one → stock.picking
    related='stock_move_id.picking_id' store=True string='Stock Picking' args: 'stock.picking'
  • l10n_ro_picking_type_id Many2one → stock.picking.type
    related='l10n_ro_picking_id.picking_type_id' store=True string='Picking Type' args: 'stock.picking.type'
Public methods (1)
  • write(self, values)