Romania - Stock

l10n_ro_stock
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
VERSION
VERSION 0.4.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
COMMITTERSWeblate, OCA-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_config
odoo/odoo:
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - uom
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - http_routing
    - auth_signup
    - resource
    - l10n_ro
    - account
    - onboarding
    - analytic
    - base_vat
    - account_edi_ubl_cii
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Ease the process of Consume and Usage Giving - adds location and picking
types for every newly created warehouse. You can also define the
location merchandise type, if it's Merchandise in Store or Warehouse.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
l10n_ro_product_template_form_inherit l10n.ro.product.template.form.inherit product.template xpath Inherits product.product_template_form_view
view_warehouse l10n.ro.stock.warehouse.consume stock.warehouse field Inherits stock.view_warehouse
Models touched (6)

New fields (1)
  • l10n_ro_net_weight Float
    digits='Stock Weight' args: 'Net Weight'
Public methods (0)

No public methods.

New fields (2)
  • l10n_ro_net_weight Float
    compute='_compute_l10n_ro_net_weight' digits='Stock Weight' inverse='_inverse_l10n_ro_net_weight' store=True args: 'Net Weight'
  • l10n_ro_net_weight_uom_name Char
    compute='_compute_l10n_ro_net_weight_uom_name' string='Net Weight unit of measure label'
Public methods (0)

No public methods.

New fields (2)
  • l10n_ro_consume_location_id Many2one → stock.location
    copy=False domain=[('usage', '=', 'consume')] readonly=True string='Consume Location' args: 'stock.location'
  • l10n_ro_usage_location_id Many2one → stock.location
    copy=False domain=[('usage', '=', 'usage_giving')] readonly=True string='Usage Location' args: 'stock.location'
Public methods (2)
  • create_missing_consume_location(self)
    @api.model
  • create_missing_usage_location(self)
    @api.model

New fields (1)
  • usage Selection
    ondelete={'usage_giving': 'set default', 'consume': 'set default'} selection_add=[('usage_giving', 'Usage Giving'), ('consume', 'Consume')]
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (2)
  • l10n_ro_consume_type_id Many2one → stock.picking.type
    string='Romania - Consume Type' args: 'stock.picking.type'
  • l10n_ro_usage_type_id Many2one → stock.picking.type
    string='Romania - Usage Giving Type' args: 'stock.picking.type'
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
VERSION
VERSION 0.12.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
COMMITTERSWeblate, OCA-git-bot, oca-ci, Dorin Hongu, oca-git-bot
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_config
odoo/odoo:
    - 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
    - l10n_ro
    - account
    - onboarding
    - analytic
    - base_vat
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Ease the process of Consume and Usage Giving - adds location and picking
types for every newly created warehouse. You can also define the
location merchandise type, if it's Merchandise in Store or Warehouse.

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
l10n_ro_product_template_form_inherit l10n.ro.product.template.form.inherit product.template xpath Inherits product.product_template_form_view
view_location_form l10n.ro.stock.location.merchandise_type stock.location field Inherits stock.view_location_form
view_location_search l10n.ro.stock.location.merchandise_type.search stock.location field Inherits stock.view_location_search
view_location_tree2 l10n.ro.stock.location.merchandise_type.list stock.location field Inherits stock.view_location_tree2
view_warehouse l10n.ro.stock.warehouse.consume stock.warehouse field Inherits stock.view_warehouse
Models touched (4)

New fields (1)
  • l10n_ro_net_weight Float
    digits='Stock Weight' args: 'Net Weight'
Public methods (0)

No public methods.

New fields (2)
  • l10n_ro_net_weight Float
    compute='_compute_l10n_ro_net_weight' digits='Stock Weight' inverse='_inverse_l10n_ro_net_weight' store=True args: 'Net Weight'
  • l10n_ro_net_weight_uom_name Char
    compute='_compute_l10n_ro_net_weight_uom_name' string='Net Weight unit of measure label'
Public methods (0)

No public methods.

New fields (2)
  • l10n_ro_merchandise_type Selection
    default='warehouse' ondelete={'store': 'set default', 'warehouse': 'set default'} string='Romania - Merchandise type' args: [('store', 'Store'), ('warehouse', 'Warehouse')]
  • usage Selection
    ondelete={'usage_giving': 'set default', 'consume': 'set default'} selection_add=[('usage_giving', 'Usage Giving'), ('consume', 'Consume')]
Public methods (0)

No public methods.

