Initial import from Docker volume

This commit is contained in:
root
2025-12-26 13:11:43 +00:00
commit 4998dc066a
13336 changed files with 1767801 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
# This file is part of Tryton. The COPYRIGHT file at the top level of
# this repository contains the full copyright notices and license terms.
from trytond.pool import Pool
from . import stock
__all__ = ['register']
def register():
Pool.register(
stock.Configuration,
stock.ConfigurationMeasurement,
stock.Move,
stock.ShipmentIn,
stock.ShipmentInReturn,
stock.ShipmentOut,
stock.ShipmentOutReturn,
module='stock_shipment_measurements', type_='model')
Pool.register(
stock.Package,
stock.ShipmentOutPackage,
stock.ShipmentInReturnPackage,
module='stock_shipment_measurements', type_='model',
depends=['stock_package'])
Pool.register(
module='stock_shipment_measurements', type_='wizard')
Pool.register(
module='stock_shipment_measurements', type_='report')

View File

@@ -0,0 +1,307 @@
#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
msgctxt "field:stock.configuration,measurement_volume_uom:"
msgid "Measurement Volume UoM"
msgstr ""
msgctxt "field:stock.configuration,measurement_weight_uom:"
msgid "Measurement Weight UoM"
msgstr ""
msgctxt "field:stock.configuration.measurement,company:"
msgid "Company"
msgstr ""
msgctxt "field:stock.configuration.measurement,measurement_volume_uom:"
msgid "Measurement Volume UoM"
msgstr ""
msgctxt "field:stock.configuration.measurement,measurement_weight_uom:"
msgid "Measurement Weight UoM"
msgstr ""
msgctxt "field:stock.move,internal_volume:"
msgid "Internal Volume"
msgstr ""
msgctxt "field:stock.move,internal_weight:"
msgid "Internal Weight"
msgstr ""
msgctxt "field:stock.package,additional_weight:"
msgid "Additional Weight"
msgstr ""
msgctxt "field:stock.package,additional_weight_uom:"
msgid "Additional Weight UoM"
msgstr ""
msgctxt "field:stock.package,total_volume:"
msgid "Total Volume"
msgstr ""
msgctxt "field:stock.package,total_weight:"
msgid "Total Weight"
msgstr ""
msgctxt "field:stock.package,volume:"
msgid "Volume"
msgstr ""
msgctxt "field:stock.package,volume_uom:"
msgid "Volume UoM"
msgstr ""
msgctxt "field:stock.package,weight:"
msgid "Weight"
msgstr ""
msgctxt "field:stock.package,weight_uom:"
msgid "Weight UoM"
msgstr ""
msgctxt "field:stock.shipment.in,volume:"
msgid "Volume"
msgstr ""
msgctxt "field:stock.shipment.in,volume_uom:"
msgid "Volume UoM"
msgstr ""
msgctxt "field:stock.shipment.in,weight:"
msgid "Weight"
msgstr ""
msgctxt "field:stock.shipment.in,weight_uom:"
msgid "Weight UoM"
msgstr ""
msgctxt "field:stock.shipment.in.return,packages_volume:"
msgid "Packages Volume"
msgstr ""
msgctxt "field:stock.shipment.in.return,packages_weight:"
msgid "Packages Weight"
msgstr ""
msgctxt "field:stock.shipment.in.return,volume:"
msgid "Volume"
msgstr ""
msgctxt "field:stock.shipment.in.return,volume_uom:"
msgid "Volume UoM"
msgstr ""
msgctxt "field:stock.shipment.in.return,weight:"
msgid "Weight"
msgstr ""
msgctxt "field:stock.shipment.in.return,weight_uom:"
msgid "Weight UoM"
msgstr ""
msgctxt "field:stock.shipment.out,packages_volume:"
msgid "Packages Volume"
msgstr ""
msgctxt "field:stock.shipment.out,packages_weight:"
msgid "Packages Weight"
msgstr ""
msgctxt "field:stock.shipment.out,volume:"
msgid "Volume"
msgstr ""
msgctxt "field:stock.shipment.out,volume_uom:"
msgid "Volume UoM"
msgstr ""
msgctxt "field:stock.shipment.out,weight:"
msgid "Weight"
msgstr ""
msgctxt "field:stock.shipment.out,weight_uom:"
msgid "Weight UoM"
msgstr ""
msgctxt "field:stock.shipment.out.return,volume:"
msgid "Volume"
msgstr ""
msgctxt "field:stock.shipment.out.return,volume_uom:"
msgid "Volume UoM"
msgstr ""
msgctxt "field:stock.shipment.out.return,weight:"
msgid "Weight"
msgstr ""
msgctxt "field:stock.shipment.out.return,weight_uom:"
msgid "Weight UoM"
msgstr ""
msgctxt "help:stock.configuration,measurement_volume_uom:"
msgid "The default Unit of Measure for volume."
msgstr ""
msgctxt "help:stock.configuration,measurement_weight_uom:"
msgid "The default Unit of Measure for weight."
msgstr ""
msgctxt "help:stock.move,internal_volume:"
msgid "The volume of the moved product in liter."
msgstr ""
msgctxt "help:stock.move,internal_weight:"
msgid "The weight of the moved product in kg."
msgstr ""
msgctxt "help:stock.package,additional_weight:"
msgid "The weight to add to the packages."
msgstr ""
msgctxt "help:stock.package,additional_weight_uom:"
msgid "The Unit of Measure for additional weight."
msgstr ""
msgctxt "help:stock.package,total_volume:"
msgid "The total volume of the packages."
msgstr ""
msgctxt "help:stock.package,total_weight:"
msgid "The total weight of the packages."
msgstr ""
msgctxt "help:stock.package,volume:"
msgid "The total volume of the record's moves."
msgstr ""
msgctxt "help:stock.package,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
msgctxt "help:stock.package,weight:"
msgid "The total weight of the record's moves."
msgstr ""
msgctxt "help:stock.package,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "help:stock.shipment.in,volume:"
msgid "The total volume of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.in,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
msgctxt "help:stock.shipment.in,weight:"
msgid "The total weight of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.in,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "help:stock.shipment.in.return,packages_volume:"
msgid "The total volume of the packages."
msgstr ""
msgctxt "help:stock.shipment.in.return,packages_weight:"
msgid "The total weight of the packages."
msgstr ""
msgctxt "help:stock.shipment.in.return,volume:"
msgid "The total volume of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.in.return,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
msgctxt "help:stock.shipment.in.return,weight:"
msgid "The total weight of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.in.return,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "help:stock.shipment.out,packages_volume:"
msgid "The total volume of the packages."
msgstr ""
msgctxt "help:stock.shipment.out,packages_weight:"
msgid "The total weight of the packages."
msgstr ""
msgctxt "help:stock.shipment.out,volume:"
msgid "The total volume of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.out,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
msgctxt "help:stock.shipment.out,weight:"
msgid "The total weight of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.out,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "help:stock.shipment.out.return,volume:"
msgid "The total volume of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.out.return,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
msgctxt "help:stock.shipment.out.return,weight:"
msgid "The total weight of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.out.return,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "model:stock.configuration.measurement,name:"
msgid "Stock Configuration Measurement"
msgstr ""
msgctxt "view:stock.configuration:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.configuration:"
msgid "Volume"
msgstr ""
msgctxt "view:stock.configuration:"
msgid "Weight"
msgstr ""
msgctxt "view:stock.move:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.shipment.in.return:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.shipment.in:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.shipment.out.return:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.shipment.out:"
msgid "Measurements"
msgstr ""

View File

@@ -0,0 +1,307 @@
#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
msgctxt "field:stock.configuration,measurement_volume_uom:"
msgid "Measurement Volume UoM"
msgstr "UdM de la mesura del volum"
msgctxt "field:stock.configuration,measurement_weight_uom:"
msgid "Measurement Weight UoM"
msgstr "UdM de la mesura del pes"
msgctxt "field:stock.configuration.measurement,company:"
msgid "Company"
msgstr "Empresa"
msgctxt "field:stock.configuration.measurement,measurement_volume_uom:"
msgid "Measurement Volume UoM"
msgstr "UdM de la mesura del volum"
msgctxt "field:stock.configuration.measurement,measurement_weight_uom:"
msgid "Measurement Weight UoM"
msgstr "UdM de la mesura del pes"
msgctxt "field:stock.move,internal_volume:"
msgid "Internal Volume"
msgstr "Volum intern"
msgctxt "field:stock.move,internal_weight:"
msgid "Internal Weight"
msgstr "Pes intern"
msgctxt "field:stock.package,additional_weight:"
msgid "Additional Weight"
msgstr "Pes addicional"
msgctxt "field:stock.package,additional_weight_uom:"
msgid "Additional Weight UoM"
msgstr "UdM del pes addicional"
msgctxt "field:stock.package,total_volume:"
msgid "Total Volume"
msgstr "Volum total"
msgctxt "field:stock.package,total_weight:"
msgid "Total Weight"
msgstr "Pes total"
msgctxt "field:stock.package,volume:"
msgid "Volume"
msgstr "Volum"
msgctxt "field:stock.package,volume_uom:"
msgid "Volume UoM"
msgstr "UdM del volum"
msgctxt "field:stock.package,weight:"
msgid "Weight"
msgstr "Pes"
msgctxt "field:stock.package,weight_uom:"
msgid "Weight UoM"
msgstr "UdM del pes"
msgctxt "field:stock.shipment.in,volume:"
msgid "Volume"
msgstr "Volum"
msgctxt "field:stock.shipment.in,volume_uom:"
msgid "Volume UoM"
msgstr "UdM del volum"
msgctxt "field:stock.shipment.in,weight:"
msgid "Weight"
msgstr "Pes"
msgctxt "field:stock.shipment.in,weight_uom:"
msgid "Weight UoM"
msgstr "UdM del pes"
msgctxt "field:stock.shipment.in.return,packages_volume:"
msgid "Packages Volume"
msgstr "Volum dels paquets"
msgctxt "field:stock.shipment.in.return,packages_weight:"
msgid "Packages Weight"
msgstr "Pes dels paquets"
msgctxt "field:stock.shipment.in.return,volume:"
msgid "Volume"
msgstr "Volum"
msgctxt "field:stock.shipment.in.return,volume_uom:"
msgid "Volume UoM"
msgstr "UdM del volum"
msgctxt "field:stock.shipment.in.return,weight:"
msgid "Weight"
msgstr "Pes"
msgctxt "field:stock.shipment.in.return,weight_uom:"
msgid "Weight UoM"
msgstr "UdM del pes"
msgctxt "field:stock.shipment.out,packages_volume:"
msgid "Packages Volume"
msgstr "Volum dels paquets"
msgctxt "field:stock.shipment.out,packages_weight:"
msgid "Packages Weight"
msgstr "Pes dels paquets"
msgctxt "field:stock.shipment.out,volume:"
msgid "Volume"
msgstr "Volum"
msgctxt "field:stock.shipment.out,volume_uom:"
msgid "Volume UoM"
msgstr "UdM del volum"
msgctxt "field:stock.shipment.out,weight:"
msgid "Weight"
msgstr "Pes"
msgctxt "field:stock.shipment.out,weight_uom:"
msgid "Weight UoM"
msgstr "UdM del pes"
msgctxt "field:stock.shipment.out.return,volume:"
msgid "Volume"
msgstr "Volum"
msgctxt "field:stock.shipment.out.return,volume_uom:"
msgid "Volume UoM"
msgstr "UdM del volum"
msgctxt "field:stock.shipment.out.return,weight:"
msgid "Weight"
msgstr "Pes"
msgctxt "field:stock.shipment.out.return,weight_uom:"
msgid "Weight UoM"
msgstr "UdM del pes"
msgctxt "help:stock.configuration,measurement_volume_uom:"
msgid "The default Unit of Measure for volume."
msgstr "La unitat de mesura per defecte pel volum."
msgctxt "help:stock.configuration,measurement_weight_uom:"
msgid "The default Unit of Measure for weight."
msgstr "La unitat de mesura per defecte pel pes."
msgctxt "help:stock.move,internal_volume:"
msgid "The volume of the moved product in liter."
msgstr "El volum en litres del producte mogut."
msgctxt "help:stock.move,internal_weight:"
msgid "The weight of the moved product in kg."
msgstr "El pes en kilograms del producte mogut."
msgctxt "help:stock.package,additional_weight:"
msgid "The weight to add to the packages."
msgstr "El pes a afegir als paquets."
msgctxt "help:stock.package,additional_weight_uom:"
msgid "The Unit of Measure for additional weight."
msgstr "La unitat de mesura per defecte pel pes adicional."
msgctxt "help:stock.package,total_volume:"
msgid "The total volume of the packages."
msgstr "El volum total dels paquets."
msgctxt "help:stock.package,total_weight:"
msgid "The total weight of the packages."
msgstr "El pes total dels paquets."
msgctxt "help:stock.package,volume:"
msgid "The total volume of the record's moves."
msgstr "El volum total dels moviments del registre."
msgctxt "help:stock.package,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr "La unitat de mesura del volum."
msgctxt "help:stock.package,weight:"
msgid "The total weight of the record's moves."
msgstr "El pes total dels moviments del registre."
msgctxt "help:stock.package,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr "La unitat de mesura del pes."
msgctxt "help:stock.shipment.in,volume:"
msgid "The total volume of the record's moves."
msgstr "El volum total dels moviments del registre."
msgctxt "help:stock.shipment.in,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr "La unitat de mesura del volum."
msgctxt "help:stock.shipment.in,weight:"
msgid "The total weight of the record's moves."
msgstr "El pes total dels moviments del registre."
msgctxt "help:stock.shipment.in,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr "La unitat de mesura del pes."
msgctxt "help:stock.shipment.in.return,packages_volume:"
msgid "The total volume of the packages."
msgstr "El volum total dels paquets."
msgctxt "help:stock.shipment.in.return,packages_weight:"
msgid "The total weight of the packages."
msgstr "El pes total dels paquets."
msgctxt "help:stock.shipment.in.return,volume:"
msgid "The total volume of the record's moves."
msgstr "El volum total dels moviments del registre."
msgctxt "help:stock.shipment.in.return,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr "La unitat de mesura del volum."
msgctxt "help:stock.shipment.in.return,weight:"
msgid "The total weight of the record's moves."
msgstr "El pes total dels moviments del registre."
msgctxt "help:stock.shipment.in.return,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr "La unitat de mesura del pes."
msgctxt "help:stock.shipment.out,packages_volume:"
msgid "The total volume of the packages."
msgstr "El volum total dels paquets."
msgctxt "help:stock.shipment.out,packages_weight:"
msgid "The total weight of the packages."
msgstr "El pes total dels paquets."
msgctxt "help:stock.shipment.out,volume:"
msgid "The total volume of the record's moves."
msgstr "El volum total dels moviments del registre."
msgctxt "help:stock.shipment.out,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr "La unitat de mesura del volum."
msgctxt "help:stock.shipment.out,weight:"
msgid "The total weight of the record's moves."
msgstr "El pes total dels moviments del registre."
msgctxt "help:stock.shipment.out,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr "La unitat de mesura del pes."
msgctxt "help:stock.shipment.out.return,volume:"
msgid "The total volume of the record's moves."
msgstr "El volum total dels moviments del registre."
msgctxt "help:stock.shipment.out.return,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr "La unitat de mesura del volum."
msgctxt "help:stock.shipment.out.return,weight:"
msgid "The total weight of the record's moves."
msgstr "El pes total dels moviments del registre."
msgctxt "help:stock.shipment.out.return,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr "La unitat de mesura del pes."
msgctxt "model:stock.configuration.measurement,name:"
msgid "Stock Configuration Measurement"
msgstr "Configuració de les mesures de logística"
msgctxt "view:stock.configuration:"
msgid "Measurements"
msgstr "Mesures"
msgctxt "view:stock.configuration:"
msgid "Volume"
msgstr "Volum"
msgctxt "view:stock.configuration:"
msgid "Weight"
msgstr "Pes"
msgctxt "view:stock.move:"
msgid "Measurements"
msgstr "Mesures"
msgctxt "view:stock.shipment.in.return:"
msgid "Measurements"
msgstr "Mesures"
msgctxt "view:stock.shipment.in:"
msgid "Measurements"
msgstr "Mesures"
msgctxt "view:stock.shipment.out.return:"
msgid "Measurements"
msgstr "Mesures"
msgctxt "view:stock.shipment.out:"
msgid "Measurements"
msgstr "Mesures"

View File

@@ -0,0 +1,307 @@
#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
msgctxt "field:stock.configuration,measurement_volume_uom:"
msgid "Measurement Volume UoM"
msgstr ""
msgctxt "field:stock.configuration,measurement_weight_uom:"
msgid "Measurement Weight UoM"
msgstr ""
msgctxt "field:stock.configuration.measurement,company:"
msgid "Company"
msgstr ""
msgctxt "field:stock.configuration.measurement,measurement_volume_uom:"
msgid "Measurement Volume UoM"
msgstr ""
msgctxt "field:stock.configuration.measurement,measurement_weight_uom:"
msgid "Measurement Weight UoM"
msgstr ""
msgctxt "field:stock.move,internal_volume:"
msgid "Internal Volume"
msgstr ""
msgctxt "field:stock.move,internal_weight:"
msgid "Internal Weight"
msgstr ""
msgctxt "field:stock.package,additional_weight:"
msgid "Additional Weight"
msgstr ""
msgctxt "field:stock.package,additional_weight_uom:"
msgid "Additional Weight UoM"
msgstr ""
msgctxt "field:stock.package,total_volume:"
msgid "Total Volume"
msgstr ""
msgctxt "field:stock.package,total_weight:"
msgid "Total Weight"
msgstr ""
msgctxt "field:stock.package,volume:"
msgid "Volume"
msgstr ""
msgctxt "field:stock.package,volume_uom:"
msgid "Volume UoM"
msgstr ""
msgctxt "field:stock.package,weight:"
msgid "Weight"
msgstr ""
msgctxt "field:stock.package,weight_uom:"
msgid "Weight UoM"
msgstr ""
msgctxt "field:stock.shipment.in,volume:"
msgid "Volume"
msgstr ""
msgctxt "field:stock.shipment.in,volume_uom:"
msgid "Volume UoM"
msgstr ""
msgctxt "field:stock.shipment.in,weight:"
msgid "Weight"
msgstr ""
msgctxt "field:stock.shipment.in,weight_uom:"
msgid "Weight UoM"
msgstr ""
msgctxt "field:stock.shipment.in.return,packages_volume:"
msgid "Packages Volume"
msgstr ""
msgctxt "field:stock.shipment.in.return,packages_weight:"
msgid "Packages Weight"
msgstr ""
msgctxt "field:stock.shipment.in.return,volume:"
msgid "Volume"
msgstr ""
msgctxt "field:stock.shipment.in.return,volume_uom:"
msgid "Volume UoM"
msgstr ""
msgctxt "field:stock.shipment.in.return,weight:"
msgid "Weight"
msgstr ""
msgctxt "field:stock.shipment.in.return,weight_uom:"
msgid "Weight UoM"
msgstr ""
msgctxt "field:stock.shipment.out,packages_volume:"
msgid "Packages Volume"
msgstr ""
msgctxt "field:stock.shipment.out,packages_weight:"
msgid "Packages Weight"
msgstr ""
msgctxt "field:stock.shipment.out,volume:"
msgid "Volume"
msgstr ""
msgctxt "field:stock.shipment.out,volume_uom:"
msgid "Volume UoM"
msgstr ""
msgctxt "field:stock.shipment.out,weight:"
msgid "Weight"
msgstr ""
msgctxt "field:stock.shipment.out,weight_uom:"
msgid "Weight UoM"
msgstr ""
msgctxt "field:stock.shipment.out.return,volume:"
msgid "Volume"
msgstr ""
msgctxt "field:stock.shipment.out.return,volume_uom:"
msgid "Volume UoM"
msgstr ""
msgctxt "field:stock.shipment.out.return,weight:"
msgid "Weight"
msgstr ""
msgctxt "field:stock.shipment.out.return,weight_uom:"
msgid "Weight UoM"
msgstr ""
msgctxt "help:stock.configuration,measurement_volume_uom:"
msgid "The default Unit of Measure for volume."
msgstr ""
msgctxt "help:stock.configuration,measurement_weight_uom:"
msgid "The default Unit of Measure for weight."
msgstr ""
msgctxt "help:stock.move,internal_volume:"
msgid "The volume of the moved product in liter."
msgstr ""
msgctxt "help:stock.move,internal_weight:"
msgid "The weight of the moved product in kg."
msgstr ""
msgctxt "help:stock.package,additional_weight:"
msgid "The weight to add to the packages."
msgstr ""
msgctxt "help:stock.package,additional_weight_uom:"
msgid "The Unit of Measure for additional weight."
msgstr ""
msgctxt "help:stock.package,total_volume:"
msgid "The total volume of the packages."
msgstr ""
msgctxt "help:stock.package,total_weight:"
msgid "The total weight of the packages."
msgstr ""
msgctxt "help:stock.package,volume:"
msgid "The total volume of the record's moves."
msgstr ""
msgctxt "help:stock.package,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
msgctxt "help:stock.package,weight:"
msgid "The total weight of the record's moves."
msgstr ""
msgctxt "help:stock.package,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "help:stock.shipment.in,volume:"
msgid "The total volume of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.in,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
msgctxt "help:stock.shipment.in,weight:"
msgid "The total weight of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.in,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "help:stock.shipment.in.return,packages_volume:"
msgid "The total volume of the packages."
msgstr ""
msgctxt "help:stock.shipment.in.return,packages_weight:"
msgid "The total weight of the packages."
msgstr ""
msgctxt "help:stock.shipment.in.return,volume:"
msgid "The total volume of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.in.return,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
msgctxt "help:stock.shipment.in.return,weight:"
msgid "The total weight of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.in.return,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "help:stock.shipment.out,packages_volume:"
msgid "The total volume of the packages."
msgstr ""
msgctxt "help:stock.shipment.out,packages_weight:"
msgid "The total weight of the packages."
msgstr ""
msgctxt "help:stock.shipment.out,volume:"
msgid "The total volume of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.out,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
msgctxt "help:stock.shipment.out,weight:"
msgid "The total weight of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.out,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "help:stock.shipment.out.return,volume:"
msgid "The total volume of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.out.return,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
msgctxt "help:stock.shipment.out.return,weight:"
msgid "The total weight of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.out.return,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "model:stock.configuration.measurement,name:"
msgid "Stock Configuration Measurement"
msgstr ""
msgctxt "view:stock.configuration:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.configuration:"
msgid "Volume"
msgstr ""
msgctxt "view:stock.configuration:"
msgid "Weight"
msgstr ""
msgctxt "view:stock.move:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.shipment.in.return:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.shipment.in:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.shipment.out.return:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.shipment.out:"
msgid "Measurements"
msgstr ""

View File

