Repository
OCA/l10n-romania · module folder · Try on Runboat
Module version
0.4.0
Category
Localization
Folder size
0.06 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/l10n-romania
Last tracking update
2026-08-07 09:06:35
Authors
Odoo Community Association (OCA), Forest and Biomass Romania, NextERP Romania, Dorin Hongu
Maintainers
Odoo Community Association (OCA), Forest and Biomass Romania, NextERP Romania, Dorin Hongu
Committers
Mihai Fekete, Dorin Hongu, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
l10n_ro_stock_account
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 form Inherits product.product_template_form_view
view_warehouse l10n.ro.stock.warehouse.consume stock.warehouse Inherits stock.view_warehouse
HTTP endpoints (0)

No HTTP endpoints found for this module.

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.

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…