New fields (4)
  • l10n_ro_consume_type_id Many2one → stock.picking.type
    string='Romania - Consume Type' args: 'stock.picking.type'
  • l10n_ro_usage_type_id Many2one → stock.picking.type
    string='Romania - Usage Giving Type' args: 'stock.picking.type'
  • l10n_ro_wh_consume_loc_id Many2one → stock.location
    string='Romania - Consume Location' args: 'stock.location'
  • l10n_ro_wh_usage_loc_id Many2one → stock.location
    string='Romania - Usage Giving Location' args: 'stock.location'
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
VERSION
VERSION 0.9.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
COMMITTERSWeblate, OCA-git-bot, oca-ci, Dorin Hongu
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_config
odoo/odoo:
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - l10n_ro
    - account
    - onboarding
    - analytic
    - base_vat
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Ease the process of Consume and Usage Giving - adds location and picking
types for every newly created warehouse. You can also define the
location merchandise type, if it's Merchandise in Store or Warehouse.

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
l10n_ro_product_template_form_inherit l10n.ro.product.template.form.inherit product.template xpath Inherits product.product_template_form_view
view_location_form l10n.ro.stock.location.merchandise_type stock.location field Inherits stock.view_location_form
view_location_search l10n.ro.stock.location.merchandise_type.search stock.location field Inherits stock.view_location_search
view_location_tree2 l10n.ro.stock.location.merchandise_type.tree stock.location field Inherits stock.view_location_tree2
view_warehouse l10n.ro.stock.warehouse.consume stock.warehouse field Inherits stock.view_warehouse
Models touched (4)

New fields (1)
  • l10n_ro_net_weight Float
    digits='Stock Weight' args: 'Net Weight'
Public methods (0)

No public methods.

New fields (2)
  • l10n_ro_net_weight Float
    compute='_compute_l10n_ro_net_weight' digits='Stock Weight' inverse='_inverse_l10n_ro_net_weight' store=True args: 'Net Weight'
  • l10n_ro_net_weight_uom_name Char
    compute='_compute_l10n_ro_net_weight_uom_name' string='Net Weight unit of measure label'
Public methods (0)

No public methods.

New fields (2)
  • l10n_ro_merchandise_type Selection
    default='warehouse' ondelete={'store': 'set default', 'warehouse': 'set default'} string='Romania - Merchandise type' args: [('store', _('Store')), ('warehouse', _('Warehouse'))]
  • usage Selection
    ondelete={'usage_giving': 'set default', 'consume': 'set default'} selection_add=[('usage_giving', 'Usage Giving'), ('consume', 'Consume')]
Public methods (0)

No public methods.

New fields (4)
  • l10n_ro_consume_type_id Many2one → stock.picking.type
    string='Romania - Consume Type' args: 'stock.picking.type'
  • l10n_ro_usage_type_id Many2one → stock.picking.type
    string='Romania - Usage Giving Type' args: 'stock.picking.type'
  • l10n_ro_wh_consume_loc_id Many2one → stock.location
    string='Romania - Consume Location' args: 'stock.location'
  • l10n_ro_wh_usage_loc_id Many2one → stock.location
    string='Romania - Usage Giving Location' args: 'stock.location'
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
VERSION
VERSION 0.4.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
COMMITTERSWeblate, OCA-git-bot, Mihai Fekete, oca-ci, Dorin Hongu
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_config
odoo/odoo:
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - l10n_ro
    - account
    - analytic
    - base_vat
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
l10n_ro_product_template_form_inherit l10n.ro.product.template.form.inherit product.template xpath Inherits product.product_template_form_view
view_location_form l10n.ro.stock.location.merchandise_type stock.location field Inherits stock.view_location_form
view_location_search l10n.ro.stock.location.merchandise_type.search stock.location field Inherits stock.view_location_search
view_location_tree2 l10n.ro.stock.location.merchandise_type.tree stock.location field Inherits stock.view_location_tree2
view_warehouse l10n.ro.stock.warehouse.consume stock.warehouse field Inherits stock.view_warehouse
Models touched (4)

New fields (1)
  • l10n_ro_net_weight Float
    digits='Stock Weight' args: 'Net Weight'
Public methods (0)

No public methods.

New fields (2)
  • l10n_ro_net_weight Float
    compute='_compute_l10n_ro_net_weight' digits='Stock Weight' inverse='_inverse_l10n_ro_net_weight' store=True args: 'Net Weight'
  • l10n_ro_net_weight_uom_name Char
    compute='_compute_l10n_ro_net_weight_uom_name' string='Net Weight unit of measure label'
Public methods (0)

No public methods.