@@ -0,0 +1,307 @@
#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
msgctxt "field:stock.configuration,measurement_volume_uom:"
msgid "Measurement Volume UoM"
msgstr "Volumenmaßeinheit"
msgctxt "field:stock.configuration,measurement_weight_uom:"
msgid "Measurement Weight UoM"
msgstr "Gewichtsmaßeinheit"
msgctxt "field:stock.configuration.measurement,company:"
msgid "Company"
msgstr "Unternehmen"
msgctxt "field:stock.configuration.measurement,measurement_volume_uom:"
msgid "Measurement Volume UoM"
msgstr "Volumenmaßeinheit"
msgctxt "field:stock.configuration.measurement,measurement_weight_uom:"
msgid "Measurement Weight UoM"
msgstr "Gewichtsmaßeinheit"
msgctxt "field:stock.move,internal_volume:"
msgid "Internal Volume"
msgstr "Internes Volumen"
msgctxt "field:stock.move,internal_weight:"
msgid "Internal Weight"
msgstr "Internes Gewicht"
msgctxt "field:stock.package,additional_weight:"
msgid "Additional Weight"
msgstr "Zusätzliches Gewicht"
msgctxt "field:stock.package,additional_weight_uom:"
msgid "Additional Weight UoM"
msgstr "Maßeinheit Zusätzliches Gewicht"
msgctxt "field:stock.package,total_volume:"
msgid "Total Volume"
msgstr "Gesamtvolumen"
msgctxt "field:stock.package,total_weight:"
msgid "Total Weight"
msgstr "Gesamtgewicht"
msgctxt "field:stock.package,volume:"
msgid "Volume"
msgstr "Volumen"
msgctxt "field:stock.package,volume_uom:"
msgid "Volume UoM"
msgstr "Volumenmaßeinheit"
msgctxt "field:stock.package,weight:"
msgid "Weight"
msgstr "Gewicht"
msgctxt "field:stock.package,weight_uom:"
msgid "Weight UoM"
msgstr "Gewichtsmaßeinheit"
msgctxt "field:stock.shipment.in,volume:"
msgid "Volume"
msgstr "Volumen"
msgctxt "field:stock.shipment.in,volume_uom:"
msgid "Volume UoM"
msgstr "Volumenmaßeinheit"
msgctxt "field:stock.shipment.in,weight:"
msgid "Weight"
msgstr "Gewicht"
msgctxt "field:stock.shipment.in,weight_uom:"
msgid "Weight UoM"
msgstr "Gewichtsmaßeinheit"
msgctxt "field:stock.shipment.in.return,packages_volume:"
msgid "Packages Volume"
msgstr "Paketvolumen"
msgctxt "field:stock.shipment.in.return,packages_weight:"
msgid "Packages Weight"
msgstr "Paketgewicht"
msgctxt "field:stock.shipment.in.return,volume:"
msgid "Volume"
msgstr "Volumen"
msgctxt "field:stock.shipment.in.return,volume_uom:"
msgid "Volume UoM"
msgstr "Volumenmaßeinheit"
msgctxt "field:stock.shipment.in.return,weight:"
msgid "Weight"
msgstr "Gewicht"
msgctxt "field:stock.shipment.in.return,weight_uom:"
msgid "Weight UoM"
msgstr "Gewichtsmaßeinheit"
msgctxt "field:stock.shipment.out,packages_volume:"
msgid "Packages Volume"
msgstr "Paketvolumen"
msgctxt "field:stock.shipment.out,packages_weight:"
msgid "Packages Weight"
msgstr "Paketgewicht"
msgctxt "field:stock.shipment.out,volume:"
msgid "Volume"
msgstr "Volumen"
msgctxt "field:stock.shipment.out,volume_uom:"
msgid "Volume UoM"
msgstr "Volumenmaßeinheit"
msgctxt "field:stock.shipment.out,weight:"
msgid "Weight"
msgstr "Gewicht"
msgctxt "field:stock.shipment.out,weight_uom:"
msgid "Weight UoM"
msgstr "Gewichtsmaßeinheit"
msgctxt "field:stock.shipment.out.return,volume:"
msgid "Volume"
msgstr "Volumen"
msgctxt "field:stock.shipment.out.return,volume_uom:"
msgid "Volume UoM"
msgstr "Volumenmaßeinheit"
msgctxt "field:stock.shipment.out.return,weight:"
msgid "Weight"
msgstr "Gewicht"
msgctxt "field:stock.shipment.out.return,weight_uom:"
msgid "Weight UoM"
msgstr "Gewichtsmaßeinheit"
msgctxt "help:stock.configuration,measurement_volume_uom:"
msgid "The default Unit of Measure for volume."
msgstr "Die Standardmaßeinheit für das Volumen."
msgctxt "help:stock.configuration,measurement_weight_uom:"
msgid "The default Unit of Measure for weight."
msgstr "Die Standardmaßeinheit für das Gewicht."
msgctxt "help:stock.move,internal_volume:"
msgid "The volume of the moved product in liter."
msgstr "Das Volumen des bewegten Artikels in Liter."
msgctxt "help:stock.move,internal_weight:"
msgid "The weight of the moved product in kg."
msgstr "Das Gewicht des bewegten Artikels in kg."
msgctxt "help:stock.package,additional_weight:"
msgid "The weight to add to the packages."
msgstr "Das zu den Paketen hinzuzurechnende Gewicht."
msgctxt "help:stock.package,additional_weight_uom:"
msgid "The Unit of Measure for additional weight."
msgstr "Die Standardmaßeinheit für das zusätzliche Gewicht."
msgctxt "help:stock.package,total_volume:"
msgid "The total volume of the packages."
msgstr "Das Gesamtvolumen der Pakete."
msgctxt "help:stock.package,total_weight:"
msgid "The total weight of the packages."
msgstr "Das Gesamtgewicht der Pakete."
msgctxt "help:stock.package,volume:"
msgid "The total volume of the record's moves."
msgstr "Das Gesamtvolumen der Warenbewegungen des Datensatzes."
msgctxt "help:stock.package,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr "Die Maßeinheit für das Volumen."
msgctxt "help:stock.package,weight:"
msgid "The total weight of the record's moves."
msgstr "Das Gesamtgewicht der Warenbewegungen des Datensatzes."
msgctxt "help:stock.package,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr "Die Maßeinheit für das Gewicht."
msgctxt "help:stock.shipment.in,volume:"
msgid "The total volume of the record's moves."
msgstr "Das Gesamtvolumen der Warenbewegungen des Datensatzes."
msgctxt "help:stock.shipment.in,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr "Die Maßeinheit für das Volumen."
msgctxt "help:stock.shipment.in,weight:"
msgid "The total weight of the record's moves."
msgstr "Das Gesamtgewicht der Warenbewegungen des Datensatzes."
msgctxt "help:stock.shipment.in,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr "Die Maßeinheit für das Gewicht."
msgctxt "help:stock.shipment.in.return,packages_volume:"
msgid "The total volume of the packages."
msgstr "Das Gesamtvolumen der Pakete."
msgctxt "help:stock.shipment.in.return,packages_weight:"
msgid "The total weight of the packages."
msgstr "Das Gesamtgewicht der Pakete."
msgctxt "help:stock.shipment.in.return,volume:"
msgid "The total volume of the record's moves."
msgstr "Das Gesamtvolumen der Warenbewegungen des Datensatzes."
msgctxt "help:stock.shipment.in.return,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr "Die Maßeinheit für das Volumen."
msgctxt "help:stock.shipment.in.return,weight:"
msgid "The total weight of the record's moves."
msgstr "Das Gesamtgewicht der Warenbewegungen des Datensatzes."
msgctxt "help:stock.shipment.in.return,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr "Die Maßeinheit für das Gewicht."
msgctxt "help:stock.shipment.out,packages_volume:"
msgid "The total volume of the packages."
msgstr "Das Gesamtvolumen der Pakete."
msgctxt "help:stock.shipment.out,packages_weight:"
msgid "The total weight of the packages."
msgstr "Das Gesamtgewicht der Pakete."
msgctxt "help:stock.shipment.out,volume:"
msgid "The total volume of the record's moves."
msgstr "Das Gesamtvolumen der Warenbewegungen des Datensatzes."
msgctxt "help:stock.shipment.out,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr "Die Maßeinheit für das Volumen."
msgctxt "help:stock.shipment.out,weight:"
msgid "The total weight of the record's moves."
msgstr "Das Gesamtgewicht der Warenbewegungen des Datensatzes."
msgctxt "help:stock.shipment.out,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr "Die Maßeinheit für das Gewicht."
msgctxt "help:stock.shipment.out.return,volume:"
msgid "The total volume of the record's moves."
msgstr "Das Gesamtvolumen der Warenbewegungen des Datensatzes."
msgctxt "help:stock.shipment.out.return,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr "Die Maßeinheit für das Volumen."
msgctxt "help:stock.shipment.out.return,weight:"
msgid "The total weight of the record's moves."
msgstr "Das Gesamtgewicht der Warenbewegungen des Datensatzes."
msgctxt "help:stock.shipment.out.return,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr "Die Maßeinheit für das Gewicht."
msgctxt "model:stock.configuration.measurement,name:"
msgid "Stock Configuration Measurement"
msgstr "Lager Einstellungen Abmessungen"
msgctxt "view:stock.configuration:"
msgid "Measurements"
msgstr "Abmessungen"
msgctxt "view:stock.configuration:"
msgid "Volume"
msgstr "Volumen"
msgctxt "view:stock.configuration:"
msgid "Weight"
msgstr "Gewicht"
msgctxt "view:stock.move:"
msgid "Measurements"
msgstr "Abmessungen"
msgctxt "view:stock.shipment.in.return:"
msgid "Measurements"
msgstr "Abmessungen"
msgctxt "view:stock.shipment.in:"
msgid "Measurements"
msgstr "Abmessungen"
msgctxt "view:stock.shipment.out.return:"
msgid "Measurements"
msgstr "Abmessungen"
msgctxt "view:stock.shipment.out:"
msgid "Measurements"
msgstr "Abmessungen"

View File

@@ -0,0 +1,307 @@
#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
msgctxt "field:stock.configuration,measurement_volume_uom:"
msgid "Measurement Volume UoM"
msgstr "UdM de la medida del volumen"
msgctxt "field:stock.configuration,measurement_weight_uom:"
msgid "Measurement Weight UoM"
msgstr "UdM de la medida del peso"
msgctxt "field:stock.configuration.measurement,company:"
msgid "Company"
msgstr "Empresa"
msgctxt "field:stock.configuration.measurement,measurement_volume_uom:"
msgid "Measurement Volume UoM"
msgstr "UdM de la medida del volumen"
msgctxt "field:stock.configuration.measurement,measurement_weight_uom:"
msgid "Measurement Weight UoM"
msgstr "UdM de la medida del peso"
msgctxt "field:stock.move,internal_volume:"
msgid "Internal Volume"
msgstr "Volumen interno"
msgctxt "field:stock.move,internal_weight:"
msgid "Internal Weight"
msgstr "Peso interno"
msgctxt "field:stock.package,additional_weight:"
msgid "Additional Weight"
msgstr "Peso adicional"
msgctxt "field:stock.package,additional_weight_uom:"
msgid "Additional Weight UoM"
msgstr "UdM del peso adicional"
msgctxt "field:stock.package,total_volume:"
msgid "Total Volume"
msgstr "Volumen total"
msgctxt "field:stock.package,total_weight:"
msgid "Total Weight"
msgstr "Peso total"
msgctxt "field:stock.package,volume:"
msgid "Volume"
msgstr "Volumen"
msgctxt "field:stock.package,volume_uom:"
msgid "Volume UoM"
msgstr "UdM del volumen"
msgctxt "field:stock.package,weight:"
msgid "Weight"
msgstr "Peso"
msgctxt "field:stock.package,weight_uom:"
msgid "Weight UoM"
msgstr "UdM del peso"
msgctxt "field:stock.shipment.in,volume:"
msgid "Volume"
msgstr "Volumen"
msgctxt "field:stock.shipment.in,volume_uom:"
msgid "Volume UoM"
msgstr "UdM del volumen"
msgctxt "field:stock.shipment.in,weight:"
msgid "Weight"
msgstr "Peso"
msgctxt "field:stock.shipment.in,weight_uom:"
msgid "Weight UoM"
msgstr "UdM del peso"
msgctxt "field:stock.shipment.in.return,packages_volume:"
msgid "Packages Volume"
msgstr "Volumen de los paquetes"
msgctxt "field:stock.shipment.in.return,packages_weight:"
msgid "Packages Weight"
msgstr "Peso de los paquetes"
msgctxt "field:stock.shipment.in.return,volume:"
msgid "Volume"
msgstr "Volumen"
msgctxt "field:stock.shipment.in.return,volume_uom:"
msgid "Volume UoM"
msgstr "UdM del volumen"
msgctxt "field:stock.shipment.in.return,weight:"
msgid "Weight"
msgstr "Peso"
msgctxt "field:stock.shipment.in.return,weight_uom:"
msgid "Weight UoM"
msgstr "UdM del peso"
msgctxt "field:stock.shipment.out,packages_volume:"
msgid "Packages Volume"
msgstr "Volumen de los paquetes"
msgctxt "field:stock.shipment.out,packages_weight:"
msgid "Packages Weight"
msgstr "Peso de los paquetes"
msgctxt "field:stock.shipment.out,volume:"
msgid "Volume"
msgstr "Volumen"
msgctxt "field:stock.shipment.out,volume_uom:"
msgid "Volume UoM"
msgstr "UdM del volumen"
msgctxt "field:stock.shipment.out,weight:"
msgid "Weight"
msgstr "Peso"
msgctxt "field:stock.shipment.out,weight_uom:"
msgid "Weight UoM"
msgstr "UdM del peso"
msgctxt "field:stock.shipment.out.return,volume:"
msgid "Volume"
msgstr "Volumen"
msgctxt "field:stock.shipment.out.return,volume_uom:"
msgid "Volume UoM"
msgstr "UdM del volumen"
msgctxt "field:stock.shipment.out.return,weight:"
msgid "Weight"
msgstr "Peso"
msgctxt "field:stock.shipment.out.return,weight_uom:"
msgid "Weight UoM"
msgstr "UdM del peso"
msgctxt "help:stock.configuration,measurement_volume_uom:"
msgid "The default Unit of Measure for volume."
msgstr "La unidad de medida por defecto para el volumen."
msgctxt "help:stock.configuration,measurement_weight_uom:"
msgid "The default Unit of Measure for weight."
msgstr "La unidad de medida por defecto para el peso."
msgctxt "help:stock.move,internal_volume:"
msgid "The volume of the moved product in liter."
msgstr "El volumen en litros del producto movido."
msgctxt "help:stock.move,internal_weight:"
msgid "The weight of the moved product in kg."
msgstr "El peso en kilogramos del producto movido."
msgctxt "help:stock.package,additional_weight:"
msgid "The weight to add to the packages."
msgstr "El peso a añadir a los paquetes."
msgctxt "help:stock.package,additional_weight_uom:"
msgid "The Unit of Measure for additional weight."
msgstr "La unidad de medida para el peso adicional."
msgctxt "help:stock.package,total_volume:"
msgid "The total volume of the packages."
msgstr "El volumen total de los paquetes."
msgctxt "help:stock.package,total_weight:"
msgid "The total weight of the packages."
msgstr "El peso total de los paquetes."
msgctxt "help:stock.package,volume:"
msgid "The total volume of the record's moves."
msgstr "El volumen total de los movimientos del registro."
msgctxt "help:stock.package,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr "La unidad de medida del volumen."
msgctxt "help:stock.package,weight:"
msgid "The total weight of the record's moves."
msgstr "El peso total de los movimientos del registro."
msgctxt "help:stock.package,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr "La unidad de medida del peso."
msgctxt "help:stock.shipment.in,volume:"
msgid "The total volume of the record's moves."
msgstr "El volumen total de los movimientos del registro."
msgctxt "help:stock.shipment.in,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr "La unidad de medida del volumen."
msgctxt "help:stock.shipment.in,weight:"
msgid "The total weight of the record's moves."
msgstr "El peso total de los movimientos del registro."
msgctxt "help:stock.shipment.in,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr "La unidad de medida del peso."
msgctxt "help:stock.shipment.in.return,packages_volume:"
msgid "The total volume of the packages."
msgstr "El volumen total de los paquetes."
msgctxt "help:stock.shipment.in.return,packages_weight:"
msgid "The total weight of the packages."
msgstr "El peso total de los paquetes."
msgctxt "help:stock.shipment.in.return,volume:"
msgid "The total volume of the record's moves."
msgstr "El volumen total de los movimientos del registro."
msgctxt "help:stock.shipment.in.return,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr "La unidad de medida del volumen."
msgctxt "help:stock.shipment.in.return,weight:"
msgid "The total weight of the record's moves."
msgstr "El peso total de los movimientos del registro."
msgctxt "help:stock.shipment.in.return,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr "La unidad de medida del peso."
msgctxt "help:stock.shipment.out,packages_volume:"
msgid "The total volume of the packages."
msgstr "El volumen total de los paquetes."
msgctxt "help:stock.shipment.out,packages_weight:"
msgid "The total weight of the packages."
msgstr "El peso total de los paquetes."
msgctxt "help:stock.shipment.out,volume:"
msgid "The total volume of the record's moves."
msgstr "El volumen total de los movimientos del registro."
msgctxt "help:stock.shipment.out,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr "La unidad de medida del volumen."
msgctxt "help:stock.shipment.out,weight:"
msgid "The total weight of the record's moves."
msgstr "El peso total de los movimientos del registro."
msgctxt "help:stock.shipment.out,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr "La unidad de medida del peso."
msgctxt "help:stock.shipment.out.return,volume:"
msgid "The total volume of the record's moves."
msgstr "El volumen total de los movimientos del registro."
msgctxt "help:stock.shipment.out.return,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr "La unidad de medida del volumen."
msgctxt "help:stock.shipment.out.return,weight:"
msgid "The total weight of the record's moves."
msgstr "El peso total de los movimientos del registro."
msgctxt "help:stock.shipment.out.return,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr "La unidad de medida del peso."
msgctxt "model:stock.configuration.measurement,name:"
msgid "Stock Configuration Measurement"
msgstr "Configuración de las medidas de logística"
msgctxt "view:stock.configuration:"
msgid "Measurements"
msgstr "Medidas"
msgctxt "view:stock.configuration:"
msgid "Volume"
msgstr "Volumen"
msgctxt "view:stock.configuration:"
msgid "Weight"
msgstr "Peso"
msgctxt "view:stock.move:"
msgid "Measurements"
msgstr "Medidas"
msgctxt "view:stock.shipment.in.return:"
msgid "Measurements"
msgstr "Medidas"
msgctxt "view:stock.shipment.in:"
msgid "Measurements"
msgstr "Medidas"
msgctxt "view:stock.shipment.out.return:"
msgid "Measurements"
msgstr "Medidas"
msgctxt "view:stock.shipment.out:"
msgid "Measurements"
msgstr "Medidas"

View File

@@ -0,0 +1,307 @@
#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
msgctxt "field:stock.configuration,measurement_volume_uom:"
msgid "Measurement Volume UoM"
msgstr ""
msgctxt "field:stock.configuration,measurement_weight_uom:"
msgid "Measurement Weight UoM"
msgstr ""
msgctxt "field:stock.configuration.measurement,company:"
msgid "Company"
msgstr ""
msgctxt "field:stock.configuration.measurement,measurement_volume_uom:"
msgid "Measurement Volume UoM"
msgstr ""
msgctxt "field:stock.configuration.measurement,measurement_weight_uom:"
msgid "Measurement Weight UoM"
msgstr ""
msgctxt "field:stock.move,internal_volume:"
msgid "Internal Volume"
msgstr ""
msgctxt "field:stock.move,internal_weight:"
msgid "Internal Weight"
msgstr ""
msgctxt "field:stock.package,additional_weight:"
msgid "Additional Weight"
msgstr ""
msgctxt "field:stock.package,additional_weight_uom:"
msgid "Additional Weight UoM"
msgstr ""
msgctxt "field:stock.package,total_volume:"
msgid "Total Volume"
msgstr ""
msgctxt "field:stock.package,total_weight:"
msgid "Total Weight"
msgstr ""
msgctxt "field:stock.package,volume:"
msgid "Volume"
msgstr ""
msgctxt "field:stock.package,volume_uom:"
msgid "Volume UoM"
msgstr ""
msgctxt "field:stock.package,weight:"
msgid "Weight"
msgstr ""
msgctxt "field:stock.package,weight_uom:"
msgid "Weight UoM"
msgstr ""
msgctxt "field:stock.shipment.in,volume:"
msgid "Volume"
msgstr ""
msgctxt "field:stock.shipment.in,volume_uom:"
msgid "Volume UoM"
msgstr ""
msgctxt "field:stock.shipment.in,weight:"
msgid "Weight"
msgstr ""
msgctxt "field:stock.shipment.in,weight_uom:"
msgid "Weight UoM"
msgstr ""
msgctxt "field:stock.shipment.in.return,packages_volume:"
msgid "Packages Volume"
msgstr ""
msgctxt "field:stock.shipment.in.return,packages_weight:"
msgid "Packages Weight"
msgstr ""
msgctxt "field:stock.shipment.in.return,volume:"
msgid "Volume"
msgstr ""
msgctxt "field:stock.shipment.in.return,volume_uom:"
msgid "Volume UoM"
msgstr ""
msgctxt "field:stock.shipment.in.return,weight:"
msgid "Weight"
msgstr ""
msgctxt "field:stock.shipment.in.return,weight_uom:"
msgid "Weight UoM"
msgstr ""
msgctxt "field:stock.shipment.out,packages_volume:"
msgid "Packages Volume"
msgstr ""
msgctxt "field:stock.shipment.out,packages_weight:"
msgid "Packages Weight"
msgstr ""
msgctxt "field:stock.shipment.out,volume:"
msgid "Volume"
msgstr ""
msgctxt "field:stock.shipment.out,volume_uom:"
msgid "Volume UoM"
msgstr ""
msgctxt "field:stock.shipment.out,weight:"
msgid "Weight"
msgstr ""
msgctxt "field:stock.shipment.out,weight_uom:"
msgid "Weight UoM"
msgstr ""
msgctxt "field:stock.shipment.out.return,volume:"
msgid "Volume"
msgstr ""
msgctxt "field:stock.shipment.out.return,volume_uom:"
msgid "Volume UoM"
msgstr ""
msgctxt "field:stock.shipment.out.return,weight:"
msgid "Weight"
msgstr ""
msgctxt "field:stock.shipment.out.return,weight_uom:"
msgid "Weight UoM"
msgstr ""
msgctxt "help:stock.configuration,measurement_volume_uom:"
msgid "The default Unit of Measure for volume."
msgstr ""
msgctxt "help:stock.configuration,measurement_weight_uom:"
msgid "The default Unit of Measure for weight."
msgstr ""
msgctxt "help:stock.move,internal_volume:"
msgid "The volume of the moved product in liter."
msgstr ""
msgctxt "help:stock.move,internal_weight:"
msgid "The weight of the moved product in kg."
msgstr ""
msgctxt "help:stock.package,additional_weight:"
msgid "The weight to add to the packages."
msgstr ""
msgctxt "help:stock.package,additional_weight_uom:"
msgid "The Unit of Measure for additional weight."
msgstr ""
msgctxt "help:stock.package,total_volume:"
msgid "The total volume of the packages."
msgstr ""
msgctxt "help:stock.package,total_weight:"
msgid "The total weight of the packages."
msgstr ""
msgctxt "help:stock.package,volume:"
msgid "The total volume of the record's moves."
msgstr ""
msgctxt "help:stock.package,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
msgctxt "help:stock.package,weight:"
msgid "The total weight of the record's moves."
msgstr ""
msgctxt "help:stock.package,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "help:stock.shipment.in,volume:"
msgid "The total volume of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.in,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
msgctxt "help:stock.shipment.in,weight:"
msgid "The total weight of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.in,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "help:stock.shipment.in.return,packages_volume:"
msgid "The total volume of the packages."
msgstr ""
msgctxt "help:stock.shipment.in.return,packages_weight:"
msgid "The total weight of the packages."
msgstr ""
msgctxt "help:stock.shipment.in.return,volume:"
msgid "The total volume of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.in.return,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
msgctxt "help:stock.shipment.in.return,weight:"
msgid "The total weight of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.in.return,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "help:stock.shipment.out,packages_volume:"
msgid "The total volume of the packages."
msgstr ""
msgctxt "help:stock.shipment.out,packages_weight:"
msgid "The total weight of the packages."
msgstr ""
msgctxt "help:stock.shipment.out,volume:"
msgid "The total volume of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.out,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
msgctxt "help:stock.shipment.out,weight:"
msgid "The total weight of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.out,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "help:stock.shipment.out.return,volume:"
msgid "The total volume of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.out.return,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
msgctxt "help:stock.shipment.out.return,weight:"
msgid "The total weight of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.out.return,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "model:stock.configuration.measurement,name:"
msgid "Stock Configuration Measurement"
msgstr ""
msgctxt "view:stock.configuration:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.configuration:"
msgid "Volume"
msgstr ""
msgctxt "view:stock.configuration:"
msgid "Weight"
msgstr ""
msgctxt "view:stock.move:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.shipment.in.return:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.shipment.in:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.shipment.out.return:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.shipment.out:"
msgid "Measurements"
msgstr ""

View File