New fields (2)
  • l10n_ro_merchandise_type Selection
    default='warehouse' ondelete={'store': 'set default', 'warehouse': 'set default'} string='Romania - Merchandise type' args: [('store', _('Store')), ('warehouse', _('Warehouse'))]
  • usage Selection
    ondelete={'usage_giving': 'set default', 'consume': 'set default'} selection_add=[('usage_giving', 'Usage Giving'), ('consume', 'Consume')]
Public methods (0)

No public methods.

New fields (4)
  • l10n_ro_consume_type_id Many2one → stock.picking.type
    string='Romania - Consume Type' args: 'stock.picking.type'
  • l10n_ro_usage_type_id Many2one → stock.picking.type
    string='Romania - Usage Giving Type' args: 'stock.picking.type'
  • l10n_ro_wh_consume_loc_id Many2one → stock.location
    string='Romania - Consume Location' args: 'stock.location'
  • l10n_ro_wh_usage_loc_id Many2one → stock.location
    string='Romania - Usage Giving Location' args: 'stock.location'
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/15.0/l10n_ro_stock
VERSION
VERSION 2.4.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, Cojocaru Marcel, Dorin Hongu, Stana Natanaela
WEBSITE
WEBSITEhttps://github.com/OCA/l10n-romania
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:30
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/l10n-romania:
    - l10n_ro_config
odoo/odoo:
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - l10n_ro
    - account
    - analytic
    - base_vat
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
l10n_ro_product_template_form_inherit l10n.ro.product.template.form.inherit product.template xpath Inherits product.product_template_form_view
view_location_form l10n.ro.stock.location.merchandise_type stock.location field Inherits stock.view_location_form
view_location_search l10n.ro.stock.location.merchandise_type.search stock.location field Inherits stock.view_location_search
view_location_tree2 l10n.ro.stock.location.merchandise_type.tree stock.location field Inherits stock.view_location_tree2
view_warehouse l10n.ro.stock.warehouse.consume stock.warehouse field Inherits stock.view_warehouse
Models touched (4)

New fields (1)
  • l10n_ro_net_weight Float
    digits='Stock Weight' args: 'Net Weight'
Public methods (0)

No public methods.

New fields (2)
  • l10n_ro_net_weight Float
    compute='_compute_l10n_ro_net_weight' digits='Stock Weight' inverse='_inverse_l10n_ro_net_weight' store=True args: 'Net Weight'
  • l10n_ro_net_weight_uom_name Char
    compute='_compute_l10n_ro_net_weight_uom_name' string='Net Weight unit of measure label'
Public methods (0)

No public methods.

New fields (2)
  • l10n_ro_merchandise_type Selection
    default='warehouse' ondelete={'store': 'set default', 'warehouse': 'set default'} string='Romania - Merchandise type' args: [('store', _('Store')), ('warehouse', _('Warehouse'))]
  • usage Selection
    ondelete={'usage_giving': 'set default', 'consume': 'set default'} selection_add=[('usage_giving', 'Usage Giving'), ('consume', 'Consume')]
Public methods (0)

No public methods.

New fields (4)
  • l10n_ro_consume_type_id Many2one → stock.picking.type
    string='Romania - Consume Type' args: 'stock.picking.type'
  • l10n_ro_usage_type_id Many2one → stock.picking.type
    string='Romania - Usage Giving Type' args: 'stock.picking.type'
  • l10n_ro_wh_consume_loc_id Many2one → stock.location
    string='Romania - Consume Location' args: 'stock.location'
  • l10n_ro_wh_usage_loc_id Many2one → stock.location
    string='Romania - Usage Giving Location' args: 'stock.location'
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/14.0/l10n_ro_stock
VERSION
VERSION 2.3.1
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 Transbot, oca-travis, Weblate, OCA-git-bot, Mihai Fekete, oca-ci, Dorin Hongu
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_config
odoo/odoo:
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - l10n_ro
    - account
    - analytic
    - base_vat
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
l10n_ro_product_template_form_inherit l10n.ro.product.template.form.inherit product.template xpath Inherits product.product_template_form_view
view_location_form l10n.ro.stock.location.merchandise_type stock.location field Inherits stock.view_location_form
view_location_search l10n.ro.stock.location.merchandise_type.search stock.location field Inherits stock.view_location_search
view_location_tree2 l10n.ro.stock.location.merchandise_type.tree stock.location field Inherits stock.view_location_tree2
view_warehouse l10n.ro.stock.warehouse.consume stock.warehouse field Inherits stock.view_warehouse
Models touched (4)