@@ -0,0 +1,337 @@
#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
msgctxt "field:stock.configuration,measurement_volume_uom:"
msgid "Measurement Volume UoM"
msgstr ""
msgctxt "field:stock.configuration,measurement_weight_uom:"
msgid "Measurement Weight UoM"
msgstr ""
msgctxt "field:stock.configuration.measurement,company:"
msgid "Company"
msgstr ""
msgctxt "field:stock.configuration.measurement,measurement_volume_uom:"
msgid "Measurement Volume UoM"
msgstr ""
msgctxt "field:stock.configuration.measurement,measurement_weight_uom:"
msgid "Measurement Weight UoM"
msgstr ""
msgctxt "field:stock.move,internal_volume:"
msgid "Internal Volume"
msgstr "Sisemine maht"
msgctxt "field:stock.move,internal_weight:"
msgid "Internal Weight"
msgstr "Sisemine kaal"
msgctxt "field:stock.package,additional_weight:"
msgid "Additional Weight"
msgstr "Täiendav kaal"
#, fuzzy
msgctxt "field:stock.package,additional_weight_uom:"
msgid "Additional Weight UoM"
msgstr "Täiendav kaal"
msgctxt "field:stock.package,total_volume:"
msgid "Total Volume"
msgstr "Maht kokku"
msgctxt "field:stock.package,total_weight:"
msgid "Total Weight"
msgstr "Kaal kokku"
msgctxt "field:stock.package,volume:"
msgid "Volume"
msgstr "Maht"
#, fuzzy
msgctxt "field:stock.package,volume_uom:"
msgid "Volume UoM"
msgstr "Maht"
msgctxt "field:stock.package,weight:"
msgid "Weight"
msgstr "Kaal"
#, fuzzy
msgctxt "field:stock.package,weight_uom:"
msgid "Weight UoM"
msgstr "Kaal"
msgctxt "field:stock.shipment.in,volume:"
msgid "Volume"
msgstr "Maht"
#, fuzzy
msgctxt "field:stock.shipment.in,volume_uom:"
msgid "Volume UoM"
msgstr "Maht"
msgctxt "field:stock.shipment.in,weight:"
msgid "Weight"
msgstr "Kaal"
#, fuzzy
msgctxt "field:stock.shipment.in,weight_uom:"
msgid "Weight UoM"
msgstr "Kaal"
msgctxt "field:stock.shipment.in.return,packages_volume:"
msgid "Packages Volume"
msgstr ""
msgctxt "field:stock.shipment.in.return,packages_weight:"
msgid "Packages Weight"
msgstr ""
msgctxt "field:stock.shipment.in.return,volume:"
msgid "Volume"
msgstr "Maht"
#, fuzzy
msgctxt "field:stock.shipment.in.return,volume_uom:"
msgid "Volume UoM"
msgstr "Maht"
msgctxt "field:stock.shipment.in.return,weight:"
msgid "Weight"
msgstr "Kaal"
#, fuzzy
msgctxt "field:stock.shipment.in.return,weight_uom:"
msgid "Weight UoM"
msgstr "Kaal"
msgctxt "field:stock.shipment.out,packages_volume:"
msgid "Packages Volume"
msgstr ""
msgctxt "field:stock.shipment.out,packages_weight:"
msgid "Packages Weight"
msgstr ""
msgctxt "field:stock.shipment.out,volume:"
msgid "Volume"
msgstr "Maht"
#, fuzzy
msgctxt "field:stock.shipment.out,volume_uom:"
msgid "Volume UoM"
msgstr "Maht"
msgctxt "field:stock.shipment.out,weight:"
msgid "Weight"
msgstr "Kaal"
#, fuzzy
msgctxt "field:stock.shipment.out,weight_uom:"
msgid "Weight UoM"
msgstr "Kaal"
msgctxt "field:stock.shipment.out.return,volume:"
msgid "Volume"
msgstr "Maht"
#, fuzzy
msgctxt "field:stock.shipment.out.return,volume_uom:"
msgid "Volume UoM"
msgstr "Maht"
msgctxt "field:stock.shipment.out.return,weight:"
msgid "Weight"
msgstr "Kaal"
#, fuzzy
msgctxt "field:stock.shipment.out.return,weight_uom:"
msgid "Weight UoM"
msgstr "Kaal"
msgctxt "help:stock.configuration,measurement_volume_uom:"
msgid "The default Unit of Measure for volume."
msgstr ""
msgctxt "help:stock.configuration,measurement_weight_uom:"
msgid "The default Unit of Measure for weight."
msgstr ""
msgctxt "help:stock.move,internal_volume:"
msgid "The volume of the moved product in liter."
msgstr "Liigutatud kauba maht liitrites."
msgctxt "help:stock.move,internal_weight:"
msgid "The weight of the moved product in kg."
msgstr "Liigutatud kauba kaal kilogrammides."
#, fuzzy
msgctxt "help:stock.package,additional_weight:"
msgid "The weight to add to the packages."
msgstr "Pakenditele lisatav kaal kilogrammides."
msgctxt "help:stock.package,additional_weight_uom:"
msgid "The Unit of Measure for additional weight."
msgstr ""
#, fuzzy
msgctxt "help:stock.package,total_volume:"
msgid "The total volume of the packages."
msgstr "Pakendite kogumaht liitrites."
#, fuzzy
msgctxt "help:stock.package,total_weight:"
msgid "The total weight of the packages."
msgstr "Pakendite kogukaal kilogrammides."
#, fuzzy
msgctxt "help:stock.package,volume:"
msgid "The total volume of the record's moves."
msgstr "Kirjete kogumaht liitrites."
msgctxt "help:stock.package,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
#, fuzzy
msgctxt "help:stock.package,weight:"
msgid "The total weight of the record's moves."
msgstr "Kirje kogukaal kilogrammides."
msgctxt "help:stock.package,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
#, fuzzy
msgctxt "help:stock.shipment.in,volume:"
msgid "The total volume of the record's moves."
msgstr "Kirjete kogumaht liitrites."
msgctxt "help:stock.shipment.in,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
#, fuzzy
msgctxt "help:stock.shipment.in,weight:"
msgid "The total weight of the record's moves."
msgstr "Kirje kogukaal kilogrammides."
msgctxt "help:stock.shipment.in,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
#, fuzzy
msgctxt "help:stock.shipment.in.return,packages_volume:"
msgid "The total volume of the packages."
msgstr "Pakendite kogumaht liitrites."
#, fuzzy
msgctxt "help:stock.shipment.in.return,packages_weight:"
msgid "The total weight of the packages."
msgstr "Pakendite kogukaal kilogrammides."
#, fuzzy
msgctxt "help:stock.shipment.in.return,volume:"
msgid "The total volume of the record's moves."
msgstr "Kirjete kogumaht liitrites."
msgctxt "help:stock.shipment.in.return,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
#, fuzzy
msgctxt "help:stock.shipment.in.return,weight:"
msgid "The total weight of the record's moves."
msgstr "Kirje kogukaal kilogrammides."
msgctxt "help:stock.shipment.in.return,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
#, fuzzy
msgctxt "help:stock.shipment.out,packages_volume:"
msgid "The total volume of the packages."
msgstr "Pakendite kogumaht liitrites."
#, fuzzy
msgctxt "help:stock.shipment.out,packages_weight:"
msgid "The total weight of the packages."
msgstr "Pakendite kogukaal kilogrammides."
#, fuzzy
msgctxt "help:stock.shipment.out,volume:"
msgid "The total volume of the record's moves."
msgstr "Kirjete kogumaht liitrites."
msgctxt "help:stock.shipment.out,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
#, fuzzy
msgctxt "help:stock.shipment.out,weight:"
msgid "The total weight of the record's moves."
msgstr "Kirje kogukaal kilogrammides."
msgctxt "help:stock.shipment.out,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
#, fuzzy
msgctxt "help:stock.shipment.out.return,volume:"
msgid "The total volume of the record's moves."
msgstr "Kirjete kogumaht liitrites."
msgctxt "help:stock.shipment.out.return,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
#, fuzzy
msgctxt "help:stock.shipment.out.return,weight:"
msgid "The total weight of the record's moves."
msgstr "Kirje kogukaal kilogrammides."
msgctxt "help:stock.shipment.out.return,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "model:stock.configuration.measurement,name:"
msgid "Stock Configuration Measurement"
msgstr ""
msgctxt "view:stock.configuration:"
msgid "Measurements"
msgstr ""
#, fuzzy
msgctxt "view:stock.configuration:"
msgid "Volume"
msgstr "Maht"
#, fuzzy
msgctxt "view:stock.configuration:"
msgid "Weight"
msgstr "Kaal"
msgctxt "view:stock.move:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.shipment.in.return:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.shipment.in:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.shipment.out.return:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.shipment.out:"
msgid "Measurements"
msgstr ""

View File

@@ -0,0 +1,337 @@
#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
msgctxt "field:stock.configuration,measurement_volume_uom:"
msgid "Measurement Volume UoM"
msgstr ""
msgctxt "field:stock.configuration,measurement_weight_uom:"
msgid "Measurement Weight UoM"
msgstr ""
msgctxt "field:stock.configuration.measurement,company:"
msgid "Company"
msgstr ""
msgctxt "field:stock.configuration.measurement,measurement_volume_uom:"
msgid "Measurement Volume UoM"
msgstr ""
msgctxt "field:stock.configuration.measurement,measurement_weight_uom:"
msgid "Measurement Weight UoM"
msgstr ""
msgctxt "field:stock.move,internal_volume:"
msgid "Internal Volume"
msgstr "حجم داخلی"
msgctxt "field:stock.move,internal_weight:"
msgid "Internal Weight"
msgstr "وزن داخلی"
msgctxt "field:stock.package,additional_weight:"
msgid "Additional Weight"
msgstr "وزن اضافی"
#, fuzzy
msgctxt "field:stock.package,additional_weight_uom:"
msgid "Additional Weight UoM"
msgstr "وزن اضافی"
msgctxt "field:stock.package,total_volume:"
msgid "Total Volume"
msgstr "مجموع حجم"
msgctxt "field:stock.package,total_weight:"
msgid "Total Weight"
msgstr "مجموع وزن"
msgctxt "field:stock.package,volume:"
msgid "Volume"
msgstr "حجم"
#, fuzzy
msgctxt "field:stock.package,volume_uom:"
msgid "Volume UoM"
msgstr "حجم"
msgctxt "field:stock.package,weight:"
msgid "Weight"
msgstr "وزن"
#, fuzzy
msgctxt "field:stock.package,weight_uom:"
msgid "Weight UoM"
msgstr "وزن"
msgctxt "field:stock.shipment.in,volume:"
msgid "Volume"
msgstr "حجم"
#, fuzzy
msgctxt "field:stock.shipment.in,volume_uom:"
msgid "Volume UoM"
msgstr "حجم"
msgctxt "field:stock.shipment.in,weight:"
msgid "Weight"
msgstr "وزن"
#, fuzzy
msgctxt "field:stock.shipment.in,weight_uom:"
msgid "Weight UoM"
msgstr "وزن"
msgctxt "field:stock.shipment.in.return,packages_volume:"
msgid "Packages Volume"
msgstr ""
msgctxt "field:stock.shipment.in.return,packages_weight:"
msgid "Packages Weight"
msgstr ""
msgctxt "field:stock.shipment.in.return,volume:"
msgid "Volume"
msgstr "حجم"
#, fuzzy
msgctxt "field:stock.shipment.in.return,volume_uom:"
msgid "Volume UoM"
msgstr "حجم"
msgctxt "field:stock.shipment.in.return,weight:"
msgid "Weight"
msgstr "وزن"
#, fuzzy
msgctxt "field:stock.shipment.in.return,weight_uom:"
msgid "Weight UoM"
msgstr "وزن"
msgctxt "field:stock.shipment.out,packages_volume:"
msgid "Packages Volume"
msgstr ""
msgctxt "field:stock.shipment.out,packages_weight:"
msgid "Packages Weight"
msgstr ""
msgctxt "field:stock.shipment.out,volume:"
msgid "Volume"
msgstr "حجم"
#, fuzzy
msgctxt "field:stock.shipment.out,volume_uom:"
msgid "Volume UoM"
msgstr "حجم"
msgctxt "field:stock.shipment.out,weight:"
msgid "Weight"
msgstr "وزن"
#, fuzzy
msgctxt "field:stock.shipment.out,weight_uom:"
msgid "Weight UoM"
msgstr "وزن"
msgctxt "field:stock.shipment.out.return,volume:"
msgid "Volume"
msgstr "حجم"
#, fuzzy
msgctxt "field:stock.shipment.out.return,volume_uom:"
msgid "Volume UoM"
msgstr "حجم"
msgctxt "field:stock.shipment.out.return,weight:"
msgid "Weight"
msgstr "وزن"
#, fuzzy
msgctxt "field:stock.shipment.out.return,weight_uom:"
msgid "Weight UoM"
msgstr "وزن"
msgctxt "help:stock.configuration,measurement_volume_uom:"
msgid "The default Unit of Measure for volume."
msgstr ""
msgctxt "help:stock.configuration,measurement_weight_uom:"
msgid "The default Unit of Measure for weight."
msgstr ""
msgctxt "help:stock.move,internal_volume:"
msgid "The volume of the moved product in liter."
msgstr "مقدار حجم جابجا شده محصول در لیتر."
msgctxt "help:stock.move,internal_weight:"
msgid "The weight of the moved product in kg."
msgstr "مقدار وزن جابجا شده محصول در کیلوگرم."
#, fuzzy
msgctxt "help:stock.package,additional_weight:"
msgid "The weight to add to the packages."
msgstr "وزن برای اضافه کردن به بسته ها در کیلوگرم."
msgctxt "help:stock.package,additional_weight_uom:"
msgid "The Unit of Measure for additional weight."
msgstr ""
#, fuzzy
msgctxt "help:stock.package,total_volume:"
msgid "The total volume of the packages."
msgstr "مجموع حجم محصول در لیتر."
#, fuzzy
msgctxt "help:stock.package,total_weight:"
msgid "The total weight of the packages."
msgstr "وزن کل بسته ها در کیلوگرم."
#, fuzzy
msgctxt "help:stock.package,volume:"
msgid "The total volume of the record's moves."
msgstr "مجموع حجم جابجایی پرونده ها در لیتر."
msgctxt "help:stock.package,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
#, fuzzy
msgctxt "help:stock.package,weight:"
msgid "The total weight of the record's moves."
msgstr "مجموع وزن جابجایی پرونده ها در کیلوگرم."
msgctxt "help:stock.package,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
#, fuzzy
msgctxt "help:stock.shipment.in,volume:"
msgid "The total volume of the record's moves."
msgstr "مجموع حجم جابجایی پرونده ها در لیتر."
msgctxt "help:stock.shipment.in,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
#, fuzzy
msgctxt "help:stock.shipment.in,weight:"
msgid "The total weight of the record's moves."
msgstr "مجموع وزن جابجایی پرونده ها در کیلوگرم."
msgctxt "help:stock.shipment.in,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
#, fuzzy
msgctxt "help:stock.shipment.in.return,packages_volume:"
msgid "The total volume of the packages."
msgstr "مجموع حجم محصول در لیتر."
#, fuzzy
msgctxt "help:stock.shipment.in.return,packages_weight:"
msgid "The total weight of the packages."
msgstr "وزن کل بسته ها در کیلوگرم."
#, fuzzy
msgctxt "help:stock.shipment.in.return,volume:"
msgid "The total volume of the record's moves."
msgstr "مجموع حجم جابجایی پرونده ها در لیتر."
msgctxt "help:stock.shipment.in.return,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
#, fuzzy
msgctxt "help:stock.shipment.in.return,weight:"
msgid "The total weight of the record's moves."
msgstr "مجموع وزن جابجایی پرونده ها در کیلوگرم."
msgctxt "help:stock.shipment.in.return,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
#, fuzzy
msgctxt "help:stock.shipment.out,packages_volume:"
msgid "The total volume of the packages."
msgstr "مجموع حجم محصول در لیتر."
#, fuzzy
msgctxt "help:stock.shipment.out,packages_weight:"
msgid "The total weight of the packages."
msgstr "وزن کل بسته ها در کیلوگرم."
#, fuzzy
msgctxt "help:stock.shipment.out,volume:"
msgid "The total volume of the record's moves."
msgstr "مجموع حجم جابجایی پرونده ها در لیتر."
msgctxt "help:stock.shipment.out,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
#, fuzzy
msgctxt "help:stock.shipment.out,weight:"
msgid "The total weight of the record's moves."
msgstr "مجموع وزن جابجایی پرونده ها در کیلوگرم."
msgctxt "help:stock.shipment.out,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
#, fuzzy
msgctxt "help:stock.shipment.out.return,volume:"
msgid "The total volume of the record's moves."
msgstr "مجموع حجم جابجایی پرونده ها در لیتر."
msgctxt "help:stock.shipment.out.return,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
#, fuzzy
msgctxt "help:stock.shipment.out.return,weight:"
msgid "The total weight of the record's moves."
msgstr "مجموع وزن جابجایی پرونده ها در کیلوگرم."
msgctxt "help:stock.shipment.out.return,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "model:stock.configuration.measurement,name:"
msgid "Stock Configuration Measurement"
msgstr ""
msgctxt "view:stock.configuration:"
msgid "Measurements"
msgstr ""
#, fuzzy
msgctxt "view:stock.configuration:"
msgid "Volume"
msgstr "حجم"
#, fuzzy
msgctxt "view:stock.configuration:"
msgid "Weight"
msgstr "وزن"
msgctxt "view:stock.move:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.shipment.in.return:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.shipment.in:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.shipment.out.return:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.shipment.out:"
msgid "Measurements"
msgstr ""

View File

@@ -0,0 +1,307 @@
#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
msgctxt "field:stock.configuration,measurement_volume_uom:"
msgid "Measurement Volume UoM"
msgstr ""
msgctxt "field:stock.configuration,measurement_weight_uom:"
msgid "Measurement Weight UoM"
msgstr ""
msgctxt "field:stock.configuration.measurement,company:"
msgid "Company"
msgstr ""
msgctxt "field:stock.configuration.measurement,measurement_volume_uom:"
msgid "Measurement Volume UoM"
msgstr ""
msgctxt "field:stock.configuration.measurement,measurement_weight_uom:"
msgid "Measurement Weight UoM"
msgstr ""
msgctxt "field:stock.move,internal_volume:"
msgid "Internal Volume"
msgstr ""
msgctxt "field:stock.move,internal_weight:"
msgid "Internal Weight"
msgstr ""
msgctxt "field:stock.package,additional_weight:"
msgid "Additional Weight"
msgstr ""
msgctxt "field:stock.package,additional_weight_uom:"
msgid "Additional Weight UoM"
msgstr ""
msgctxt "field:stock.package,total_volume:"
msgid "Total Volume"
msgstr ""
msgctxt "field:stock.package,total_weight:"
msgid "Total Weight"
msgstr ""
msgctxt "field:stock.package,volume:"
msgid "Volume"
msgstr ""
msgctxt "field:stock.package,volume_uom:"
msgid "Volume UoM"
msgstr ""
msgctxt "field:stock.package,weight:"
msgid "Weight"
msgstr ""
msgctxt "field:stock.package,weight_uom:"
msgid "Weight UoM"
msgstr ""
msgctxt "field:stock.shipment.in,volume:"
msgid "Volume"
msgstr ""
msgctxt "field:stock.shipment.in,volume_uom:"
msgid "Volume UoM"
msgstr ""
msgctxt "field:stock.shipment.in,weight:"
msgid "Weight"
msgstr ""
msgctxt "field:stock.shipment.in,weight_uom:"
msgid "Weight UoM"
msgstr ""
msgctxt "field:stock.shipment.in.return,packages_volume:"
msgid "Packages Volume"
msgstr ""
msgctxt "field:stock.shipment.in.return,packages_weight:"
msgid "Packages Weight"
msgstr ""
msgctxt "field:stock.shipment.in.return,volume:"
msgid "Volume"
msgstr ""
msgctxt "field:stock.shipment.in.return,volume_uom:"
msgid "Volume UoM"
msgstr ""
msgctxt "field:stock.shipment.in.return,weight:"
msgid "Weight"
msgstr ""
msgctxt "field:stock.shipment.in.return,weight_uom:"
msgid "Weight UoM"
msgstr ""
msgctxt "field:stock.shipment.out,packages_volume:"
msgid "Packages Volume"
msgstr ""
msgctxt "field:stock.shipment.out,packages_weight:"
msgid "Packages Weight"
msgstr ""
msgctxt "field:stock.shipment.out,volume:"
msgid "Volume"
msgstr ""
msgctxt "field:stock.shipment.out,volume_uom:"
msgid "Volume UoM"
msgstr ""
msgctxt "field:stock.shipment.out,weight:"
msgid "Weight"
msgstr ""
msgctxt "field:stock.shipment.out,weight_uom:"
msgid "Weight UoM"
msgstr ""
msgctxt "field:stock.shipment.out.return,volume:"
msgid "Volume"
msgstr ""
msgctxt "field:stock.shipment.out.return,volume_uom:"
msgid "Volume UoM"
msgstr ""
msgctxt "field:stock.shipment.out.return,weight:"
msgid "Weight"
msgstr ""
msgctxt "field:stock.shipment.out.return,weight_uom:"
msgid "Weight UoM"
msgstr ""
msgctxt "help:stock.configuration,measurement_volume_uom:"
msgid "The default Unit of Measure for volume."
msgstr ""
msgctxt "help:stock.configuration,measurement_weight_uom:"
msgid "The default Unit of Measure for weight."
msgstr ""
msgctxt "help:stock.move,internal_volume:"
msgid "The volume of the moved product in liter."
msgstr ""
msgctxt "help:stock.move,internal_weight:"
msgid "The weight of the moved product in kg."
msgstr ""
msgctxt "help:stock.package,additional_weight:"
msgid "The weight to add to the packages."
msgstr ""
msgctxt "help:stock.package,additional_weight_uom:"
msgid "The Unit of Measure for additional weight."
msgstr ""
msgctxt "help:stock.package,total_volume:"
msgid "The total volume of the packages."
msgstr ""
msgctxt "help:stock.package,total_weight:"
msgid "The total weight of the packages."
msgstr ""
msgctxt "help:stock.package,volume:"
msgid "The total volume of the record's moves."
msgstr ""
msgctxt "help:stock.package,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
msgctxt "help:stock.package,weight:"
msgid "The total weight of the record's moves."
msgstr ""
msgctxt "help:stock.package,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "help:stock.shipment.in,volume:"
msgid "The total volume of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.in,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
msgctxt "help:stock.shipment.in,weight:"
msgid "The total weight of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.in,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "help:stock.shipment.in.return,packages_volume:"
msgid "The total volume of the packages."
msgstr ""
msgctxt "help:stock.shipment.in.return,packages_weight:"
msgid "The total weight of the packages."
msgstr ""
msgctxt "help:stock.shipment.in.return,volume:"
msgid "The total volume of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.in.return,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
msgctxt "help:stock.shipment.in.return,weight:"
msgid "The total weight of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.in.return,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "help:stock.shipment.out,packages_volume:"
msgid "The total volume of the packages."
msgstr ""
msgctxt "help:stock.shipment.out,packages_weight:"
msgid "The total weight of the packages."
msgstr ""
msgctxt "help:stock.shipment.out,volume:"
msgid "The total volume of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.out,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
msgctxt "help:stock.shipment.out,weight:"
msgid "The total weight of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.out,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "help:stock.shipment.out.return,volume:"
msgid "The total volume of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.out.return,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
msgctxt "help:stock.shipment.out.return,weight:"
msgid "The total weight of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.out.return,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "model:stock.configuration.measurement,name:"
msgid "Stock Configuration Measurement"
msgstr ""
msgctxt "view:stock.configuration:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.configuration:"
msgid "Volume"
msgstr ""
msgctxt "view:stock.configuration:"
msgid "Weight"
msgstr ""
msgctxt "view:stock.move:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.shipment.in.return:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.shipment.in:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.shipment.out.return:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.shipment.out:"
msgid "Measurements"
msgstr ""

View File

@@ -0,0 +1,307 @@
#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
msgctxt "field:stock.configuration,measurement_volume_uom:"
msgid "Measurement Volume UoM"
msgstr "UDM de mesure de volume"
msgctxt "field:stock.configuration,measurement_weight_uom:"
msgid "Measurement Weight UoM"
msgstr "UDM de mesure de poids"
msgctxt "field:stock.configuration.measurement,company:"
msgid "Company"
msgstr "Société"
msgctxt "field:stock.configuration.measurement,measurement_volume_uom:"
msgid "Measurement Volume UoM"
msgstr "UDM de mesure de volume"
msgctxt "field:stock.configuration.measurement,measurement_weight_uom:"
msgid "Measurement Weight UoM"
msgstr "UDM de mesure de poids"
msgctxt "field:stock.move,internal_volume:"
msgid "Internal Volume"
msgstr "Volume interne"
msgctxt "field:stock.move,internal_weight:"
msgid "Internal Weight"
msgstr "Poids interne"
msgctxt "field:stock.package,additional_weight:"
msgid "Additional Weight"
msgstr "Poids supplémentaire"
msgctxt "field:stock.package,additional_weight_uom:"
msgid "Additional Weight UoM"
msgstr "UDM de poids supplémentaire"
msgctxt "field:stock.package,total_volume:"
msgid "Total Volume"
msgstr "Volume total"
msgctxt "field:stock.package,total_weight:"
msgid "Total Weight"
msgstr "Poids total"
msgctxt "field:stock.package,volume:"
msgid "Volume"
msgstr "Volume"
msgctxt "field:stock.package,volume_uom:"
msgid "Volume UoM"
msgstr "UDM de volume"
msgctxt "field:stock.package,weight:"
msgid "Weight"
msgstr "Poids"
msgctxt "field:stock.package,weight_uom:"
msgid "Weight UoM"
msgstr "UDM de poids"
msgctxt "field:stock.shipment.in,volume:"
msgid "Volume"
msgstr "Volume"
msgctxt "field:stock.shipment.in,volume_uom:"
msgid "Volume UoM"
msgstr "UDM de volume"
msgctxt "field:stock.shipment.in,weight:"
msgid "Weight"
msgstr "Poids"
msgctxt "field:stock.shipment.in,weight_uom:"
msgid "Weight UoM"
msgstr "UDM de poids"
msgctxt "field:stock.shipment.in.return,packages_volume:"
msgid "Packages Volume"
msgstr "Volume des emballages"
msgctxt "field:stock.shipment.in.return,packages_weight:"
msgid "Packages Weight"
msgstr "Poids des emballages"
msgctxt "field:stock.shipment.in.return,volume:"
msgid "Volume"
msgstr "Volume"
msgctxt "field:stock.shipment.in.return,volume_uom:"
msgid "Volume UoM"
msgstr "UDM de volume"
msgctxt "field:stock.shipment.in.return,weight:"
msgid "Weight"
msgstr "Poids"
msgctxt "field:stock.shipment.in.return,weight_uom:"
msgid "Weight UoM"
msgstr "UDM de poids"
msgctxt "field:stock.shipment.out,packages_volume:"
msgid "Packages Volume"
msgstr "Volume des emballages"
msgctxt "field:stock.shipment.out,packages_weight:"
msgid "Packages Weight"
msgstr "Poids des emballages"
msgctxt "field:stock.shipment.out,volume:"
msgid "Volume"
msgstr "Volume"
msgctxt "field:stock.shipment.out,volume_uom:"
msgid "Volume UoM"
msgstr "UDM de volume"
msgctxt "field:stock.shipment.out,weight:"
msgid "Weight"
msgstr "Poids"
msgctxt "field:stock.shipment.out,weight_uom:"
msgid "Weight UoM"
msgstr "UDM de poids"
msgctxt "field:stock.shipment.out.return,volume:"
msgid "Volume"
msgstr "Volume"
msgctxt "field:stock.shipment.out.return,volume_uom:"
msgid "Volume UoM"
msgstr "UDM de volume"
msgctxt "field:stock.shipment.out.return,weight:"
msgid "Weight"
msgstr "Poids"
msgctxt "field:stock.shipment.out.return,weight_uom:"
msgid "Weight UoM"
msgstr "UDM de poids"
msgctxt "help:stock.configuration,measurement_volume_uom:"
msgid "The default Unit of Measure for volume."
msgstr "L'Unité De Mesure par défaut pour le volume."
msgctxt "help:stock.configuration,measurement_weight_uom:"
msgid "The default Unit of Measure for weight."
msgstr "L'Unité De Mesure par défaut pour le poids."
msgctxt "help:stock.move,internal_volume:"
msgid "The volume of the moved product in liter."
msgstr "Le volume des produits déplacés en litre."
msgctxt "help:stock.move,internal_weight:"
msgid "The weight of the moved product in kg."
msgstr "Le poids des produits déplacés en kg."
msgctxt "help:stock.package,additional_weight:"
msgid "The weight to add to the packages."
msgstr "Le poids à ajouter aux emballages."
msgctxt "help:stock.package,additional_weight_uom:"
msgid "The Unit of Measure for additional weight."
msgstr "L'Unité De Mesure pour le poids supplémentaire."
msgctxt "help:stock.package,total_volume:"
msgid "The total volume of the packages."
msgstr "Le volume total des emballages."
msgctxt "help:stock.package,total_weight:"
msgid "The total weight of the packages."
msgstr "Le poids total des emballage."
msgctxt "help:stock.package,volume:"
msgid "The total volume of the record's moves."
msgstr "Le volume total des mouvements de l'enregistrement."
msgctxt "help:stock.package,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr "L'Unité De Mesure du volume."
msgctxt "help:stock.package,weight:"
msgid "The total weight of the record's moves."
msgstr "Le poids total des mouvements de l'enregistrement."
msgctxt "help:stock.package,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr "L'Unité De Mesure du poids."
msgctxt "help:stock.shipment.in,volume:"
msgid "The total volume of the record's moves."
msgstr "Le volume total des mouvements de l'enregistrement."
msgctxt "help:stock.shipment.in,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr "L'Unité De Mesure du volume."
msgctxt "help:stock.shipment.in,weight:"
msgid "The total weight of the record's moves."
msgstr "Le poids total des mouvements de l'enregistrement."
msgctxt "help:stock.shipment.in,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr "L'Unité De Mesure du poids."
msgctxt "help:stock.shipment.in.return,packages_volume:"
msgid "The total volume of the packages."
msgstr "Le volume total des emballages."
msgctxt "help:stock.shipment.in.return,packages_weight:"
msgid "The total weight of the packages."
msgstr "Le poids total des emballages."
msgctxt "help:stock.shipment.in.return,volume:"
msgid "The total volume of the record's moves."
msgstr "Le volume total des mouvements de l'enregistrement."
msgctxt "help:stock.shipment.in.return,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr "L'Unité De Mesure du volume."
msgctxt "help:stock.shipment.in.return,weight:"
msgid "The total weight of the record's moves."
msgstr "Le poids total des mouvements de l'enregistrement."
msgctxt "help:stock.shipment.in.return,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr "L'Unité De Mesure du poids."
msgctxt "help:stock.shipment.out,packages_volume:"
msgid "The total volume of the packages."
msgstr "Le volume total des emballages."
msgctxt "help:stock.shipment.out,packages_weight:"
msgid "The total weight of the packages."
msgstr "Le poids total des emballages."
msgctxt "help:stock.shipment.out,volume:"
msgid "The total volume of the record's moves."
msgstr "Le volume total des mouvements de l'enregistrement."
msgctxt "help:stock.shipment.out,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr "L'Unité De Mesure du volume."
msgctxt "help:stock.shipment.out,weight:"
msgid "The total weight of the record's moves."
msgstr "Le poids total des mouvements de l'enregistrement."
msgctxt "help:stock.shipment.out,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr "L'Unité De Mesure du poids."
msgctxt "help:stock.shipment.out.return,volume:"
msgid "The total volume of the record's moves."
msgstr "Le volume total des mouvements de l'enregistrement."
msgctxt "help:stock.shipment.out.return,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr "L'Unité De Mesure du volume."
msgctxt "help:stock.shipment.out.return,weight:"
msgid "The total weight of the record's moves."
msgstr "Le poids total des mouvements de l'enregistrement."
msgctxt "help:stock.shipment.out.return,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr "L'Unité De Mesure du poids."
msgctxt "model:stock.configuration.measurement,name:"
msgid "Stock Configuration Measurement"
msgstr "Configuration de stock Mesure"
msgctxt "view:stock.configuration:"
msgid "Measurements"
msgstr "Mesures"
msgctxt "view:stock.configuration:"
msgid "Volume"
msgstr "Volume"
msgctxt "view:stock.configuration:"
msgid "Weight"
msgstr "Poids"
msgctxt "view:stock.move:"
msgid "Measurements"
msgstr "Mesures"
msgctxt "view:stock.shipment.in.return:"
msgid "Measurements"
msgstr "Mesures"
msgctxt "view:stock.shipment.in:"
msgid "Measurements"
msgstr "Mesures"
msgctxt "view:stock.shipment.out.return:"
msgid "Measurements"
msgstr "Mesures"
msgctxt "view:stock.shipment.out:"
msgid "Measurements"
msgstr "Mesures"

View File

@@ -0,0 +1,307 @@
#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
msgctxt "field:stock.configuration,measurement_volume_uom:"
msgid "Measurement Volume UoM"
msgstr ""
msgctxt "field:stock.configuration,measurement_weight_uom:"
msgid "Measurement Weight UoM"
msgstr ""
msgctxt "field:stock.configuration.measurement,company:"
msgid "Company"
msgstr ""
msgctxt "field:stock.configuration.measurement,measurement_volume_uom:"
msgid "Measurement Volume UoM"
msgstr ""
msgctxt "field:stock.configuration.measurement,measurement_weight_uom:"
msgid "Measurement Weight UoM"
msgstr ""
msgctxt "field:stock.move,internal_volume:"
msgid "Internal Volume"
msgstr ""
msgctxt "field:stock.move,internal_weight:"
msgid "Internal Weight"
msgstr ""
msgctxt "field:stock.package,additional_weight:"
msgid "Additional Weight"
msgstr ""
msgctxt "field:stock.package,additional_weight_uom:"
msgid "Additional Weight UoM"
msgstr ""
msgctxt "field:stock.package,total_volume:"
msgid "Total Volume"
msgstr ""
msgctxt "field:stock.package,total_weight:"
msgid "Total Weight"
msgstr ""
msgctxt "field:stock.package,volume:"
msgid "Volume"
msgstr ""
msgctxt "field:stock.package,volume_uom:"
msgid "Volume UoM"
msgstr ""
msgctxt "field:stock.package,weight:"
msgid "Weight"
msgstr ""
msgctxt "field:stock.package,weight_uom:"
msgid "Weight UoM"
msgstr ""
msgctxt "field:stock.shipment.in,volume:"
msgid "Volume"
msgstr ""
msgctxt "field:stock.shipment.in,volume_uom:"
msgid "Volume UoM"
msgstr ""
msgctxt "field:stock.shipment.in,weight:"
msgid "Weight"
msgstr ""
msgctxt "field:stock.shipment.in,weight_uom:"
msgid "Weight UoM"
msgstr ""
msgctxt "field:stock.shipment.in.return,packages_volume:"
msgid "Packages Volume"
msgstr ""
msgctxt "field:stock.shipment.in.return,packages_weight:"
msgid "Packages Weight"
msgstr ""
msgctxt "field:stock.shipment.in.return,volume:"
msgid "Volume"
msgstr ""
msgctxt "field:stock.shipment.in.return,volume_uom:"
msgid "Volume UoM"
msgstr ""
msgctxt "field:stock.shipment.in.return,weight:"
msgid "Weight"
msgstr ""
msgctxt "field:stock.shipment.in.return,weight_uom:"
msgid "Weight UoM"
msgstr ""
msgctxt "field:stock.shipment.out,packages_volume:"
msgid "Packages Volume"
msgstr ""
msgctxt "field:stock.shipment.out,packages_weight:"
msgid "Packages Weight"
msgstr ""
msgctxt "field:stock.shipment.out,volume:"
msgid "Volume"
msgstr ""
msgctxt "field:stock.shipment.out,volume_uom:"
msgid "Volume UoM"
msgstr ""
msgctxt "field:stock.shipment.out,weight:"
msgid "Weight"
msgstr ""
msgctxt "field:stock.shipment.out,weight_uom:"
msgid "Weight UoM"
msgstr ""
msgctxt "field:stock.shipment.out.return,volume:"
msgid "Volume"
msgstr ""
msgctxt "field:stock.shipment.out.return,volume_uom:"
msgid "Volume UoM"
msgstr ""
msgctxt "field:stock.shipment.out.return,weight:"
msgid "Weight"
msgstr ""
msgctxt "field:stock.shipment.out.return,weight_uom:"
msgid "Weight UoM"
msgstr ""
msgctxt "help:stock.configuration,measurement_volume_uom:"
msgid "The default Unit of Measure for volume."
msgstr ""
msgctxt "help:stock.configuration,measurement_weight_uom:"
msgid "The default Unit of Measure for weight."
msgstr ""
msgctxt "help:stock.move,internal_volume:"
msgid "The volume of the moved product in liter."
msgstr ""
msgctxt "help:stock.move,internal_weight:"
msgid "The weight of the moved product in kg."
msgstr ""
msgctxt "help:stock.package,additional_weight:"
msgid "The weight to add to the packages."
msgstr ""
msgctxt "help:stock.package,additional_weight_uom:"
msgid "The Unit of Measure for additional weight."
msgstr ""
msgctxt "help:stock.package,total_volume:"
msgid "The total volume of the packages."
msgstr ""
msgctxt "help:stock.package,total_weight:"
msgid "The total weight of the packages."
msgstr ""
msgctxt "help:stock.package,volume:"
msgid "The total volume of the record's moves."
msgstr ""
msgctxt "help:stock.package,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
msgctxt "help:stock.package,weight:"
msgid "The total weight of the record's moves."
msgstr ""
msgctxt "help:stock.package,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "help:stock.shipment.in,volume:"
msgid "The total volume of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.in,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
msgctxt "help:stock.shipment.in,weight:"
msgid "The total weight of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.in,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "help:stock.shipment.in.return,packages_volume:"
msgid "The total volume of the packages."
msgstr ""
msgctxt "help:stock.shipment.in.return,packages_weight:"
msgid "The total weight of the packages."
msgstr ""
msgctxt "help:stock.shipment.in.return,volume:"
msgid "The total volume of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.in.return,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
msgctxt "help:stock.shipment.in.return,weight:"
msgid "The total weight of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.in.return,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "help:stock.shipment.out,packages_volume:"
msgid "The total volume of the packages."
msgstr ""
msgctxt "help:stock.shipment.out,packages_weight:"
msgid "The total weight of the packages."
msgstr ""
msgctxt "help:stock.shipment.out,volume:"
msgid "The total volume of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.out,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
msgctxt "help:stock.shipment.out,weight:"
msgid "The total weight of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.out,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "help:stock.shipment.out.return,volume:"
msgid "The total volume of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.out.return,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
msgctxt "help:stock.shipment.out.return,weight:"
msgid "The total weight of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.out.return,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "model:stock.configuration.measurement,name:"
msgid "Stock Configuration Measurement"
msgstr ""
msgctxt "view:stock.configuration:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.configuration:"
msgid "Volume"
msgstr ""
msgctxt "view:stock.configuration:"
msgid "Weight"
msgstr ""
msgctxt "view:stock.move:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.shipment.in.return:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.shipment.in:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.shipment.out.return:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.shipment.out:"
msgid "Measurements"
msgstr ""

View File

@@ -0,0 +1,307 @@
#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
msgctxt "field:stock.configuration,measurement_volume_uom:"
msgid "Measurement Volume UoM"
msgstr ""
msgctxt "field:stock.configuration,measurement_weight_uom:"
msgid "Measurement Weight UoM"
msgstr ""
msgctxt "field:stock.configuration.measurement,company:"
msgid "Company"
msgstr "Perusahaan"
msgctxt "field:stock.configuration.measurement,measurement_volume_uom:"
msgid "Measurement Volume UoM"
msgstr ""
msgctxt "field:stock.configuration.measurement,measurement_weight_uom:"
msgid "Measurement Weight UoM"
msgstr ""
msgctxt "field:stock.move,internal_volume:"
msgid "Internal Volume"
msgstr ""
msgctxt "field:stock.move,internal_weight:"
msgid "Internal Weight"
msgstr ""
msgctxt "field:stock.package,additional_weight:"
msgid "Additional Weight"
msgstr ""
msgctxt "field:stock.package,additional_weight_uom:"
msgid "Additional Weight UoM"
msgstr ""
msgctxt "field:stock.package,total_volume:"
msgid "Total Volume"
msgstr ""
msgctxt "field:stock.package,total_weight:"
msgid "Total Weight"
msgstr ""
msgctxt "field:stock.package,volume:"
msgid "Volume"
msgstr ""
msgctxt "field:stock.package,volume_uom:"
msgid "Volume UoM"
msgstr ""
msgctxt "field:stock.package,weight:"
msgid "Weight"
msgstr ""
msgctxt "field:stock.package,weight_uom:"
msgid "Weight UoM"
msgstr ""
msgctxt "field:stock.shipment.in,volume:"
msgid "Volume"
msgstr ""
msgctxt "field:stock.shipment.in,volume_uom:"
msgid "Volume UoM"
msgstr ""
msgctxt "field:stock.shipment.in,weight:"
msgid "Weight"
msgstr ""
msgctxt "field:stock.shipment.in,weight_uom:"
msgid "Weight UoM"
msgstr ""
msgctxt "field:stock.shipment.in.return,packages_volume:"
msgid "Packages Volume"
msgstr ""
msgctxt "field:stock.shipment.in.return,packages_weight:"
msgid "Packages Weight"
msgstr ""
msgctxt "field:stock.shipment.in.return,volume:"
msgid "Volume"
msgstr ""
msgctxt "field:stock.shipment.in.return,volume_uom:"
msgid "Volume UoM"
msgstr ""
msgctxt "field:stock.shipment.in.return,weight:"
msgid "Weight"
msgstr ""
msgctxt "field:stock.shipment.in.return,weight_uom:"
msgid "Weight UoM"
msgstr ""
msgctxt "field:stock.shipment.out,packages_volume:"
msgid "Packages Volume"
msgstr ""
msgctxt "field:stock.shipment.out,packages_weight:"
msgid "Packages Weight"
msgstr ""
msgctxt "field:stock.shipment.out,volume:"
msgid "Volume"
msgstr ""
msgctxt "field:stock.shipment.out,volume_uom:"
msgid "Volume UoM"
msgstr ""
msgctxt "field:stock.shipment.out,weight:"
msgid "Weight"
msgstr ""
msgctxt "field:stock.shipment.out,weight_uom:"
msgid "Weight UoM"
msgstr ""
msgctxt "field:stock.shipment.out.return,volume:"
msgid "Volume"
msgstr ""
msgctxt "field:stock.shipment.out.return,volume_uom:"
msgid "Volume UoM"
msgstr ""
msgctxt "field:stock.shipment.out.return,weight:"
msgid "Weight"
msgstr ""
msgctxt "field:stock.shipment.out.return,weight_uom:"
msgid "Weight UoM"
msgstr ""
msgctxt "help:stock.configuration,measurement_volume_uom:"
msgid "The default Unit of Measure for volume."
msgstr ""
msgctxt "help:stock.configuration,measurement_weight_uom:"
msgid "The default Unit of Measure for weight."
msgstr ""
msgctxt "help:stock.move,internal_volume:"
msgid "The volume of the moved product in liter."
msgstr ""
msgctxt "help:stock.move,internal_weight:"
msgid "The weight of the moved product in kg."
msgstr ""
msgctxt "help:stock.package,additional_weight:"
msgid "The weight to add to the packages."
msgstr ""
msgctxt "help:stock.package,additional_weight_uom:"
msgid "The Unit of Measure for additional weight."
msgstr ""
msgctxt "help:stock.package,total_volume:"
msgid "The total volume of the packages."
msgstr ""
msgctxt "help:stock.package,total_weight:"
msgid "The total weight of the packages."
msgstr ""
msgctxt "help:stock.package,volume:"
msgid "The total volume of the record's moves."
msgstr ""
msgctxt "help:stock.package,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
msgctxt "help:stock.package,weight:"
msgid "The total weight of the record's moves."
msgstr ""
msgctxt "help:stock.package,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "help:stock.shipment.in,volume:"
msgid "The total volume of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.in,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
msgctxt "help:stock.shipment.in,weight:"
msgid "The total weight of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.in,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "help:stock.shipment.in.return,packages_volume:"
msgid "The total volume of the packages."
msgstr ""
msgctxt "help:stock.shipment.in.return,packages_weight:"
msgid "The total weight of the packages."
msgstr ""
msgctxt "help:stock.shipment.in.return,volume:"
msgid "The total volume of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.in.return,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
msgctxt "help:stock.shipment.in.return,weight:"
msgid "The total weight of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.in.return,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "help:stock.shipment.out,packages_volume:"
msgid "The total volume of the packages."
msgstr ""
msgctxt "help:stock.shipment.out,packages_weight:"
msgid "The total weight of the packages."
msgstr ""
msgctxt "help:stock.shipment.out,volume:"
msgid "The total volume of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.out,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
msgctxt "help:stock.shipment.out,weight:"
msgid "The total weight of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.out,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "help:stock.shipment.out.return,volume:"
msgid "The total volume of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.out.return,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
msgctxt "help:stock.shipment.out.return,weight:"
msgid "The total weight of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.out.return,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "model:stock.configuration.measurement,name:"
msgid "Stock Configuration Measurement"
msgstr ""
msgctxt "view:stock.configuration:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.configuration:"
msgid "Volume"
msgstr ""
msgctxt "view:stock.configuration:"
msgid "Weight"
msgstr ""
msgctxt "view:stock.move:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.shipment.in.return:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.shipment.in:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.shipment.out.return:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.shipment.out:"
msgid "Measurements"
msgstr ""

View File

@@ -0,0 +1,307 @@
#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
msgctxt "field:stock.configuration,measurement_volume_uom:"
msgid "Measurement Volume UoM"
msgstr ""
msgctxt "field:stock.configuration,measurement_weight_uom:"
msgid "Measurement Weight UoM"
msgstr ""
msgctxt "field:stock.configuration.measurement,company:"
msgid "Company"
msgstr ""
msgctxt "field:stock.configuration.measurement,measurement_volume_uom:"
msgid "Measurement Volume UoM"
msgstr ""
msgctxt "field:stock.configuration.measurement,measurement_weight_uom:"
msgid "Measurement Weight UoM"
msgstr ""
msgctxt "field:stock.move,internal_volume:"
msgid "Internal Volume"
msgstr ""
msgctxt "field:stock.move,internal_weight:"
msgid "Internal Weight"
msgstr ""
msgctxt "field:stock.package,additional_weight:"
msgid "Additional Weight"
msgstr ""
msgctxt "field:stock.package,additional_weight_uom:"
msgid "Additional Weight UoM"
msgstr ""
msgctxt "field:stock.package,total_volume:"
msgid "Total Volume"
msgstr ""
msgctxt "field:stock.package,total_weight:"
msgid "Total Weight"
msgstr ""
msgctxt "field:stock.package,volume:"
msgid "Volume"
msgstr ""
msgctxt "field:stock.package,volume_uom:"
msgid "Volume UoM"
msgstr ""
msgctxt "field:stock.package,weight:"
msgid "Weight"
msgstr ""
msgctxt "field:stock.package,weight_uom:"
msgid "Weight UoM"
msgstr ""
msgctxt "field:stock.shipment.in,volume:"
msgid "Volume"
msgstr ""
msgctxt "field:stock.shipment.in,volume_uom:"
msgid "Volume UoM"
msgstr ""
msgctxt "field:stock.shipment.in,weight:"
msgid "Weight"
msgstr ""
msgctxt "field:stock.shipment.in,weight_uom:"
msgid "Weight UoM"
msgstr ""
msgctxt "field:stock.shipment.in.return,packages_volume:"
msgid "Packages Volume"
msgstr ""
msgctxt "field:stock.shipment.in.return,packages_weight:"
msgid "Packages Weight"
msgstr ""
msgctxt "field:stock.shipment.in.return,volume:"
msgid "Volume"
msgstr ""
msgctxt "field:stock.shipment.in.return,volume_uom:"
msgid "Volume UoM"
msgstr ""
msgctxt "field:stock.shipment.in.return,weight:"
msgid "Weight"
msgstr ""
msgctxt "field:stock.shipment.in.return,weight_uom:"
msgid "Weight UoM"
msgstr ""
msgctxt "field:stock.shipment.out,packages_volume:"
msgid "Packages Volume"
msgstr ""
msgctxt "field:stock.shipment.out,packages_weight:"
msgid "Packages Weight"
msgstr ""
msgctxt "field:stock.shipment.out,volume:"
msgid "Volume"
msgstr ""
msgctxt "field:stock.shipment.out,volume_uom:"
msgid "Volume UoM"
msgstr ""
msgctxt "field:stock.shipment.out,weight:"
msgid "Weight"
msgstr ""
msgctxt "field:stock.shipment.out,weight_uom:"
msgid "Weight UoM"
msgstr ""
msgctxt "field:stock.shipment.out.return,volume:"
msgid "Volume"
msgstr ""
msgctxt "field:stock.shipment.out.return,volume_uom:"
msgid "Volume UoM"
msgstr ""
msgctxt "field:stock.shipment.out.return,weight:"
msgid "Weight"
msgstr ""
msgctxt "field:stock.shipment.out.return,weight_uom:"
msgid "Weight UoM"
msgstr ""
msgctxt "help:stock.configuration,measurement_volume_uom:"
msgid "The default Unit of Measure for volume."
msgstr ""
msgctxt "help:stock.configuration,measurement_weight_uom:"
msgid "The default Unit of Measure for weight."
msgstr ""
msgctxt "help:stock.move,internal_volume:"
msgid "The volume of the moved product in liter."
msgstr ""
msgctxt "help:stock.move,internal_weight:"
msgid "The weight of the moved product in kg."
msgstr ""
msgctxt "help:stock.package,additional_weight:"
msgid "The weight to add to the packages."
msgstr ""
msgctxt "help:stock.package,additional_weight_uom:"
msgid "The Unit of Measure for additional weight."
msgstr ""
msgctxt "help:stock.package,total_volume:"
msgid "The total volume of the packages."
msgstr ""
msgctxt "help:stock.package,total_weight:"
msgid "The total weight of the packages."
msgstr ""
msgctxt "help:stock.package,volume:"
msgid "The total volume of the record's moves."
msgstr ""
msgctxt "help:stock.package,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
msgctxt "help:stock.package,weight:"
msgid "The total weight of the record's moves."
msgstr ""
msgctxt "help:stock.package,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "help:stock.shipment.in,volume:"
msgid "The total volume of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.in,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
msgctxt "help:stock.shipment.in,weight:"
msgid "The total weight of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.in,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "help:stock.shipment.in.return,packages_volume:"
msgid "The total volume of the packages."
msgstr ""
msgctxt "help:stock.shipment.in.return,packages_weight:"
msgid "The total weight of the packages."
msgstr ""
msgctxt "help:stock.shipment.in.return,volume:"
msgid "The total volume of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.in.return,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
msgctxt "help:stock.shipment.in.return,weight:"
msgid "The total weight of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.in.return,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "help:stock.shipment.out,packages_volume:"
msgid "The total volume of the packages."
msgstr ""
msgctxt "help:stock.shipment.out,packages_weight:"
msgid "The total weight of the packages."
msgstr ""
msgctxt "help:stock.shipment.out,volume:"
msgid "The total volume of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.out,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
msgctxt "help:stock.shipment.out,weight:"
msgid "The total weight of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.out,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "help:stock.shipment.out.return,volume:"
msgid "The total volume of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.out.return,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
msgctxt "help:stock.shipment.out.return,weight:"
msgid "The total weight of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.out.return,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "model:stock.configuration.measurement,name:"
msgid "Stock Configuration Measurement"
msgstr ""
msgctxt "view:stock.configuration:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.configuration:"
msgid "Volume"
msgstr ""
msgctxt "view:stock.configuration:"
msgid "Weight"
msgstr ""
msgctxt "view:stock.move:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.shipment.in.return:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.shipment.in:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.shipment.out.return:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.shipment.out:"
msgid "Measurements"
msgstr ""

View File