New fields (1)
  • l10n_ro_net_weight Float
    digits='Stock Weight' args: 'Net Weight'
Public methods (0)

No public methods.

New fields (2)
  • l10n_ro_net_weight Float
    compute='_compute_l10n_ro_net_weight' digits='Stock Weight' inverse='_inverse_l10n_ro_net_weight' store=True args: 'Net Weight'
  • l10n_ro_net_weight_uom_name Char
    compute='_compute_l10n_ro_net_weight_uom_name' string='Net Weight unit of measure label'
Public methods (0)

No public methods.

New fields (2)
  • l10n_ro_merchandise_type Selection
    default='warehouse' ondelete={'store': 'set default', 'warehouse': 'set default'} string='Romania - Merchandise type' args: [('store', _('Store')), ('warehouse', _('Warehouse'))]
  • usage Selection
    ondelete={'usage_giving': 'set default', 'consume': 'set default'} selection_add=[('usage_giving', 'Usage Giving'), ('consume', 'Consume')]
Public methods (0)

No public methods.

New fields (4)
  • l10n_ro_consume_type_id Many2one → stock.picking.type
    string='Romania - Consume Type' args: 'stock.picking.type'
  • l10n_ro_usage_type_id Many2one → stock.picking.type
    string='Romania - Usage Giving Type' args: 'stock.picking.type'
  • l10n_ro_wh_consume_loc_id Many2one → stock.location
    string='Romania - Consume Location' args: 'stock.location'
  • l10n_ro_wh_usage_loc_id Many2one → stock.location
    string='Romania - Usage Giving Location' args: 'stock.location'
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/13.0/l10n_ro_stock
VERSION
VERSION 1.0.1
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-travis, OCA-git-bot, Mihai Fekete, Cojocaru Marcel, Dorin Hongu
WEBSITE
WEBSITEhttps://github.com/OCA/l10n-romania
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:10
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
view_location_form stock.location.merchandise_type stock.location field Inherits stock.view_location_form
view_location_search stock.location.merchandise_type.search stock.location field Inherits stock.view_location_search
view_location_tree2 stock.location.merchandise_type.tree stock.location field Inherits stock.view_location_tree2
view_warehouse stock.warehouse.consume stock.warehouse field Inherits stock.view_warehouse
Models touched (2)

New fields (2)
  • merchandise_type Selection
    default='warehouse' string='Merchandise type' args: [('store', _('Store')), ('warehouse', _('Warehouse'))]
  • usage Selection
    selection_add=[('usage_giving', 'Usage Giving'), ('consume', 'Consume')]
Public methods (0)

No public methods.

New fields (4)
  • consume_type_id Many2one → stock.picking.type
    args: 'stock.picking.type', 'Consume Type'
  • usage_type_id Many2one → stock.picking.type
    args: 'stock.picking.type', 'Usage Giving Type'
  • wh_consume_loc_id Many2one → stock.location
    args: 'stock.location', 'Consume Location'
  • wh_usage_loc_id Many2one → stock.location
    args: 'stock.location', 'Usage Giving Location'
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/11.0/l10n_ro_stock
VERSION
VERSION 1.0.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-travis, Mihai Fekete
WEBSITE
WEBSITEhttps://github.com/OCA/l10n-romania
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:23:55
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - barcodes
    - web_planner
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
view_location_form stock.location.merchandise_type stock.location field Inherits stock.view_location_form
view_location_search stock.location.merchandise_type.search stock.location field Inherits stock.view_location_search
view_location_tree2 stock.location.merchandise_type.tree stock.location field Inherits stock.view_location_tree2
view_warehouse stock.warehouse.consume stock.warehouse field Inherits stock.view_warehouse
Models touched (2)

New fields (2)
  • merchandise_type Selection
    default='warehouse' string='Merchandise type' args: [('store', _('Store')), ('warehouse', _('Warehouse'))]
  • usage Selection
    selection_add=[('usage_giving', 'Usage Giving'), ('consume', 'Consume')]
Public methods (0)

No public methods.

New fields (4)
  • consume_type_id Many2one → stock.picking.type
    args: 'stock.picking.type', 'Consume Type'
  • usage_type_id Many2one → stock.picking.type
    args: 'stock.picking.type', 'Usage Giving Type'
  • wh_consume_loc_id Many2one → stock.location
    args: 'stock.location', 'Consume Location'
  • wh_usage_loc_id Many2one → stock.location
    args: 'stock.location', 'Usage Giving Location'
Public methods (2)
  • create(self, vals)
    @api.model
  • create_sequences_and_picking_types(self)
    @api.model