@@ -0,0 +1,307 @@
#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
msgctxt "field:stock.configuration,measurement_volume_uom:"
msgid "Measurement Volume UoM"
msgstr ""
msgctxt "field:stock.configuration,measurement_weight_uom:"
msgid "Measurement Weight UoM"
msgstr ""
msgctxt "field:stock.configuration.measurement,company:"
msgid "Company"
msgstr ""
msgctxt "field:stock.configuration.measurement,measurement_volume_uom:"
msgid "Measurement Volume UoM"
msgstr ""
msgctxt "field:stock.configuration.measurement,measurement_weight_uom:"
msgid "Measurement Weight UoM"
msgstr ""
msgctxt "field:stock.move,internal_volume:"
msgid "Internal Volume"
msgstr ""
msgctxt "field:stock.move,internal_weight:"
msgid "Internal Weight"
msgstr ""
msgctxt "field:stock.package,additional_weight:"
msgid "Additional Weight"
msgstr ""
msgctxt "field:stock.package,additional_weight_uom:"
msgid "Additional Weight UoM"
msgstr ""
msgctxt "field:stock.package,total_volume:"
msgid "Total Volume"
msgstr ""
msgctxt "field:stock.package,total_weight:"
msgid "Total Weight"
msgstr ""
msgctxt "field:stock.package,volume:"
msgid "Volume"
msgstr ""
msgctxt "field:stock.package,volume_uom:"
msgid "Volume UoM"
msgstr ""
msgctxt "field:stock.package,weight:"
msgid "Weight"
msgstr ""
msgctxt "field:stock.package,weight_uom:"
msgid "Weight UoM"
msgstr ""
msgctxt "field:stock.shipment.in,volume:"
msgid "Volume"
msgstr ""
msgctxt "field:stock.shipment.in,volume_uom:"
msgid "Volume UoM"
msgstr ""
msgctxt "field:stock.shipment.in,weight:"
msgid "Weight"
msgstr ""
msgctxt "field:stock.shipment.in,weight_uom:"
msgid "Weight UoM"
msgstr ""
msgctxt "field:stock.shipment.in.return,packages_volume:"
msgid "Packages Volume"
msgstr ""
msgctxt "field:stock.shipment.in.return,packages_weight:"
msgid "Packages Weight"
msgstr ""
msgctxt "field:stock.shipment.in.return,volume:"
msgid "Volume"
msgstr ""
msgctxt "field:stock.shipment.in.return,volume_uom:"
msgid "Volume UoM"
msgstr ""
msgctxt "field:stock.shipment.in.return,weight:"
msgid "Weight"
msgstr ""
msgctxt "field:stock.shipment.in.return,weight_uom:"
msgid "Weight UoM"
msgstr ""
msgctxt "field:stock.shipment.out,packages_volume:"
msgid "Packages Volume"
msgstr ""
msgctxt "field:stock.shipment.out,packages_weight:"
msgid "Packages Weight"
msgstr ""
msgctxt "field:stock.shipment.out,volume:"
msgid "Volume"
msgstr ""
msgctxt "field:stock.shipment.out,volume_uom:"
msgid "Volume UoM"
msgstr ""
msgctxt "field:stock.shipment.out,weight:"
msgid "Weight"
msgstr ""
msgctxt "field:stock.shipment.out,weight_uom:"
msgid "Weight UoM"
msgstr ""
msgctxt "field:stock.shipment.out.return,volume:"
msgid "Volume"
msgstr ""
msgctxt "field:stock.shipment.out.return,volume_uom:"
msgid "Volume UoM"
msgstr ""
msgctxt "field:stock.shipment.out.return,weight:"
msgid "Weight"
msgstr ""
msgctxt "field:stock.shipment.out.return,weight_uom:"
msgid "Weight UoM"
msgstr ""
msgctxt "help:stock.configuration,measurement_volume_uom:"
msgid "The default Unit of Measure for volume."
msgstr ""
msgctxt "help:stock.configuration,measurement_weight_uom:"
msgid "The default Unit of Measure for weight."
msgstr ""
msgctxt "help:stock.move,internal_volume:"
msgid "The volume of the moved product in liter."
msgstr ""
msgctxt "help:stock.move,internal_weight:"
msgid "The weight of the moved product in kg."
msgstr ""
msgctxt "help:stock.package,additional_weight:"
msgid "The weight to add to the packages."
msgstr ""
msgctxt "help:stock.package,additional_weight_uom:"
msgid "The Unit of Measure for additional weight."
msgstr ""
msgctxt "help:stock.package,total_volume:"
msgid "The total volume of the packages."
msgstr ""
msgctxt "help:stock.package,total_weight:"
msgid "The total weight of the packages."
msgstr ""
msgctxt "help:stock.package,volume:"
msgid "The total volume of the record's moves."
msgstr ""
msgctxt "help:stock.package,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
msgctxt "help:stock.package,weight:"
msgid "The total weight of the record's moves."
msgstr ""
msgctxt "help:stock.package,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "help:stock.shipment.in,volume:"
msgid "The total volume of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.in,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
msgctxt "help:stock.shipment.in,weight:"
msgid "The total weight of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.in,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "help:stock.shipment.in.return,packages_volume:"
msgid "The total volume of the packages."
msgstr ""
msgctxt "help:stock.shipment.in.return,packages_weight:"
msgid "The total weight of the packages."
msgstr ""
msgctxt "help:stock.shipment.in.return,volume:"
msgid "The total volume of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.in.return,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
msgctxt "help:stock.shipment.in.return,weight:"
msgid "The total weight of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.in.return,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "help:stock.shipment.out,packages_volume:"
msgid "The total volume of the packages."
msgstr ""
msgctxt "help:stock.shipment.out,packages_weight:"
msgid "The total weight of the packages."
msgstr ""
msgctxt "help:stock.shipment.out,volume:"
msgid "The total volume of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.out,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
msgctxt "help:stock.shipment.out,weight:"
msgid "The total weight of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.out,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "help:stock.shipment.out.return,volume:"
msgid "The total volume of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.out.return,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
msgctxt "help:stock.shipment.out.return,weight:"
msgid "The total weight of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.out.return,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "model:stock.configuration.measurement,name:"
msgid "Stock Configuration Measurement"
msgstr ""
msgctxt "view:stock.configuration:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.configuration:"
msgid "Volume"
msgstr ""
msgctxt "view:stock.configuration:"
msgid "Weight"
msgstr ""
msgctxt "view:stock.move:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.shipment.in.return:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.shipment.in:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.shipment.out.return:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.shipment.out:"
msgid "Measurements"
msgstr ""

View File

@@ -0,0 +1,307 @@
#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
msgctxt "field:stock.configuration,measurement_volume_uom:"
msgid "Measurement Volume UoM"
msgstr ""
msgctxt "field:stock.configuration,measurement_weight_uom:"
msgid "Measurement Weight UoM"
msgstr ""
msgctxt "field:stock.configuration.measurement,company:"
msgid "Company"
msgstr ""
msgctxt "field:stock.configuration.measurement,measurement_volume_uom:"
msgid "Measurement Volume UoM"
msgstr ""
msgctxt "field:stock.configuration.measurement,measurement_weight_uom:"
msgid "Measurement Weight UoM"
msgstr ""
msgctxt "field:stock.move,internal_volume:"
msgid "Internal Volume"
msgstr ""
msgctxt "field:stock.move,internal_weight:"
msgid "Internal Weight"
msgstr ""
msgctxt "field:stock.package,additional_weight:"
msgid "Additional Weight"
msgstr ""
msgctxt "field:stock.package,additional_weight_uom:"
msgid "Additional Weight UoM"
msgstr ""
msgctxt "field:stock.package,total_volume:"
msgid "Total Volume"
msgstr ""
msgctxt "field:stock.package,total_weight:"
msgid "Total Weight"
msgstr ""
msgctxt "field:stock.package,volume:"
msgid "Volume"
msgstr ""
msgctxt "field:stock.package,volume_uom:"
msgid "Volume UoM"
msgstr ""
msgctxt "field:stock.package,weight:"
msgid "Weight"
msgstr ""
msgctxt "field:stock.package,weight_uom:"
msgid "Weight UoM"
msgstr ""
msgctxt "field:stock.shipment.in,volume:"
msgid "Volume"
msgstr ""
msgctxt "field:stock.shipment.in,volume_uom:"
msgid "Volume UoM"
msgstr ""
msgctxt "field:stock.shipment.in,weight:"
msgid "Weight"
msgstr ""
msgctxt "field:stock.shipment.in,weight_uom:"
msgid "Weight UoM"
msgstr ""
msgctxt "field:stock.shipment.in.return,packages_volume:"
msgid "Packages Volume"
msgstr ""
msgctxt "field:stock.shipment.in.return,packages_weight:"
msgid "Packages Weight"
msgstr ""
msgctxt "field:stock.shipment.in.return,volume:"
msgid "Volume"
msgstr ""
msgctxt "field:stock.shipment.in.return,volume_uom:"
msgid "Volume UoM"
msgstr ""
msgctxt "field:stock.shipment.in.return,weight:"
msgid "Weight"
msgstr ""
msgctxt "field:stock.shipment.in.return,weight_uom:"
msgid "Weight UoM"
msgstr ""
msgctxt "field:stock.shipment.out,packages_volume:"
msgid "Packages Volume"
msgstr ""
msgctxt "field:stock.shipment.out,packages_weight:"
msgid "Packages Weight"
msgstr ""
msgctxt "field:stock.shipment.out,volume:"
msgid "Volume"
msgstr ""
msgctxt "field:stock.shipment.out,volume_uom:"
msgid "Volume UoM"
msgstr ""
msgctxt "field:stock.shipment.out,weight:"
msgid "Weight"
msgstr ""
msgctxt "field:stock.shipment.out,weight_uom:"
msgid "Weight UoM"
msgstr ""
msgctxt "field:stock.shipment.out.return,volume:"
msgid "Volume"
msgstr ""
msgctxt "field:stock.shipment.out.return,volume_uom:"
msgid "Volume UoM"
msgstr ""
msgctxt "field:stock.shipment.out.return,weight:"
msgid "Weight"
msgstr ""
msgctxt "field:stock.shipment.out.return,weight_uom:"
msgid "Weight UoM"
msgstr ""
msgctxt "help:stock.configuration,measurement_volume_uom:"
msgid "The default Unit of Measure for volume."
msgstr ""
msgctxt "help:stock.configuration,measurement_weight_uom:"
msgid "The default Unit of Measure for weight."
msgstr ""
msgctxt "help:stock.move,internal_volume:"
msgid "The volume of the moved product in liter."
msgstr ""
msgctxt "help:stock.move,internal_weight:"
msgid "The weight of the moved product in kg."
msgstr ""
msgctxt "help:stock.package,additional_weight:"
msgid "The weight to add to the packages."
msgstr ""
msgctxt "help:stock.package,additional_weight_uom:"
msgid "The Unit of Measure for additional weight."
msgstr ""
msgctxt "help:stock.package,total_volume:"
msgid "The total volume of the packages."
msgstr ""
msgctxt "help:stock.package,total_weight:"
msgid "The total weight of the packages."
msgstr ""
msgctxt "help:stock.package,volume:"
msgid "The total volume of the record's moves."
msgstr ""
msgctxt "help:stock.package,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
msgctxt "help:stock.package,weight:"
msgid "The total weight of the record's moves."
msgstr ""
msgctxt "help:stock.package,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "help:stock.shipment.in,volume:"
msgid "The total volume of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.in,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
msgctxt "help:stock.shipment.in,weight:"
msgid "The total weight of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.in,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "help:stock.shipment.in.return,packages_volume:"
msgid "The total volume of the packages."
msgstr ""
msgctxt "help:stock.shipment.in.return,packages_weight:"
msgid "The total weight of the packages."
msgstr ""
msgctxt "help:stock.shipment.in.return,volume:"
msgid "The total volume of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.in.return,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
msgctxt "help:stock.shipment.in.return,weight:"
msgid "The total weight of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.in.return,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "help:stock.shipment.out,packages_volume:"
msgid "The total volume of the packages."
msgstr ""
msgctxt "help:stock.shipment.out,packages_weight:"
msgid "The total weight of the packages."
msgstr ""
msgctxt "help:stock.shipment.out,volume:"
msgid "The total volume of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.out,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
msgctxt "help:stock.shipment.out,weight:"
msgid "The total weight of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.out,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "help:stock.shipment.out.return,volume:"
msgid "The total volume of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.out.return,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
msgctxt "help:stock.shipment.out.return,weight:"
msgid "The total weight of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.out.return,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "model:stock.configuration.measurement,name:"
msgid "Stock Configuration Measurement"
msgstr ""
msgctxt "view:stock.configuration:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.configuration:"
msgid "Volume"
msgstr ""
msgctxt "view:stock.configuration:"
msgid "Weight"
msgstr ""
msgctxt "view:stock.move:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.shipment.in.return:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.shipment.in:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.shipment.out.return:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.shipment.out:"
msgid "Measurements"
msgstr ""

View File

@@ -0,0 +1,307 @@
#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
msgctxt "field:stock.configuration,measurement_volume_uom:"
msgid "Measurement Volume UoM"
msgstr "Maateenheid afmeting volume"
msgctxt "field:stock.configuration,measurement_weight_uom:"
msgid "Measurement Weight UoM"
msgstr "Maateenheid afmeting gewicht"
msgctxt "field:stock.configuration.measurement,company:"
msgid "Company"
msgstr "Bedrijf"
msgctxt "field:stock.configuration.measurement,measurement_volume_uom:"
msgid "Measurement Volume UoM"
msgstr "Maateenheid afmeting volume"
msgctxt "field:stock.configuration.measurement,measurement_weight_uom:"
msgid "Measurement Weight UoM"
msgstr "Maateenheid afmeting gewicht"
msgctxt "field:stock.move,internal_volume:"
msgid "Internal Volume"
msgstr "Intern volumes"
msgctxt "field:stock.move,internal_weight:"
msgid "Internal Weight"
msgstr "Intern gewicht"
msgctxt "field:stock.package,additional_weight:"
msgid "Additional Weight"
msgstr "Extra gewicht"
msgctxt "field:stock.package,additional_weight_uom:"
msgid "Additional Weight UoM"
msgstr "Maateenheid extra gewicht"
msgctxt "field:stock.package,total_volume:"
msgid "Total Volume"
msgstr "Totaal volume"
msgctxt "field:stock.package,total_weight:"
msgid "Total Weight"
msgstr "totaal gewicht"
msgctxt "field:stock.package,volume:"
msgid "Volume"
msgstr "Volume"
msgctxt "field:stock.package,volume_uom:"
msgid "Volume UoM"
msgstr "Maateenheid volume"
msgctxt "field:stock.package,weight:"
msgid "Weight"
msgstr "Gewicht"
msgctxt "field:stock.package,weight_uom:"
msgid "Weight UoM"
msgstr "Maateenheid gewicht"
msgctxt "field:stock.shipment.in,volume:"
msgid "Volume"
msgstr "Volume"
msgctxt "field:stock.shipment.in,volume_uom:"
msgid "Volume UoM"
msgstr "Maateenheid volume"
msgctxt "field:stock.shipment.in,weight:"
msgid "Weight"
msgstr "Gewicht"
msgctxt "field:stock.shipment.in,weight_uom:"
msgid "Weight UoM"
msgstr "Maateenheid gewicht"
msgctxt "field:stock.shipment.in.return,packages_volume:"
msgid "Packages Volume"
msgstr "Volume verpakkingen"
msgctxt "field:stock.shipment.in.return,packages_weight:"
msgid "Packages Weight"
msgstr "Gewicht verpakkingen"
msgctxt "field:stock.shipment.in.return,volume:"
msgid "Volume"
msgstr "Volume"
msgctxt "field:stock.shipment.in.return,volume_uom:"
msgid "Volume UoM"
msgstr "Maateenheid volume"
msgctxt "field:stock.shipment.in.return,weight:"
msgid "Weight"
msgstr "Gewicht"
msgctxt "field:stock.shipment.in.return,weight_uom:"
msgid "Weight UoM"
msgstr "Maateenheid gewicht"
msgctxt "field:stock.shipment.out,packages_volume:"
msgid "Packages Volume"
msgstr "Volume verpakkingen"
msgctxt "field:stock.shipment.out,packages_weight:"
msgid "Packages Weight"
msgstr "Gewicht verpakkingen"
msgctxt "field:stock.shipment.out,volume:"
msgid "Volume"
msgstr "Volume"
msgctxt "field:stock.shipment.out,volume_uom:"
msgid "Volume UoM"
msgstr "Maateenheid volume"
msgctxt "field:stock.shipment.out,weight:"
msgid "Weight"
msgstr "Gewicht"
msgctxt "field:stock.shipment.out,weight_uom:"
msgid "Weight UoM"
msgstr "Maateenheid gewicht"
msgctxt "field:stock.shipment.out.return,volume:"
msgid "Volume"
msgstr "Volume"
msgctxt "field:stock.shipment.out.return,volume_uom:"
msgid "Volume UoM"
msgstr "Maateenheid volume"
msgctxt "field:stock.shipment.out.return,weight:"
msgid "Weight"
msgstr "Gewicht"
msgctxt "field:stock.shipment.out.return,weight_uom:"
msgid "Weight UoM"
msgstr "Maateenheid gewicht"
msgctxt "help:stock.configuration,measurement_volume_uom:"
msgid "The default Unit of Measure for volume."
msgstr "De standaard maateenheid voor volume."
msgctxt "help:stock.configuration,measurement_weight_uom:"
msgid "The default Unit of Measure for weight."
msgstr "De standaard maateenheid voor gewicht."
msgctxt "help:stock.move,internal_volume:"
msgid "The volume of the moved product in liter."
msgstr "Het volume van het verplaatste product in liter."
msgctxt "help:stock.move,internal_weight:"
msgid "The weight of the moved product in kg."
msgstr "Het gewicht van het verplaatste product in kg."
msgctxt "help:stock.package,additional_weight:"
msgid "The weight to add to the packages."
msgstr "Het gewicht dat moet worden toegevoegd aan de pakketten."
msgctxt "help:stock.package,additional_weight_uom:"
msgid "The Unit of Measure for additional weight."
msgstr "De maateenheid voor extra gewicht."
msgctxt "help:stock.package,total_volume:"
msgid "The total volume of the packages."
msgstr "Het totale volume van de pakketten."
msgctxt "help:stock.package,total_weight:"
msgid "The total weight of the packages."
msgstr "Het totale gewicht van de pakketten."
msgctxt "help:stock.package,volume:"
msgid "The total volume of the record's moves."
msgstr "Het totale volume van de voorraadbewegingen."
msgctxt "help:stock.package,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr "De maateenheid voor de volume."
msgctxt "help:stock.package,weight:"
msgid "The total weight of the record's moves."
msgstr "Het totale gewicht van de voorraadbewegingen."
msgctxt "help:stock.package,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr "De maateenheid voor gewicht."
msgctxt "help:stock.shipment.in,volume:"
msgid "The total volume of the record's moves."
msgstr "Het totale volume van de voorraadbewegingen."
msgctxt "help:stock.shipment.in,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr "De maateenheid voor volume."
msgctxt "help:stock.shipment.in,weight:"
msgid "The total weight of the record's moves."
msgstr "Het totale gewicht van de voorraadbewegingen."
msgctxt "help:stock.shipment.in,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr "De maateenheid voor gewicht."
msgctxt "help:stock.shipment.in.return,packages_volume:"
msgid "The total volume of the packages."
msgstr "Het totale volume van de pakketten."
msgctxt "help:stock.shipment.in.return,packages_weight:"
msgid "The total weight of the packages."
msgstr "Het totale gewicht van de pakketten."
msgctxt "help:stock.shipment.in.return,volume:"
msgid "The total volume of the record's moves."
msgstr "Het totale volume van de voorraadbewegingen."
msgctxt "help:stock.shipment.in.return,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr "De maateenheid voor volume."
msgctxt "help:stock.shipment.in.return,weight:"
msgid "The total weight of the record's moves."
msgstr "Het totale gewicht van de voorraadbewegingen."
msgctxt "help:stock.shipment.in.return,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr "De maateenheid voor gewicht."
msgctxt "help:stock.shipment.out,packages_volume:"
msgid "The total volume of the packages."
msgstr "Het totale volume van de pakketten."
msgctxt "help:stock.shipment.out,packages_weight:"
msgid "The total weight of the packages."
msgstr "Het totale gewicht van de pakketten."
msgctxt "help:stock.shipment.out,volume:"
msgid "The total volume of the record's moves."
msgstr "Het totale volume van de voorraadbewegingen."
msgctxt "help:stock.shipment.out,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr "De maateenheid voor volume."
msgctxt "help:stock.shipment.out,weight:"
msgid "The total weight of the record's moves."
msgstr "Het totale gewicht van de voorraadbewegingen."
msgctxt "help:stock.shipment.out,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr "De maateenheid voor gewicht."
msgctxt "help:stock.shipment.out.return,volume:"
msgid "The total volume of the record's moves."
msgstr "Het totale volume van de voorraadbewegingen."
msgctxt "help:stock.shipment.out.return,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr "De maateenheid voor volume."
msgctxt "help:stock.shipment.out.return,weight:"
msgid "The total weight of the record's moves."
msgstr "Het totale gewicht van de voorraadbewegingen."
msgctxt "help:stock.shipment.out.return,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr "De maateenheid voor gewicht."
msgctxt "model:stock.configuration.measurement,name:"
msgid "Stock Configuration Measurement"
msgstr "Voorraad configuratie afmetingen"
msgctxt "view:stock.configuration:"
msgid "Measurements"
msgstr "Afmetingen"
msgctxt "view:stock.configuration:"
msgid "Volume"
msgstr "Volume"
msgctxt "view:stock.configuration:"
msgid "Weight"
msgstr "Gewicht"
msgctxt "view:stock.move:"
msgid "Measurements"
msgstr "Afmetingen"
msgctxt "view:stock.shipment.in.return:"
msgid "Measurements"
msgstr "Afmetingen"
msgctxt "view:stock.shipment.in:"
msgid "Measurements"
msgstr "Afmetingen"
msgctxt "view:stock.shipment.out.return:"
msgid "Measurements"
msgstr "Afmetingen"
msgctxt "view:stock.shipment.out:"
msgid "Measurements"
msgstr "Afmetingen"

View File

@@ -0,0 +1,307 @@
#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
msgctxt "field:stock.configuration,measurement_volume_uom:"
msgid "Measurement Volume UoM"
msgstr ""
msgctxt "field:stock.configuration,measurement_weight_uom:"
msgid "Measurement Weight UoM"
msgstr ""
msgctxt "field:stock.configuration.measurement,company:"
msgid "Company"
msgstr ""
msgctxt "field:stock.configuration.measurement,measurement_volume_uom:"
msgid "Measurement Volume UoM"
msgstr ""
msgctxt "field:stock.configuration.measurement,measurement_weight_uom:"
msgid "Measurement Weight UoM"
msgstr ""
msgctxt "field:stock.move,internal_volume:"
msgid "Internal Volume"
msgstr ""
msgctxt "field:stock.move,internal_weight:"
msgid "Internal Weight"
msgstr ""
msgctxt "field:stock.package,additional_weight:"
msgid "Additional Weight"
msgstr ""
msgctxt "field:stock.package,additional_weight_uom:"
msgid "Additional Weight UoM"
msgstr ""
msgctxt "field:stock.package,total_volume:"
msgid "Total Volume"
msgstr ""
msgctxt "field:stock.package,total_weight:"
msgid "Total Weight"
msgstr ""
msgctxt "field:stock.package,volume:"
msgid "Volume"
msgstr ""
msgctxt "field:stock.package,volume_uom:"
msgid "Volume UoM"
msgstr ""
msgctxt "field:stock.package,weight:"
msgid "Weight"
msgstr ""
msgctxt "field:stock.package,weight_uom:"
msgid "Weight UoM"
msgstr ""
msgctxt "field:stock.shipment.in,volume:"
msgid "Volume"
msgstr ""
msgctxt "field:stock.shipment.in,volume_uom:"
msgid "Volume UoM"
msgstr ""
msgctxt "field:stock.shipment.in,weight:"
msgid "Weight"
msgstr ""
msgctxt "field:stock.shipment.in,weight_uom:"
msgid "Weight UoM"
msgstr ""
msgctxt "field:stock.shipment.in.return,packages_volume:"
msgid "Packages Volume"
msgstr ""
msgctxt "field:stock.shipment.in.return,packages_weight:"
msgid "Packages Weight"
msgstr ""
msgctxt "field:stock.shipment.in.return,volume:"
msgid "Volume"
msgstr ""
msgctxt "field:stock.shipment.in.return,volume_uom:"
msgid "Volume UoM"
msgstr ""
msgctxt "field:stock.shipment.in.return,weight:"
msgid "Weight"
msgstr ""
msgctxt "field:stock.shipment.in.return,weight_uom:"
msgid "Weight UoM"
msgstr ""
msgctxt "field:stock.shipment.out,packages_volume:"
msgid "Packages Volume"
msgstr ""
msgctxt "field:stock.shipment.out,packages_weight:"
msgid "Packages Weight"
msgstr ""
msgctxt "field:stock.shipment.out,volume:"
msgid "Volume"
msgstr ""
msgctxt "field:stock.shipment.out,volume_uom:"
msgid "Volume UoM"
msgstr ""
msgctxt "field:stock.shipment.out,weight:"
msgid "Weight"
msgstr ""
msgctxt "field:stock.shipment.out,weight_uom:"
msgid "Weight UoM"
msgstr ""
msgctxt "field:stock.shipment.out.return,volume:"
msgid "Volume"
msgstr ""
msgctxt "field:stock.shipment.out.return,volume_uom:"
msgid "Volume UoM"
msgstr ""
msgctxt "field:stock.shipment.out.return,weight:"
msgid "Weight"
msgstr ""
msgctxt "field:stock.shipment.out.return,weight_uom:"
msgid "Weight UoM"
msgstr ""
msgctxt "help:stock.configuration,measurement_volume_uom:"
msgid "The default Unit of Measure for volume."
msgstr ""
msgctxt "help:stock.configuration,measurement_weight_uom:"
msgid "The default Unit of Measure for weight."
msgstr ""
msgctxt "help:stock.move,internal_volume:"
msgid "The volume of the moved product in liter."
msgstr ""
msgctxt "help:stock.move,internal_weight:"
msgid "The weight of the moved product in kg."
msgstr ""
msgctxt "help:stock.package,additional_weight:"
msgid "The weight to add to the packages."
msgstr ""
msgctxt "help:stock.package,additional_weight_uom:"
msgid "The Unit of Measure for additional weight."
msgstr ""
msgctxt "help:stock.package,total_volume:"
msgid "The total volume of the packages."
msgstr ""
msgctxt "help:stock.package,total_weight:"
msgid "The total weight of the packages."
msgstr ""
msgctxt "help:stock.package,volume:"
msgid "The total volume of the record's moves."
msgstr ""
msgctxt "help:stock.package,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
msgctxt "help:stock.package,weight:"
msgid "The total weight of the record's moves."
msgstr ""
msgctxt "help:stock.package,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "help:stock.shipment.in,volume:"
msgid "The total volume of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.in,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
msgctxt "help:stock.shipment.in,weight:"
msgid "The total weight of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.in,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "help:stock.shipment.in.return,packages_volume:"
msgid "The total volume of the packages."
msgstr ""
msgctxt "help:stock.shipment.in.return,packages_weight:"
msgid "The total weight of the packages."
msgstr ""
msgctxt "help:stock.shipment.in.return,volume:"
msgid "The total volume of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.in.return,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
msgctxt "help:stock.shipment.in.return,weight:"
msgid "The total weight of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.in.return,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "help:stock.shipment.out,packages_volume:"
msgid "The total volume of the packages."
msgstr ""
msgctxt "help:stock.shipment.out,packages_weight:"
msgid "The total weight of the packages."
msgstr ""
msgctxt "help:stock.shipment.out,volume:"
msgid "The total volume of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.out,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
msgctxt "help:stock.shipment.out,weight:"
msgid "The total weight of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.out,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "help:stock.shipment.out.return,volume:"
msgid "The total volume of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.out.return,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
msgctxt "help:stock.shipment.out.return,weight:"
msgid "The total weight of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.out.return,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "model:stock.configuration.measurement,name:"
msgid "Stock Configuration Measurement"
msgstr ""
msgctxt "view:stock.configuration:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.configuration:"
msgid "Volume"
msgstr ""
msgctxt "view:stock.configuration:"
msgid "Weight"
msgstr ""
msgctxt "view:stock.move:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.shipment.in.return:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.shipment.in:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.shipment.out.return:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.shipment.out:"
msgid "Measurements"
msgstr ""

View File

@@ -0,0 +1,337 @@
#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
msgctxt "field:stock.configuration,measurement_volume_uom:"
msgid "Measurement Volume UoM"
msgstr ""
msgctxt "field:stock.configuration,measurement_weight_uom:"
msgid "Measurement Weight UoM"
msgstr ""
msgctxt "field:stock.configuration.measurement,company:"
msgid "Company"
msgstr ""
msgctxt "field:stock.configuration.measurement,measurement_volume_uom:"
msgid "Measurement Volume UoM"
msgstr ""
msgctxt "field:stock.configuration.measurement,measurement_weight_uom:"
msgid "Measurement Weight UoM"
msgstr ""
msgctxt "field:stock.move,internal_volume:"
msgid "Internal Volume"
msgstr "Volume Interno"
msgctxt "field:stock.move,internal_weight:"
msgid "Internal Weight"
msgstr "Peso Interno"
msgctxt "field:stock.package,additional_weight:"
msgid "Additional Weight"
msgstr "Peso Adicional"
#, fuzzy
msgctxt "field:stock.package,additional_weight_uom:"
msgid "Additional Weight UoM"
msgstr "Peso Adicional"
msgctxt "field:stock.package,total_volume:"
msgid "Total Volume"
msgstr "Volume Total"
msgctxt "field:stock.package,total_weight:"
msgid "Total Weight"
msgstr "Peso Total"
msgctxt "field:stock.package,volume:"
msgid "Volume"
msgstr "Volume"
#, fuzzy
msgctxt "field:stock.package,volume_uom:"
msgid "Volume UoM"
msgstr "Volume"
msgctxt "field:stock.package,weight:"
msgid "Weight"
msgstr "Peso"
#, fuzzy
msgctxt "field:stock.package,weight_uom:"
msgid "Weight UoM"
msgstr "Peso"
msgctxt "field:stock.shipment.in,volume:"
msgid "Volume"
msgstr "Volume"
#, fuzzy
msgctxt "field:stock.shipment.in,volume_uom:"
msgid "Volume UoM"
msgstr "Volume"
msgctxt "field:stock.shipment.in,weight:"
msgid "Weight"
msgstr "Peso"
#, fuzzy
msgctxt "field:stock.shipment.in,weight_uom:"
msgid "Weight UoM"
msgstr "Peso"
msgctxt "field:stock.shipment.in.return,packages_volume:"
msgid "Packages Volume"
msgstr ""
msgctxt "field:stock.shipment.in.return,packages_weight:"
msgid "Packages Weight"
msgstr ""
msgctxt "field:stock.shipment.in.return,volume:"
msgid "Volume"
msgstr "Volume"
#, fuzzy
msgctxt "field:stock.shipment.in.return,volume_uom:"
msgid "Volume UoM"
msgstr "Volume"
msgctxt "field:stock.shipment.in.return,weight:"
msgid "Weight"
msgstr "Peso"
#, fuzzy
msgctxt "field:stock.shipment.in.return,weight_uom:"
msgid "Weight UoM"
msgstr "Peso"
msgctxt "field:stock.shipment.out,packages_volume:"
msgid "Packages Volume"
msgstr ""
msgctxt "field:stock.shipment.out,packages_weight:"
msgid "Packages Weight"
msgstr ""
msgctxt "field:stock.shipment.out,volume:"
msgid "Volume"
msgstr "Volume"
#, fuzzy
msgctxt "field:stock.shipment.out,volume_uom:"
msgid "Volume UoM"
msgstr "Volume"
msgctxt "field:stock.shipment.out,weight:"
msgid "Weight"
msgstr "Peso"
#, fuzzy
msgctxt "field:stock.shipment.out,weight_uom:"
msgid "Weight UoM"
msgstr "Peso"
msgctxt "field:stock.shipment.out.return,volume:"
msgid "Volume"
msgstr "Volume"
#, fuzzy
msgctxt "field:stock.shipment.out.return,volume_uom:"
msgid "Volume UoM"
msgstr "Volume"
msgctxt "field:stock.shipment.out.return,weight:"
msgid "Weight"
msgstr "Peso"
#, fuzzy
msgctxt "field:stock.shipment.out.return,weight_uom:"
msgid "Weight UoM"
msgstr "Peso"
msgctxt "help:stock.configuration,measurement_volume_uom:"
msgid "The default Unit of Measure for volume."
msgstr ""
msgctxt "help:stock.configuration,measurement_weight_uom:"
msgid "The default Unit of Measure for weight."
msgstr ""
msgctxt "help:stock.move,internal_volume:"
msgid "The volume of the moved product in liter."
msgstr "O volume do produto movido em litros."
msgctxt "help:stock.move,internal_weight:"
msgid "The weight of the moved product in kg."
msgstr "O peso do produto movido em kg."
#, fuzzy
msgctxt "help:stock.package,additional_weight:"
msgid "The weight to add to the packages."
msgstr "O peso a adicionar aos pacotes em kg."
msgctxt "help:stock.package,additional_weight_uom:"
msgid "The Unit of Measure for additional weight."
msgstr ""
#, fuzzy
msgctxt "help:stock.package,total_volume:"
msgid "The total volume of the packages."
msgstr "O volume total dos pacotes em litros."
#, fuzzy
msgctxt "help:stock.package,total_weight:"
msgid "The total weight of the packages."
msgstr "O peso total dos pacotes em kg."
#, fuzzy
msgctxt "help:stock.package,volume:"
msgid "The total volume of the record's moves."
msgstr "O volume total dos registros das movimentações em litros."
msgctxt "help:stock.package,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
#, fuzzy
msgctxt "help:stock.package,weight:"
msgid "The total weight of the record's moves."
msgstr "O peso total dos registros das movimentações em kg."
msgctxt "help:stock.package,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
#, fuzzy
msgctxt "help:stock.shipment.in,volume:"
msgid "The total volume of the record's moves."
msgstr "O volume total dos registros das movimentações em litros."
msgctxt "help:stock.shipment.in,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
#, fuzzy
msgctxt "help:stock.shipment.in,weight:"
msgid "The total weight of the record's moves."
msgstr "O peso total dos registros das movimentações em kg."
msgctxt "help:stock.shipment.in,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
#, fuzzy
msgctxt "help:stock.shipment.in.return,packages_volume:"
msgid "The total volume of the packages."
msgstr "O volume total dos pacotes em litros."
#, fuzzy
msgctxt "help:stock.shipment.in.return,packages_weight:"
msgid "The total weight of the packages."
msgstr "O peso total dos pacotes em kg."
#, fuzzy
msgctxt "help:stock.shipment.in.return,volume:"
msgid "The total volume of the record's moves."
msgstr "O volume total dos registros das movimentações em litros."
msgctxt "help:stock.shipment.in.return,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
#, fuzzy
msgctxt "help:stock.shipment.in.return,weight:"
msgid "The total weight of the record's moves."
msgstr "O peso total dos registros das movimentações em kg."
msgctxt "help:stock.shipment.in.return,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
#, fuzzy
msgctxt "help:stock.shipment.out,packages_volume:"
msgid "The total volume of the packages."
msgstr "O volume total dos pacotes em litros."
#, fuzzy
msgctxt "help:stock.shipment.out,packages_weight:"
msgid "The total weight of the packages."
msgstr "O peso total dos pacotes em kg."
#, fuzzy
msgctxt "help:stock.shipment.out,volume:"
msgid "The total volume of the record's moves."
msgstr "O volume total dos registros das movimentações em litros."
msgctxt "help:stock.shipment.out,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
#, fuzzy
msgctxt "help:stock.shipment.out,weight:"
msgid "The total weight of the record's moves."
msgstr "O peso total dos registros das movimentações em kg."
msgctxt "help:stock.shipment.out,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
#, fuzzy
msgctxt "help:stock.shipment.out.return,volume:"
msgid "The total volume of the record's moves."
msgstr "O volume total dos registros das movimentações em litros."
msgctxt "help:stock.shipment.out.return,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
#, fuzzy
msgctxt "help:stock.shipment.out.return,weight:"
msgid "The total weight of the record's moves."
msgstr "O peso total dos registros das movimentações em kg."
msgctxt "help:stock.shipment.out.return,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "model:stock.configuration.measurement,name:"
msgid "Stock Configuration Measurement"
msgstr ""
msgctxt "view:stock.configuration:"
msgid "Measurements"
msgstr ""
#, fuzzy
msgctxt "view:stock.configuration:"
msgid "Volume"
msgstr "Volume"
#, fuzzy
msgctxt "view:stock.configuration:"
msgid "Weight"
msgstr "Peso"
msgctxt "view:stock.move:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.shipment.in.return:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.shipment.in:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.shipment.out.return:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.shipment.out:"
msgid "Measurements"
msgstr ""

View File

@@ -0,0 +1,307 @@
#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
msgctxt "field:stock.configuration,measurement_volume_uom:"
msgid "Measurement Volume UoM"
msgstr ""
msgctxt "field:stock.configuration,measurement_weight_uom:"
msgid "Measurement Weight UoM"
msgstr ""
msgctxt "field:stock.configuration.measurement,company:"
msgid "Company"
msgstr ""
msgctxt "field:stock.configuration.measurement,measurement_volume_uom:"
msgid "Measurement Volume UoM"
msgstr ""
msgctxt "field:stock.configuration.measurement,measurement_weight_uom:"
msgid "Measurement Weight UoM"
msgstr ""
msgctxt "field:stock.move,internal_volume:"
msgid "Internal Volume"
msgstr ""
msgctxt "field:stock.move,internal_weight:"
msgid "Internal Weight"
msgstr ""
msgctxt "field:stock.package,additional_weight:"
msgid "Additional Weight"
msgstr ""
msgctxt "field:stock.package,additional_weight_uom:"
msgid "Additional Weight UoM"
msgstr ""
msgctxt "field:stock.package,total_volume:"
msgid "Total Volume"
msgstr ""
msgctxt "field:stock.package,total_weight:"
msgid "Total Weight"
msgstr ""
msgctxt "field:stock.package,volume:"
msgid "Volume"
msgstr ""
msgctxt "field:stock.package,volume_uom:"
msgid "Volume UoM"
msgstr ""
msgctxt "field:stock.package,weight:"
msgid "Weight"
msgstr ""
msgctxt "field:stock.package,weight_uom:"
msgid "Weight UoM"
msgstr ""
msgctxt "field:stock.shipment.in,volume:"
msgid "Volume"
msgstr ""
msgctxt "field:stock.shipment.in,volume_uom:"
msgid "Volume UoM"
msgstr ""
msgctxt "field:stock.shipment.in,weight:"
msgid "Weight"
msgstr ""
msgctxt "field:stock.shipment.in,weight_uom:"
msgid "Weight UoM"
msgstr ""
msgctxt "field:stock.shipment.in.return,packages_volume:"
msgid "Packages Volume"
msgstr ""
msgctxt "field:stock.shipment.in.return,packages_weight:"
msgid "Packages Weight"
msgstr ""
msgctxt "field:stock.shipment.in.return,volume:"
msgid "Volume"
msgstr ""
msgctxt "field:stock.shipment.in.return,volume_uom:"
msgid "Volume UoM"
msgstr ""
msgctxt "field:stock.shipment.in.return,weight:"
msgid "Weight"
msgstr ""
msgctxt "field:stock.shipment.in.return,weight_uom:"
msgid "Weight UoM"
msgstr ""
msgctxt "field:stock.shipment.out,packages_volume:"
msgid "Packages Volume"
msgstr ""
msgctxt "field:stock.shipment.out,packages_weight:"
msgid "Packages Weight"
msgstr ""
msgctxt "field:stock.shipment.out,volume:"
msgid "Volume"
msgstr ""
msgctxt "field:stock.shipment.out,volume_uom:"
msgid "Volume UoM"
msgstr ""
msgctxt "field:stock.shipment.out,weight:"
msgid "Weight"
msgstr ""
msgctxt "field:stock.shipment.out,weight_uom:"
msgid "Weight UoM"
msgstr ""
msgctxt "field:stock.shipment.out.return,volume:"
msgid "Volume"
msgstr ""
msgctxt "field:stock.shipment.out.return,volume_uom:"
msgid "Volume UoM"
msgstr ""
msgctxt "field:stock.shipment.out.return,weight:"
msgid "Weight"
msgstr ""
msgctxt "field:stock.shipment.out.return,weight_uom:"
msgid "Weight UoM"
msgstr ""
msgctxt "help:stock.configuration,measurement_volume_uom:"
msgid "The default Unit of Measure for volume."
msgstr ""
msgctxt "help:stock.configuration,measurement_weight_uom:"
msgid "The default Unit of Measure for weight."
msgstr ""
msgctxt "help:stock.move,internal_volume:"
msgid "The volume of the moved product in liter."
msgstr ""
msgctxt "help:stock.move,internal_weight:"
msgid "The weight of the moved product in kg."
msgstr ""
msgctxt "help:stock.package,additional_weight:"
msgid "The weight to add to the packages."
msgstr ""
msgctxt "help:stock.package,additional_weight_uom:"
msgid "The Unit of Measure for additional weight."
msgstr ""
msgctxt "help:stock.package,total_volume:"
msgid "The total volume of the packages."
msgstr ""
msgctxt "help:stock.package,total_weight:"
msgid "The total weight of the packages."
msgstr ""
msgctxt "help:stock.package,volume:"
msgid "The total volume of the record's moves."
msgstr ""
msgctxt "help:stock.package,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
msgctxt "help:stock.package,weight:"
msgid "The total weight of the record's moves."
msgstr ""
msgctxt "help:stock.package,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "help:stock.shipment.in,volume:"
msgid "The total volume of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.in,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
msgctxt "help:stock.shipment.in,weight:"
msgid "The total weight of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.in,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "help:stock.shipment.in.return,packages_volume:"
msgid "The total volume of the packages."
msgstr ""
msgctxt "help:stock.shipment.in.return,packages_weight:"
msgid "The total weight of the packages."
msgstr ""
msgctxt "help:stock.shipment.in.return,volume:"
msgid "The total volume of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.in.return,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
msgctxt "help:stock.shipment.in.return,weight:"
msgid "The total weight of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.in.return,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "help:stock.shipment.out,packages_volume:"
msgid "The total volume of the packages."
msgstr ""
msgctxt "help:stock.shipment.out,packages_weight:"
msgid "The total weight of the packages."
msgstr ""
msgctxt "help:stock.shipment.out,volume:"
msgid "The total volume of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.out,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
msgctxt "help:stock.shipment.out,weight:"
msgid "The total weight of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.out,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "help:stock.shipment.out.return,volume:"
msgid "The total volume of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.out.return,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
msgctxt "help:stock.shipment.out.return,weight:"
msgid "The total weight of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.out.return,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "model:stock.configuration.measurement,name:"
msgid "Stock Configuration Measurement"
msgstr ""
msgctxt "view:stock.configuration:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.configuration:"
msgid "Volume"
msgstr ""
msgctxt "view:stock.configuration:"
msgid "Weight"
msgstr ""
msgctxt "view:stock.move:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.shipment.in.return:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.shipment.in:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.shipment.out.return:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.shipment.out:"
msgid "Measurements"
msgstr ""

View File

@@ -0,0 +1,307 @@
#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
msgctxt "field:stock.configuration,measurement_volume_uom:"
msgid "Measurement Volume UoM"
msgstr ""
msgctxt "field:stock.configuration,measurement_weight_uom:"
msgid "Measurement Weight UoM"
msgstr ""
msgctxt "field:stock.configuration.measurement,company:"
msgid "Company"
msgstr ""
msgctxt "field:stock.configuration.measurement,measurement_volume_uom:"
msgid "Measurement Volume UoM"
msgstr ""
msgctxt "field:stock.configuration.measurement,measurement_weight_uom:"
msgid "Measurement Weight UoM"
msgstr ""
msgctxt "field:stock.move,internal_volume:"
msgid "Internal Volume"
msgstr ""
msgctxt "field:stock.move,internal_weight:"
msgid "Internal Weight"
msgstr ""
msgctxt "field:stock.package,additional_weight:"
msgid "Additional Weight"
msgstr ""
msgctxt "field:stock.package,additional_weight_uom:"
msgid "Additional Weight UoM"
msgstr ""
msgctxt "field:stock.package,total_volume:"
msgid "Total Volume"
msgstr ""
msgctxt "field:stock.package,total_weight:"
msgid "Total Weight"
msgstr ""
msgctxt "field:stock.package,volume:"
msgid "Volume"
msgstr ""
msgctxt "field:stock.package,volume_uom:"
msgid "Volume UoM"
msgstr ""
msgctxt "field:stock.package,weight:"
msgid "Weight"
msgstr ""
msgctxt "field:stock.package,weight_uom:"
msgid "Weight UoM"
msgstr ""
msgctxt "field:stock.shipment.in,volume:"
msgid "Volume"
msgstr ""
msgctxt "field:stock.shipment.in,volume_uom:"
msgid "Volume UoM"
msgstr ""
msgctxt "field:stock.shipment.in,weight:"
msgid "Weight"
msgstr ""
msgctxt "field:stock.shipment.in,weight_uom:"
msgid "Weight UoM"
msgstr ""
msgctxt "field:stock.shipment.in.return,packages_volume:"
msgid "Packages Volume"
msgstr ""
msgctxt "field:stock.shipment.in.return,packages_weight:"
msgid "Packages Weight"
msgstr ""
msgctxt "field:stock.shipment.in.return,volume:"
msgid "Volume"
msgstr ""
msgctxt "field:stock.shipment.in.return,volume_uom:"
msgid "Volume UoM"
msgstr ""
msgctxt "field:stock.shipment.in.return,weight:"
msgid "Weight"
msgstr ""
msgctxt "field:stock.shipment.in.return,weight_uom:"
msgid "Weight UoM"
msgstr ""
msgctxt "field:stock.shipment.out,packages_volume:"
msgid "Packages Volume"
msgstr ""
msgctxt "field:stock.shipment.out,packages_weight:"
msgid "Packages Weight"
msgstr ""
msgctxt "field:stock.shipment.out,volume:"
msgid "Volume"
msgstr ""
msgctxt "field:stock.shipment.out,volume_uom:"
msgid "Volume UoM"
msgstr ""
msgctxt "field:stock.shipment.out,weight:"
msgid "Weight"
msgstr ""
msgctxt "field:stock.shipment.out,weight_uom:"
msgid "Weight UoM"
msgstr ""
msgctxt "field:stock.shipment.out.return,volume:"
msgid "Volume"
msgstr ""
msgctxt "field:stock.shipment.out.return,volume_uom:"
msgid "Volume UoM"
msgstr ""
msgctxt "field:stock.shipment.out.return,weight:"
msgid "Weight"
msgstr ""
msgctxt "field:stock.shipment.out.return,weight_uom:"
msgid "Weight UoM"
msgstr ""
msgctxt "help:stock.configuration,measurement_volume_uom:"
msgid "The default Unit of Measure for volume."
msgstr ""
msgctxt "help:stock.configuration,measurement_weight_uom:"
msgid "The default Unit of Measure for weight."
msgstr ""
msgctxt "help:stock.move,internal_volume:"
msgid "The volume of the moved product in liter."
msgstr ""
msgctxt "help:stock.move,internal_weight:"
msgid "The weight of the moved product in kg."
msgstr ""
msgctxt "help:stock.package,additional_weight:"
msgid "The weight to add to the packages."
msgstr ""
msgctxt "help:stock.package,additional_weight_uom:"
msgid "The Unit of Measure for additional weight."
msgstr ""
msgctxt "help:stock.package,total_volume:"
msgid "The total volume of the packages."
msgstr ""
msgctxt "help:stock.package,total_weight:"
msgid "The total weight of the packages."
msgstr ""
msgctxt "help:stock.package,volume:"
msgid "The total volume of the record's moves."
msgstr ""
msgctxt "help:stock.package,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
msgctxt "help:stock.package,weight:"
msgid "The total weight of the record's moves."
msgstr ""
msgctxt "help:stock.package,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "help:stock.shipment.in,volume:"
msgid "The total volume of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.in,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
msgctxt "help:stock.shipment.in,weight:"
msgid "The total weight of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.in,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "help:stock.shipment.in.return,packages_volume:"
msgid "The total volume of the packages."
msgstr ""
msgctxt "help:stock.shipment.in.return,packages_weight:"
msgid "The total weight of the packages."
msgstr ""
msgctxt "help:stock.shipment.in.return,volume:"
msgid "The total volume of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.in.return,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
msgctxt "help:stock.shipment.in.return,weight:"
msgid "The total weight of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.in.return,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "help:stock.shipment.out,packages_volume:"
msgid "The total volume of the packages."
msgstr ""
msgctxt "help:stock.shipment.out,packages_weight:"
msgid "The total weight of the packages."
msgstr ""
msgctxt "help:stock.shipment.out,volume:"
msgid "The total volume of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.out,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
msgctxt "help:stock.shipment.out,weight:"
msgid "The total weight of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.out,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "help:stock.shipment.out.return,volume:"
msgid "The total volume of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.out.return,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
msgctxt "help:stock.shipment.out.return,weight:"
msgid "The total weight of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.out.return,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "model:stock.configuration.measurement,name:"
msgid "Stock Configuration Measurement"
msgstr ""
msgctxt "view:stock.configuration:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.configuration:"
msgid "Volume"
msgstr ""
msgctxt "view:stock.configuration:"
msgid "Weight"
msgstr ""
msgctxt "view:stock.move:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.shipment.in.return:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.shipment.in:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.shipment.out.return:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.shipment.out:"
msgid "Measurements"
msgstr ""

View File

@@ -0,0 +1,337 @@
#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
msgctxt "field:stock.configuration,measurement_volume_uom:"
msgid "Measurement Volume UoM"
msgstr ""
msgctxt "field:stock.configuration,measurement_weight_uom:"
msgid "Measurement Weight UoM"
msgstr ""
msgctxt "field:stock.configuration.measurement,company:"
msgid "Company"
msgstr ""
msgctxt "field:stock.configuration.measurement,measurement_volume_uom:"
msgid "Measurement Volume UoM"
msgstr ""
msgctxt "field:stock.configuration.measurement,measurement_weight_uom:"
msgid "Measurement Weight UoM"
msgstr ""
msgctxt "field:stock.move,internal_volume:"
msgid "Internal Volume"
msgstr "Neto volumen"
msgctxt "field:stock.move,internal_weight:"
msgid "Internal Weight"
msgstr "Neto teža"
msgctxt "field:stock.package,additional_weight:"
msgid "Additional Weight"
msgstr "Dodatna teža"
#, fuzzy
msgctxt "field:stock.package,additional_weight_uom:"
msgid "Additional Weight UoM"
msgstr "Dodatna teža"
msgctxt "field:stock.package,total_volume:"
msgid "Total Volume"
msgstr "Bruto volumen"
msgctxt "field:stock.package,total_weight:"
msgid "Total Weight"
msgstr "Bruto teža"
msgctxt "field:stock.package,volume:"
msgid "Volume"
msgstr "Volumen"
#, fuzzy
msgctxt "field:stock.package,volume_uom:"
msgid "Volume UoM"
msgstr "Volumen"
msgctxt "field:stock.package,weight:"
msgid "Weight"
msgstr "Teža"
#, fuzzy
msgctxt "field:stock.package,weight_uom:"
msgid "Weight UoM"
msgstr "Teža"
msgctxt "field:stock.shipment.in,volume:"
msgid "Volume"
msgstr "Volumen"
#, fuzzy
msgctxt "field:stock.shipment.in,volume_uom:"
msgid "Volume UoM"
msgstr "Volumen"
msgctxt "field:stock.shipment.in,weight:"
msgid "Weight"
msgstr "Teža"
#, fuzzy
msgctxt "field:stock.shipment.in,weight_uom:"
msgid "Weight UoM"
msgstr "Teža"
msgctxt "field:stock.shipment.in.return,packages_volume:"
msgid "Packages Volume"
msgstr ""
msgctxt "field:stock.shipment.in.return,packages_weight:"
msgid "Packages Weight"
msgstr ""
msgctxt "field:stock.shipment.in.return,volume:"
msgid "Volume"
msgstr "Volumen"
#, fuzzy
msgctxt "field:stock.shipment.in.return,volume_uom:"
msgid "Volume UoM"
msgstr "Volumen"
msgctxt "field:stock.shipment.in.return,weight:"
msgid "Weight"
msgstr "Teža"
#, fuzzy
msgctxt "field:stock.shipment.in.return,weight_uom:"
msgid "Weight UoM"
msgstr "Teža"
msgctxt "field:stock.shipment.out,packages_volume:"
msgid "Packages Volume"
msgstr ""
msgctxt "field:stock.shipment.out,packages_weight:"
msgid "Packages Weight"
msgstr ""
msgctxt "field:stock.shipment.out,volume:"
msgid "Volume"
msgstr "Volumen"
#, fuzzy
msgctxt "field:stock.shipment.out,volume_uom:"
msgid "Volume UoM"
msgstr "Volumen"
msgctxt "field:stock.shipment.out,weight:"
msgid "Weight"
msgstr "Teža"
#, fuzzy
msgctxt "field:stock.shipment.out,weight_uom:"
msgid "Weight UoM"
msgstr "Teža"
msgctxt "field:stock.shipment.out.return,volume:"
msgid "Volume"
msgstr "Volumen"
#, fuzzy
msgctxt "field:stock.shipment.out.return,volume_uom:"
msgid "Volume UoM"
msgstr "Volumen"
msgctxt "field:stock.shipment.out.return,weight:"
msgid "Weight"
msgstr "Teža"
#, fuzzy
msgctxt "field:stock.shipment.out.return,weight_uom:"
msgid "Weight UoM"
msgstr "Teža"
msgctxt "help:stock.configuration,measurement_volume_uom:"
msgid "The default Unit of Measure for volume."
msgstr ""
msgctxt "help:stock.configuration,measurement_weight_uom:"
msgid "The default Unit of Measure for weight."
msgstr ""
msgctxt "help:stock.move,internal_volume:"
msgid "The volume of the moved product in liter."
msgstr "Volumen premaknjenega izdelka v litrih."
msgctxt "help:stock.move,internal_weight:"
msgid "The weight of the moved product in kg."
msgstr "Teža premaknjenega izdelka v kilogramih."
#, fuzzy
msgctxt "help:stock.package,additional_weight:"
msgid "The weight to add to the packages."
msgstr "Dodatna teža v kilogramih zaradi pakiranja."
msgctxt "help:stock.package,additional_weight_uom:"
msgid "The Unit of Measure for additional weight."
msgstr ""
#, fuzzy
msgctxt "help:stock.package,total_volume:"
msgid "The total volume of the packages."
msgstr "Skupna prostornina paketov v litrih."
#, fuzzy
msgctxt "help:stock.package,total_weight:"
msgid "The total weight of the packages."
msgstr "Skupna teža paketov v kilogramih."
#, fuzzy
msgctxt "help:stock.package,volume:"
msgid "The total volume of the record's moves."
msgstr "Skupni volumen v litrih za premike paketa."
msgctxt "help:stock.package,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
#, fuzzy
msgctxt "help:stock.package,weight:"
msgid "The total weight of the record's moves."
msgstr "Skupna teža v kilogramih za premike paketa."
msgctxt "help:stock.package,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
#, fuzzy
msgctxt "help:stock.shipment.in,volume:"
msgid "The total volume of the record's moves."
msgstr "Skupni volumen v litrih za premike paketa."
msgctxt "help:stock.shipment.in,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
#, fuzzy
msgctxt "help:stock.shipment.in,weight:"
msgid "The total weight of the record's moves."
msgstr "Skupna teža v kilogramih za premike paketa."
msgctxt "help:stock.shipment.in,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
#, fuzzy
msgctxt "help:stock.shipment.in.return,packages_volume:"
msgid "The total volume of the packages."
msgstr "Skupna prostornina paketov v litrih."
#, fuzzy
msgctxt "help:stock.shipment.in.return,packages_weight:"
msgid "The total weight of the packages."
msgstr "Skupna teža paketov v kilogramih."
#, fuzzy
msgctxt "help:stock.shipment.in.return,volume:"
msgid "The total volume of the record's moves."
msgstr "Skupni volumen v litrih za premike paketa."
msgctxt "help:stock.shipment.in.return,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
#, fuzzy
msgctxt "help:stock.shipment.in.return,weight:"
msgid "The total weight of the record's moves."
msgstr "Skupna teža v kilogramih za premike paketa."
msgctxt "help:stock.shipment.in.return,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
#, fuzzy
msgctxt "help:stock.shipment.out,packages_volume:"
msgid "The total volume of the packages."
msgstr "Skupna prostornina paketov v litrih."
#, fuzzy
msgctxt "help:stock.shipment.out,packages_weight:"
msgid "The total weight of the packages."
msgstr "Skupna teža paketov v kilogramih."
#, fuzzy
msgctxt "help:stock.shipment.out,volume:"
msgid "The total volume of the record's moves."
msgstr "Skupni volumen v litrih za premike paketa."
msgctxt "help:stock.shipment.out,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
#, fuzzy
msgctxt "help:stock.shipment.out,weight:"
msgid "The total weight of the record's moves."
msgstr "Skupna teža v kilogramih za premike paketa."
msgctxt "help:stock.shipment.out,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
#, fuzzy
msgctxt "help:stock.shipment.out.return,volume:"
msgid "The total volume of the record's moves."
msgstr "Skupni volumen v litrih za premike paketa."
msgctxt "help:stock.shipment.out.return,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
#, fuzzy
msgctxt "help:stock.shipment.out.return,weight:"
msgid "The total weight of the record's moves."
msgstr "Skupna teža v kilogramih za premike paketa."
msgctxt "help:stock.shipment.out.return,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "model:stock.configuration.measurement,name:"
msgid "Stock Configuration Measurement"
msgstr ""
msgctxt "view:stock.configuration:"
msgid "Measurements"
msgstr ""
#, fuzzy
msgctxt "view:stock.configuration:"
msgid "Volume"
msgstr "Volumen"
#, fuzzy
msgctxt "view:stock.configuration:"
msgid "Weight"
msgstr "Teža"
msgctxt "view:stock.move:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.shipment.in.return:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.shipment.in:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.shipment.out.return:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.shipment.out:"
msgid "Measurements"
msgstr ""

View File

@@ -0,0 +1,307 @@
#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
msgctxt "field:stock.configuration,measurement_volume_uom:"
msgid "Measurement Volume UoM"
msgstr ""
msgctxt "field:stock.configuration,measurement_weight_uom:"
msgid "Measurement Weight UoM"
msgstr ""
msgctxt "field:stock.configuration.measurement,company:"
msgid "Company"
msgstr ""
msgctxt "field:stock.configuration.measurement,measurement_volume_uom:"
msgid "Measurement Volume UoM"
msgstr ""
msgctxt "field:stock.configuration.measurement,measurement_weight_uom:"
msgid "Measurement Weight UoM"
msgstr ""
msgctxt "field:stock.move,internal_volume:"
msgid "Internal Volume"
msgstr ""
msgctxt "field:stock.move,internal_weight:"
msgid "Internal Weight"
msgstr ""
msgctxt "field:stock.package,additional_weight:"
msgid "Additional Weight"
msgstr ""
msgctxt "field:stock.package,additional_weight_uom:"
msgid "Additional Weight UoM"
msgstr ""
msgctxt "field:stock.package,total_volume:"
msgid "Total Volume"
msgstr ""
msgctxt "field:stock.package,total_weight:"
msgid "Total Weight"
msgstr ""
msgctxt "field:stock.package,volume:"
msgid "Volume"
msgstr ""
msgctxt "field:stock.package,volume_uom:"
msgid "Volume UoM"
msgstr ""
msgctxt "field:stock.package,weight:"
msgid "Weight"
msgstr ""
msgctxt "field:stock.package,weight_uom:"
msgid "Weight UoM"
msgstr ""
msgctxt "field:stock.shipment.in,volume:"
msgid "Volume"
msgstr ""
msgctxt "field:stock.shipment.in,volume_uom:"
msgid "Volume UoM"
msgstr ""
msgctxt "field:stock.shipment.in,weight:"
msgid "Weight"
msgstr ""
msgctxt "field:stock.shipment.in,weight_uom:"
msgid "Weight UoM"
msgstr ""
msgctxt "field:stock.shipment.in.return,packages_volume:"
msgid "Packages Volume"
msgstr ""
msgctxt "field:stock.shipment.in.return,packages_weight:"
msgid "Packages Weight"
msgstr ""
msgctxt "field:stock.shipment.in.return,volume:"
msgid "Volume"
msgstr ""
msgctxt "field:stock.shipment.in.return,volume_uom:"
msgid "Volume UoM"
msgstr ""
msgctxt "field:stock.shipment.in.return,weight:"
msgid "Weight"
msgstr ""
msgctxt "field:stock.shipment.in.return,weight_uom:"
msgid "Weight UoM"
msgstr ""
msgctxt "field:stock.shipment.out,packages_volume:"
msgid "Packages Volume"
msgstr ""
msgctxt "field:stock.shipment.out,packages_weight:"
msgid "Packages Weight"
msgstr ""
msgctxt "field:stock.shipment.out,volume:"
msgid "Volume"
msgstr ""
msgctxt "field:stock.shipment.out,volume_uom:"
msgid "Volume UoM"
msgstr ""
msgctxt "field:stock.shipment.out,weight:"
msgid "Weight"
msgstr ""
msgctxt "field:stock.shipment.out,weight_uom:"
msgid "Weight UoM"
msgstr ""
msgctxt "field:stock.shipment.out.return,volume:"
msgid "Volume"
msgstr ""
msgctxt "field:stock.shipment.out.return,volume_uom:"
msgid "Volume UoM"
msgstr ""
msgctxt "field:stock.shipment.out.return,weight:"
msgid "Weight"
msgstr ""
msgctxt "field:stock.shipment.out.return,weight_uom:"
msgid "Weight UoM"
msgstr ""
msgctxt "help:stock.configuration,measurement_volume_uom:"
msgid "The default Unit of Measure for volume."
msgstr ""
msgctxt "help:stock.configuration,measurement_weight_uom:"
msgid "The default Unit of Measure for weight."
msgstr ""
msgctxt "help:stock.move,internal_volume:"
msgid "The volume of the moved product in liter."
msgstr ""
msgctxt "help:stock.move,internal_weight:"
msgid "The weight of the moved product in kg."
msgstr ""
msgctxt "help:stock.package,additional_weight:"
msgid "The weight to add to the packages."
msgstr ""
msgctxt "help:stock.package,additional_weight_uom:"
msgid "The Unit of Measure for additional weight."
msgstr ""
msgctxt "help:stock.package,total_volume:"
msgid "The total volume of the packages."
msgstr ""
msgctxt "help:stock.package,total_weight:"
msgid "The total weight of the packages."
msgstr ""
msgctxt "help:stock.package,volume:"
msgid "The total volume of the record's moves."
msgstr ""
msgctxt "help:stock.package,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
msgctxt "help:stock.package,weight:"
msgid "The total weight of the record's moves."
msgstr ""
msgctxt "help:stock.package,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "help:stock.shipment.in,volume:"
msgid "The total volume of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.in,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
msgctxt "help:stock.shipment.in,weight:"
msgid "The total weight of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.in,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "help:stock.shipment.in.return,packages_volume:"
msgid "The total volume of the packages."
msgstr ""
msgctxt "help:stock.shipment.in.return,packages_weight:"
msgid "The total weight of the packages."
msgstr ""
msgctxt "help:stock.shipment.in.return,volume:"
msgid "The total volume of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.in.return,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
msgctxt "help:stock.shipment.in.return,weight:"
msgid "The total weight of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.in.return,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "help:stock.shipment.out,packages_volume:"
msgid "The total volume of the packages."
msgstr ""
msgctxt "help:stock.shipment.out,packages_weight:"
msgid "The total weight of the packages."
msgstr ""
msgctxt "help:stock.shipment.out,volume:"
msgid "The total volume of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.out,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
msgctxt "help:stock.shipment.out,weight:"
msgid "The total weight of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.out,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "help:stock.shipment.out.return,volume:"
msgid "The total volume of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.out.return,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
msgctxt "help:stock.shipment.out.return,weight:"
msgid "The total weight of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.out.return,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "model:stock.configuration.measurement,name:"
msgid "Stock Configuration Measurement"
msgstr ""
msgctxt "view:stock.configuration:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.configuration:"
msgid "Volume"
msgstr ""
msgctxt "view:stock.configuration:"
msgid "Weight"
msgstr ""
msgctxt "view:stock.move:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.shipment.in.return:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.shipment.in:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.shipment.out.return:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.shipment.out:"
msgid "Measurements"
msgstr ""

View File

@@ -0,0 +1,307 @@
#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
msgctxt "field:stock.configuration,measurement_volume_uom:"
msgid "Measurement Volume UoM"
msgstr ""
msgctxt "field:stock.configuration,measurement_weight_uom:"
msgid "Measurement Weight UoM"
msgstr ""
msgctxt "field:stock.configuration.measurement,company:"
msgid "Company"
msgstr ""
msgctxt "field:stock.configuration.measurement,measurement_volume_uom:"
msgid "Measurement Volume UoM"
msgstr ""
msgctxt "field:stock.configuration.measurement,measurement_weight_uom:"
msgid "Measurement Weight UoM"
msgstr ""
msgctxt "field:stock.move,internal_volume:"
msgid "Internal Volume"
msgstr ""
msgctxt "field:stock.move,internal_weight:"
msgid "Internal Weight"
msgstr ""
msgctxt "field:stock.package,additional_weight:"
msgid "Additional Weight"
msgstr ""
msgctxt "field:stock.package,additional_weight_uom:"
msgid "Additional Weight UoM"
msgstr ""
msgctxt "field:stock.package,total_volume:"
msgid "Total Volume"
msgstr ""
msgctxt "field:stock.package,total_weight:"
msgid "Total Weight"
msgstr ""
msgctxt "field:stock.package,volume:"
msgid "Volume"
msgstr ""
msgctxt "field:stock.package,volume_uom:"
msgid "Volume UoM"
msgstr ""
msgctxt "field:stock.package,weight:"
msgid "Weight"
msgstr ""
msgctxt "field:stock.package,weight_uom:"
msgid "Weight UoM"
msgstr ""
msgctxt "field:stock.shipment.in,volume:"
msgid "Volume"
msgstr ""
msgctxt "field:stock.shipment.in,volume_uom:"
msgid "Volume UoM"
msgstr ""
msgctxt "field:stock.shipment.in,weight:"
msgid "Weight"
msgstr ""
msgctxt "field:stock.shipment.in,weight_uom:"
msgid "Weight UoM"
msgstr ""
msgctxt "field:stock.shipment.in.return,packages_volume:"
msgid "Packages Volume"
msgstr ""
msgctxt "field:stock.shipment.in.return,packages_weight:"
msgid "Packages Weight"
msgstr ""
msgctxt "field:stock.shipment.in.return,volume:"
msgid "Volume"
msgstr ""
msgctxt "field:stock.shipment.in.return,volume_uom:"
msgid "Volume UoM"
msgstr ""
msgctxt "field:stock.shipment.in.return,weight:"
msgid "Weight"
msgstr ""
msgctxt "field:stock.shipment.in.return,weight_uom:"
msgid "Weight UoM"
msgstr ""
msgctxt "field:stock.shipment.out,packages_volume:"
msgid "Packages Volume"
msgstr ""
msgctxt "field:stock.shipment.out,packages_weight:"
msgid "Packages Weight"
msgstr ""
msgctxt "field:stock.shipment.out,volume:"
msgid "Volume"
msgstr ""
msgctxt "field:stock.shipment.out,volume_uom:"
msgid "Volume UoM"
msgstr ""
msgctxt "field:stock.shipment.out,weight:"
msgid "Weight"
msgstr ""
msgctxt "field:stock.shipment.out,weight_uom:"
msgid "Weight UoM"
msgstr ""
msgctxt "field:stock.shipment.out.return,volume:"
msgid "Volume"
msgstr ""
msgctxt "field:stock.shipment.out.return,volume_uom:"
msgid "Volume UoM"
msgstr ""
msgctxt "field:stock.shipment.out.return,weight:"
msgid "Weight"
msgstr ""
msgctxt "field:stock.shipment.out.return,weight_uom:"
msgid "Weight UoM"
msgstr ""
msgctxt "help:stock.configuration,measurement_volume_uom:"
msgid "The default Unit of Measure for volume."
msgstr ""
msgctxt "help:stock.configuration,measurement_weight_uom:"
msgid "The default Unit of Measure for weight."
msgstr ""
msgctxt "help:stock.move,internal_volume:"
msgid "The volume of the moved product in liter."
msgstr ""
msgctxt "help:stock.move,internal_weight:"
msgid "The weight of the moved product in kg."
msgstr ""
msgctxt "help:stock.package,additional_weight:"
msgid "The weight to add to the packages."
msgstr ""
msgctxt "help:stock.package,additional_weight_uom:"
msgid "The Unit of Measure for additional weight."
msgstr ""
msgctxt "help:stock.package,total_volume:"
msgid "The total volume of the packages."
msgstr ""
msgctxt "help:stock.package,total_weight:"
msgid "The total weight of the packages."
msgstr ""
msgctxt "help:stock.package,volume:"
msgid "The total volume of the record's moves."
msgstr ""
msgctxt "help:stock.package,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
msgctxt "help:stock.package,weight:"
msgid "The total weight of the record's moves."
msgstr ""
msgctxt "help:stock.package,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "help:stock.shipment.in,volume:"
msgid "The total volume of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.in,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
msgctxt "help:stock.shipment.in,weight:"
msgid "The total weight of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.in,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "help:stock.shipment.in.return,packages_volume:"
msgid "The total volume of the packages."
msgstr ""
msgctxt "help:stock.shipment.in.return,packages_weight:"
msgid "The total weight of the packages."
msgstr ""
msgctxt "help:stock.shipment.in.return,volume:"
msgid "The total volume of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.in.return,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
msgctxt "help:stock.shipment.in.return,weight:"
msgid "The total weight of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.in.return,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "help:stock.shipment.out,packages_volume:"
msgid "The total volume of the packages."
msgstr ""
msgctxt "help:stock.shipment.out,packages_weight:"
msgid "The total weight of the packages."
msgstr ""
msgctxt "help:stock.shipment.out,volume:"
msgid "The total volume of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.out,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
msgctxt "help:stock.shipment.out,weight:"
msgid "The total weight of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.out,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "help:stock.shipment.out.return,volume:"
msgid "The total volume of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.out.return,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
msgctxt "help:stock.shipment.out.return,weight:"
msgid "The total weight of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.out.return,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "model:stock.configuration.measurement,name:"
msgid "Stock Configuration Measurement"
msgstr ""
msgctxt "view:stock.configuration:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.configuration:"
msgid "Volume"
msgstr ""
msgctxt "view:stock.configuration:"
msgid "Weight"
msgstr ""
msgctxt "view:stock.move:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.shipment.in.return:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.shipment.in:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.shipment.out.return:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.shipment.out:"
msgid "Measurements"
msgstr ""

View File

@@ -0,0 +1,307 @@
#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
msgctxt "field:stock.configuration,measurement_volume_uom:"
msgid "Measurement Volume UoM"
msgstr ""
msgctxt "field:stock.configuration,measurement_weight_uom:"
msgid "Measurement Weight UoM"
msgstr ""
msgctxt "field:stock.configuration.measurement,company:"
msgid "Company"
msgstr ""
msgctxt "field:stock.configuration.measurement,measurement_volume_uom:"
msgid "Measurement Volume UoM"
msgstr ""
msgctxt "field:stock.configuration.measurement,measurement_weight_uom:"
msgid "Measurement Weight UoM"
msgstr ""
msgctxt "field:stock.move,internal_volume:"
msgid "Internal Volume"
msgstr ""
msgctxt "field:stock.move,internal_weight:"
msgid "Internal Weight"
msgstr ""
msgctxt "field:stock.package,additional_weight:"
msgid "Additional Weight"
msgstr ""
msgctxt "field:stock.package,additional_weight_uom:"
msgid "Additional Weight UoM"
msgstr ""
msgctxt "field:stock.package,total_volume:"
msgid "Total Volume"
msgstr ""
msgctxt "field:stock.package,total_weight:"
msgid "Total Weight"
msgstr ""
msgctxt "field:stock.package,volume:"
msgid "Volume"
msgstr ""
msgctxt "field:stock.package,volume_uom:"
msgid "Volume UoM"
msgstr ""
msgctxt "field:stock.package,weight:"
msgid "Weight"
msgstr ""
msgctxt "field:stock.package,weight_uom:"
msgid "Weight UoM"
msgstr ""
msgctxt "field:stock.shipment.in,volume:"
msgid "Volume"
msgstr ""
msgctxt "field:stock.shipment.in,volume_uom:"
msgid "Volume UoM"
msgstr ""
msgctxt "field:stock.shipment.in,weight:"
msgid "Weight"
msgstr ""
msgctxt "field:stock.shipment.in,weight_uom:"
msgid "Weight UoM"
msgstr ""
msgctxt "field:stock.shipment.in.return,packages_volume:"
msgid "Packages Volume"
msgstr ""
msgctxt "field:stock.shipment.in.return,packages_weight:"
msgid "Packages Weight"
msgstr ""
msgctxt "field:stock.shipment.in.return,volume:"
msgid "Volume"
msgstr ""
msgctxt "field:stock.shipment.in.return,volume_uom:"
msgid "Volume UoM"
msgstr ""
msgctxt "field:stock.shipment.in.return,weight:"
msgid "Weight"
msgstr ""
msgctxt "field:stock.shipment.in.return,weight_uom:"
msgid "Weight UoM"
msgstr ""
msgctxt "field:stock.shipment.out,packages_volume:"
msgid "Packages Volume"
msgstr ""
msgctxt "field:stock.shipment.out,packages_weight:"
msgid "Packages Weight"
msgstr ""
msgctxt "field:stock.shipment.out,volume:"
msgid "Volume"
msgstr ""
msgctxt "field:stock.shipment.out,volume_uom:"
msgid "Volume UoM"
msgstr ""
msgctxt "field:stock.shipment.out,weight:"
msgid "Weight"
msgstr ""
msgctxt "field:stock.shipment.out,weight_uom:"
msgid "Weight UoM"
msgstr ""
msgctxt "field:stock.shipment.out.return,volume:"
msgid "Volume"
msgstr ""
msgctxt "field:stock.shipment.out.return,volume_uom:"
msgid "Volume UoM"
msgstr ""
msgctxt "field:stock.shipment.out.return,weight:"
msgid "Weight"
msgstr ""
msgctxt "field:stock.shipment.out.return,weight_uom:"
msgid "Weight UoM"
msgstr ""
msgctxt "help:stock.configuration,measurement_volume_uom:"
msgid "The default Unit of Measure for volume."
msgstr ""
msgctxt "help:stock.configuration,measurement_weight_uom:"
msgid "The default Unit of Measure for weight."
msgstr ""
msgctxt "help:stock.move,internal_volume:"
msgid "The volume of the moved product in liter."
msgstr ""
msgctxt "help:stock.move,internal_weight:"
msgid "The weight of the moved product in kg."
msgstr ""
msgctxt "help:stock.package,additional_weight:"
msgid "The weight to add to the packages."
msgstr ""
msgctxt "help:stock.package,additional_weight_uom:"
msgid "The Unit of Measure for additional weight."
msgstr ""
msgctxt "help:stock.package,total_volume:"
msgid "The total volume of the packages."
msgstr ""
msgctxt "help:stock.package,total_weight:"
msgid "The total weight of the packages."
msgstr ""
msgctxt "help:stock.package,volume:"
msgid "The total volume of the record's moves."
msgstr ""
msgctxt "help:stock.package,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
msgctxt "help:stock.package,weight:"
msgid "The total weight of the record's moves."
msgstr ""
msgctxt "help:stock.package,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "help:stock.shipment.in,volume:"
msgid "The total volume of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.in,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
msgctxt "help:stock.shipment.in,weight:"
msgid "The total weight of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.in,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "help:stock.shipment.in.return,packages_volume:"
msgid "The total volume of the packages."
msgstr ""
msgctxt "help:stock.shipment.in.return,packages_weight:"
msgid "The total weight of the packages."
msgstr ""
msgctxt "help:stock.shipment.in.return,volume:"
msgid "The total volume of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.in.return,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
msgctxt "help:stock.shipment.in.return,weight:"
msgid "The total weight of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.in.return,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "help:stock.shipment.out,packages_volume:"
msgid "The total volume of the packages."
msgstr ""
msgctxt "help:stock.shipment.out,packages_weight:"
msgid "The total weight of the packages."
msgstr ""
msgctxt "help:stock.shipment.out,volume:"
msgid "The total volume of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.out,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
msgctxt "help:stock.shipment.out,weight:"
msgid "The total weight of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.out,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "help:stock.shipment.out.return,volume:"
msgid "The total volume of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.out.return,volume_uom:"
msgid "The Unit of Measure of volume."
msgstr ""
msgctxt "help:stock.shipment.out.return,weight:"
msgid "The total weight of the record's moves."
msgstr ""
msgctxt "help:stock.shipment.out.return,weight_uom:"
msgid "The Unit of Measure of weight."
msgstr ""
msgctxt "model:stock.configuration.measurement,name:"
msgid "Stock Configuration Measurement"
msgstr ""
msgctxt "view:stock.configuration:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.configuration:"
msgid "Volume"
msgstr ""
msgctxt "view:stock.configuration:"
msgid "Weight"
msgstr ""
msgctxt "view:stock.move:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.shipment.in.return:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.shipment.in:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.shipment.out.return:"
msgid "Measurements"
msgstr ""
msgctxt "view:stock.shipment.out:"
msgid "Measurements"
msgstr ""

View File

@@ -0,0 +1,480 @@
# This file is part of Tryton. The COPYRIGHT file at the top level of
# this repository contains the full copyright notices and license terms.
from collections import defaultdict
from itertools import groupby
from sql.aggregate import Sum
from sql.operators import Concat
from trytond.model import ModelSQL, fields
from trytond.modules.company.model import CompanyValueMixin
from trytond.pool import Pool, PoolMeta
from trytond.pyson import Bool, Eval, Id
from trytond.tools import grouped_slice, reduce_ids
from trytond.transaction import Transaction
class Configuration(metaclass=PoolMeta):
__name__ = 'stock.configuration'
measurement_weight_uom = fields.MultiValue(
fields.Many2One(
'product.uom', "Measurement Weight UoM", required=True,
domain=[('category', '=', Id('product', 'uom_cat_weight'))],
help="The default Unit of Measure for weight."))
measurement_volume_uom = fields.MultiValue(
fields.Many2One(
'product.uom', "Measurement Volume UoM", required=True,
domain=[('category', '=', Id('product', 'uom_cat_volume'))],
help="The default Unit of Measure for volume."))
@classmethod
def multivalue_model(cls, field):
pool = Pool()
if field in {'measurement_weight_uom', 'measurement_volume_uom'}:
return pool.get('stock.configuration.measurement')
return super().multivalue_model(field)
@classmethod
def default_measurement_weight_uom(cls, **pattern):
model = cls.multivalue_model('measurement_weight_uom')
return model.default_measurement_weight_uom()
@classmethod
def default_measurement_volume_uom(cls, **pattern):
model = cls.multivalue_model('measurement_volume_uom')
return model.default_measurement_volume_uom()
class ConfigurationMeasurement(ModelSQL, CompanyValueMixin):
"Stock Configuration Measurement"
__name__ = 'stock.configuration.measurement'
measurement_weight_uom = fields.Many2One(
'product.uom', "Measurement Weight UoM", required=True,
domain=[('category', '=', Id('product', 'uom_cat_weight'))])
measurement_volume_uom = fields.Many2One(
'product.uom', "Measurement Volume UoM", required=True,
domain=[('category', '=', Id('product', 'uom_cat_volume'))])
@classmethod
def default_measurement_weight_uom(cls):
pool = Pool()
Uom = pool.get('product.uom')
ModelData = pool.get('ir.model.data')
return Uom(ModelData.get_id('product', 'uom_kilogram')).id
@classmethod
def default_measurement_volume_uom(cls):
pool = Pool()
Uom = pool.get('product.uom')
ModelData = pool.get('ir.model.data')
return Uom(ModelData.get_id('product', 'uom_liter')).id
class Move(metaclass=PoolMeta):
__name__ = 'stock.move'
internal_weight = fields.Float(
"Internal Weight", readonly=True,
help="The weight of the moved product in kg.")
internal_volume = fields.Float(
"Internal Volume", readonly=True,
help="The volume of the moved product in liter.")
@classmethod
def _get_internal_weight(cls, quantity, unit, product):
pool = Pool()
Uom = pool.get('product.uom')
ModelData = pool.get('ir.model.data')
kg = Uom(ModelData.get_id('product', 'uom_kilogram'))
# Use first the weight from product_measurements
# as it could include some handling weight
if product.weight is not None:
internal_quantity = cls._get_internal_quantity(
quantity, unit, product)
return Uom.compute_qty(
product.weight_uom, internal_quantity * product.weight, kg,
round=False)
elif unit.category == kg.category:
return Uom.compute_qty(unit, quantity, kg, round=False)
else:
return None
@classmethod
def _get_internal_volume(cls, quantity, unit, product):
pool = Pool()
Uom = pool.get('product.uom')
ModelData = pool.get('ir.model.data')
liter = Uom(ModelData.get_id('product', 'uom_liter'))
# Use first the volume from product_measurements
# as it could include some handling volume
if product.volume is not None:
internal_quantity = cls._get_internal_quantity(
quantity, unit, product)
return Uom.compute_qty(
product.volume_uom, internal_quantity * product.volume, liter,
round=False)
elif unit.category == liter.category:
return Uom.compute_qty(unit, quantity, liter, round=False)
else:
return None
@classmethod
def create(cls, vlist):
pool = Pool()
Product = pool.get('product.product')
Uom = pool.get('product.uom')
vlist = [v.copy() for v in vlist]
for values in vlist:
if 'product' not in values or not values['product']:
continue # ou passer
product = Product(values['product'])
unit = Uom(values['unit'])
quantity = values['quantity']
internal_weight = cls._get_internal_weight(quantity, unit, product)
if internal_weight is not None:
values['internal_weight'] = internal_weight
internal_volume = cls._get_internal_volume(quantity, unit, product)
if internal_volume is not None:
values['internal_volume'] = internal_volume
return super(Move, cls).create(vlist)
@classmethod
def write(cls, *args):
super(Move, cls).write(*args)
to_write = []
actions = iter(args)
for moves, values in zip(actions, actions):
for move in moves:
write = {}
internal_weight = cls._get_internal_weight(
move.quantity, move.unit, move.product)
if (internal_weight is not None
and internal_weight != move.internal_weight
and internal_weight != values.get('internal_weight')):
write['internal_weight'] = internal_weight
internal_volume = cls._get_internal_volume(
move.quantity, move.unit, move.product)
if (internal_volume is not None
and internal_volume != move.internal_volume
and internal_volume != values.get('internal_volume')):
write['internal_volume'] = internal_volume
if write:
to_write.extend(([move], write))
if to_write:
cls.write(*to_write)
class MeasurementsMixin(object):
__slots__ = ()
weight = fields.Function(
fields.Float(
"Weight", digits='weight_uom',
states={
'invisible': ~Eval('weight'),
},
help="The total weight of the record's moves."),
'get_measurements', searcher='search_measurements')
weight_uom = fields.Function(
fields.Many2One(
'product.uom', "Weight UoM",
help="The Unit of Measure of weight."),
'get_measurements_uom')
volume = fields.Function(
fields.Float(
"Volume", digits='volume_uom',
states={
'invisible': ~Eval('volume'),
},
help="The total volume of the record's moves."),
'get_measurements', searcher='search_measurements')
volume_uom = fields.Function(
fields.Many2One(
'product.uom', "Volume UoM",
help="The Unit of Measure of volume."),
'get_measurements_uom')
@classmethod
def get_measurements_uom(cls, shipments, name):
pool = Pool()
Configuration = pool.get('stock.configuration')
configuration = Configuration(1)
uoms = {}
for company, shipments in groupby(shipments, key=lambda s: s.company):
uom = configuration.get_multivalue(
'measurement_%s' % name, company=company.id)
for shipment in shipments:
uoms[shipment.id] = uom.id
return uoms
@classmethod
def get_measurements(cls, shipments, names):
pool = Pool()
Location = pool.get('stock.location')
ModelData = pool.get('ir.model.data')
Move = pool.get('stock.move')
Uom = pool.get('product.uom')
kg = Uom(ModelData.get_id('product', 'uom_kilogram'))
liter = Uom(ModelData.get_id('product', 'uom_liter'))
cursor = Transaction().connection.cursor()
table = cls.__table__()
move = Move.__table__()
location = Location.__table__()
measurements = defaultdict(lambda: defaultdict(lambda: None))
query = table.join(
move, type_='LEFT',
condition=cls._measurements_move_condition(table, move)
).join(
location,
condition=cls._measurements_location_condition(
table, move, location)
).select(
table.id,
Sum(move.internal_weight),
Sum(move.internal_volume),
group_by=[table.id])
id2shipment = {s.id: s for s in shipments}
for sub_shipments in grouped_slice(shipments):
query.where = reduce_ids(
table.id, [s.id for s in sub_shipments])
cursor.execute(*query)
for id_, weight, volume in cursor:
shipment = id2shipment[id_]
if 'weight' in names:
measurements['weight'][id_] = Uom.compute_qty(
kg, weight, shipment.weight_uom)
if 'volume' in names:
measurements['volume'][id_] = Uom.compute_qty(
liter, volume, shipment.volume_uom)
return measurements
@classmethod
def search_measurements(cls, name, clause):
pool = Pool()
Configuration = pool.get('stock.configuration')
Location = pool.get('stock.location')
ModelData = pool.get('ir.model.data')
Move = pool.get('stock.move')
Uom = pool.get('product.uom')
table = cls.__table__()
move = Move.__table__()
location = Location.__table__()
configuration = Configuration(1)
uom = configuration.get_multivalue('measurement_%s_uom' % name)
_, operator, value = clause
Operator = fields.SQL_OPERATORS[operator]
if name == 'weight':
measurement = Sum(move.internal_weight)
if value is not None:
kg = Uom(ModelData.get_id('product', 'uom_kilogram'))
if isinstance(value, (int, float)):
value = Uom.compute_qty(uom, value, kg, round=False)
else:
value = [
Uom.compute_qty(uom, v, kg, round=False)
if v is not None else v
for v in value]
else:
measurement = Sum(move.internal_volume)
if value is not None:
liter = Uom(ModelData.get_id('product', 'uom_liter'))
if isinstance(value, (int, float)):
value = Uom.compute_qty(uom, value, liter, round=False)
else:
value = [
Uom.compute_qty(uom, v, liter, round=False)
if v is not None else v
for v in value]
query = table.join(
move, type_='LEFT',
condition=cls._measurements_move_condition(table, move)
).join(
location,
condition=cls._measurements_location_condition(
table, move, location)
).select(
table.id,
group_by=[table.id],
having=Operator(measurement, value))
return [('id', 'in', query)]
@classmethod
def _measurements_move_condition(cls, table, move):
return Concat(cls.__name__ + ',', table.id) == move.shipment
@classmethod
def _measurements_location_condition(cls, table, move, location):
raise NotImplementedError
class ShipmentIn(MeasurementsMixin, object, metaclass=PoolMeta):
__name__ = 'stock.shipment.in'
@classmethod
def _measurements_location_condition(cls, shipment, move, location):
return (
(move.from_location == location.id)
& (location.type == 'supplier'))
class ShipmentInReturn(MeasurementsMixin, object, metaclass=PoolMeta):
__name__ = 'stock.shipment.in.return'
@classmethod
def _measurements_location_condition(cls, shipment, move, location):
return move.from_location == location.id
class ShipmentOut(MeasurementsMixin, object, metaclass=PoolMeta):
__name__ = 'stock.shipment.out'
@classmethod
def _measurements_location_condition(cls, shipment, move, location):
return (
(move.to_location == location.id)
& (location.type == 'customer'))
@fields.depends('carrier')
def _parcel_weight(self, parcel):
pool = Pool()
ModelData = pool.get('ir.model.data')
Uom = pool.get('product.uom')
kg = Uom(ModelData.get_id('product', 'uom_kilogram'))
weight = super()._parcel_weight(parcel)
if self.carrier:
carrier_uom = self.carrier.weight_uom
packages = {p for l in parcel for p in l.package_path}
for package in packages:
if package.additional_weight:
weight += Uom.compute_qty(
kg, package.additional_weight, carrier_uom,
round=False)
return weight
class ShipmentOutReturn(MeasurementsMixin, object, metaclass=PoolMeta):
__name__ = 'stock.shipment.out.return'
@classmethod
def _measurements_location_condition(cls, shipment, move, location):
return (
(move.from_location == location.id)
& (location.type == 'customer'))
# TODO ShipmentInternal
class Package(MeasurementsMixin, object, metaclass=PoolMeta):
__name__ = 'stock.package'
additional_weight = fields.Float(
"Additional Weight", digits='additional_weight_uom',
help="The weight to add to the packages.")
additional_weight_uom = fields.Many2One(
'product.uom', "Additional Weight UoM",
domain=[('category', '=', Id('product', 'uom_cat_weight'))],
states={
'required': Bool(Eval('additional_weight')),
},
help="The Unit of Measure for additional weight.")
total_weight = fields.Function(
fields.Float(
"Total Weight", digits='weight_uom',
states={
'invisible': ~Eval('total_weight'),
},
help="The total weight of the packages."),
'get_total_measurements')
total_volume = fields.Function(
fields.Float(
"Total Volume", digits='volume_uom',
states={
'invisible': ~Eval('total_volume'),
},
help="The total volume of the packages."),
'get_total_measurements')
@classmethod
def default_additional_weight_uom(cls):
pool = Pool()
Configuration = pool.get('stock.configuration')
configuration = Configuration(1)
return configuration.get_multivalue('measurement_weight_uom').id
@classmethod
def _measurements_move_condition(cls, package, move):
return package.id == move.package
@classmethod
def _measurements_location_condition(cls, package, move, location):
return move.to_location == location.id
def get_total_measurements(self, name, round=True):
pool = Pool()
Uom = pool.get('product.uom')
field = name[len('total_'):]
if name == 'total_volume' and self.packaging_volume is not None:
return Uom.compute_qty(
self.packaging_volume_uom, self.packaging_volume,
self.volume_uom, round=round)
measurement = (
(getattr(self, field) or 0)
+ sum(p.get_total_measurements(name, round=False)
for p in self.children))
if name == 'total_weight':
if self.additional_weight:
measurement += Uom.compute_qty(
self.additional_weight_uom, self.additional_weight,
self.weight_uom, round=False)
if self.packaging_weight:
measurement += Uom.compute_qty(
self.packaging_weight_uom, self.packaging_weight,
self.weight_uom, round=False)
if round:
return getattr(self, field + '_uom').round(measurement)
else:
return measurement
class MeasurementsPackageMixin:
__slots__ = ()
packages_weight = fields.Function(
fields.Float("Packages Weight", digits='weight_uom',
help="The total weight of the packages."),
'get_packages_measurements')
packages_volume = fields.Function(
fields.Float("Packages Volume", digits='volume_uom',
help="The total volume of the packages."),
'get_packages_measurements')
def get_packages_measurements(self, name):
name = name[len('packages_'):]
uom = getattr(self, name + '_uom')
return uom.round(
sum(getattr(p, 'total_' + name)for p in self.root_packages))
class ShipmentOutPackage(MeasurementsPackageMixin, metaclass=PoolMeta):
__name__ = 'stock.shipment.out'
class ShipmentInReturnPackage(MeasurementsPackageMixin, metaclass=PoolMeta):
__name__ = 'stock.shipment.in.return'

View File

@@ -0,0 +1,103 @@
<?xml version="1.0"?>
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<tryton>
<data>
<record model="ir.ui.view" id="configuration_view_form">
<field name="model">stock.configuration</field>
<field name="inherit" ref="stock.stock_configuration_view_form"/>
<field name="name">configuration_form</field>
</record>
<record model="ir.ui.view" id="stock_move_view_form">
<field name="model">stock.move</field>
<field name="inherit" ref="stock.move_view_form"/>
<field name="name">stock_move_form</field>
</record>
<record model="ir.ui.view" id="shipment_in_view_list">
<field name="model">stock.shipment.in</field>
<field name="inherit" ref="stock.shipment_in_view_tree"/>
<field name="name">shipment_list</field>
</record>
<record model="ir.ui.view" id="shipment_in_view_form">
<field name="model">stock.shipment.in</field>
<field name="inherit" ref="stock.shipment_in_view_form"/>
<field name="name">shipment_form</field>
</record>
<record model="ir.ui.view" id="shipment_in_return_view_list">
<field name="model">stock.shipment.in.return</field>
<field name="inherit" ref="stock.shipment_in_return_view_tree"/>
<field name="name">shipment_list</field>
</record>
<record model="ir.ui.view" id="shipment_in_return_view_form">
<field name="model">stock.shipment.in.return</field>
<field name="inherit" ref="stock.shipment_in_return_view_form"/>
<field name="name">shipment_form</field>
</record>
<record model="ir.ui.view" id="shipment_out_view_list">
<field name="model">stock.shipment.out</field>
<field name="inherit" ref="stock.shipment_out_view_tree"/>
<field name="name">shipment_list</field>
</record>
<record model="ir.ui.view" id="shipment_out_view_form">
<field name="model">stock.shipment.out</field>
<field name="inherit" ref="stock.shipment_out_view_form"/>
<field name="name">shipment_form</field>
</record>
<record model="ir.ui.view" id="shipment_out_return_view_list">
<field name="model">stock.shipment.out.return</field>
<field name="inherit" ref="stock.shipment_out_return_view_tree"/>
<field name="name">shipment_list</field>
</record>
<record model="ir.ui.view" id="shipment_out_return_view_form">
<field name="model">stock.shipment.out.return</field>
<field name="inherit" ref="stock.shipment_out_return_view_form"/>
<field name="name">shipment_form</field>
</record>
</data>
<data depends="stock_package">
<record model="ir.ui.view" id="package_view_tree">
<field name="model">stock.package</field>
<field name="inherit" ref="stock_package.package_view_tree"/>
<field name="name">package_tree</field>
</record>
<record model="ir.ui.view" id="package_view_list">
<field name="model">stock.package</field>
<field name="inherit" ref="stock_package.package_view_list"/>
<field name="name">package_list</field>
</record>
<record model="ir.ui.view" id="package_view_form">
<field name="model">stock.package</field>
<field name="inherit" ref="stock_package.package_view_form"/>
<field name="name">package_form</field>
</record>
<record model="ir.ui.view" id="shipment_in_return_view_list_package">
<field name="model">stock.shipment.in.return</field>
<field name="inherit" ref="stock.shipment_in_return_view_tree"/>
<field name="priority" eval="20"/>
<field name="name">shipment_list_package</field>
</record>
<record model="ir.ui.view" id="shipment_in_return_view_form_package">
<field name="model">stock.shipment.in.return</field>
<field name="inherit" ref="stock.shipment_in_return_view_form"/>
<field name="priority" eval="20"/>
<field name="name">shipment_form_package</field>
</record>
<record model="ir.ui.view" id="shipment_out_view_list_package">
<field name="model">stock.shipment.out</field>
<field name="inherit" ref="stock.shipment_out_view_tree"/>
<field name="priority" eval="20"/>
<field name="name">shipment_list_package</field>
</record>
<record model="ir.ui.view" id="shipment_out_view_form_package">
<field name="model">stock.shipment.out</field>
<field name="inherit" ref="stock.shipment_out_view_form"/>
<field name="priority" eval="20"/>
<field name="name">shipment_form_package</field>
</record>
</data>
</tryton>

View File

@@ -0,0 +1,2 @@
# This file is part of Tryton. The COPYRIGHT file at the top level of
# this repository contains the full copyright notices and license terms.

View File

@@ -0,0 +1,227 @@
# This file is part of Tryton. The COPYRIGHT file at the top level of
# this repository contains the full copyright notices and license terms.
from decimal import Decimal
from trytond.modules.company.tests import (
CompanyTestMixin, create_company, set_company)
from trytond.pool import Pool
from trytond.tests.test_tryton import (
ModuleTestCase, activate_module, with_transaction)
class StockShipmentMeasurementsTestCase(CompanyTestMixin, ModuleTestCase):
'Test Stock Shipment Measurements module'
module = 'stock_shipment_measurements'
extras = ['stock_package']
longMessage = True
@classmethod
def setUpClass(cls):
super(StockShipmentMeasurementsTestCase, cls).setUpClass()
activate_module('stock_package')
@with_transaction()
def test_move_internal_measurements(self):
"Test move internal measurements"
pool = Pool()
Uom = pool.get('product.uom')
Template = pool.get('product.template')
Product = pool.get('product.product')
Location = pool.get('stock.location')
Move = pool.get('stock.move')
kg, = Uom.search([('name', '=', 'Kilogram')])
g, = Uom.search([('name', '=', 'Gram')])
liter, = Uom.search([('name', '=', 'Liter')])
supplier, = Location.search([('code', '=', 'SUP')])
storage, = Location.search([('code', '=', 'STO')])
company = create_company()
currency = company.currency
template, = Template.create([{
'name': "Test internal measurements",
'type': 'goods',
'default_uom': kg,
}])
product, = Product.create([{
'template': template.id,
}])
# without any measurements
with set_company(company):
move, = Move.create([{
'product': product,
'unit': g,
'quantity': 200,
'from_location': supplier,
'to_location': storage,
'company': company,
'unit_price': Decimal(1),
'currency': currency,
}])
self.assertEqual(move.internal_weight, 0.2)
self.assertEqual(move.internal_volume, None)
Move.write([move], {'quantity': 100})
self.assertEqual(move.internal_weight, 0.1)
self.assertEqual(move.internal_volume, None)
template.weight = 1.1
template.weight_uom = kg
template.save()
# with weight measurements
with set_company(company):
move, = Move.create([{
'product': product,
'unit': g,
'quantity': 300,
'from_location': supplier,
'to_location': storage,
'company': company,
'unit_price': Decimal(1),
'currency': currency,
}])
self.assertEqual(move.internal_weight, 0.33)
self.assertEqual(move.internal_volume, None)
Move.write([move], {'quantity': 500})
self.assertEqual(move.internal_weight, 0.55)
self.assertEqual(move.internal_volume, None)
template.volume = 2
template.volume_uom = liter
template.save()
# with weight and volume measurements
with set_company(company):
move, = Move.create([{
'product': product,
'unit': g,
'quantity': 500,
'from_location': supplier,
'to_location': storage,
'company': company,
'unit_price': Decimal(1),
'currency': currency,
}])
self.assertEqual(move.internal_weight, 0.55)
self.assertEqual(move.internal_volume, 1)
Move.write([move], {'quantity': 600})
self.assertEqual(move.internal_weight, 0.66)
self.assertEqual(move.internal_volume, 1.2)
@with_transaction()
def test_shipment_out_measurements(self):
"Test shipment out measurements"
pool = Pool()
Uom = pool.get('product.uom')
Template = pool.get('product.template')
Product = pool.get('product.product')
Location = pool.get('stock.location')
Move = pool.get('stock.move')
Shipment = pool.get('stock.shipment.out')
Package = pool.get('stock.package')
PackageType = pool.get('stock.package.type')
Party = pool.get('party.party')
kg, = Uom.search([('name', '=', 'Kilogram')])
liter, = Uom.search([('name', '=', 'Liter')])
customer, = Location.search([('code', '=', 'CUS')])
storage, = Location.search([('code', '=', 'STO')])
party = Party(name='Customer')
party.addresses = [{}]
party.save()
company = create_company()
currency = company.currency
package_type = PackageType(name="Type")
package_type.save()
template, = Template.create([{
'name': "Test measurements",
'type': 'goods',
'default_uom': kg,
'volume': 0.2,
'volume_uom': liter,
}])
product, = Product.create([{
'template': template.id,
}])
with set_company(company):
shipment = Shipment()
shipment.customer = party
shipment.delivery_address, = party.addresses
shipment.warehouse = Shipment.default_warehouse()
shipment.on_change_warehouse()
shipment.save()
# without moves
self.assertEqual(shipment.weight, None)
self.assertEqual(shipment.volume, None)
shipment.moves = [Move(
product=product,
unit=kg,
quantity=10,
from_location=storage,
to_location=customer,
company=company,
unit_price=Decimal(1),
currency=currency,
)]
shipment.save()
# without inventory moves
self.assertEqual(shipment.weight, 10)
self.assertEqual(shipment.volume, 2)
Shipment.wait([shipment])
# with inventory moves
self.assertEqual(shipment.weight, 10)
self.assertEqual(shipment.volume, 2)
for clause, result in [
([('weight', '=', 10)], [shipment]),
([('weight', '=', 5)], []),
([('weight', 'in', [10, 5])], [shipment]),
([('volume', '=', 2)], [shipment]),
([('volume', '=', 3)], []),
([('volume', 'in', [2, 3])], [shipment]),
]:
msg = 'clause: %s' % clause
self.assertEqual(Shipment.search(clause), result, msg=msg)
# Add packages
package_root = Package()
package_root.type = package_type
package_root.shipment = shipment
package_root.additional_weight = 1
package_root.packaging_volume = 3
package_root.packaging_volume_uom = liter
package_root.save()
package = Package()
package.type = package_type
package.shipment = shipment
package.moves = shipment.moves
package.parent = package_root
package.save()
self.assertEqual(package_root.weight, None)
self.assertEqual(package_root.volume, None)
self.assertEqual(package.weight, 10)
self.assertEqual(package.volume, 2)
self.assertEqual(package_root.total_weight, 11)
self.assertEqual(package_root.total_volume, 3)
self.assertEqual(package.total_weight, 10)
self.assertEqual(package.total_volume, 2)
del ModuleTestCase

View File

@@ -0,0 +1,13 @@
[tryton]
version=7.2.2
depends:
company
ir
product
product_measurements
stock
extras_depend:
carrier_weight
stock_package
xml:
stock.xml

View File

@@ -0,0 +1,12 @@
<?xml version="1.0"?>
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<data>
<xpath expr="//form" position="inside">
<separator id="measurements" colspan="4" string="Measurements"/>
<label name="measurement_weight_uom" string="Weight"/>
<field name="measurement_weight_uom"/>
<label name="measurement_volume_uom" string="Volume"/>
<field name="measurement_volume_uom"/>
</xpath>
</data>

View File

@@ -0,0 +1,11 @@
<?xml version="1.0"?>
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<data>
<xpath expr="//page[@id='measurements']" position="inside">
<label name="additional_weight"/>
<field name="additional_weight"/>
<field name="additional_weight_uom"/>
<newline/>
</xpath>
</data>

View File

@@ -0,0 +1,9 @@
<?xml version="1.0"?>
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<data>
<xpath expr="/tree/field[@name='type']" position="after">
<field name="weight" symbol="weight_uom"/>
<field name="volume" symbol="volume_uom"/>
</xpath>
</data>

View File

@@ -0,0 +1,9 @@
<?xml version="1.0"?>
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<data>
<xpath expr="/tree/field[@name='type']" position="after">
<field name="total_weight" symbol="weight_uom"/>
<field name="total_volume" symbol="volume_uom"/>
</xpath>
</data>

View File

@@ -0,0 +1,13 @@
<?xml version="1.0"?>
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<data>
<xpath expr="//page[@id='other']" position="inside">
<separator id="measurements" colspan="4" string="Measurements"/>
<label name="weight"/>
<field name="weight"/>
<label name="volume"/>
<field name="volume"/>
<newline/>
</xpath>
</data>

View File

@@ -0,0 +1,13 @@
<?xml version="1.0"?>
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<data>
<xpath expr="//field[@name='weight']" position="after">
<label name="packages_weight"/>
<field name="packages_weight"/>
</xpath>
<xpath expr="//field[@name='volume']" position="after">
<label name="packages_volume"/>
<field name="packages_volume"/>
</xpath>
</data>

View File

@@ -0,0 +1,9 @@
<?xml version="1.0"?>
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<data>
<xpath expr="/tree/field[@name='state']" position="before">
<field name="weight" symbol="weight_uom" optional="1"/>
<field name="volume" symbol="volume_uom" optional="1"/>
</xpath>
</data>

View File

@@ -0,0 +1,9 @@
<?xml version="1.0"?>
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<data>
<xpath expr="/tree/field[@name='weight']" position="after">
<field name="packages_weight" optional="1"/>
<field name="packages_volume" optional="1"/>
</xpath>
</data>

View File

@@ -0,0 +1,12 @@
<?xml version="1.0"?>
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<data>
<xpath expr="//page[@id='other']" position="inside">
<separator string="Measurements" id="measurements" colspan="4"/>
<label name="internal_weight"/>
<field name="internal_weight"/>
<label name="internal_volume"/>
<field name="internal_volume"/>
</xpath>
</data>