From 1949b367fd00031d45e164fa0696af86782230c5 Mon Sep 17 00:00:00 2001 From: Mathieu Vatel Date: Wed, 7 Mar 2012 13:56:37 +0100 Subject: [PATCH 001/631] [ADD] stock_move_location --- stock_move_location/__init__.py | 25 +++ stock_move_location/__openerp__.py | 51 +++++ stock_move_location/i18n/fr.po | 143 ++++++++++++++ stock_move_location/stock.py | 182 ++++++++++++++++++ stock_move_location/stock_move_sequence.xml | 19 ++ stock_move_location/stock_view.xml | 67 +++++++ stock_move_location/wizard/__init__.py | 24 +++ stock_move_location/wizard/move_location.py | 46 +++++ .../wizard/move_location_view.xml | 34 ++++ 9 files changed, 591 insertions(+) create mode 100644 stock_move_location/__init__.py create mode 100644 stock_move_location/__openerp__.py create mode 100644 stock_move_location/i18n/fr.po create mode 100644 stock_move_location/stock.py create mode 100644 stock_move_location/stock_move_sequence.xml create mode 100755 stock_move_location/stock_view.xml create mode 100644 stock_move_location/wizard/__init__.py create mode 100644 stock_move_location/wizard/move_location.py create mode 100755 stock_move_location/wizard/move_location_view.xml diff --git a/stock_move_location/__init__.py b/stock_move_location/__init__.py new file mode 100644 index 000000000..c2c2ebef6 --- /dev/null +++ b/stock_move_location/__init__.py @@ -0,0 +1,25 @@ +# -*- coding: utf-8 -*- +################################################################################# +# +# OpenERP, Open Source Management Solution +# Copyright (C) 2011 Julius Network Solutions SARL +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# +################################################################################# + +import stock +import wizard + +# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: \ No newline at end of file diff --git a/stock_move_location/__openerp__.py b/stock_move_location/__openerp__.py new file mode 100644 index 000000000..abb62f769 --- /dev/null +++ b/stock_move_location/__openerp__.py @@ -0,0 +1,51 @@ +# -*- coding: utf-8 -*- +################################################################################# +# +# OpenERP, Open Source Management Solution +# Copyright (C) 2011 Julius Network Solutions SARL +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# +################################################################################# + +{ + "name" : "Move Stock Location", + "version" : "1.0", + "author" : "Julius Network Solutions,Odoo Community Association (OCA)", + "description" : """ + +Presentation: + +This module allows to move all stock in a stock location to an other one. +And adds fields and buttons to advance in Physical Inventories. + +""", + "website" : "http://www.julius.fr", + "depends" : [ + "stock", + "stock_barcode_reader", + ], + "category" : "Customs/Stock", + "init_xml" : [], + "demo_xml" : [], + "update_xml" : [ + 'stock_view.xml', + 'stock_move_sequence.xml', + 'wizard/move_location_view.xml', + ], + 'test': [], + 'installable': True, + 'active': False, + 'certificate': '', +} diff --git a/stock_move_location/i18n/fr.po b/stock_move_location/i18n/fr.po new file mode 100644 index 000000000..3c1f45c79 --- /dev/null +++ b/stock_move_location/i18n/fr.po @@ -0,0 +1,143 @@ +# Translation of OpenERP Server. +# This file contains the translation of the following modules: +# * stock_move_location +# +msgid "" +msgstr "" +"Project-Id-Version: OpenERP Server 6.0.3\n" +"Report-Msgid-Bugs-To: support@openerp.com\n" +"POT-Creation-Date: 2011-12-19 10:48+0000\n" +"PO-Revision-Date: 2011-12-19 10:48+0000\n" +"Last-Translator: <>\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: stock_move_location +#: field:stock.inventory,location_id:0 +msgid "Location" +msgstr "Stockage" + +#. module: stock_move_location +#: view:stock.inventory:0 +msgid "Start Acquisition" +msgstr "Demarrer la saisie" + +#. module: stock_move_location +#: view:stock.inventory:0 +msgid "Get Stock" +msgstr "Remplir" + +#. module: stock_move_location +#: view:stock.inventory:0 +msgid "Validate Move" +msgstr "Valider le transfert" + +#. module: stock_move_location +#: model:ir.model,name:stock_move_location.model_stock_fill_inventory +msgid "Import Inventory" +msgstr "Importer un inventaire" + +#. module: stock_move_location +#: code:addons/stock_move_location/stock.py:54 +#, python-format +msgid "Error !" +msgstr "Erreur !" + +#. module: stock_move_location +#: constraint:stock.move:0 +msgid "You try to assign a lot which is not from the same product" +msgstr "Vous essayez d'affecter un lot qui n'est pas pour le bon produit." + +#. module: stock_move_location +#: model:ir.model,name:stock_move_location.model_stock_move +msgid "Stock Move" +msgstr "Transfert de Stock à Stock" + +#. module: stock_move_location +#: model:ir.module.module,description:stock_move_location.module_meta_information +msgid " This module allows to move all stock in a stock location to an other one " +msgstr " Ce module permet de déplacer tout le stock situé dans un ou plusieurs emplacement vers un autre emplacement " + +#. module: stock_move_location +#: field:stock.inventory,location_dest_id:0 +msgid "Destination Location" +msgstr "Emplacement de destination" + +#. module: stock_move_location +#: model:ir.actions.act_window,name:stock_move_location.action_move_stock_form +#: model:ir.ui.menu,name:stock_move_location.menu_action_move_stock_form +msgid "Move stock" +msgstr "Transfert de Stock à Stock" + +#. module: stock_move_location +#: code:addons/stock_move_location/stock.py:70 +#, python-format +msgid "Move" +msgstr "Transfert" + +#. module: stock_move_location +#: view:stock.inventory:0 +msgid "Confirm Inventory" +msgstr "Confirmer l'inventaire" + +#. module: stock_move_location +#: field:stock.inventory,comments:0 +msgid "Comments" +msgstr "Commentaires" + +#. module: stock_move_location +#: constraint:stock.move:0 +msgid "You must assign a production lot for this product" +msgstr "Vous devez affecter un lot de fabrication pour ce produit." + +#. module: stock_move_location +#: selection:stock.inventory,type:0 +msgid "Location Move" +msgstr "Transfert de Stock à Stock" + +#. module: stock_move_location +#: view:stock.inventory:0 +msgid "Move Stock" +msgstr "Transfert de Stock à Stock" + +#. module: stock_move_location +#: model:ir.model,name:stock_move_location.model_stock_inventory +#: selection:stock.inventory,type:0 +msgid "Inventory" +msgstr "Inventaire" + +#. module: stock_move_location +#: code:addons/stock_move_location/stock.py:54 +#, python-format +msgid "Please inform the destination of your move" +msgstr "S'il vous plaît informer la destination de votre transfert" + +#. module: stock_move_location +#: code:addons/stock_move_location/stock.py:70 +#, python-format +msgid "is done." +msgstr "est fait." + +#. module: stock_move_location +#: field:stock.inventory,type:0 +msgid "Type" +msgstr "Type" + +#. module: stock_move_location +#: model:ir.module.module,shortdesc:stock_move_location.module_meta_information +msgid "Move Stock Location" +msgstr "Tranfert de stock à stock" + +#. module: stock_move_location +#: model:ir.actions.act_window,help:stock_move_location.action_move_stock_form +msgid "You can use this to move a stock from a location to an other one." +msgstr "Vous pouvez l'utiliser pour passer d'un stockage vers un autre." + +#. module: stock_move_location +#: field:stock.move,pack_history_id:0 +msgid "History pack" +msgstr "Historique du colis" + diff --git a/stock_move_location/stock.py b/stock_move_location/stock.py new file mode 100644 index 000000000..be0a5ae2e --- /dev/null +++ b/stock_move_location/stock.py @@ -0,0 +1,182 @@ +# -*- coding: utf-8 -*- +################################################################################# +# +# OpenERP, Open Source Management Solution +# Copyright (C) 2011 Julius Network Solutions SARL +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# +################################################################################# + +from osv import fields, osv +from tools.translate import _ + +#class stock_fill_inventory(osv.osv_memory): +# _inherit = "stock.fill.inventory" +# def fill_inventory(self, cr, uid, ids, context=None): +# res = super(stock_fill_inventory, self).fill_inventory(cr, uid, ids, context=context) +# stock_inventory_obj = self.pool.get('stock.inventory') +# fill_inventory = self.browse(cr, uid, ids[0], context=context) +# if stock_inventory_obj.browse(cr, uid, context.get('active_id', False), context).location_id: +# stock_inventory_obj.write(cr, uid, context.get('active_id', False), {'location_id': fill_inventory.location_id.id}) +# return res +#stock_fill_inventory() + +class stock_inventory(osv.osv): + _inherit = "stock.inventory" + + _columns = { + 'type': fields.selection([('normal', 'Inventory'),('move', 'Location Move')], 'Type'), + 'location_id': fields.many2one('stock.location', 'Location'), + 'location_dest_id': fields.many2one('stock.location', 'Destination Location'), + 'comments':fields.text('Comments'), + } + + def get_sequence(self, cr , uid, context): + if context.get('type', False) == 'move': + return self.pool.get('ir.sequence').get(cr, uid, 'stock.inventory.move') or '/' + else: + return self.pool.get('ir.sequence').get(cr, uid, 'stock.inventory') or '/' + + _defaults = { + 'type': lambda *a: 'normal', + 'name': lambda x, y, z, c: x.get_sequence(y,z,c), + } + + def move_stock(self, cr, uid, ids, context=None): + if context is None: + context = {} + product_context = dict(context, compute_child=False) + + location_obj = self.pool.get('stock.location') + for inv in self.browse(cr, uid, ids, context=context): + if not inv.location_dest_id: + raise osv.except_osv(_('Error !'), _('Please inform the destination of your move')) + move_ids = [] + for line in inv.inventory_line_id: + location_id = inv.location_dest_id.id + date = line.date or inv.date + value = { + 'name': 'MOVE:' + str(line.inventory_id.id) + ':' + line.inventory_id.name, + 'product_id': line.product_id.id, + 'product_uom': line.product_uom.id, + 'prodlot_id': line.prod_lot_id.id, + 'date': date, + 'product_qty': line.product_qty, + 'location_id': line.location_id.id, + 'location_dest_id': location_id, + 'note': line.note or inv.comments or False, + } + move_ids.append(self._inventory_line_hook(cr, uid, line, value)) + message = _('Move') + " '" + inv.name + "' "+ _("is done.") + self.log(cr, uid, inv.id, message) + self.write(cr, uid, [inv.id], {'state': 'confirm', 'move_ids': [(6, 0, move_ids)]}) + return True + + def fill_inventory(self, cr, uid, ids, context=False): + res = {} + stock_fill_inventory_obj = self.pool.get('stock.fill.inventory') + inventory_data = self.browse(cr, uid, ids[0], context) + if context.get('type',[]) == 'move': + set_stock_zero = False + else: + set_stock_zero = True + if inventory_data.location_id: + context['location_id'] = inventory_data.location_id.id + fill_inventory_id = stock_fill_inventory_obj.create(cr, uid, { + 'location_id': inventory_data.location_id.id, + 'set_stock_zero': set_stock_zero}) + context_temp = context + context_temp['active_ids'] = [inventory_data.id] + context_temp['active_id'] = inventory_data.id + stock_fill_inventory_obj.fill_inventory(cr, uid, [fill_inventory_id], context_temp) + + + if context.get('type',[]) == 'move': + act = {} +# mod_obj = self.pool.get('ir.model.data') +# act_obj = self.pool.get('ir.actions.act_window') +# model_id = mod_obj.search(cr, uid, [('name', '=', 'move_stock_acquisition_link_2')])[0] +# act_id = mod_obj.read(cr, uid, model_id, ['res_id'])['res_id'] +# act = act_obj.read(cr, uid, act_id) + else: + mod_obj = self.pool.get('ir.model.data') + act_obj = self.pool.get('ir.actions.act_window') + model_id = mod_obj.search(cr, uid, [('name', '=', 'inventory_acquisition_link_1')])[0] + act_id = mod_obj.read(cr, uid, model_id, ['res_id'])['res_id'] + act = act_obj.read(cr, uid, act_id) + context = eval(act['context']) + context['default_inventory_id'] = inventory_data.id + context['default_name'] = inventory_data.name + act['context'] = context + return act + + +stock_inventory() + +class stock_move(osv.osv): + + _inherit = 'stock.move' + +# def _check_move(self, cr, uid, ids, context=None): +# """ Checks if the given production lot belong to a pack +# Return false if the production lot is in a pack +# """ +# production_lot_obj = self.pool.get('stock.production.lot') +# +# for move in self.browse(cr, uid, ids, context=context): +# if move.prodlot_id: +# if self.search(cr, uid, [('prodlot_id', '=', move.prodlot_id.id), ('state','not in',('cancel','done')), ('id', '!=', move.id)]): +# if move.prodlot_id.tracking_id: +# return False +# return True + + _columns = { + 'pack_history_id': fields.many2one('stock.tracking.history', 'History pack'), + } + +# _constraints =[ +# (_check_move, 'You try to assign a move to a lot which is already in a pack', ['prodlot_id']) +# ] + ''' Solution to move all pack and production lot if one in a pack is move ''' +# def move_parent(self, cr, uid, ids, context=None): +# """ Checks if the given production lot belong to a pack +# Move the pack in the same destination +# """ +# ''' variables ''' +# production_lot_obj = self.pool.get('stock.production.lot') +# move_packaging_obj = self.pool.get('stock.move.packaging') +# ''' init ''' +# if context == None: +# context = {} +# ''' process ''' +# for move in self.browse(cr, uid, ids, context=context): +# if move.prodlot_id: +# if move.prodlot_id.tracking_id: +# move_packaging_obj.move_pack(cr, uid, move.prodlot_id.tracking_id, context) +# return {} + +stock_move() + +class stock_inventory_line(osv.osv): + _inherit = "stock.inventory.line" + + _columns = { + 'date': fields.datetime('Date'), + 'note': fields.text('Notes'), + } + +stock_inventory_line() + +# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/stock_move_location/stock_move_sequence.xml b/stock_move_location/stock_move_sequence.xml new file mode 100644 index 000000000..21d53d51a --- /dev/null +++ b/stock_move_location/stock_move_sequence.xml @@ -0,0 +1,19 @@ + + + + + + + Inventory Order + stock.inventory.move + + + + Inventory Order + stock.inventory.move + MOV + 3 + + + + diff --git a/stock_move_location/stock_view.xml b/stock_move_location/stock_view.xml new file mode 100755 index 000000000..89ad954f3 --- /dev/null +++ b/stock_move_location/stock_view.xml @@ -0,0 +1,67 @@ + + + + + + stock.inventory.tree + stock.inventory + tree + + + + + + + + + + stock.inventory.form + stock.inventory + form + + + + + + + + + + + + + + {'full':'1', 'type':'normal', 'default_type': 'normal'} + [('type', '=', 'normal')] + + + + [('state','=','draft'), ('type', '=', 'normal')] + + + + Move stock + ir.actions.act_window + stock.inventory + form + + {'full':'1', 'type':'move', 'default_type': 'move'} + [('type', '=', 'move')] + + You can use this to move a stock from a location to an other one. + + + + + + diff --git a/stock_move_location/wizard/__init__.py b/stock_move_location/wizard/__init__.py new file mode 100644 index 000000000..4096c452a --- /dev/null +++ b/stock_move_location/wizard/__init__.py @@ -0,0 +1,24 @@ +# -*- coding: utf-8 -*- +################################################################################# +# +# OpenERP, Open Source Management Solution +# Copyright (C) 2011 Julius Network Solutions SARL +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# +################################################################################# + +import move_location + +# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: \ No newline at end of file diff --git a/stock_move_location/wizard/move_location.py b/stock_move_location/wizard/move_location.py new file mode 100644 index 000000000..a27155d2a --- /dev/null +++ b/stock_move_location/wizard/move_location.py @@ -0,0 +1,46 @@ +# -*- coding: utf-8 -*- +################################################################################# +# +# OpenERP, Open Source Management Solution +# Copyright (C) 2011 Julius Network Solutions SARL +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# +################################################################################# + +from osv import fields, osv +from tools.translate import _ + +class stock_fill_inventory(osv.osv_memory): + _inherit = "stock.fill.inventory" + + def _get_location(self, cr, uid, active_id, context={}): + res = False + if active_id: + inv = self.pool.get('stock.inventory').browse(cr, uid, active_id) + if inv.location_id: + res = inv.location_id.id + return res + + _columns = { + 'location_id': fields.many2one('stock.location', 'Location', required=True), + } + + _defaults = { + 'location_id': lambda s,cr,uid,c: s._get_location(cr, uid, c.get('active_id',False), c), + } + +stock_fill_inventory() + +# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: \ No newline at end of file diff --git a/stock_move_location/wizard/move_location_view.xml b/stock_move_location/wizard/move_location_view.xml new file mode 100755 index 000000000..88c70a085 --- /dev/null +++ b/stock_move_location/wizard/move_location_view.xml @@ -0,0 +1,34 @@ + + + + + + + + From 19c60699c2ff2dd9cec4aa374abfd8c9f205c310 Mon Sep 17 00:00:00 2001 From: mpanarin Date: Thu, 27 Dec 2018 11:47:16 +0200 Subject: [PATCH 002/631] [MIG] 11.0 stock_move_location --- stock_move_location/README.rst | 21 ++ stock_move_location/__init__.py | 29 +-- stock_move_location/__manifest__.py | 23 +++ stock_move_location/__openerp__.py | 51 ----- .../data/stock_move_sequence.xml | 15 ++ stock_move_location/i18n/fr.po | 143 -------------- .../i18n/stock_move_location.pot | 117 +++++++++++ stock_move_location/models/__init__.py | 6 + stock_move_location/models/inventory_line.py | 47 +++++ stock_move_location/models/stock_inventory.py | 54 +++++ stock_move_location/readme/CONTRIBUTORS.rst | 2 + stock_move_location/readme/DESCRIPTION.rst | 1 + stock_move_location/readme/USAGE.rst | 9 + stock_move_location/stock.py | 182 ----------------- stock_move_location/stock_move_sequence.xml | 19 -- stock_move_location/stock_view.xml | 67 ------- stock_move_location/tests/__init__.py | 6 + stock_move_location/tests/test_common.py | 68 +++++++ .../tests/test_move_location.py | 154 +++++++++++++++ stock_move_location/views/stock_view.xml | 20 ++ stock_move_location/wizard/__init__.py | 28 +-- stock_move_location/wizard/move_location.py | 46 ----- .../wizard/move_location_view.xml | 34 ---- .../wizard/stock_move_location.py | 185 ++++++++++++++++++ .../wizard/stock_move_location.xml | 54 +++++ .../wizard/stock_move_location_line.py | 58 ++++++ 26 files changed, 850 insertions(+), 589 deletions(-) create mode 100644 stock_move_location/README.rst create mode 100644 stock_move_location/__manifest__.py delete mode 100644 stock_move_location/__openerp__.py create mode 100644 stock_move_location/data/stock_move_sequence.xml delete mode 100644 stock_move_location/i18n/fr.po create mode 100644 stock_move_location/i18n/stock_move_location.pot create mode 100644 stock_move_location/models/__init__.py create mode 100644 stock_move_location/models/inventory_line.py create mode 100644 stock_move_location/models/stock_inventory.py create mode 100644 stock_move_location/readme/CONTRIBUTORS.rst create mode 100644 stock_move_location/readme/DESCRIPTION.rst create mode 100644 stock_move_location/readme/USAGE.rst delete mode 100644 stock_move_location/stock.py delete mode 100644 stock_move_location/stock_move_sequence.xml delete mode 100755 stock_move_location/stock_view.xml create mode 100644 stock_move_location/tests/__init__.py create mode 100644 stock_move_location/tests/test_common.py create mode 100644 stock_move_location/tests/test_move_location.py create mode 100755 stock_move_location/views/stock_view.xml delete mode 100644 stock_move_location/wizard/move_location.py delete mode 100755 stock_move_location/wizard/move_location_view.xml create mode 100644 stock_move_location/wizard/stock_move_location.py create mode 100755 stock_move_location/wizard/stock_move_location.xml create mode 100644 stock_move_location/wizard/stock_move_location_line.py diff --git a/stock_move_location/README.rst b/stock_move_location/README.rst new file mode 100644 index 000000000..21cd7854d --- /dev/null +++ b/stock_move_location/README.rst @@ -0,0 +1,21 @@ +**This file is going to be generated by oca-gen-addon-readme.** + +*Manual changes will be overwritten.* + +Please provide content in the ``readme`` directory: + +* **DESCRIPTION.rst** (required) +* INSTALL.rst (optional) +* CONFIGURE.rst (optional) +* **USAGE.rst** (optional, highly recommended) +* DEVELOP.rst (optional) +* ROADMAP.rst (optional) +* HISTORY.rst (optional, recommended) +* **CONTRIBUTORS.rst** (optional, highly recommended) +* CREDITS.rst (optional) + +Content of this README will also be drawn from the addon manifest, +from keys such as name, authors, maintainers, development_status, +and license. + +A good, one sentence summary in the manifest is also highly recommended. diff --git a/stock_move_location/__init__.py b/stock_move_location/__init__.py index c2c2ebef6..5918b27a3 100644 --- a/stock_move_location/__init__.py +++ b/stock_move_location/__init__.py @@ -1,25 +1,6 @@ -# -*- coding: utf-8 -*- -################################################################################# -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2011 Julius Network Solutions SARL -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . -# -################################################################################# +# Copyright (C) 2011 Julius Network Solutions SARL +# Copyright 2018 Camptocamp SA +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl) -import stock -import wizard - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: \ No newline at end of file +from . import models +from . import wizard diff --git a/stock_move_location/__manifest__.py b/stock_move_location/__manifest__.py new file mode 100644 index 000000000..4cf6ae6ec --- /dev/null +++ b/stock_move_location/__manifest__.py @@ -0,0 +1,23 @@ +# Copyright (C) 2011 Julius Network Solutions SARL +# Copyright 2018 Camptocamp SA +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl) + +{ + "name": "Move Stock Location", + "version": "11.0.1.0.0", + "author": "Julius Network Solutions, " + "Odoo Community Association (OCA)", + "summary": "This module allows to move all stock " + "in a stock location to an other one.", + "website": "https://github.com/OCA/stock-logistics-warehouse", + 'license': 'AGPL-3', + "depends": [ + "stock", + ], + "category": "Stock", + "data": [ + 'data/stock_move_sequence.xml', + 'views/stock_view.xml', + 'wizard/stock_move_location.xml', + ], +} diff --git a/stock_move_location/__openerp__.py b/stock_move_location/__openerp__.py deleted file mode 100644 index abb62f769..000000000 --- a/stock_move_location/__openerp__.py +++ /dev/null @@ -1,51 +0,0 @@ -# -*- coding: utf-8 -*- -################################################################################# -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2011 Julius Network Solutions SARL -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . -# -################################################################################# - -{ - "name" : "Move Stock Location", - "version" : "1.0", - "author" : "Julius Network Solutions,Odoo Community Association (OCA)", - "description" : """ - -Presentation: - -This module allows to move all stock in a stock location to an other one. -And adds fields and buttons to advance in Physical Inventories. - -""", - "website" : "http://www.julius.fr", - "depends" : [ - "stock", - "stock_barcode_reader", - ], - "category" : "Customs/Stock", - "init_xml" : [], - "demo_xml" : [], - "update_xml" : [ - 'stock_view.xml', - 'stock_move_sequence.xml', - 'wizard/move_location_view.xml', - ], - 'test': [], - 'installable': True, - 'active': False, - 'certificate': '', -} diff --git a/stock_move_location/data/stock_move_sequence.xml b/stock_move_location/data/stock_move_sequence.xml new file mode 100644 index 000000000..e27670c5d --- /dev/null +++ b/stock_move_location/data/stock_move_sequence.xml @@ -0,0 +1,15 @@ + + + + + + Inventory Move + stock.inventory.move + MOV + 3 + 1 + 1 + + + + diff --git a/stock_move_location/i18n/fr.po b/stock_move_location/i18n/fr.po deleted file mode 100644 index 3c1f45c79..000000000 --- a/stock_move_location/i18n/fr.po +++ /dev/null @@ -1,143 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * stock_move_location -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0.3\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2011-12-19 10:48+0000\n" -"PO-Revision-Date: 2011-12-19 10:48+0000\n" -"Last-Translator: <>\n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: \n" - -#. module: stock_move_location -#: field:stock.inventory,location_id:0 -msgid "Location" -msgstr "Stockage" - -#. module: stock_move_location -#: view:stock.inventory:0 -msgid "Start Acquisition" -msgstr "Demarrer la saisie" - -#. module: stock_move_location -#: view:stock.inventory:0 -msgid "Get Stock" -msgstr "Remplir" - -#. module: stock_move_location -#: view:stock.inventory:0 -msgid "Validate Move" -msgstr "Valider le transfert" - -#. module: stock_move_location -#: model:ir.model,name:stock_move_location.model_stock_fill_inventory -msgid "Import Inventory" -msgstr "Importer un inventaire" - -#. module: stock_move_location -#: code:addons/stock_move_location/stock.py:54 -#, python-format -msgid "Error !" -msgstr "Erreur !" - -#. module: stock_move_location -#: constraint:stock.move:0 -msgid "You try to assign a lot which is not from the same product" -msgstr "Vous essayez d'affecter un lot qui n'est pas pour le bon produit." - -#. module: stock_move_location -#: model:ir.model,name:stock_move_location.model_stock_move -msgid "Stock Move" -msgstr "Transfert de Stock à Stock" - -#. module: stock_move_location -#: model:ir.module.module,description:stock_move_location.module_meta_information -msgid " This module allows to move all stock in a stock location to an other one " -msgstr " Ce module permet de déplacer tout le stock situé dans un ou plusieurs emplacement vers un autre emplacement " - -#. module: stock_move_location -#: field:stock.inventory,location_dest_id:0 -msgid "Destination Location" -msgstr "Emplacement de destination" - -#. module: stock_move_location -#: model:ir.actions.act_window,name:stock_move_location.action_move_stock_form -#: model:ir.ui.menu,name:stock_move_location.menu_action_move_stock_form -msgid "Move stock" -msgstr "Transfert de Stock à Stock" - -#. module: stock_move_location -#: code:addons/stock_move_location/stock.py:70 -#, python-format -msgid "Move" -msgstr "Transfert" - -#. module: stock_move_location -#: view:stock.inventory:0 -msgid "Confirm Inventory" -msgstr "Confirmer l'inventaire" - -#. module: stock_move_location -#: field:stock.inventory,comments:0 -msgid "Comments" -msgstr "Commentaires" - -#. module: stock_move_location -#: constraint:stock.move:0 -msgid "You must assign a production lot for this product" -msgstr "Vous devez affecter un lot de fabrication pour ce produit." - -#. module: stock_move_location -#: selection:stock.inventory,type:0 -msgid "Location Move" -msgstr "Transfert de Stock à Stock" - -#. module: stock_move_location -#: view:stock.inventory:0 -msgid "Move Stock" -msgstr "Transfert de Stock à Stock" - -#. module: stock_move_location -#: model:ir.model,name:stock_move_location.model_stock_inventory -#: selection:stock.inventory,type:0 -msgid "Inventory" -msgstr "Inventaire" - -#. module: stock_move_location -#: code:addons/stock_move_location/stock.py:54 -#, python-format -msgid "Please inform the destination of your move" -msgstr "S'il vous plaît informer la destination de votre transfert" - -#. module: stock_move_location -#: code:addons/stock_move_location/stock.py:70 -#, python-format -msgid "is done." -msgstr "est fait." - -#. module: stock_move_location -#: field:stock.inventory,type:0 -msgid "Type" -msgstr "Type" - -#. module: stock_move_location -#: model:ir.module.module,shortdesc:stock_move_location.module_meta_information -msgid "Move Stock Location" -msgstr "Tranfert de stock à stock" - -#. module: stock_move_location -#: model:ir.actions.act_window,help:stock_move_location.action_move_stock_form -msgid "You can use this to move a stock from a location to an other one." -msgstr "Vous pouvez l'utiliser pour passer d'un stockage vers un autre." - -#. module: stock_move_location -#: field:stock.move,pack_history_id:0 -msgid "History pack" -msgstr "Historique du colis" - diff --git a/stock_move_location/i18n/stock_move_location.pot b/stock_move_location/i18n/stock_move_location.pot new file mode 100644 index 000000000..80d94cf11 --- /dev/null +++ b/stock_move_location/i18n/stock_move_location.pot @@ -0,0 +1,117 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_move_location +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0+e\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-12-28 14:49+0000\n" +"PO-Revision-Date: 2018-12-28 14:49+0000\n" +"Last-Translator: <>\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: stock_move_location +#: model:ir.ui.view,arch_db:stock_move_location.view_stock_move_location_form_stock_move_location +msgid "Cancel" +msgstr "" + +#. module: stock_move_location +#: model:ir.model.fields,field_description:stock_move_location.field_stock_inventory_comments +msgid "Comments" +msgstr "" + +#. module: stock_move_location +#: model:ir.model.fields,field_description:stock_move_location.field_stock_move_location_create_uid +msgid "Created by" +msgstr "" + +#. module: stock_move_location +#: model:ir.model.fields,field_description:stock_move_location.field_stock_move_location_create_date +msgid "Created on" +msgstr "" + +#. module: stock_move_location +#: model:ir.model.fields,field_description:stock_move_location.field_stock_inventory_destination_location_id +#: model:ir.model.fields,field_description:stock_move_location.field_stock_inventory_line_destination_location_id +#: model:ir.model.fields,field_description:stock_move_location.field_stock_move_location_destination_location_id +msgid "Destination Location" +msgstr "" + +#. module: stock_move_location +#: model:ir.model.fields,field_description:stock_move_location.field_stock_move_location_display_name +msgid "Display Name" +msgstr "" + +#. module: stock_move_location +#: model:ir.model.fields,field_description:stock_move_location.field_stock_move_location_id_9042 +msgid "ID" +msgstr "" + +#. module: stock_move_location +#: model:ir.model,name:stock_move_location.model_stock_inventory +msgid "Inventory" +msgstr "" + +#. module: stock_move_location +#: model:ir.model,name:stock_move_location.model_stock_inventory_line +msgid "Inventory Line" +msgstr "" + +#. module: stock_move_location +#: model:ir.model.fields,field_description:stock_move_location.field_stock_move_location___last_update +msgid "Last Modified on" +msgstr "" + +#. module: stock_move_location +#: model:ir.model.fields,field_description:stock_move_location.field_stock_move_location_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: stock_move_location +#: model:ir.model.fields,field_description:stock_move_location.field_stock_move_location_write_date +msgid "Last Updated on" +msgstr "" + +#. module: stock_move_location +#: model:ir.ui.view,arch_db:stock_move_location.view_stock_move_location_form_stock_move_location +msgid "Move Location" +msgstr "" + +#. module: stock_move_location +#: model:ir.actions.act_window,name:stock_move_location.stock_move_location_action +#: model:ir.ui.menu,name:stock_move_location.menuitem_move_location +msgid "Move from location..." +msgstr "" + +#. module: stock_move_location +#: model:ir.model.fields,field_description:stock_move_location.field_stock_move_location_origin_location_id +msgid "Origin Location" +msgstr "" + +#. module: stock_move_location +#: code:addons/stock_move_location/models/stock_inventory.py:40 +#, python-format +msgid "Please select the destination of your move" +msgstr "" + +#. module: stock_move_location +#: model:ir.model,name:stock_move_location.model_stock_move +msgid "Stock Move" +msgstr "" + +#. module: stock_move_location +#: model:ir.model.fields,field_description:stock_move_location.field_stock_inventory_inventory_type +#: model:ir.model.fields,field_description:stock_move_location.field_stock_inventory_line_inventory_type +msgid "Type" +msgstr "" + +#. module: stock_move_location +#: model:ir.model,name:stock_move_location.model_stock_move_location +msgid "stock.move.location" +msgstr "" + diff --git a/stock_move_location/models/__init__.py b/stock_move_location/models/__init__.py new file mode 100644 index 000000000..067b2103c --- /dev/null +++ b/stock_move_location/models/__init__.py @@ -0,0 +1,6 @@ +# Copyright (C) 2011 Julius Network Solutions SARL +# Copyright 2018 Camptocamp SA +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl) + +from . import stock_inventory +from . import inventory_line diff --git a/stock_move_location/models/inventory_line.py b/stock_move_location/models/inventory_line.py new file mode 100644 index 000000000..cb41cad19 --- /dev/null +++ b/stock_move_location/models/inventory_line.py @@ -0,0 +1,47 @@ +# Copyright 2018 Camptocamp SA +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl) + +from odoo import fields, models + + +class InventoryLine(models.Model): + _inherit = "stock.inventory.line" + + destination_location_id = fields.Many2one( + related="inventory_id.destination_location_id", + readonly=True, + ) + inventory_type = fields.Selection( + related="inventory_id.inventory_type", + ) + + def _get_move_location_values(self): + self.ensure_one() + location_id = self.inventory_id.destination_location_id + date = self.inventory_id.date + return { + 'name': ("MOVE:{}:{}".format( + self.inventory_id.id, + self.inventory_id.name, + )), + 'move_line_ids': self._get_move_line_location_values(), + 'product_id': self.product_id.id, + 'product_uom': self.product_uom_id.id, + 'location_id': self.location_id.id, + 'location_dest_id': location_id.id, + 'date': date, + } + + def _get_move_line_location_values(self): + self.ensure_one() + location_id = self.inventory_id.destination_location_id + return [ + (0, 0, { + 'product_id': self.product_id.id, + 'lot_id': self.prod_lot_id.id, + 'location_id': self.location_id.id, + 'location_dest_id': location_id.id, + 'qty_done': self.product_qty, + 'product_uom_id': self.product_uom_id.id, + }) + ] diff --git a/stock_move_location/models/stock_inventory.py b/stock_move_location/models/stock_inventory.py new file mode 100644 index 000000000..b2744f3e1 --- /dev/null +++ b/stock_move_location/models/stock_inventory.py @@ -0,0 +1,54 @@ +# Copyright (C) 2011 Julius Network Solutions SARL +# Copyright 2018 Camptocamp SA +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl) + +import logging + +from odoo import _, fields, models +from odoo.exceptions import ValidationError + + +_logger = logging.getLogger(__name__) + + +class StockInventory(models.Model): + _inherit = "stock.inventory" + + def _select_inventory_type(self): + return [ + ('normal', 'Inventory'), + ('move', 'Location Move'), + ] + + inventory_type = fields.Selection( + string='Type', + selection="_select_inventory_type", + default='normal', + ) + destination_location_id = fields.Many2one( + string='Destination Location', + comodel_name='stock.location', + ) + comments = fields.Text( + string='Comments', + ) + + def move_stock(self): + for inventory in self: + if not inventory.destination_location_id: + raise ValidationError( + _('Please select the destination of your move') + ) + moves = [ + (0, 0, line._get_move_location_values()) + for line in inventory.line_ids + ] + self.write({ + 'move_ids': moves, + }) + self.mapped('move_ids')._action_done() + self.write({ + "state": "done", + }) + _logger.info("Move '{}' is done.".format(inventory.name)) + return True diff --git a/stock_move_location/readme/CONTRIBUTORS.rst b/stock_move_location/readme/CONTRIBUTORS.rst new file mode 100644 index 000000000..012a547fe --- /dev/null +++ b/stock_move_location/readme/CONTRIBUTORS.rst @@ -0,0 +1,2 @@ +* Mathieu Vatel +* Mykhailo Panarin diff --git a/stock_move_location/readme/DESCRIPTION.rst b/stock_move_location/readme/DESCRIPTION.rst new file mode 100644 index 000000000..7b0eeb0ee --- /dev/null +++ b/stock_move_location/readme/DESCRIPTION.rst @@ -0,0 +1 @@ +This module allows to move entire location of products from one place to another diff --git a/stock_move_location/readme/USAGE.rst b/stock_move_location/readme/USAGE.rst new file mode 100644 index 000000000..c047b1e2b --- /dev/null +++ b/stock_move_location/readme/USAGE.rst @@ -0,0 +1,9 @@ +* A new menuitem Stock > Move from location... opens a wizard + where 2 location ca be specified. +* Select origin and destination locations and press "MOVE LOCATION" +* Press `ADD ALL` button to add all products available +* Those lines can be edited. Move quantity can't be more than a max available quantity +* Move doesn't care about the reservations and will move stuff anyway +* If during you operation with the wizard the real quantity will change + it will move only the available quantity at the button press +* Products will be moved and a form view of inventory that did that will show up diff --git a/stock_move_location/stock.py b/stock_move_location/stock.py deleted file mode 100644 index be0a5ae2e..000000000 --- a/stock_move_location/stock.py +++ /dev/null @@ -1,182 +0,0 @@ -# -*- coding: utf-8 -*- -################################################################################# -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2011 Julius Network Solutions SARL -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . -# -################################################################################# - -from osv import fields, osv -from tools.translate import _ - -#class stock_fill_inventory(osv.osv_memory): -# _inherit = "stock.fill.inventory" -# def fill_inventory(self, cr, uid, ids, context=None): -# res = super(stock_fill_inventory, self).fill_inventory(cr, uid, ids, context=context) -# stock_inventory_obj = self.pool.get('stock.inventory') -# fill_inventory = self.browse(cr, uid, ids[0], context=context) -# if stock_inventory_obj.browse(cr, uid, context.get('active_id', False), context).location_id: -# stock_inventory_obj.write(cr, uid, context.get('active_id', False), {'location_id': fill_inventory.location_id.id}) -# return res -#stock_fill_inventory() - -class stock_inventory(osv.osv): - _inherit = "stock.inventory" - - _columns = { - 'type': fields.selection([('normal', 'Inventory'),('move', 'Location Move')], 'Type'), - 'location_id': fields.many2one('stock.location', 'Location'), - 'location_dest_id': fields.many2one('stock.location', 'Destination Location'), - 'comments':fields.text('Comments'), - } - - def get_sequence(self, cr , uid, context): - if context.get('type', False) == 'move': - return self.pool.get('ir.sequence').get(cr, uid, 'stock.inventory.move') or '/' - else: - return self.pool.get('ir.sequence').get(cr, uid, 'stock.inventory') or '/' - - _defaults = { - 'type': lambda *a: 'normal', - 'name': lambda x, y, z, c: x.get_sequence(y,z,c), - } - - def move_stock(self, cr, uid, ids, context=None): - if context is None: - context = {} - product_context = dict(context, compute_child=False) - - location_obj = self.pool.get('stock.location') - for inv in self.browse(cr, uid, ids, context=context): - if not inv.location_dest_id: - raise osv.except_osv(_('Error !'), _('Please inform the destination of your move')) - move_ids = [] - for line in inv.inventory_line_id: - location_id = inv.location_dest_id.id - date = line.date or inv.date - value = { - 'name': 'MOVE:' + str(line.inventory_id.id) + ':' + line.inventory_id.name, - 'product_id': line.product_id.id, - 'product_uom': line.product_uom.id, - 'prodlot_id': line.prod_lot_id.id, - 'date': date, - 'product_qty': line.product_qty, - 'location_id': line.location_id.id, - 'location_dest_id': location_id, - 'note': line.note or inv.comments or False, - } - move_ids.append(self._inventory_line_hook(cr, uid, line, value)) - message = _('Move') + " '" + inv.name + "' "+ _("is done.") - self.log(cr, uid, inv.id, message) - self.write(cr, uid, [inv.id], {'state': 'confirm', 'move_ids': [(6, 0, move_ids)]}) - return True - - def fill_inventory(self, cr, uid, ids, context=False): - res = {} - stock_fill_inventory_obj = self.pool.get('stock.fill.inventory') - inventory_data = self.browse(cr, uid, ids[0], context) - if context.get('type',[]) == 'move': - set_stock_zero = False - else: - set_stock_zero = True - if inventory_data.location_id: - context['location_id'] = inventory_data.location_id.id - fill_inventory_id = stock_fill_inventory_obj.create(cr, uid, { - 'location_id': inventory_data.location_id.id, - 'set_stock_zero': set_stock_zero}) - context_temp = context - context_temp['active_ids'] = [inventory_data.id] - context_temp['active_id'] = inventory_data.id - stock_fill_inventory_obj.fill_inventory(cr, uid, [fill_inventory_id], context_temp) - - - if context.get('type',[]) == 'move': - act = {} -# mod_obj = self.pool.get('ir.model.data') -# act_obj = self.pool.get('ir.actions.act_window') -# model_id = mod_obj.search(cr, uid, [('name', '=', 'move_stock_acquisition_link_2')])[0] -# act_id = mod_obj.read(cr, uid, model_id, ['res_id'])['res_id'] -# act = act_obj.read(cr, uid, act_id) - else: - mod_obj = self.pool.get('ir.model.data') - act_obj = self.pool.get('ir.actions.act_window') - model_id = mod_obj.search(cr, uid, [('name', '=', 'inventory_acquisition_link_1')])[0] - act_id = mod_obj.read(cr, uid, model_id, ['res_id'])['res_id'] - act = act_obj.read(cr, uid, act_id) - context = eval(act['context']) - context['default_inventory_id'] = inventory_data.id - context['default_name'] = inventory_data.name - act['context'] = context - return act - - -stock_inventory() - -class stock_move(osv.osv): - - _inherit = 'stock.move' - -# def _check_move(self, cr, uid, ids, context=None): -# """ Checks if the given production lot belong to a pack -# Return false if the production lot is in a pack -# """ -# production_lot_obj = self.pool.get('stock.production.lot') -# -# for move in self.browse(cr, uid, ids, context=context): -# if move.prodlot_id: -# if self.search(cr, uid, [('prodlot_id', '=', move.prodlot_id.id), ('state','not in',('cancel','done')), ('id', '!=', move.id)]): -# if move.prodlot_id.tracking_id: -# return False -# return True - - _columns = { - 'pack_history_id': fields.many2one('stock.tracking.history', 'History pack'), - } - -# _constraints =[ -# (_check_move, 'You try to assign a move to a lot which is already in a pack', ['prodlot_id']) -# ] - ''' Solution to move all pack and production lot if one in a pack is move ''' -# def move_parent(self, cr, uid, ids, context=None): -# """ Checks if the given production lot belong to a pack -# Move the pack in the same destination -# """ -# ''' variables ''' -# production_lot_obj = self.pool.get('stock.production.lot') -# move_packaging_obj = self.pool.get('stock.move.packaging') -# ''' init ''' -# if context == None: -# context = {} -# ''' process ''' -# for move in self.browse(cr, uid, ids, context=context): -# if move.prodlot_id: -# if move.prodlot_id.tracking_id: -# move_packaging_obj.move_pack(cr, uid, move.prodlot_id.tracking_id, context) -# return {} - -stock_move() - -class stock_inventory_line(osv.osv): - _inherit = "stock.inventory.line" - - _columns = { - 'date': fields.datetime('Date'), - 'note': fields.text('Notes'), - } - -stock_inventory_line() - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/stock_move_location/stock_move_sequence.xml b/stock_move_location/stock_move_sequence.xml deleted file mode 100644 index 21d53d51a..000000000 --- a/stock_move_location/stock_move_sequence.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - Inventory Order - stock.inventory.move - - - - Inventory Order - stock.inventory.move - MOV - 3 - - - - diff --git a/stock_move_location/stock_view.xml b/stock_move_location/stock_view.xml deleted file mode 100755 index 89ad954f3..000000000 --- a/stock_move_location/stock_view.xml +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - stock.inventory.tree - stock.inventory - tree - - - - - - - - - - stock.inventory.form - stock.inventory - form - - - - - - - - - - - - - - {'full':'1', 'type':'normal', 'default_type': 'normal'} - [('type', '=', 'normal')] - - - - [('state','=','draft'), ('type', '=', 'normal')] - - - - Move stock - ir.actions.act_window - stock.inventory - form - - {'full':'1', 'type':'move', 'default_type': 'move'} - [('type', '=', 'move')] - - You can use this to move a stock from a location to an other one. - - - - - - diff --git a/stock_move_location/tests/__init__.py b/stock_move_location/tests/__init__.py new file mode 100644 index 000000000..00527a8b0 --- /dev/null +++ b/stock_move_location/tests/__init__.py @@ -0,0 +1,6 @@ +# Copyright (C) 2011 Julius Network Solutions SARL +# Copyright 2018 Camptocamp SA +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl) + +from . import test_common +from . import test_move_location diff --git a/stock_move_location/tests/test_common.py b/stock_move_location/tests/test_common.py new file mode 100644 index 000000000..a002da970 --- /dev/null +++ b/stock_move_location/tests/test_common.py @@ -0,0 +1,68 @@ +# Copyright (C) 2011 Julius Network Solutions SARL +# Copyright 2018 Camptocamp SA +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl) + +from odoo.tests import common + + +class TestsCommon(common.SavepointCase): + + @classmethod + def setUpClass(cls): + super(TestsCommon, cls).setUpClass() + cls.env = cls.env(context=dict(cls.env.context, tracking_disable=True)) + cls.location_obj = cls.env["stock.location"] + product_obj = cls.env["product.product"] + cls.wizard_obj = cls.env["wiz.stock.move.location"] + cls.quant_obj = cls.env["stock.quant"] + + cls.internal_loc_1 = cls.location_obj.create({ + "name": "INT_1", + "usage": "internal", + "active": True, + }) + cls.internal_loc_2 = cls.location_obj.create({ + "name": "INT_2", + "usage": "internal", + "active": True, + }) + cls.uom_unit = cls.env.ref('product.product_uom_unit') + cls.product_no_lots = product_obj.create({ + "name": "Pineapple", + "type": "product", + "tracking": "none", + 'categ_id': cls.env.ref('product.product_category_all').id, + }) + cls.product_lots = product_obj.create({ + "name": "Pineapple", + "type": "product", + "tracking": "lot", + 'categ_id': cls.env.ref('product.product_category_all').id, + }) + cls.lot1 = cls.env['stock.production.lot'].create({ + 'product_id': cls.product_lots.id, + }) + cls.lot2 = cls.env['stock.production.lot'].create({ + 'product_id': cls.product_lots.id, + }) + cls.lot3 = cls.env['stock.production.lot'].create({ + 'product_id': cls.product_lots.id, + }) + + def set_product_amount(self, product, location, amount, lot_id=None): + self.env['stock.quant']._update_available_quantity( + product, + location, + amount, + lot_id=lot_id, + ) + + def check_product_amount(self, product, location, amount, lot_id=None): + self.assertEqual( + self.env['stock.quant']._get_available_quantity( + product, + location, + lot_id=lot_id, + ), + amount, + ) diff --git a/stock_move_location/tests/test_move_location.py b/stock_move_location/tests/test_move_location.py new file mode 100644 index 000000000..e9a2b4cd1 --- /dev/null +++ b/stock_move_location/tests/test_move_location.py @@ -0,0 +1,154 @@ +# Copyright (C) 2011 Julius Network Solutions SARL +# Copyright 2018 Camptocamp SA +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl) + +from .test_common import TestsCommon +from odoo.exceptions import ValidationError + + +class TestMoveLocation(TestsCommon): + + def test_move_location_wizard(self): + """Test a simple move. + """ + self.set_product_amount( + self.product_no_lots, + self.internal_loc_1, + 123, + ) + self.set_product_amount( + self.product_lots, + self.internal_loc_1, + 1, + lot_id=self.lot1, + ) + self.set_product_amount( + self.product_lots, + self.internal_loc_1, + 1, + lot_id=self.lot2, + ) + self.set_product_amount( + self.product_lots, + self.internal_loc_1, + 1, + lot_id=self.lot3, + ) + + wizard = self._create_wizard(self.internal_loc_1, self.internal_loc_2) + wizard.add_lines() + wizard.action_move_location() + self.check_product_amount( + self.product_no_lots, self.internal_loc_1, 0, + ) + self.check_product_amount( + self.product_lots, self.internal_loc_1, 0, self.lot1, + ) + self.check_product_amount( + self.product_lots, self.internal_loc_1, 0, self.lot1, + ) + self.check_product_amount( + self.product_lots, self.internal_loc_1, 0, self.lot1, + ) + self.check_product_amount( + self.product_no_lots, self.internal_loc_2, 123, + ) + self.check_product_amount( + self.product_lots, self.internal_loc_2, 1, self.lot1, + ) + self.check_product_amount( + self.product_lots, self.internal_loc_2, 1, self.lot1, + ) + self.check_product_amount( + self.product_lots, self.internal_loc_2, 1, self.lot1, + ) + + def _create_wizard(self, origin_location, destination_location): + return self.wizard_obj.create({ + "origin_location_id": origin_location.id, + "destination_location_id": destination_location.id, + }) + + def test_move_location_wizard_amount(self): + """Can't move more than exists + """ + self.set_product_amount( + self.product_no_lots, + self.internal_loc_1, + 123, + ) + self.set_product_amount( + self.product_lots, + self.internal_loc_1, + 1, + lot_id=self.lot1, + ) + self.set_product_amount( + self.product_lots, + self.internal_loc_1, + 1, + lot_id=self.lot2, + ) + self.set_product_amount( + self.product_lots, + self.internal_loc_1, + 1, + lot_id=self.lot3, + ) + + wizard = self._create_wizard(self.internal_loc_1, self.internal_loc_2) + wizard.add_lines() + with self.assertRaises(ValidationError): + wizard.stock_move_location_line_ids[0].move_quantity += 1 + + def test_move_location_wizard_ignore_reserved(self): + """Can't move more than exists + """ + self.set_product_amount( + self.product_no_lots, + self.internal_loc_1, + 123, + ) + self.set_product_amount( + self.product_lots, + self.internal_loc_1, + 1, + lot_id=self.lot1, + ) + self.set_product_amount( + self.product_lots, + self.internal_loc_1, + 1, + lot_id=self.lot2, + ) + self.set_product_amount( + self.product_lots, + self.internal_loc_1, + 1, + lot_id=self.lot3, + ) + wizard = self._create_wizard(self.internal_loc_1, self.internal_loc_2) + wizard.add_lines() + # reserve some quants + self.quant_obj._update_reserved_quantity( + self.product_no_lots, + self.internal_loc_1, + 50, + ) + self.quant_obj._update_reserved_quantity( + self.product_lots, + self.internal_loc_1, + 1, + lot_id=self.lot1, + ) + # doesn't care about reservations, everything is moved + wizard.action_move_location() + self.check_product_amount( + self.product_no_lots, self.internal_loc_1, 0, + ) + self.check_product_amount( + self.product_no_lots, self.internal_loc_2, 123, + ) + self.check_product_amount( + self.product_lots, self.internal_loc_2, 1, self.lot1, + ) diff --git a/stock_move_location/views/stock_view.xml b/stock_move_location/views/stock_view.xml new file mode 100755 index 000000000..4bffb96b7 --- /dev/null +++ b/stock_move_location/views/stock_view.xml @@ -0,0 +1,20 @@ + + + + + stock.inventory.form.stock_move_location + stock.inventory + + + + + + + + + + + + + + diff --git a/stock_move_location/wizard/__init__.py b/stock_move_location/wizard/__init__.py index 4096c452a..d9fdbf21c 100644 --- a/stock_move_location/wizard/__init__.py +++ b/stock_move_location/wizard/__init__.py @@ -1,24 +1,6 @@ -# -*- coding: utf-8 -*- -################################################################################# -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2011 Julius Network Solutions SARL -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . -# -################################################################################# +# Copyright (C) 2011 Julius Network Solutions SARL +# Copyright 2018 Camptocamp SA +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl) -import move_location - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: \ No newline at end of file +from . import stock_move_location +from . import stock_move_location_line diff --git a/stock_move_location/wizard/move_location.py b/stock_move_location/wizard/move_location.py deleted file mode 100644 index a27155d2a..000000000 --- a/stock_move_location/wizard/move_location.py +++ /dev/null @@ -1,46 +0,0 @@ -# -*- coding: utf-8 -*- -################################################################################# -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2011 Julius Network Solutions SARL -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . -# -################################################################################# - -from osv import fields, osv -from tools.translate import _ - -class stock_fill_inventory(osv.osv_memory): - _inherit = "stock.fill.inventory" - - def _get_location(self, cr, uid, active_id, context={}): - res = False - if active_id: - inv = self.pool.get('stock.inventory').browse(cr, uid, active_id) - if inv.location_id: - res = inv.location_id.id - return res - - _columns = { - 'location_id': fields.many2one('stock.location', 'Location', required=True), - } - - _defaults = { - 'location_id': lambda s,cr,uid,c: s._get_location(cr, uid, c.get('active_id',False), c), - } - -stock_fill_inventory() - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: \ No newline at end of file diff --git a/stock_move_location/wizard/move_location_view.xml b/stock_move_location/wizard/move_location_view.xml deleted file mode 100755 index 88c70a085..000000000 --- a/stock_move_location/wizard/move_location_view.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - diff --git a/stock_move_location/wizard/stock_move_location.py b/stock_move_location/wizard/stock_move_location.py new file mode 100644 index 000000000..343a870ec --- /dev/null +++ b/stock_move_location/wizard/stock_move_location.py @@ -0,0 +1,185 @@ +# Copyright (C) 2011 Julius Network Solutions SARL +# Copyright 2018 Camptocamp SA +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl) + +from odoo import api, fields, models + + +class StockMoveLocationWizard(models.TransientModel): + _name = "wiz.stock.move.location" + + origin_location_id = fields.Many2one( + string='Origin Location', + comodel_name='stock.location', + required=True, + domain=lambda self: self._get_locations_domain(), + ) + destination_location_id = fields.Many2one( + string='Destination Location', + comodel_name='stock.location', + required=True, + domain=lambda self: self._get_locations_domain(), + ) + stock_move_location_line_ids = fields.One2many( + string="Move Location lines", + comodel_name="wiz.stock.move.location.line", + inverse_name="move_location_wizard_id", + ) + + @api.onchange('origin_location_id', 'destination_location_id') + def _onchange_locations(self): + self._clear_lines() + + def _clear_lines(self): + origin = self.origin_location_id + destination = self.destination_location_id + # there is `invalidate_cache` call inside the unlink + # which will clear the wizard - not cool. + # we have to keep the values somehow + self.stock_move_location_line_ids.unlink() + self.origin_location_id = origin + self.destination_location_id = destination + + def _get_locations_domain(self): + return [('usage', '=', 'internal')] + + def action_move_location(self): + inventory_obj = self.env["stock.inventory"] + collected_inventory = inventory_obj.create( + self._get_collected_inventory_values() + ) + collected_inventory.action_start() + self.set_inventory_lines(collected_inventory) + collected_inventory.move_stock() + return self._get_inventory_action(collected_inventory.id) + + def _get_collected_inventory_name(self): + sequence = self.env['ir.sequence'].next_by_code( + 'stock.inventory.move') or '/' + res = "{sequence}:{location_from}:{location_to}".format( + sequence=sequence, + location_from=self.origin_location_id.display_name, + location_to=self.destination_location_id.display_name, + ) + return res + + def _get_collected_inventory_values(self): + return { + "name": self._get_collected_inventory_name(), + "location_id": self.origin_location_id.id, + "inventory_type": "move", + "destination_location_id": self.destination_location_id.id, + "filter": "partial", + } + + def _get_inventory_action(self, inventory_id): + action = self.env.ref("stock.action_inventory_form").read()[0] + form_view = self.env.ref("stock.view_inventory_form").id + action.update({ + "view_mode": "form", + "views": [(form_view, "form")], + "res_id": inventory_id, + }) + return action + + def _get_group_quants_sql(self): + location_id = self.origin_location_id.id + company = self.env['res.company']._company_default_get( + 'stock.inventory', + ) + return """ + SELECT product_id, lot_id, SUM(quantity) + FROM stock_quant + WHERE location_id = {location_id} AND company_id = {company_id} + GROUP BY product_id, lot_id + """.format( + location_id=location_id, + company_id=company.id, + ) + + def _get_stock_move_location_lines_values(self): + product_obj = self.env['product.product'] + + # Using sql as search_group doesn't support aggregation functions + # leading to overhead in queries to DB + self.env.cr.execute(self._get_group_quants_sql()) + product_data = [] + for group in self.env.cr.dictfetchall(): + product = product_obj.browse(group.get("product_id")).exists() + product_data.append({ + 'product_id': product.id, + 'move_quantity': group.get("sum"), + 'max_quantity': group.get("sum"), + 'origin_location_id': self.origin_location_id.id, + 'destination_location_id': self.destination_location_id.id, + # cursor returns None instead of False + 'lot_id': group.get("lot_id") or False, + 'product_uom_id': product.uom_id.id, + 'move_location_wizard_id': self.id, + }) + return product_data + + def add_lines(self): + self.ensure_one() + if not self.stock_move_location_line_ids: + for line_val in self._get_stock_move_location_lines_values(): + self.env["wiz.stock.move.location.line"].create(line_val).id + return { + "type": "ir.actions.do_nothing", + } + + def clear_lines(self): + self._clear_lines() + return { + "type": "ir.action.do_nothing", + } + + def _get_inventory_lines_values(self, inventory): + self.ensure_one() + lines = [] + for wizard_line in self.stock_move_location_line_ids: + lines.append({ + 'product_id': wizard_line.product_id.id, + 'product_uom_id': wizard_line.product_uom_id.id, + 'prod_lot_id': wizard_line.lot_id.id, + 'product_qty': self._get_available_quantity(wizard_line), + 'inventory_id': inventory.id, + 'location_id': self.origin_location_id.id, + }) + return lines + + def set_inventory_lines(self, inventory): + inventory_line_obj = self.env["stock.inventory.line"] + for line_vals in self._get_inventory_lines_values(inventory): + inventory_line_obj.create(line_vals) + + def _get_available_quantity(self, line): + """We check here if the actual amount changed in the stock. + + We don't care about the reservations but we do care about not moving + more than exists.""" + if not line.product_id: + return 0 + # switched to sql here to improve performance and lower db queries + self.env.cr.execute(self._get_specific_quants_sql(line)) + available_qty = self.env.cr.fetchone()[0] + if available_qty < line.move_quantity: + return available_qty + return line.move_quantity + + def _get_specific_quants_sql(self, line): + lot = "AND lot_id = {}".format(line.lot_id.id) + if not line.lot_id: + lot = "AND lot_id is null" + return """ + SELECT sum(quantity) + FROM stock_quant + WHERE location_id = {location} + {lot} + AND product_id = {product} + GROUP BY location_id, product_id, lot_id + """.format( + location=line.origin_location_id.id, + product=line.product_id.id, + lot=lot, + ) diff --git a/stock_move_location/wizard/stock_move_location.xml b/stock_move_location/wizard/stock_move_location.xml new file mode 100755 index 000000000..e3d6587a7 --- /dev/null +++ b/stock_move_location/wizard/stock_move_location.xml @@ -0,0 +1,54 @@ + + + + + wiz.stock.move.location.form.stock_move_location + wiz.stock.move.location + +
+ + + + + + +
diff --git a/stock_available/views/product_template_view.xml b/stock_available/views/product_template_view.xml index cb51cb2a1..b4543ca95 100644 --- a/stock_available/views/product_template_view.xml +++ b/stock_available/views/product_template_view.xml @@ -14,20 +14,24 @@ From 0c1867d8233b29c3c86d5860a5ce960e8d178d69 Mon Sep 17 00:00:00 2001 From: oca-travis Date: Fri, 5 Jul 2019 11:07:30 +0000 Subject: [PATCH 106/631] [UPD] Update stock_available.pot --- stock_available/i18n/stock_available.pot | 56 ++++++++++++------------ 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/stock_available/i18n/stock_available.pot b/stock_available/i18n/stock_available.pot index 46f1a4490..e1a016d6f 100644 --- a/stock_available/i18n/stock_available.pot +++ b/stock_available/i18n/stock_available.pot @@ -4,7 +4,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 11.0\n" +"Project-Id-Version: Odoo Server 12.0\n" "Report-Msgid-Bugs-To: \n" "Last-Translator: <>\n" "Language-Team: \n" @@ -14,53 +14,58 @@ msgstr "" "Plural-Forms: \n" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.product_normal_form_view -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_form +#: model_terms:ir.ui.view,arch_db:stock_available.product_normal_form_view +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_form msgid "Available" msgstr "" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.product_normal_form_view -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_form +#: model_terms:ir.ui.view,arch_db:stock_available.product_normal_form_view +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_form msgid "Potential" msgstr "" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_kanban +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_kanban msgid "Available to Promise:" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_product_product_immediately_usable_qty -#: model:ir.model.fields,field_description:stock_available.field_product_template_immediately_usable_qty +#: model:ir.model.fields,field_description:stock_available.field_product_product__immediately_usable_qty +#: model:ir.model.fields,field_description:stock_available.field_product_template__immediately_usable_qty msgid "Available to promise" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_stock_available_mrp_based_on +#: model:ir.model.fields,help:stock_available.field_res_config_settings__stock_available_mrp_based_on msgid "Choose the field of the product which will be used to compute potential.\n" "If empty, Quantity On Hand is used.\n" "Only the quantity fields have meaning for computing stock" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_sale +#: model:ir.model,name:stock_available.model_res_config_settings +msgid "Config Settings" +msgstr "" + +#. module: stock_available +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_sale msgid "Exclude goods already in sale quotations" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_immediately +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_immediately msgid "Exclude incoming goods" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_mrp +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_mrp msgid "Include the production potential" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_product_product_potential_qty -#: model:ir.model.fields,field_description:stock_available.field_product_template_potential_qty +#: model:ir.model.fields,field_description:stock_available.field_product_product__potential_qty +#: model:ir.model.fields,field_description:stock_available.field_product_template__potential_qty msgid "Potential" msgstr "" @@ -75,59 +80,54 @@ msgid "Product Template" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_product_potential_qty +#: model:ir.model.fields,help:stock_available.field_product_product__potential_qty msgid "Quantity of this Product that could be produced using the materials already at hand." msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_template_potential_qty +#: model:ir.model.fields,help:stock_available.field_product_template__potential_qty msgid "Quantity of this Product that could be produced using the materials already at hand. If the product has several variants, this will be the biggest quantity that can be made for a any single variant." msgstr "" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.view_stock_configuration +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_configuration msgid "Stock available to promise" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_template_immediately_usable_qty +#: model:ir.model.fields,help:stock_available.field_product_template__immediately_usable_qty msgid "Stock for this Product that can be safely proposed for sale to Customers.\n" "The definition of this value can be configured to suit your needs" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty +#: model:ir.model.fields,help:stock_available.field_product_product__immediately_usable_qty msgid "Stock for this Product that can be safely proposed for sale to Customers.\n" "The definition of this value can be configured to suit your needs." msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_mrp +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_mrp msgid "This will add the quantities of goods that can be immediately manufactured, to the quantities available to promise.\n" "This installs the module stock_available_mrp.\n" "If the module mrp is not installed, this will install it too" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_immediately +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_immediately msgid "This will subtract incoming quantities from the quantities available to promise.\n" "This installs the module stock_available_immediately." msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_sale +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_sale msgid "This will subtract quantities from the sale quotations from the quantities available to promise.\n" "This installs the modules stock_available_sale.\n" "If the modules sale and sale_delivery_date are not installed, this will install them too" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_stock_available_mrp_based_on +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__stock_available_mrp_based_on msgid "based on" msgstr "" -#. module: stock_available -#: model:ir.model,name:stock_available.model_res_config_settings -msgid "res.config.settings" -msgstr "" - From 0094ff31f888a1fc6b9577b3bff4c4563016a25c Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Fri, 5 Jul 2019 12:11:52 +0000 Subject: [PATCH 107/631] [UPD] README.rst --- stock_available/README.rst | 4 ++-- stock_available/static/description/index.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stock_available/README.rst b/stock_available/README.rst index 11c91e313..686c93195 100644 --- a/stock_available/README.rst +++ b/stock_available/README.rst @@ -7,9 +7,9 @@ Stock available to promise !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Beta + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 diff --git a/stock_available/static/description/index.html b/stock_available/static/description/index.html index 25ec92086..8878cf54a 100644 --- a/stock_available/static/description/index.html +++ b/stock_available/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Beta License: AGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runbot

+

Production/Stable License: AGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runbot

This module proposes several options to compute the quantity available to promise for each product. This quantity is based on the projected stock and, depending on the From 535f56089f5ccaa23c5f986981c480a446555576 Mon Sep 17 00:00:00 2001 From: OCA Transbot Date: Sat, 20 Jul 2019 11:53:09 +0000 Subject: [PATCH 108/631] Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: stock-logistics-warehouse-12.0/stock-logistics-warehouse-12.0-stock_available Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-12-0/stock-logistics-warehouse-12-0-stock_available/ --- stock_available/i18n/ar.po | 91 +++++++++++++++++++++-------------- stock_available/i18n/ca.po | 54 ++++++++++----------- stock_available/i18n/cs_CZ.po | 56 ++++++++++----------- stock_available/i18n/de.po | 56 ++++++++++----------- stock_available/i18n/el_GR.po | 54 ++++++++++----------- stock_available/i18n/es.po | 56 ++++++++++----------- stock_available/i18n/es_ES.po | 54 ++++++++++----------- stock_available/i18n/es_MX.po | 54 ++++++++++----------- stock_available/i18n/eu.po | 54 ++++++++++----------- stock_available/i18n/fi.po | 54 ++++++++++----------- stock_available/i18n/fr.po | 54 ++++++++++----------- stock_available/i18n/fr_CH.po | 54 ++++++++++----------- stock_available/i18n/fr_FR.po | 54 ++++++++++----------- stock_available/i18n/gl.po | 54 ++++++++++----------- stock_available/i18n/hr.po | 56 ++++++++++----------- stock_available/i18n/hr_HR.po | 56 ++++++++++----------- stock_available/i18n/it.po | 54 ++++++++++----------- stock_available/i18n/nl.po | 54 ++++++++++----------- stock_available/i18n/nl_NL.po | 56 ++++++++++----------- stock_available/i18n/pt.po | 54 ++++++++++----------- stock_available/i18n/pt_BR.po | 56 ++++++++++----------- stock_available/i18n/ro.po | 54 ++++++++++----------- stock_available/i18n/ru.po | 54 ++++++++++----------- stock_available/i18n/sl.po | 54 ++++++++++----------- stock_available/i18n/tr.po | 54 ++++++++++----------- stock_available/i18n/tr_TR.po | 54 ++++++++++----------- stock_available/i18n/vi_VN.po | 54 ++++++++++----------- stock_available/i18n/zh_CN.po | 54 ++++++++++----------- 28 files changed, 790 insertions(+), 773 deletions(-) diff --git a/stock_available/i18n/ar.po b/stock_available/i18n/ar.po index 0212eaa30..bf1e26772 100644 --- a/stock_available/i18n/ar.po +++ b/stock_available/i18n/ar.po @@ -1,6 +1,6 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: -# * stock_available +# * stock_available # msgid "" msgstr "" @@ -18,53 +18,61 @@ msgstr "" "X-Generator: Weblate 3.0.1\n" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.product_normal_form_view -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_form +#: model_terms:ir.ui.view,arch_db:stock_available.product_normal_form_view +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_form msgid "Available" msgstr "المتوفر" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.product_normal_form_view -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_form +#: model_terms:ir.ui.view,arch_db:stock_available.product_normal_form_view +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_form msgid "Potential" msgstr "المتوقع" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_kanban +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_kanban msgid "Available to Promise:" msgstr "القابل للبيع:" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_product_product_immediately_usable_qty -#: model:ir.model.fields,field_description:stock_available.field_product_template_immediately_usable_qty +#: model:ir.model.fields,field_description:stock_available.field_product_product__immediately_usable_qty +#: model:ir.model.fields,field_description:stock_available.field_product_template__immediately_usable_qty msgid "Available to promise" msgstr "القابل للبيع" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_stock_available_mrp_based_on -msgid "Choose the field of the product which will be used to compute potential.\n" +#: model:ir.model.fields,help:stock_available.field_res_config_settings__stock_available_mrp_based_on +msgid "" +"Choose the field of the product which will be used to compute potential.\n" "If empty, Quantity On Hand is used.\n" "Only the quantity fields have meaning for computing stock" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_sale +#: model:ir.model,name:stock_available.model_res_config_settings +#, fuzzy +#| msgid "res.config.settings" +msgid "Config Settings" +msgstr "الإعدادات" + +#. module: stock_available +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_sale msgid "Exclude goods already in sale quotations" msgstr "تجاهل الكميات الموجودة في العروض المبدئية" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_immediately +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_immediately msgid "Exclude incoming goods" msgstr "تجاهل الكميات الواردة" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_mrp +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_mrp msgid "Include the production potential" msgstr "احتسب المتوقع من التصنيع" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_product_product_potential_qty -#: model:ir.model.fields,field_description:stock_available.field_product_template_potential_qty +#: model:ir.model.fields,field_description:stock_available.field_product_product__potential_qty +#: model:ir.model.fields,field_description:stock_available.field_product_template__potential_qty msgid "Potential" msgstr "المتوقع" @@ -79,58 +87,67 @@ msgid "Product Template" msgstr "قالب المنتج" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_product_potential_qty -msgid "Quantity of this Product that could be produced using the materials already at hand." +#: model:ir.model.fields,help:stock_available.field_product_product__potential_qty +msgid "" +"Quantity of this Product that could be produced using the materials already " +"at hand." msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_template_potential_qty -msgid "Quantity of this Product that could be produced using the materials already at hand. If the product has several variants, this will be the biggest quantity that can be made for a any single variant." +#: model:ir.model.fields,help:stock_available.field_product_template__potential_qty +msgid "" +"Quantity of this Product that could be produced using the materials already " +"at hand. If the product has several variants, this will be the biggest " +"quantity that can be made for a any single variant." msgstr "" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.view_stock_configuration +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_configuration msgid "Stock available to promise" msgstr "الكمية القابلة للبيع" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_template_immediately_usable_qty -msgid "Stock for this Product that can be safely proposed for sale to Customers.\n" +#: model:ir.model.fields,help:stock_available.field_product_template__immediately_usable_qty +msgid "" +"Stock for this Product that can be safely proposed for sale to Customers.\n" "The definition of this value can be configured to suit your needs" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty -msgid "Stock for this Product that can be safely proposed for sale to Customers.\n" +#: model:ir.model.fields,help:stock_available.field_product_product__immediately_usable_qty +msgid "" +"Stock for this Product that can be safely proposed for sale to Customers.\n" "The definition of this value can be configured to suit your needs." msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_mrp -msgid "This will add the quantities of goods that can be immediately manufactured, to the quantities available to promise.\n" +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_mrp +msgid "" +"This will add the quantities of goods that can be immediately manufactured, " +"to the quantities available to promise.\n" "This installs the module stock_available_mrp.\n" "If the module mrp is not installed, this will install it too" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_immediately -msgid "This will subtract incoming quantities from the quantities available to promise.\n" +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_immediately +msgid "" +"This will subtract incoming quantities from the quantities available to " +"promise.\n" "This installs the module stock_available_immediately." msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_sale -msgid "This will subtract quantities from the sale quotations from the quantities available to promise.\n" +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_sale +msgid "" +"This will subtract quantities from the sale quotations from the quantities " +"available to promise.\n" "This installs the modules stock_available_sale.\n" -"If the modules sale and sale_delivery_date are not installed, this will install them too" +"If the modules sale and sale_delivery_date are not installed, this will " +"install them too" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_stock_available_mrp_based_on +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__stock_available_mrp_based_on msgid "based on" msgstr "مبني على" - -#. module: stock_available -#: model:ir.model,name:stock_available.model_res_config_settings -msgid "res.config.settings" -msgstr "الإعدادات" diff --git a/stock_available/i18n/ca.po b/stock_available/i18n/ca.po index 39a1c75c2..e2262f795 100644 --- a/stock_available/i18n/ca.po +++ b/stock_available/i18n/ca.po @@ -19,30 +19,30 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.product_normal_form_view -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_form +#: model_terms:ir.ui.view,arch_db:stock_available.product_normal_form_view +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_form msgid "Available" msgstr "" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.product_normal_form_view -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_form +#: model_terms:ir.ui.view,arch_db:stock_available.product_normal_form_view +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_form msgid "Potential" msgstr "" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_kanban +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_kanban msgid "Available to Promise:" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_product_product_immediately_usable_qty -#: model:ir.model.fields,field_description:stock_available.field_product_template_immediately_usable_qty +#: model:ir.model.fields,field_description:stock_available.field_product_product__immediately_usable_qty +#: model:ir.model.fields,field_description:stock_available.field_product_template__immediately_usable_qty msgid "Available to promise" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_stock_available_mrp_based_on +#: model:ir.model.fields,help:stock_available.field_res_config_settings__stock_available_mrp_based_on msgid "" "Choose the field of the product which will be used to compute potential.\n" "If empty, Quantity On Hand is used.\n" @@ -50,23 +50,28 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_sale +#: model:ir.model,name:stock_available.model_res_config_settings +msgid "Config Settings" +msgstr "" + +#. module: stock_available +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_sale msgid "Exclude goods already in sale quotations" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_immediately +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_immediately msgid "Exclude incoming goods" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_mrp +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_mrp msgid "Include the production potential" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_product_product_potential_qty -#: model:ir.model.fields,field_description:stock_available.field_product_template_potential_qty +#: model:ir.model.fields,field_description:stock_available.field_product_product__potential_qty +#: model:ir.model.fields,field_description:stock_available.field_product_template__potential_qty msgid "Potential" msgstr "" @@ -81,14 +86,14 @@ msgid "Product Template" msgstr "Plantilla del producte" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_product_potential_qty +#: model:ir.model.fields,help:stock_available.field_product_product__potential_qty msgid "" "Quantity of this Product that could be produced using the materials already " "at hand." msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_template_potential_qty +#: model:ir.model.fields,help:stock_available.field_product_template__potential_qty msgid "" "Quantity of this Product that could be produced using the materials already " "at hand. If the product has several variants, this will be the biggest " @@ -96,26 +101,26 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.view_stock_configuration +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_configuration msgid "Stock available to promise" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_template_immediately_usable_qty +#: model:ir.model.fields,help:stock_available.field_product_template__immediately_usable_qty msgid "" "Stock for this Product that can be safely proposed for sale to Customers.\n" "The definition of this value can be configured to suit your needs" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty +#: model:ir.model.fields,help:stock_available.field_product_product__immediately_usable_qty msgid "" "Stock for this Product that can be safely proposed for sale to Customers.\n" "The definition of this value can be configured to suit your needs." msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_mrp +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_mrp msgid "" "This will add the quantities of goods that can be immediately manufactured, " "to the quantities available to promise.\n" @@ -124,7 +129,7 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_immediately +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_immediately msgid "" "This will subtract incoming quantities from the quantities available to " "promise.\n" @@ -132,7 +137,7 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_sale +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_sale msgid "" "This will subtract quantities from the sale quotations from the quantities " "available to promise.\n" @@ -142,11 +147,6 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_stock_available_mrp_based_on +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__stock_available_mrp_based_on msgid "based on" msgstr "" - -#. module: stock_available -#: model:ir.model,name:stock_available.model_res_config_settings -msgid "res.config.settings" -msgstr "" diff --git a/stock_available/i18n/cs_CZ.po b/stock_available/i18n/cs_CZ.po index 7fb54aaf4..74fa375be 100644 --- a/stock_available/i18n/cs_CZ.po +++ b/stock_available/i18n/cs_CZ.po @@ -20,30 +20,30 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.product_normal_form_view -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_form +#: model_terms:ir.ui.view,arch_db:stock_available.product_normal_form_view +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_form msgid "Available" msgstr "K dispozici 1" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.product_normal_form_view -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_form +#: model_terms:ir.ui.view,arch_db:stock_available.product_normal_form_view +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_form msgid "Potential" msgstr "Potenciál 1" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_kanban +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_kanban msgid "Available to Promise:" msgstr "K dispozici pro slib:" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_product_product_immediately_usable_qty -#: model:ir.model.fields,field_description:stock_available.field_product_template_immediately_usable_qty +#: model:ir.model.fields,field_description:stock_available.field_product_product__immediately_usable_qty +#: model:ir.model.fields,field_description:stock_available.field_product_template__immediately_usable_qty msgid "Available to promise" msgstr "K dispozici na slib" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_stock_available_mrp_based_on +#: model:ir.model.fields,help:stock_available.field_res_config_settings__stock_available_mrp_based_on msgid "" "Choose the field of the product which will be used to compute potential.\n" "If empty, Quantity On Hand is used.\n" @@ -54,23 +54,29 @@ msgstr "" "výpočet zásob" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_sale +#: model:ir.model,name:stock_available.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "stock.config.settings" + +#. module: stock_available +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_sale msgid "Exclude goods already in sale quotations" msgstr "Vyloučení zboží již v nabídkách prodeje" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_immediately +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_immediately msgid "Exclude incoming goods" msgstr "Vylučte příchozí zboží" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_mrp +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_mrp msgid "Include the production potential" msgstr "Zahrnout výrobní potenciál" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_product_product_potential_qty -#: model:ir.model.fields,field_description:stock_available.field_product_template_potential_qty +#: model:ir.model.fields,field_description:stock_available.field_product_product__potential_qty +#: model:ir.model.fields,field_description:stock_available.field_product_template__potential_qty msgid "Potential" msgstr "Potenciál" @@ -85,7 +91,7 @@ msgid "Product Template" msgstr "Šablona produktu" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_product_potential_qty +#: model:ir.model.fields,help:stock_available.field_product_product__potential_qty msgid "" "Quantity of this Product that could be produced using the materials already " "at hand." @@ -94,7 +100,7 @@ msgstr "" "již k dispozici." #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_template_potential_qty +#: model:ir.model.fields,help:stock_available.field_product_template__potential_qty msgid "" "Quantity of this Product that could be produced using the materials already " "at hand. If the product has several variants, this will be the biggest " @@ -105,12 +111,12 @@ msgstr "" "množství, které lze vyrobit pro libovolnou variantu." #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.view_stock_configuration +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_configuration msgid "Stock available to promise" msgstr "Zásoby k dispozici" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_template_immediately_usable_qty +#: model:ir.model.fields,help:stock_available.field_product_template__immediately_usable_qty msgid "" "Stock for this Product that can be safely proposed for sale to Customers.\n" "The definition of this value can be configured to suit your needs" @@ -120,7 +126,7 @@ msgstr "" "vašim potřebám" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty +#: model:ir.model.fields,help:stock_available.field_product_product__immediately_usable_qty #, fuzzy msgid "" "Stock for this Product that can be safely proposed for sale to Customers.\n" @@ -131,7 +137,7 @@ msgstr "" "vašim potřebám" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_mrp +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_mrp msgid "" "This will add the quantities of goods that can be immediately manufactured, " "to the quantities available to promise.\n" @@ -143,7 +149,7 @@ msgstr "" "modul mrp není nainstalován, instaluje se taky" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_immediately +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_immediately msgid "" "This will subtract incoming quantities from the quantities available to " "promise.\n" @@ -153,7 +159,7 @@ msgstr "" "\"Instaluje modul stock_available_immediately." #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_sale +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_sale msgid "" "This will subtract quantities from the sale quotations from the quantities " "available to promise.\n" @@ -166,12 +172,6 @@ msgstr "" "nainstalovány moduly prodeje a sales_delivery_date, nainstalují se je také" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_stock_available_mrp_based_on +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__stock_available_mrp_based_on msgid "based on" msgstr "na základě" - -#. module: stock_available -#: model:ir.model,name:stock_available.model_res_config_settings -#, fuzzy -msgid "res.config.settings" -msgstr "stock.config.settings" diff --git a/stock_available/i18n/de.po b/stock_available/i18n/de.po index 0a1516279..5645cee1b 100644 --- a/stock_available/i18n/de.po +++ b/stock_available/i18n/de.po @@ -20,31 +20,31 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.product_normal_form_view -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_form +#: model_terms:ir.ui.view,arch_db:stock_available.product_normal_form_view +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_form msgid "Available" msgstr "Verfügbar" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.product_normal_form_view -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_form +#: model_terms:ir.ui.view,arch_db:stock_available.product_normal_form_view +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_form #, fuzzy msgid "Potential" msgstr "Verfügbar" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_kanban +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_kanban msgid "Available to Promise:" msgstr "Verfügbar für Zusage:" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_product_product_immediately_usable_qty -#: model:ir.model.fields,field_description:stock_available.field_product_template_immediately_usable_qty +#: model:ir.model.fields,field_description:stock_available.field_product_product__immediately_usable_qty +#: model:ir.model.fields,field_description:stock_available.field_product_template__immediately_usable_qty msgid "Available to promise" msgstr "Verfügbar für Lieferversprechen" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_stock_available_mrp_based_on +#: model:ir.model.fields,help:stock_available.field_res_config_settings__stock_available_mrp_based_on msgid "" "Choose the field of the product which will be used to compute potential.\n" "If empty, Quantity On Hand is used.\n" @@ -52,23 +52,29 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_sale +#: model:ir.model,name:stock_available.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "stock.config.settings" + +#. module: stock_available +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_sale msgid "Exclude goods already in sale quotations" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_immediately +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_immediately msgid "Exclude incoming goods" msgstr "Warenzugänge ausschließen" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_mrp +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_mrp msgid "Include the production potential" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_product_product_potential_qty -#: model:ir.model.fields,field_description:stock_available.field_product_template_potential_qty +#: model:ir.model.fields,field_description:stock_available.field_product_product__potential_qty +#: model:ir.model.fields,field_description:stock_available.field_product_template__potential_qty msgid "Potential" msgstr "" @@ -83,14 +89,14 @@ msgid "Product Template" msgstr "Produktvorlage" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_product_potential_qty +#: model:ir.model.fields,help:stock_available.field_product_product__potential_qty msgid "" "Quantity of this Product that could be produced using the materials already " "at hand." msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_template_potential_qty +#: model:ir.model.fields,help:stock_available.field_product_template__potential_qty msgid "" "Quantity of this Product that could be produced using the materials already " "at hand. If the product has several variants, this will be the biggest " @@ -98,12 +104,12 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.view_stock_configuration +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_configuration msgid "Stock available to promise" msgstr "Bestand für Lieferversprechen verfügbar" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_template_immediately_usable_qty +#: model:ir.model.fields,help:stock_available.field_product_template__immediately_usable_qty msgid "" "Stock for this Product that can be safely proposed for sale to Customers.\n" "The definition of this value can be configured to suit your needs" @@ -112,7 +118,7 @@ msgstr "" "Die Definition dieses Werts kann an Ihre Bedürfnisse angepasst werden" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty +#: model:ir.model.fields,help:stock_available.field_product_product__immediately_usable_qty #, fuzzy msgid "" "Stock for this Product that can be safely proposed for sale to Customers.\n" @@ -122,7 +128,7 @@ msgstr "" "Die Definition dieses Werts kann an Ihre Bedürfnisse angepasst werden" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_mrp +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_mrp #, fuzzy msgid "" "This will add the quantities of goods that can be immediately manufactured, " @@ -135,7 +141,7 @@ msgstr "" "Das Modul stock_available_immediately wird installiert." #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_immediately +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_immediately msgid "" "This will subtract incoming quantities from the quantities available to " "promise.\n" @@ -146,7 +152,7 @@ msgstr "" "Das Modul stock_available_immediately wird installiert." #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_sale +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_sale #, fuzzy msgid "" "This will subtract quantities from the sale quotations from the quantities " @@ -160,12 +166,6 @@ msgstr "" "Das Modul stock_available_immediately wird installiert." #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_stock_available_mrp_based_on +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__stock_available_mrp_based_on msgid "based on" msgstr "" - -#. module: stock_available -#: model:ir.model,name:stock_available.model_res_config_settings -#, fuzzy -msgid "res.config.settings" -msgstr "stock.config.settings" diff --git a/stock_available/i18n/el_GR.po b/stock_available/i18n/el_GR.po index dd749e735..8b6fa099f 100644 --- a/stock_available/i18n/el_GR.po +++ b/stock_available/i18n/el_GR.po @@ -20,30 +20,30 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.product_normal_form_view -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_form +#: model_terms:ir.ui.view,arch_db:stock_available.product_normal_form_view +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_form msgid "Available" msgstr "" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.product_normal_form_view -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_form +#: model_terms:ir.ui.view,arch_db:stock_available.product_normal_form_view +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_form msgid "Potential" msgstr "" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_kanban +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_kanban msgid "Available to Promise:" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_product_product_immediately_usable_qty -#: model:ir.model.fields,field_description:stock_available.field_product_template_immediately_usable_qty +#: model:ir.model.fields,field_description:stock_available.field_product_product__immediately_usable_qty +#: model:ir.model.fields,field_description:stock_available.field_product_template__immediately_usable_qty msgid "Available to promise" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_stock_available_mrp_based_on +#: model:ir.model.fields,help:stock_available.field_res_config_settings__stock_available_mrp_based_on msgid "" "Choose the field of the product which will be used to compute potential.\n" "If empty, Quantity On Hand is used.\n" @@ -51,23 +51,28 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_sale +#: model:ir.model,name:stock_available.model_res_config_settings +msgid "Config Settings" +msgstr "" + +#. module: stock_available +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_sale msgid "Exclude goods already in sale quotations" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_immediately +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_immediately msgid "Exclude incoming goods" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_mrp +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_mrp msgid "Include the production potential" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_product_product_potential_qty -#: model:ir.model.fields,field_description:stock_available.field_product_template_potential_qty +#: model:ir.model.fields,field_description:stock_available.field_product_product__potential_qty +#: model:ir.model.fields,field_description:stock_available.field_product_template__potential_qty msgid "Potential" msgstr "" @@ -82,14 +87,14 @@ msgid "Product Template" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_product_potential_qty +#: model:ir.model.fields,help:stock_available.field_product_product__potential_qty msgid "" "Quantity of this Product that could be produced using the materials already " "at hand." msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_template_potential_qty +#: model:ir.model.fields,help:stock_available.field_product_template__potential_qty msgid "" "Quantity of this Product that could be produced using the materials already " "at hand. If the product has several variants, this will be the biggest " @@ -97,26 +102,26 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.view_stock_configuration +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_configuration msgid "Stock available to promise" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_template_immediately_usable_qty +#: model:ir.model.fields,help:stock_available.field_product_template__immediately_usable_qty msgid "" "Stock for this Product that can be safely proposed for sale to Customers.\n" "The definition of this value can be configured to suit your needs" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty +#: model:ir.model.fields,help:stock_available.field_product_product__immediately_usable_qty msgid "" "Stock for this Product that can be safely proposed for sale to Customers.\n" "The definition of this value can be configured to suit your needs." msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_mrp +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_mrp msgid "" "This will add the quantities of goods that can be immediately manufactured, " "to the quantities available to promise.\n" @@ -125,7 +130,7 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_immediately +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_immediately msgid "" "This will subtract incoming quantities from the quantities available to " "promise.\n" @@ -133,7 +138,7 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_sale +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_sale msgid "" "This will subtract quantities from the sale quotations from the quantities " "available to promise.\n" @@ -143,11 +148,6 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_stock_available_mrp_based_on +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__stock_available_mrp_based_on msgid "based on" msgstr "" - -#. module: stock_available -#: model:ir.model,name:stock_available.model_res_config_settings -msgid "res.config.settings" -msgstr "" diff --git a/stock_available/i18n/es.po b/stock_available/i18n/es.po index 635888354..173401315 100644 --- a/stock_available/i18n/es.po +++ b/stock_available/i18n/es.po @@ -20,30 +20,30 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.product_normal_form_view -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_form +#: model_terms:ir.ui.view,arch_db:stock_available.product_normal_form_view +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_form msgid "Available" msgstr "Disponible" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.product_normal_form_view -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_form +#: model_terms:ir.ui.view,arch_db:stock_available.product_normal_form_view +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_form msgid "Potential" msgstr "Potencial" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_kanban +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_kanban msgid "Available to Promise:" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_product_product_immediately_usable_qty -#: model:ir.model.fields,field_description:stock_available.field_product_template_immediately_usable_qty +#: model:ir.model.fields,field_description:stock_available.field_product_product__immediately_usable_qty +#: model:ir.model.fields,field_description:stock_available.field_product_template__immediately_usable_qty msgid "Available to promise" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_stock_available_mrp_based_on +#: model:ir.model.fields,help:stock_available.field_res_config_settings__stock_available_mrp_based_on msgid "" "Choose the field of the product which will be used to compute potential.\n" "If empty, Quantity On Hand is used.\n" @@ -51,23 +51,29 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_sale +#: model:ir.model,name:stock_available.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "stock.config.settings" + +#. module: stock_available +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_sale msgid "Exclude goods already in sale quotations" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_immediately +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_immediately msgid "Exclude incoming goods" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_mrp +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_mrp msgid "Include the production potential" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_product_product_potential_qty -#: model:ir.model.fields,field_description:stock_available.field_product_template_potential_qty +#: model:ir.model.fields,field_description:stock_available.field_product_product__potential_qty +#: model:ir.model.fields,field_description:stock_available.field_product_template__potential_qty msgid "Potential" msgstr "Potencial" @@ -82,14 +88,14 @@ msgid "Product Template" msgstr "Plantilla de producto" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_product_potential_qty +#: model:ir.model.fields,help:stock_available.field_product_product__potential_qty msgid "" "Quantity of this Product that could be produced using the materials already " "at hand." msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_template_potential_qty +#: model:ir.model.fields,help:stock_available.field_product_template__potential_qty msgid "" "Quantity of this Product that could be produced using the materials already " "at hand. If the product has several variants, this will be the biggest " @@ -97,26 +103,26 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.view_stock_configuration +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_configuration msgid "Stock available to promise" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_template_immediately_usable_qty +#: model:ir.model.fields,help:stock_available.field_product_template__immediately_usable_qty msgid "" "Stock for this Product that can be safely proposed for sale to Customers.\n" "The definition of this value can be configured to suit your needs" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty +#: model:ir.model.fields,help:stock_available.field_product_product__immediately_usable_qty msgid "" "Stock for this Product that can be safely proposed for sale to Customers.\n" "The definition of this value can be configured to suit your needs." msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_mrp +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_mrp msgid "" "This will add the quantities of goods that can be immediately manufactured, " "to the quantities available to promise.\n" @@ -125,7 +131,7 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_immediately +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_immediately msgid "" "This will subtract incoming quantities from the quantities available to " "promise.\n" @@ -133,7 +139,7 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_sale +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_sale msgid "" "This will subtract quantities from the sale quotations from the quantities " "available to promise.\n" @@ -143,12 +149,6 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_stock_available_mrp_based_on +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__stock_available_mrp_based_on msgid "based on" msgstr "" - -#. module: stock_available -#: model:ir.model,name:stock_available.model_res_config_settings -#, fuzzy -msgid "res.config.settings" -msgstr "stock.config.settings" diff --git a/stock_available/i18n/es_ES.po b/stock_available/i18n/es_ES.po index 3a1cc6256..7939d2990 100644 --- a/stock_available/i18n/es_ES.po +++ b/stock_available/i18n/es_ES.po @@ -20,30 +20,30 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.product_normal_form_view -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_form +#: model_terms:ir.ui.view,arch_db:stock_available.product_normal_form_view +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_form msgid "Available" msgstr "" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.product_normal_form_view -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_form +#: model_terms:ir.ui.view,arch_db:stock_available.product_normal_form_view +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_form msgid "Potential" msgstr "" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_kanban +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_kanban msgid "Available to Promise:" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_product_product_immediately_usable_qty -#: model:ir.model.fields,field_description:stock_available.field_product_template_immediately_usable_qty +#: model:ir.model.fields,field_description:stock_available.field_product_product__immediately_usable_qty +#: model:ir.model.fields,field_description:stock_available.field_product_template__immediately_usable_qty msgid "Available to promise" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_stock_available_mrp_based_on +#: model:ir.model.fields,help:stock_available.field_res_config_settings__stock_available_mrp_based_on msgid "" "Choose the field of the product which will be used to compute potential.\n" "If empty, Quantity On Hand is used.\n" @@ -51,23 +51,28 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_sale +#: model:ir.model,name:stock_available.model_res_config_settings +msgid "Config Settings" +msgstr "" + +#. module: stock_available +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_sale msgid "Exclude goods already in sale quotations" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_immediately +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_immediately msgid "Exclude incoming goods" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_mrp +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_mrp msgid "Include the production potential" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_product_product_potential_qty -#: model:ir.model.fields,field_description:stock_available.field_product_template_potential_qty +#: model:ir.model.fields,field_description:stock_available.field_product_product__potential_qty +#: model:ir.model.fields,field_description:stock_available.field_product_template__potential_qty msgid "Potential" msgstr "" @@ -82,14 +87,14 @@ msgid "Product Template" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_product_potential_qty +#: model:ir.model.fields,help:stock_available.field_product_product__potential_qty msgid "" "Quantity of this Product that could be produced using the materials already " "at hand." msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_template_potential_qty +#: model:ir.model.fields,help:stock_available.field_product_template__potential_qty msgid "" "Quantity of this Product that could be produced using the materials already " "at hand. If the product has several variants, this will be the biggest " @@ -97,26 +102,26 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.view_stock_configuration +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_configuration msgid "Stock available to promise" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_template_immediately_usable_qty +#: model:ir.model.fields,help:stock_available.field_product_template__immediately_usable_qty msgid "" "Stock for this Product that can be safely proposed for sale to Customers.\n" "The definition of this value can be configured to suit your needs" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty +#: model:ir.model.fields,help:stock_available.field_product_product__immediately_usable_qty msgid "" "Stock for this Product that can be safely proposed for sale to Customers.\n" "The definition of this value can be configured to suit your needs." msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_mrp +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_mrp msgid "" "This will add the quantities of goods that can be immediately manufactured, " "to the quantities available to promise.\n" @@ -125,7 +130,7 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_immediately +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_immediately msgid "" "This will subtract incoming quantities from the quantities available to " "promise.\n" @@ -133,7 +138,7 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_sale +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_sale msgid "" "This will subtract quantities from the sale quotations from the quantities " "available to promise.\n" @@ -143,11 +148,6 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_stock_available_mrp_based_on +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__stock_available_mrp_based_on msgid "based on" msgstr "" - -#. module: stock_available -#: model:ir.model,name:stock_available.model_res_config_settings -msgid "res.config.settings" -msgstr "" diff --git a/stock_available/i18n/es_MX.po b/stock_available/i18n/es_MX.po index 42c29335e..433b81255 100644 --- a/stock_available/i18n/es_MX.po +++ b/stock_available/i18n/es_MX.po @@ -20,30 +20,30 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.product_normal_form_view -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_form +#: model_terms:ir.ui.view,arch_db:stock_available.product_normal_form_view +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_form msgid "Available" msgstr "" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.product_normal_form_view -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_form +#: model_terms:ir.ui.view,arch_db:stock_available.product_normal_form_view +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_form msgid "Potential" msgstr "" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_kanban +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_kanban msgid "Available to Promise:" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_product_product_immediately_usable_qty -#: model:ir.model.fields,field_description:stock_available.field_product_template_immediately_usable_qty +#: model:ir.model.fields,field_description:stock_available.field_product_product__immediately_usable_qty +#: model:ir.model.fields,field_description:stock_available.field_product_template__immediately_usable_qty msgid "Available to promise" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_stock_available_mrp_based_on +#: model:ir.model.fields,help:stock_available.field_res_config_settings__stock_available_mrp_based_on msgid "" "Choose the field of the product which will be used to compute potential.\n" "If empty, Quantity On Hand is used.\n" @@ -51,23 +51,28 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_sale +#: model:ir.model,name:stock_available.model_res_config_settings +msgid "Config Settings" +msgstr "" + +#. module: stock_available +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_sale msgid "Exclude goods already in sale quotations" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_immediately +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_immediately msgid "Exclude incoming goods" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_mrp +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_mrp msgid "Include the production potential" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_product_product_potential_qty -#: model:ir.model.fields,field_description:stock_available.field_product_template_potential_qty +#: model:ir.model.fields,field_description:stock_available.field_product_product__potential_qty +#: model:ir.model.fields,field_description:stock_available.field_product_template__potential_qty msgid "Potential" msgstr "" @@ -82,14 +87,14 @@ msgid "Product Template" msgstr "Plantilla del producto" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_product_potential_qty +#: model:ir.model.fields,help:stock_available.field_product_product__potential_qty msgid "" "Quantity of this Product that could be produced using the materials already " "at hand." msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_template_potential_qty +#: model:ir.model.fields,help:stock_available.field_product_template__potential_qty msgid "" "Quantity of this Product that could be produced using the materials already " "at hand. If the product has several variants, this will be the biggest " @@ -97,26 +102,26 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.view_stock_configuration +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_configuration msgid "Stock available to promise" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_template_immediately_usable_qty +#: model:ir.model.fields,help:stock_available.field_product_template__immediately_usable_qty msgid "" "Stock for this Product that can be safely proposed for sale to Customers.\n" "The definition of this value can be configured to suit your needs" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty +#: model:ir.model.fields,help:stock_available.field_product_product__immediately_usable_qty msgid "" "Stock for this Product that can be safely proposed for sale to Customers.\n" "The definition of this value can be configured to suit your needs." msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_mrp +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_mrp msgid "" "This will add the quantities of goods that can be immediately manufactured, " "to the quantities available to promise.\n" @@ -125,7 +130,7 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_immediately +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_immediately msgid "" "This will subtract incoming quantities from the quantities available to " "promise.\n" @@ -133,7 +138,7 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_sale +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_sale msgid "" "This will subtract quantities from the sale quotations from the quantities " "available to promise.\n" @@ -143,11 +148,6 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_stock_available_mrp_based_on +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__stock_available_mrp_based_on msgid "based on" msgstr "" - -#. module: stock_available -#: model:ir.model,name:stock_available.model_res_config_settings -msgid "res.config.settings" -msgstr "" diff --git a/stock_available/i18n/eu.po b/stock_available/i18n/eu.po index 6b2682549..7391b93c4 100644 --- a/stock_available/i18n/eu.po +++ b/stock_available/i18n/eu.po @@ -19,30 +19,30 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.product_normal_form_view -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_form +#: model_terms:ir.ui.view,arch_db:stock_available.product_normal_form_view +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_form msgid "Available" msgstr "" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.product_normal_form_view -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_form +#: model_terms:ir.ui.view,arch_db:stock_available.product_normal_form_view +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_form msgid "Potential" msgstr "" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_kanban +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_kanban msgid "Available to Promise:" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_product_product_immediately_usable_qty -#: model:ir.model.fields,field_description:stock_available.field_product_template_immediately_usable_qty +#: model:ir.model.fields,field_description:stock_available.field_product_product__immediately_usable_qty +#: model:ir.model.fields,field_description:stock_available.field_product_template__immediately_usable_qty msgid "Available to promise" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_stock_available_mrp_based_on +#: model:ir.model.fields,help:stock_available.field_res_config_settings__stock_available_mrp_based_on msgid "" "Choose the field of the product which will be used to compute potential.\n" "If empty, Quantity On Hand is used.\n" @@ -50,23 +50,28 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_sale +#: model:ir.model,name:stock_available.model_res_config_settings +msgid "Config Settings" +msgstr "" + +#. module: stock_available +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_sale msgid "Exclude goods already in sale quotations" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_immediately +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_immediately msgid "Exclude incoming goods" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_mrp +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_mrp msgid "Include the production potential" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_product_product_potential_qty -#: model:ir.model.fields,field_description:stock_available.field_product_template_potential_qty +#: model:ir.model.fields,field_description:stock_available.field_product_product__potential_qty +#: model:ir.model.fields,field_description:stock_available.field_product_template__potential_qty msgid "Potential" msgstr "" @@ -81,14 +86,14 @@ msgid "Product Template" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_product_potential_qty +#: model:ir.model.fields,help:stock_available.field_product_product__potential_qty msgid "" "Quantity of this Product that could be produced using the materials already " "at hand." msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_template_potential_qty +#: model:ir.model.fields,help:stock_available.field_product_template__potential_qty msgid "" "Quantity of this Product that could be produced using the materials already " "at hand. If the product has several variants, this will be the biggest " @@ -96,26 +101,26 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.view_stock_configuration +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_configuration msgid "Stock available to promise" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_template_immediately_usable_qty +#: model:ir.model.fields,help:stock_available.field_product_template__immediately_usable_qty msgid "" "Stock for this Product that can be safely proposed for sale to Customers.\n" "The definition of this value can be configured to suit your needs" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty +#: model:ir.model.fields,help:stock_available.field_product_product__immediately_usable_qty msgid "" "Stock for this Product that can be safely proposed for sale to Customers.\n" "The definition of this value can be configured to suit your needs." msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_mrp +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_mrp msgid "" "This will add the quantities of goods that can be immediately manufactured, " "to the quantities available to promise.\n" @@ -124,7 +129,7 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_immediately +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_immediately msgid "" "This will subtract incoming quantities from the quantities available to " "promise.\n" @@ -132,7 +137,7 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_sale +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_sale msgid "" "This will subtract quantities from the sale quotations from the quantities " "available to promise.\n" @@ -142,11 +147,6 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_stock_available_mrp_based_on +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__stock_available_mrp_based_on msgid "based on" msgstr "" - -#. module: stock_available -#: model:ir.model,name:stock_available.model_res_config_settings -msgid "res.config.settings" -msgstr "" diff --git a/stock_available/i18n/fi.po b/stock_available/i18n/fi.po index 5efb0069c..262d0eab5 100644 --- a/stock_available/i18n/fi.po +++ b/stock_available/i18n/fi.po @@ -19,30 +19,30 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.product_normal_form_view -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_form +#: model_terms:ir.ui.view,arch_db:stock_available.product_normal_form_view +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_form msgid "Available" msgstr "" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.product_normal_form_view -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_form +#: model_terms:ir.ui.view,arch_db:stock_available.product_normal_form_view +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_form msgid "Potential" msgstr "" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_kanban +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_kanban msgid "Available to Promise:" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_product_product_immediately_usable_qty -#: model:ir.model.fields,field_description:stock_available.field_product_template_immediately_usable_qty +#: model:ir.model.fields,field_description:stock_available.field_product_product__immediately_usable_qty +#: model:ir.model.fields,field_description:stock_available.field_product_template__immediately_usable_qty msgid "Available to promise" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_stock_available_mrp_based_on +#: model:ir.model.fields,help:stock_available.field_res_config_settings__stock_available_mrp_based_on msgid "" "Choose the field of the product which will be used to compute potential.\n" "If empty, Quantity On Hand is used.\n" @@ -50,23 +50,28 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_sale +#: model:ir.model,name:stock_available.model_res_config_settings +msgid "Config Settings" +msgstr "" + +#. module: stock_available +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_sale msgid "Exclude goods already in sale quotations" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_immediately +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_immediately msgid "Exclude incoming goods" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_mrp +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_mrp msgid "Include the production potential" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_product_product_potential_qty -#: model:ir.model.fields,field_description:stock_available.field_product_template_potential_qty +#: model:ir.model.fields,field_description:stock_available.field_product_product__potential_qty +#: model:ir.model.fields,field_description:stock_available.field_product_template__potential_qty msgid "Potential" msgstr "" @@ -81,14 +86,14 @@ msgid "Product Template" msgstr "Tuotteen malli" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_product_potential_qty +#: model:ir.model.fields,help:stock_available.field_product_product__potential_qty msgid "" "Quantity of this Product that could be produced using the materials already " "at hand." msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_template_potential_qty +#: model:ir.model.fields,help:stock_available.field_product_template__potential_qty msgid "" "Quantity of this Product that could be produced using the materials already " "at hand. If the product has several variants, this will be the biggest " @@ -96,26 +101,26 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.view_stock_configuration +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_configuration msgid "Stock available to promise" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_template_immediately_usable_qty +#: model:ir.model.fields,help:stock_available.field_product_template__immediately_usable_qty msgid "" "Stock for this Product that can be safely proposed for sale to Customers.\n" "The definition of this value can be configured to suit your needs" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty +#: model:ir.model.fields,help:stock_available.field_product_product__immediately_usable_qty msgid "" "Stock for this Product that can be safely proposed for sale to Customers.\n" "The definition of this value can be configured to suit your needs." msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_mrp +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_mrp msgid "" "This will add the quantities of goods that can be immediately manufactured, " "to the quantities available to promise.\n" @@ -124,7 +129,7 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_immediately +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_immediately msgid "" "This will subtract incoming quantities from the quantities available to " "promise.\n" @@ -132,7 +137,7 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_sale +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_sale msgid "" "This will subtract quantities from the sale quotations from the quantities " "available to promise.\n" @@ -142,11 +147,6 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_stock_available_mrp_based_on +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__stock_available_mrp_based_on msgid "based on" msgstr "" - -#. module: stock_available -#: model:ir.model,name:stock_available.model_res_config_settings -msgid "res.config.settings" -msgstr "" diff --git a/stock_available/i18n/fr.po b/stock_available/i18n/fr.po index 35d11dbf6..b7ce672ac 100644 --- a/stock_available/i18n/fr.po +++ b/stock_available/i18n/fr.po @@ -20,30 +20,30 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.product_normal_form_view -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_form +#: model_terms:ir.ui.view,arch_db:stock_available.product_normal_form_view +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_form msgid "Available" msgstr "" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.product_normal_form_view -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_form +#: model_terms:ir.ui.view,arch_db:stock_available.product_normal_form_view +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_form msgid "Potential" msgstr "" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_kanban +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_kanban msgid "Available to Promise:" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_product_product_immediately_usable_qty -#: model:ir.model.fields,field_description:stock_available.field_product_template_immediately_usable_qty +#: model:ir.model.fields,field_description:stock_available.field_product_product__immediately_usable_qty +#: model:ir.model.fields,field_description:stock_available.field_product_template__immediately_usable_qty msgid "Available to promise" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_stock_available_mrp_based_on +#: model:ir.model.fields,help:stock_available.field_res_config_settings__stock_available_mrp_based_on msgid "" "Choose the field of the product which will be used to compute potential.\n" "If empty, Quantity On Hand is used.\n" @@ -51,23 +51,28 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_sale +#: model:ir.model,name:stock_available.model_res_config_settings +msgid "Config Settings" +msgstr "" + +#. module: stock_available +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_sale msgid "Exclude goods already in sale quotations" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_immediately +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_immediately msgid "Exclude incoming goods" msgstr "Exclure les receptions attendues" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_mrp +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_mrp msgid "Include the production potential" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_product_product_potential_qty -#: model:ir.model.fields,field_description:stock_available.field_product_template_potential_qty +#: model:ir.model.fields,field_description:stock_available.field_product_product__potential_qty +#: model:ir.model.fields,field_description:stock_available.field_product_template__potential_qty msgid "Potential" msgstr "" @@ -82,14 +87,14 @@ msgid "Product Template" msgstr "Modèle de produit" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_product_potential_qty +#: model:ir.model.fields,help:stock_available.field_product_product__potential_qty msgid "" "Quantity of this Product that could be produced using the materials already " "at hand." msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_template_potential_qty +#: model:ir.model.fields,help:stock_available.field_product_template__potential_qty msgid "" "Quantity of this Product that could be produced using the materials already " "at hand. If the product has several variants, this will be the biggest " @@ -97,26 +102,26 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.view_stock_configuration +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_configuration msgid "Stock available to promise" msgstr "Stock disponible à la vente" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_template_immediately_usable_qty +#: model:ir.model.fields,help:stock_available.field_product_template__immediately_usable_qty msgid "" "Stock for this Product that can be safely proposed for sale to Customers.\n" "The definition of this value can be configured to suit your needs" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty +#: model:ir.model.fields,help:stock_available.field_product_product__immediately_usable_qty msgid "" "Stock for this Product that can be safely proposed for sale to Customers.\n" "The definition of this value can be configured to suit your needs." msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_mrp +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_mrp #, fuzzy msgid "" "This will add the quantities of goods that can be immediately manufactured, " @@ -129,7 +134,7 @@ msgstr "" "Ceci installe le module stock_available_immediately." #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_immediately +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_immediately msgid "" "This will subtract incoming quantities from the quantities available to " "promise.\n" @@ -140,7 +145,7 @@ msgstr "" "Ceci installe le module stock_available_immediately." #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_sale +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_sale #, fuzzy msgid "" "This will subtract quantities from the sale quotations from the quantities " @@ -154,11 +159,6 @@ msgstr "" "Ceci installe le module stock_available_immediately." #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_stock_available_mrp_based_on +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__stock_available_mrp_based_on msgid "based on" msgstr "" - -#. module: stock_available -#: model:ir.model,name:stock_available.model_res_config_settings -msgid "res.config.settings" -msgstr "" diff --git a/stock_available/i18n/fr_CH.po b/stock_available/i18n/fr_CH.po index b8984a3a0..2d9851d86 100644 --- a/stock_available/i18n/fr_CH.po +++ b/stock_available/i18n/fr_CH.po @@ -20,30 +20,30 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.product_normal_form_view -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_form +#: model_terms:ir.ui.view,arch_db:stock_available.product_normal_form_view +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_form msgid "Available" msgstr "" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.product_normal_form_view -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_form +#: model_terms:ir.ui.view,arch_db:stock_available.product_normal_form_view +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_form msgid "Potential" msgstr "" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_kanban +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_kanban msgid "Available to Promise:" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_product_product_immediately_usable_qty -#: model:ir.model.fields,field_description:stock_available.field_product_template_immediately_usable_qty +#: model:ir.model.fields,field_description:stock_available.field_product_product__immediately_usable_qty +#: model:ir.model.fields,field_description:stock_available.field_product_template__immediately_usable_qty msgid "Available to promise" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_stock_available_mrp_based_on +#: model:ir.model.fields,help:stock_available.field_res_config_settings__stock_available_mrp_based_on msgid "" "Choose the field of the product which will be used to compute potential.\n" "If empty, Quantity On Hand is used.\n" @@ -51,23 +51,28 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_sale +#: model:ir.model,name:stock_available.model_res_config_settings +msgid "Config Settings" +msgstr "" + +#. module: stock_available +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_sale msgid "Exclude goods already in sale quotations" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_immediately +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_immediately msgid "Exclude incoming goods" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_mrp +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_mrp msgid "Include the production potential" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_product_product_potential_qty -#: model:ir.model.fields,field_description:stock_available.field_product_template_potential_qty +#: model:ir.model.fields,field_description:stock_available.field_product_product__potential_qty +#: model:ir.model.fields,field_description:stock_available.field_product_template__potential_qty msgid "Potential" msgstr "" @@ -82,14 +87,14 @@ msgid "Product Template" msgstr "Template de produit" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_product_potential_qty +#: model:ir.model.fields,help:stock_available.field_product_product__potential_qty msgid "" "Quantity of this Product that could be produced using the materials already " "at hand." msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_template_potential_qty +#: model:ir.model.fields,help:stock_available.field_product_template__potential_qty msgid "" "Quantity of this Product that could be produced using the materials already " "at hand. If the product has several variants, this will be the biggest " @@ -97,26 +102,26 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.view_stock_configuration +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_configuration msgid "Stock available to promise" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_template_immediately_usable_qty +#: model:ir.model.fields,help:stock_available.field_product_template__immediately_usable_qty msgid "" "Stock for this Product that can be safely proposed for sale to Customers.\n" "The definition of this value can be configured to suit your needs" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty +#: model:ir.model.fields,help:stock_available.field_product_product__immediately_usable_qty msgid "" "Stock for this Product that can be safely proposed for sale to Customers.\n" "The definition of this value can be configured to suit your needs." msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_mrp +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_mrp msgid "" "This will add the quantities of goods that can be immediately manufactured, " "to the quantities available to promise.\n" @@ -125,7 +130,7 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_immediately +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_immediately msgid "" "This will subtract incoming quantities from the quantities available to " "promise.\n" @@ -133,7 +138,7 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_sale +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_sale msgid "" "This will subtract quantities from the sale quotations from the quantities " "available to promise.\n" @@ -143,11 +148,6 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_stock_available_mrp_based_on +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__stock_available_mrp_based_on msgid "based on" msgstr "" - -#. module: stock_available -#: model:ir.model,name:stock_available.model_res_config_settings -msgid "res.config.settings" -msgstr "" diff --git a/stock_available/i18n/fr_FR.po b/stock_available/i18n/fr_FR.po index 30edae958..52abfc500 100644 --- a/stock_available/i18n/fr_FR.po +++ b/stock_available/i18n/fr_FR.po @@ -20,30 +20,30 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.product_normal_form_view -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_form +#: model_terms:ir.ui.view,arch_db:stock_available.product_normal_form_view +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_form msgid "Available" msgstr "" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.product_normal_form_view -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_form +#: model_terms:ir.ui.view,arch_db:stock_available.product_normal_form_view +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_form msgid "Potential" msgstr "" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_kanban +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_kanban msgid "Available to Promise:" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_product_product_immediately_usable_qty -#: model:ir.model.fields,field_description:stock_available.field_product_template_immediately_usable_qty +#: model:ir.model.fields,field_description:stock_available.field_product_product__immediately_usable_qty +#: model:ir.model.fields,field_description:stock_available.field_product_template__immediately_usable_qty msgid "Available to promise" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_stock_available_mrp_based_on +#: model:ir.model.fields,help:stock_available.field_res_config_settings__stock_available_mrp_based_on msgid "" "Choose the field of the product which will be used to compute potential.\n" "If empty, Quantity On Hand is used.\n" @@ -51,23 +51,28 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_sale +#: model:ir.model,name:stock_available.model_res_config_settings +msgid "Config Settings" +msgstr "" + +#. module: stock_available +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_sale msgid "Exclude goods already in sale quotations" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_immediately +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_immediately msgid "Exclude incoming goods" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_mrp +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_mrp msgid "Include the production potential" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_product_product_potential_qty -#: model:ir.model.fields,field_description:stock_available.field_product_template_potential_qty +#: model:ir.model.fields,field_description:stock_available.field_product_product__potential_qty +#: model:ir.model.fields,field_description:stock_available.field_product_template__potential_qty msgid "Potential" msgstr "" @@ -82,14 +87,14 @@ msgid "Product Template" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_product_potential_qty +#: model:ir.model.fields,help:stock_available.field_product_product__potential_qty msgid "" "Quantity of this Product that could be produced using the materials already " "at hand." msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_template_potential_qty +#: model:ir.model.fields,help:stock_available.field_product_template__potential_qty msgid "" "Quantity of this Product that could be produced using the materials already " "at hand. If the product has several variants, this will be the biggest " @@ -97,26 +102,26 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.view_stock_configuration +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_configuration msgid "Stock available to promise" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_template_immediately_usable_qty +#: model:ir.model.fields,help:stock_available.field_product_template__immediately_usable_qty msgid "" "Stock for this Product that can be safely proposed for sale to Customers.\n" "The definition of this value can be configured to suit your needs" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty +#: model:ir.model.fields,help:stock_available.field_product_product__immediately_usable_qty msgid "" "Stock for this Product that can be safely proposed for sale to Customers.\n" "The definition of this value can be configured to suit your needs." msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_mrp +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_mrp msgid "" "This will add the quantities of goods that can be immediately manufactured, " "to the quantities available to promise.\n" @@ -125,7 +130,7 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_immediately +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_immediately msgid "" "This will subtract incoming quantities from the quantities available to " "promise.\n" @@ -133,7 +138,7 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_sale +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_sale msgid "" "This will subtract quantities from the sale quotations from the quantities " "available to promise.\n" @@ -143,11 +148,6 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_stock_available_mrp_based_on +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__stock_available_mrp_based_on msgid "based on" msgstr "" - -#. module: stock_available -#: model:ir.model,name:stock_available.model_res_config_settings -msgid "res.config.settings" -msgstr "" diff --git a/stock_available/i18n/gl.po b/stock_available/i18n/gl.po index e3b1956b3..e81a097e6 100644 --- a/stock_available/i18n/gl.po +++ b/stock_available/i18n/gl.po @@ -19,30 +19,30 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.product_normal_form_view -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_form +#: model_terms:ir.ui.view,arch_db:stock_available.product_normal_form_view +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_form msgid "Available" msgstr "" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.product_normal_form_view -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_form +#: model_terms:ir.ui.view,arch_db:stock_available.product_normal_form_view +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_form msgid "Potential" msgstr "" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_kanban +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_kanban msgid "Available to Promise:" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_product_product_immediately_usable_qty -#: model:ir.model.fields,field_description:stock_available.field_product_template_immediately_usable_qty +#: model:ir.model.fields,field_description:stock_available.field_product_product__immediately_usable_qty +#: model:ir.model.fields,field_description:stock_available.field_product_template__immediately_usable_qty msgid "Available to promise" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_stock_available_mrp_based_on +#: model:ir.model.fields,help:stock_available.field_res_config_settings__stock_available_mrp_based_on msgid "" "Choose the field of the product which will be used to compute potential.\n" "If empty, Quantity On Hand is used.\n" @@ -50,23 +50,28 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_sale +#: model:ir.model,name:stock_available.model_res_config_settings +msgid "Config Settings" +msgstr "" + +#. module: stock_available +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_sale msgid "Exclude goods already in sale quotations" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_immediately +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_immediately msgid "Exclude incoming goods" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_mrp +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_mrp msgid "Include the production potential" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_product_product_potential_qty -#: model:ir.model.fields,field_description:stock_available.field_product_template_potential_qty +#: model:ir.model.fields,field_description:stock_available.field_product_product__potential_qty +#: model:ir.model.fields,field_description:stock_available.field_product_template__potential_qty msgid "Potential" msgstr "" @@ -81,14 +86,14 @@ msgid "Product Template" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_product_potential_qty +#: model:ir.model.fields,help:stock_available.field_product_product__potential_qty msgid "" "Quantity of this Product that could be produced using the materials already " "at hand." msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_template_potential_qty +#: model:ir.model.fields,help:stock_available.field_product_template__potential_qty msgid "" "Quantity of this Product that could be produced using the materials already " "at hand. If the product has several variants, this will be the biggest " @@ -96,26 +101,26 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.view_stock_configuration +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_configuration msgid "Stock available to promise" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_template_immediately_usable_qty +#: model:ir.model.fields,help:stock_available.field_product_template__immediately_usable_qty msgid "" "Stock for this Product that can be safely proposed for sale to Customers.\n" "The definition of this value can be configured to suit your needs" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty +#: model:ir.model.fields,help:stock_available.field_product_product__immediately_usable_qty msgid "" "Stock for this Product that can be safely proposed for sale to Customers.\n" "The definition of this value can be configured to suit your needs." msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_mrp +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_mrp msgid "" "This will add the quantities of goods that can be immediately manufactured, " "to the quantities available to promise.\n" @@ -124,7 +129,7 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_immediately +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_immediately msgid "" "This will subtract incoming quantities from the quantities available to " "promise.\n" @@ -132,7 +137,7 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_sale +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_sale msgid "" "This will subtract quantities from the sale quotations from the quantities " "available to promise.\n" @@ -142,11 +147,6 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_stock_available_mrp_based_on +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__stock_available_mrp_based_on msgid "based on" msgstr "" - -#. module: stock_available -#: model:ir.model,name:stock_available.model_res_config_settings -msgid "res.config.settings" -msgstr "" diff --git a/stock_available/i18n/hr.po b/stock_available/i18n/hr.po index 10c4e5852..934bc8f17 100644 --- a/stock_available/i18n/hr.po +++ b/stock_available/i18n/hr.po @@ -21,30 +21,30 @@ msgstr "" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.product_normal_form_view -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_form +#: model_terms:ir.ui.view,arch_db:stock_available.product_normal_form_view +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_form msgid "Available" msgstr "Raspoloživo" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.product_normal_form_view -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_form +#: model_terms:ir.ui.view,arch_db:stock_available.product_normal_form_view +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_form msgid "Potential" msgstr "Potencijalno" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_kanban +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_kanban msgid "Available to Promise:" msgstr "Raspoloživo za obećati:" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_product_product_immediately_usable_qty -#: model:ir.model.fields,field_description:stock_available.field_product_template_immediately_usable_qty +#: model:ir.model.fields,field_description:stock_available.field_product_product__immediately_usable_qty +#: model:ir.model.fields,field_description:stock_available.field_product_template__immediately_usable_qty msgid "Available to promise" msgstr "Raspoloživo za obećati" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_stock_available_mrp_based_on +#: model:ir.model.fields,help:stock_available.field_res_config_settings__stock_available_mrp_based_on msgid "" "Choose the field of the product which will be used to compute potential.\n" "If empty, Quantity On Hand is used.\n" @@ -52,23 +52,29 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_sale +#: model:ir.model,name:stock_available.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "stock.config.settings" + +#. module: stock_available +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_sale msgid "Exclude goods already in sale quotations" msgstr "Isključi dobra već u prodajnim nalozima" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_immediately +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_immediately msgid "Exclude incoming goods" msgstr "Isključi robu u dolasku" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_mrp +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_mrp msgid "Include the production potential" msgstr "Isključi potencijal proizvodnje" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_product_product_potential_qty -#: model:ir.model.fields,field_description:stock_available.field_product_template_potential_qty +#: model:ir.model.fields,field_description:stock_available.field_product_product__potential_qty +#: model:ir.model.fields,field_description:stock_available.field_product_template__potential_qty msgid "Potential" msgstr "Potencijal" @@ -83,14 +89,14 @@ msgid "Product Template" msgstr "Predložak proizvoda" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_product_potential_qty +#: model:ir.model.fields,help:stock_available.field_product_product__potential_qty msgid "" "Quantity of this Product that could be produced using the materials already " "at hand." msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_template_potential_qty +#: model:ir.model.fields,help:stock_available.field_product_template__potential_qty msgid "" "Quantity of this Product that could be produced using the materials already " "at hand. If the product has several variants, this will be the biggest " @@ -98,26 +104,26 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.view_stock_configuration +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_configuration msgid "Stock available to promise" msgstr "Zaliha raspoloživa za obećati" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_template_immediately_usable_qty +#: model:ir.model.fields,help:stock_available.field_product_template__immediately_usable_qty msgid "" "Stock for this Product that can be safely proposed for sale to Customers.\n" "The definition of this value can be configured to suit your needs" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty +#: model:ir.model.fields,help:stock_available.field_product_product__immediately_usable_qty msgid "" "Stock for this Product that can be safely proposed for sale to Customers.\n" "The definition of this value can be configured to suit your needs." msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_mrp +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_mrp msgid "" "This will add the quantities of goods that can be immediately manufactured, " "to the quantities available to promise.\n" @@ -126,7 +132,7 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_immediately +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_immediately msgid "" "This will subtract incoming quantities from the quantities available to " "promise.\n" @@ -134,7 +140,7 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_sale +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_sale msgid "" "This will subtract quantities from the sale quotations from the quantities " "available to promise.\n" @@ -144,12 +150,6 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_stock_available_mrp_based_on +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__stock_available_mrp_based_on msgid "based on" msgstr "bazirano na" - -#. module: stock_available -#: model:ir.model,name:stock_available.model_res_config_settings -#, fuzzy -msgid "res.config.settings" -msgstr "stock.config.settings" diff --git a/stock_available/i18n/hr_HR.po b/stock_available/i18n/hr_HR.po index 03903945c..2926e8e28 100644 --- a/stock_available/i18n/hr_HR.po +++ b/stock_available/i18n/hr_HR.po @@ -22,30 +22,30 @@ msgstr "" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.product_normal_form_view -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_form +#: model_terms:ir.ui.view,arch_db:stock_available.product_normal_form_view +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_form msgid "Available" msgstr "Dostupno" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.product_normal_form_view -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_form +#: model_terms:ir.ui.view,arch_db:stock_available.product_normal_form_view +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_form msgid "Potential" msgstr "Potencijal" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_kanban +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_kanban msgid "Available to Promise:" msgstr "Dostupno za rezervirati:" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_product_product_immediately_usable_qty -#: model:ir.model.fields,field_description:stock_available.field_product_template_immediately_usable_qty +#: model:ir.model.fields,field_description:stock_available.field_product_product__immediately_usable_qty +#: model:ir.model.fields,field_description:stock_available.field_product_template__immediately_usable_qty msgid "Available to promise" msgstr "Dostupno za rezervirati:" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_stock_available_mrp_based_on +#: model:ir.model.fields,help:stock_available.field_res_config_settings__stock_available_mrp_based_on msgid "" "Choose the field of the product which will be used to compute potential.\n" "If empty, Quantity On Hand is used.\n" @@ -56,23 +56,29 @@ msgstr "" "Samo polja količine imaju značaj pri izračunu zalihe." #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_sale +#: model:ir.model,name:stock_available.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "stock.config.settings" + +#. module: stock_available +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_sale msgid "Exclude goods already in sale quotations" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_immediately +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_immediately msgid "Exclude incoming goods" msgstr "Isključi robu u dolasku" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_mrp +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_mrp msgid "Include the production potential" msgstr "Uključi potencijale proizvodnje" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_product_product_potential_qty -#: model:ir.model.fields,field_description:stock_available.field_product_template_potential_qty +#: model:ir.model.fields,field_description:stock_available.field_product_product__potential_qty +#: model:ir.model.fields,field_description:stock_available.field_product_template__potential_qty msgid "Potential" msgstr "Potencijal" @@ -87,7 +93,7 @@ msgid "Product Template" msgstr "Predložak proizvoda" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_product_potential_qty +#: model:ir.model.fields,help:stock_available.field_product_product__potential_qty msgid "" "Quantity of this Product that could be produced using the materials already " "at hand." @@ -96,7 +102,7 @@ msgstr "" "raspoloživih materijala." #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_template_potential_qty +#: model:ir.model.fields,help:stock_available.field_product_template__potential_qty msgid "" "Quantity of this Product that could be produced using the materials already " "at hand. If the product has several variants, this will be the biggest " @@ -107,12 +113,12 @@ msgstr "" "pokazati najveću količinu koja može biti proizvoedena za bilokoju varijantu." #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.view_stock_configuration +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_configuration msgid "Stock available to promise" msgstr "Zaliha dostupna za rezervacije" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_template_immediately_usable_qty +#: model:ir.model.fields,help:stock_available.field_product_template__immediately_usable_qty msgid "" "Stock for this Product that can be safely proposed for sale to Customers.\n" "The definition of this value can be configured to suit your needs" @@ -121,7 +127,7 @@ msgstr "" "Definicija ove vrijednosti može biti podešena da odgovara vašim potrebama." #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty +#: model:ir.model.fields,help:stock_available.field_product_product__immediately_usable_qty #, fuzzy msgid "" "Stock for this Product that can be safely proposed for sale to Customers.\n" @@ -131,7 +137,7 @@ msgstr "" "Definicija ove vrijednosti može biti podešena da odgovara vašim potrebama." #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_mrp +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_mrp msgid "" "This will add the quantities of goods that can be immediately manufactured, " "to the quantities available to promise.\n" @@ -144,7 +150,7 @@ msgstr "" "Ukoliko modul mrp nije instaliran, instalirati će i njega." #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_immediately +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_immediately msgid "" "This will subtract incoming quantities from the quantities available to " "promise.\n" @@ -155,7 +161,7 @@ msgstr "" "Ovo instalira modul_stock_available_emediatly." #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_sale +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_sale #, fuzzy msgid "" "This will subtract quantities from the sale quotations from the quantities " @@ -170,12 +176,6 @@ msgstr "" "Ukoliko modul mrp nije instaliran, instalirati će i njega." #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_stock_available_mrp_based_on +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__stock_available_mrp_based_on msgid "based on" msgstr "bazirano na" - -#. module: stock_available -#: model:ir.model,name:stock_available.model_res_config_settings -#, fuzzy -msgid "res.config.settings" -msgstr "stock.config.settings" diff --git a/stock_available/i18n/it.po b/stock_available/i18n/it.po index dd148f1a7..e7ca224f6 100644 --- a/stock_available/i18n/it.po +++ b/stock_available/i18n/it.po @@ -19,30 +19,30 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.product_normal_form_view -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_form +#: model_terms:ir.ui.view,arch_db:stock_available.product_normal_form_view +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_form msgid "Available" msgstr "" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.product_normal_form_view -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_form +#: model_terms:ir.ui.view,arch_db:stock_available.product_normal_form_view +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_form msgid "Potential" msgstr "" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_kanban +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_kanban msgid "Available to Promise:" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_product_product_immediately_usable_qty -#: model:ir.model.fields,field_description:stock_available.field_product_template_immediately_usable_qty +#: model:ir.model.fields,field_description:stock_available.field_product_product__immediately_usable_qty +#: model:ir.model.fields,field_description:stock_available.field_product_template__immediately_usable_qty msgid "Available to promise" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_stock_available_mrp_based_on +#: model:ir.model.fields,help:stock_available.field_res_config_settings__stock_available_mrp_based_on msgid "" "Choose the field of the product which will be used to compute potential.\n" "If empty, Quantity On Hand is used.\n" @@ -50,23 +50,28 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_sale +#: model:ir.model,name:stock_available.model_res_config_settings +msgid "Config Settings" +msgstr "" + +#. module: stock_available +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_sale msgid "Exclude goods already in sale quotations" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_immediately +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_immediately msgid "Exclude incoming goods" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_mrp +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_mrp msgid "Include the production potential" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_product_product_potential_qty -#: model:ir.model.fields,field_description:stock_available.field_product_template_potential_qty +#: model:ir.model.fields,field_description:stock_available.field_product_product__potential_qty +#: model:ir.model.fields,field_description:stock_available.field_product_template__potential_qty msgid "Potential" msgstr "" @@ -81,14 +86,14 @@ msgid "Product Template" msgstr "Template Prodotto" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_product_potential_qty +#: model:ir.model.fields,help:stock_available.field_product_product__potential_qty msgid "" "Quantity of this Product that could be produced using the materials already " "at hand." msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_template_potential_qty +#: model:ir.model.fields,help:stock_available.field_product_template__potential_qty msgid "" "Quantity of this Product that could be produced using the materials already " "at hand. If the product has several variants, this will be the biggest " @@ -96,26 +101,26 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.view_stock_configuration +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_configuration msgid "Stock available to promise" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_template_immediately_usable_qty +#: model:ir.model.fields,help:stock_available.field_product_template__immediately_usable_qty msgid "" "Stock for this Product that can be safely proposed for sale to Customers.\n" "The definition of this value can be configured to suit your needs" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty +#: model:ir.model.fields,help:stock_available.field_product_product__immediately_usable_qty msgid "" "Stock for this Product that can be safely proposed for sale to Customers.\n" "The definition of this value can be configured to suit your needs." msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_mrp +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_mrp msgid "" "This will add the quantities of goods that can be immediately manufactured, " "to the quantities available to promise.\n" @@ -124,7 +129,7 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_immediately +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_immediately msgid "" "This will subtract incoming quantities from the quantities available to " "promise.\n" @@ -132,7 +137,7 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_sale +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_sale msgid "" "This will subtract quantities from the sale quotations from the quantities " "available to promise.\n" @@ -142,11 +147,6 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_stock_available_mrp_based_on +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__stock_available_mrp_based_on msgid "based on" msgstr "" - -#. module: stock_available -#: model:ir.model,name:stock_available.model_res_config_settings -msgid "res.config.settings" -msgstr "" diff --git a/stock_available/i18n/nl.po b/stock_available/i18n/nl.po index 063cc2f8c..e86c2ea3f 100644 --- a/stock_available/i18n/nl.po +++ b/stock_available/i18n/nl.po @@ -19,30 +19,30 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.product_normal_form_view -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_form +#: model_terms:ir.ui.view,arch_db:stock_available.product_normal_form_view +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_form msgid "Available" msgstr "" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.product_normal_form_view -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_form +#: model_terms:ir.ui.view,arch_db:stock_available.product_normal_form_view +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_form msgid "Potential" msgstr "" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_kanban +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_kanban msgid "Available to Promise:" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_product_product_immediately_usable_qty -#: model:ir.model.fields,field_description:stock_available.field_product_template_immediately_usable_qty +#: model:ir.model.fields,field_description:stock_available.field_product_product__immediately_usable_qty +#: model:ir.model.fields,field_description:stock_available.field_product_template__immediately_usable_qty msgid "Available to promise" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_stock_available_mrp_based_on +#: model:ir.model.fields,help:stock_available.field_res_config_settings__stock_available_mrp_based_on msgid "" "Choose the field of the product which will be used to compute potential.\n" "If empty, Quantity On Hand is used.\n" @@ -50,23 +50,28 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_sale +#: model:ir.model,name:stock_available.model_res_config_settings +msgid "Config Settings" +msgstr "" + +#. module: stock_available +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_sale msgid "Exclude goods already in sale quotations" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_immediately +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_immediately msgid "Exclude incoming goods" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_mrp +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_mrp msgid "Include the production potential" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_product_product_potential_qty -#: model:ir.model.fields,field_description:stock_available.field_product_template_potential_qty +#: model:ir.model.fields,field_description:stock_available.field_product_product__potential_qty +#: model:ir.model.fields,field_description:stock_available.field_product_template__potential_qty msgid "Potential" msgstr "" @@ -81,14 +86,14 @@ msgid "Product Template" msgstr "Productsjabloon" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_product_potential_qty +#: model:ir.model.fields,help:stock_available.field_product_product__potential_qty msgid "" "Quantity of this Product that could be produced using the materials already " "at hand." msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_template_potential_qty +#: model:ir.model.fields,help:stock_available.field_product_template__potential_qty msgid "" "Quantity of this Product that could be produced using the materials already " "at hand. If the product has several variants, this will be the biggest " @@ -96,26 +101,26 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.view_stock_configuration +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_configuration msgid "Stock available to promise" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_template_immediately_usable_qty +#: model:ir.model.fields,help:stock_available.field_product_template__immediately_usable_qty msgid "" "Stock for this Product that can be safely proposed for sale to Customers.\n" "The definition of this value can be configured to suit your needs" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty +#: model:ir.model.fields,help:stock_available.field_product_product__immediately_usable_qty msgid "" "Stock for this Product that can be safely proposed for sale to Customers.\n" "The definition of this value can be configured to suit your needs." msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_mrp +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_mrp msgid "" "This will add the quantities of goods that can be immediately manufactured, " "to the quantities available to promise.\n" @@ -124,7 +129,7 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_immediately +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_immediately msgid "" "This will subtract incoming quantities from the quantities available to " "promise.\n" @@ -132,7 +137,7 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_sale +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_sale msgid "" "This will subtract quantities from the sale quotations from the quantities " "available to promise.\n" @@ -142,11 +147,6 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_stock_available_mrp_based_on +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__stock_available_mrp_based_on msgid "based on" msgstr "" - -#. module: stock_available -#: model:ir.model,name:stock_available.model_res_config_settings -msgid "res.config.settings" -msgstr "" diff --git a/stock_available/i18n/nl_NL.po b/stock_available/i18n/nl_NL.po index dd55babd9..9c2252305 100644 --- a/stock_available/i18n/nl_NL.po +++ b/stock_available/i18n/nl_NL.po @@ -21,30 +21,30 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.product_normal_form_view -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_form +#: model_terms:ir.ui.view,arch_db:stock_available.product_normal_form_view +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_form msgid "Available" msgstr "Beschikbaar" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.product_normal_form_view -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_form +#: model_terms:ir.ui.view,arch_db:stock_available.product_normal_form_view +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_form msgid "Potential" msgstr "" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_kanban +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_kanban msgid "Available to Promise:" msgstr "Vrije Voorraad:" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_product_product_immediately_usable_qty -#: model:ir.model.fields,field_description:stock_available.field_product_template_immediately_usable_qty +#: model:ir.model.fields,field_description:stock_available.field_product_product__immediately_usable_qty +#: model:ir.model.fields,field_description:stock_available.field_product_template__immediately_usable_qty msgid "Available to promise" msgstr "Vrije Voorraad" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_stock_available_mrp_based_on +#: model:ir.model.fields,help:stock_available.field_res_config_settings__stock_available_mrp_based_on msgid "" "Choose the field of the product which will be used to compute potential.\n" "If empty, Quantity On Hand is used.\n" @@ -52,23 +52,29 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_sale +#: model:ir.model,name:stock_available.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "stock.config.settings" + +#. module: stock_available +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_sale msgid "Exclude goods already in sale quotations" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_immediately +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_immediately msgid "Exclude incoming goods" msgstr "Inkomende goederen uitzonderen" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_mrp +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_mrp msgid "Include the production potential" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_product_product_potential_qty -#: model:ir.model.fields,field_description:stock_available.field_product_template_potential_qty +#: model:ir.model.fields,field_description:stock_available.field_product_product__potential_qty +#: model:ir.model.fields,field_description:stock_available.field_product_template__potential_qty msgid "Potential" msgstr "" @@ -83,14 +89,14 @@ msgid "Product Template" msgstr "Productsjabloon" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_product_potential_qty +#: model:ir.model.fields,help:stock_available.field_product_product__potential_qty msgid "" "Quantity of this Product that could be produced using the materials already " "at hand." msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_template_potential_qty +#: model:ir.model.fields,help:stock_available.field_product_template__potential_qty msgid "" "Quantity of this Product that could be produced using the materials already " "at hand. If the product has several variants, this will be the biggest " @@ -98,26 +104,26 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.view_stock_configuration +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_configuration msgid "Stock available to promise" msgstr "Vrije voorraad" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_template_immediately_usable_qty +#: model:ir.model.fields,help:stock_available.field_product_template__immediately_usable_qty msgid "" "Stock for this Product that can be safely proposed for sale to Customers.\n" "The definition of this value can be configured to suit your needs" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty +#: model:ir.model.fields,help:stock_available.field_product_product__immediately_usable_qty msgid "" "Stock for this Product that can be safely proposed for sale to Customers.\n" "The definition of this value can be configured to suit your needs." msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_mrp +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_mrp msgid "" "This will add the quantities of goods that can be immediately manufactured, " "to the quantities available to promise.\n" @@ -126,7 +132,7 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_immediately +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_immediately msgid "" "This will subtract incoming quantities from the quantities available to " "promise.\n" @@ -134,7 +140,7 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_sale +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_sale msgid "" "This will subtract quantities from the sale quotations from the quantities " "available to promise.\n" @@ -144,12 +150,6 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_stock_available_mrp_based_on +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__stock_available_mrp_based_on msgid "based on" msgstr "Gebaseerd op" - -#. module: stock_available -#: model:ir.model,name:stock_available.model_res_config_settings -#, fuzzy -msgid "res.config.settings" -msgstr "stock.config.settings" diff --git a/stock_available/i18n/pt.po b/stock_available/i18n/pt.po index 38d7bda72..26910c7e8 100644 --- a/stock_available/i18n/pt.po +++ b/stock_available/i18n/pt.po @@ -19,30 +19,30 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.product_normal_form_view -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_form +#: model_terms:ir.ui.view,arch_db:stock_available.product_normal_form_view +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_form msgid "Available" msgstr "" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.product_normal_form_view -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_form +#: model_terms:ir.ui.view,arch_db:stock_available.product_normal_form_view +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_form msgid "Potential" msgstr "" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_kanban +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_kanban msgid "Available to Promise:" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_product_product_immediately_usable_qty -#: model:ir.model.fields,field_description:stock_available.field_product_template_immediately_usable_qty +#: model:ir.model.fields,field_description:stock_available.field_product_product__immediately_usable_qty +#: model:ir.model.fields,field_description:stock_available.field_product_template__immediately_usable_qty msgid "Available to promise" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_stock_available_mrp_based_on +#: model:ir.model.fields,help:stock_available.field_res_config_settings__stock_available_mrp_based_on msgid "" "Choose the field of the product which will be used to compute potential.\n" "If empty, Quantity On Hand is used.\n" @@ -50,23 +50,28 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_sale +#: model:ir.model,name:stock_available.model_res_config_settings +msgid "Config Settings" +msgstr "" + +#. module: stock_available +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_sale msgid "Exclude goods already in sale quotations" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_immediately +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_immediately msgid "Exclude incoming goods" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_mrp +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_mrp msgid "Include the production potential" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_product_product_potential_qty -#: model:ir.model.fields,field_description:stock_available.field_product_template_potential_qty +#: model:ir.model.fields,field_description:stock_available.field_product_product__potential_qty +#: model:ir.model.fields,field_description:stock_available.field_product_template__potential_qty msgid "Potential" msgstr "" @@ -81,14 +86,14 @@ msgid "Product Template" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_product_potential_qty +#: model:ir.model.fields,help:stock_available.field_product_product__potential_qty msgid "" "Quantity of this Product that could be produced using the materials already " "at hand." msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_template_potential_qty +#: model:ir.model.fields,help:stock_available.field_product_template__potential_qty msgid "" "Quantity of this Product that could be produced using the materials already " "at hand. If the product has several variants, this will be the biggest " @@ -96,26 +101,26 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.view_stock_configuration +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_configuration msgid "Stock available to promise" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_template_immediately_usable_qty +#: model:ir.model.fields,help:stock_available.field_product_template__immediately_usable_qty msgid "" "Stock for this Product that can be safely proposed for sale to Customers.\n" "The definition of this value can be configured to suit your needs" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty +#: model:ir.model.fields,help:stock_available.field_product_product__immediately_usable_qty msgid "" "Stock for this Product that can be safely proposed for sale to Customers.\n" "The definition of this value can be configured to suit your needs." msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_mrp +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_mrp msgid "" "This will add the quantities of goods that can be immediately manufactured, " "to the quantities available to promise.\n" @@ -124,7 +129,7 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_immediately +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_immediately msgid "" "This will subtract incoming quantities from the quantities available to " "promise.\n" @@ -132,7 +137,7 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_sale +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_sale msgid "" "This will subtract quantities from the sale quotations from the quantities " "available to promise.\n" @@ -142,11 +147,6 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_stock_available_mrp_based_on +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__stock_available_mrp_based_on msgid "based on" msgstr "" - -#. module: stock_available -#: model:ir.model,name:stock_available.model_res_config_settings -msgid "res.config.settings" -msgstr "" diff --git a/stock_available/i18n/pt_BR.po b/stock_available/i18n/pt_BR.po index 54831b044..f75a1b3ee 100644 --- a/stock_available/i18n/pt_BR.po +++ b/stock_available/i18n/pt_BR.po @@ -20,31 +20,31 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.product_normal_form_view -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_form +#: model_terms:ir.ui.view,arch_db:stock_available.product_normal_form_view +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_form msgid "Available" msgstr "Disponível" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.product_normal_form_view -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_form +#: model_terms:ir.ui.view,arch_db:stock_available.product_normal_form_view +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_form #, fuzzy msgid "Potential" msgstr "Disponível" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_kanban +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_kanban msgid "Available to Promise:" msgstr "Disponível a prometer" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_product_product_immediately_usable_qty -#: model:ir.model.fields,field_description:stock_available.field_product_template_immediately_usable_qty +#: model:ir.model.fields,field_description:stock_available.field_product_product__immediately_usable_qty +#: model:ir.model.fields,field_description:stock_available.field_product_template__immediately_usable_qty msgid "Available to promise" msgstr "Disponível a prometer" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_stock_available_mrp_based_on +#: model:ir.model.fields,help:stock_available.field_res_config_settings__stock_available_mrp_based_on msgid "" "Choose the field of the product which will be used to compute potential.\n" "If empty, Quantity On Hand is used.\n" @@ -55,23 +55,29 @@ msgstr "" "Somente os campos de quantidade têm significado para computação estoque" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_sale +#: model:ir.model,name:stock_available.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "stock.config.settings" + +#. module: stock_available +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_sale msgid "Exclude goods already in sale quotations" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_immediately +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_immediately msgid "Exclude incoming goods" msgstr "Excluir entrada de mercadorias" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_mrp +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_mrp msgid "Include the production potential" msgstr "Incluir o potencial de produção" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_product_product_potential_qty -#: model:ir.model.fields,field_description:stock_available.field_product_template_potential_qty +#: model:ir.model.fields,field_description:stock_available.field_product_product__potential_qty +#: model:ir.model.fields,field_description:stock_available.field_product_template__potential_qty msgid "Potential" msgstr "" @@ -86,14 +92,14 @@ msgid "Product Template" msgstr "Modelo Produto" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_product_potential_qty +#: model:ir.model.fields,help:stock_available.field_product_product__potential_qty msgid "" "Quantity of this Product that could be produced using the materials already " "at hand." msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_template_potential_qty +#: model:ir.model.fields,help:stock_available.field_product_template__potential_qty msgid "" "Quantity of this Product that could be produced using the materials already " "at hand. If the product has several variants, this will be the biggest " @@ -101,12 +107,12 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.view_stock_configuration +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_configuration msgid "Stock available to promise" msgstr "Estoque disponível para prometer" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_template_immediately_usable_qty +#: model:ir.model.fields,help:stock_available.field_product_template__immediately_usable_qty msgid "" "Stock for this Product that can be safely proposed for sale to Customers.\n" "The definition of this value can be configured to suit your needs" @@ -117,7 +123,7 @@ msgstr "" "necessidades" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty +#: model:ir.model.fields,help:stock_available.field_product_product__immediately_usable_qty #, fuzzy msgid "" "Stock for this Product that can be safely proposed for sale to Customers.\n" @@ -129,7 +135,7 @@ msgstr "" "necessidades" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_mrp +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_mrp msgid "" "This will add the quantities of goods that can be immediately manufactured, " "to the quantities available to promise.\n" @@ -142,7 +148,7 @@ msgstr "" "Se o MRP módulo não está instalado, este irá instalar-lo também" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_immediately +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_immediately msgid "" "This will subtract incoming quantities from the quantities available to " "promise.\n" @@ -153,7 +159,7 @@ msgstr "" "Isso instala o módulo stock_available_immediately." #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_sale +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_sale #, fuzzy msgid "" "This will subtract quantities from the sale quotations from the quantities " @@ -168,12 +174,6 @@ msgstr "" "Se o MRP módulo não está instalado, este irá instalar-lo também" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_stock_available_mrp_based_on +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__stock_available_mrp_based_on msgid "based on" msgstr "Baseado em" - -#. module: stock_available -#: model:ir.model,name:stock_available.model_res_config_settings -#, fuzzy -msgid "res.config.settings" -msgstr "stock.config.settings" diff --git a/stock_available/i18n/ro.po b/stock_available/i18n/ro.po index 53b9dbe3d..95b4eadf3 100644 --- a/stock_available/i18n/ro.po +++ b/stock_available/i18n/ro.po @@ -20,30 +20,30 @@ msgstr "" "2:1));\n" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.product_normal_form_view -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_form +#: model_terms:ir.ui.view,arch_db:stock_available.product_normal_form_view +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_form msgid "Available" msgstr "" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.product_normal_form_view -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_form +#: model_terms:ir.ui.view,arch_db:stock_available.product_normal_form_view +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_form msgid "Potential" msgstr "" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_kanban +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_kanban msgid "Available to Promise:" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_product_product_immediately_usable_qty -#: model:ir.model.fields,field_description:stock_available.field_product_template_immediately_usable_qty +#: model:ir.model.fields,field_description:stock_available.field_product_product__immediately_usable_qty +#: model:ir.model.fields,field_description:stock_available.field_product_template__immediately_usable_qty msgid "Available to promise" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_stock_available_mrp_based_on +#: model:ir.model.fields,help:stock_available.field_res_config_settings__stock_available_mrp_based_on msgid "" "Choose the field of the product which will be used to compute potential.\n" "If empty, Quantity On Hand is used.\n" @@ -51,23 +51,28 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_sale +#: model:ir.model,name:stock_available.model_res_config_settings +msgid "Config Settings" +msgstr "" + +#. module: stock_available +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_sale msgid "Exclude goods already in sale quotations" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_immediately +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_immediately msgid "Exclude incoming goods" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_mrp +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_mrp msgid "Include the production potential" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_product_product_potential_qty -#: model:ir.model.fields,field_description:stock_available.field_product_template_potential_qty +#: model:ir.model.fields,field_description:stock_available.field_product_product__potential_qty +#: model:ir.model.fields,field_description:stock_available.field_product_template__potential_qty msgid "Potential" msgstr "" @@ -82,14 +87,14 @@ msgid "Product Template" msgstr "Produs șablon" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_product_potential_qty +#: model:ir.model.fields,help:stock_available.field_product_product__potential_qty msgid "" "Quantity of this Product that could be produced using the materials already " "at hand." msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_template_potential_qty +#: model:ir.model.fields,help:stock_available.field_product_template__potential_qty msgid "" "Quantity of this Product that could be produced using the materials already " "at hand. If the product has several variants, this will be the biggest " @@ -97,26 +102,26 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.view_stock_configuration +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_configuration msgid "Stock available to promise" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_template_immediately_usable_qty +#: model:ir.model.fields,help:stock_available.field_product_template__immediately_usable_qty msgid "" "Stock for this Product that can be safely proposed for sale to Customers.\n" "The definition of this value can be configured to suit your needs" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty +#: model:ir.model.fields,help:stock_available.field_product_product__immediately_usable_qty msgid "" "Stock for this Product that can be safely proposed for sale to Customers.\n" "The definition of this value can be configured to suit your needs." msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_mrp +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_mrp msgid "" "This will add the quantities of goods that can be immediately manufactured, " "to the quantities available to promise.\n" @@ -125,7 +130,7 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_immediately +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_immediately msgid "" "This will subtract incoming quantities from the quantities available to " "promise.\n" @@ -133,7 +138,7 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_sale +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_sale msgid "" "This will subtract quantities from the sale quotations from the quantities " "available to promise.\n" @@ -143,11 +148,6 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_stock_available_mrp_based_on +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__stock_available_mrp_based_on msgid "based on" msgstr "" - -#. module: stock_available -#: model:ir.model,name:stock_available.model_res_config_settings -msgid "res.config.settings" -msgstr "" diff --git a/stock_available/i18n/ru.po b/stock_available/i18n/ru.po index f9a130a5a..34f764291 100644 --- a/stock_available/i18n/ru.po +++ b/stock_available/i18n/ru.po @@ -21,30 +21,30 @@ msgstr "" "%100>=11 && n%100<=14)? 2 : 3);\n" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.product_normal_form_view -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_form +#: model_terms:ir.ui.view,arch_db:stock_available.product_normal_form_view +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_form msgid "Available" msgstr "" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.product_normal_form_view -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_form +#: model_terms:ir.ui.view,arch_db:stock_available.product_normal_form_view +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_form msgid "Potential" msgstr "" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_kanban +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_kanban msgid "Available to Promise:" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_product_product_immediately_usable_qty -#: model:ir.model.fields,field_description:stock_available.field_product_template_immediately_usable_qty +#: model:ir.model.fields,field_description:stock_available.field_product_product__immediately_usable_qty +#: model:ir.model.fields,field_description:stock_available.field_product_template__immediately_usable_qty msgid "Available to promise" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_stock_available_mrp_based_on +#: model:ir.model.fields,help:stock_available.field_res_config_settings__stock_available_mrp_based_on msgid "" "Choose the field of the product which will be used to compute potential.\n" "If empty, Quantity On Hand is used.\n" @@ -52,23 +52,28 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_sale +#: model:ir.model,name:stock_available.model_res_config_settings +msgid "Config Settings" +msgstr "" + +#. module: stock_available +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_sale msgid "Exclude goods already in sale quotations" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_immediately +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_immediately msgid "Exclude incoming goods" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_mrp +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_mrp msgid "Include the production potential" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_product_product_potential_qty -#: model:ir.model.fields,field_description:stock_available.field_product_template_potential_qty +#: model:ir.model.fields,field_description:stock_available.field_product_product__potential_qty +#: model:ir.model.fields,field_description:stock_available.field_product_template__potential_qty msgid "Potential" msgstr "" @@ -83,14 +88,14 @@ msgid "Product Template" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_product_potential_qty +#: model:ir.model.fields,help:stock_available.field_product_product__potential_qty msgid "" "Quantity of this Product that could be produced using the materials already " "at hand." msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_template_potential_qty +#: model:ir.model.fields,help:stock_available.field_product_template__potential_qty msgid "" "Quantity of this Product that could be produced using the materials already " "at hand. If the product has several variants, this will be the biggest " @@ -98,26 +103,26 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.view_stock_configuration +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_configuration msgid "Stock available to promise" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_template_immediately_usable_qty +#: model:ir.model.fields,help:stock_available.field_product_template__immediately_usable_qty msgid "" "Stock for this Product that can be safely proposed for sale to Customers.\n" "The definition of this value can be configured to suit your needs" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty +#: model:ir.model.fields,help:stock_available.field_product_product__immediately_usable_qty msgid "" "Stock for this Product that can be safely proposed for sale to Customers.\n" "The definition of this value can be configured to suit your needs." msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_mrp +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_mrp msgid "" "This will add the quantities of goods that can be immediately manufactured, " "to the quantities available to promise.\n" @@ -126,7 +131,7 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_immediately +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_immediately msgid "" "This will subtract incoming quantities from the quantities available to " "promise.\n" @@ -134,7 +139,7 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_sale +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_sale msgid "" "This will subtract quantities from the sale quotations from the quantities " "available to promise.\n" @@ -144,11 +149,6 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_stock_available_mrp_based_on +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__stock_available_mrp_based_on msgid "based on" msgstr "" - -#. module: stock_available -#: model:ir.model,name:stock_available.model_res_config_settings -msgid "res.config.settings" -msgstr "" diff --git a/stock_available/i18n/sl.po b/stock_available/i18n/sl.po index f7a2263b6..467f189b8 100644 --- a/stock_available/i18n/sl.po +++ b/stock_available/i18n/sl.po @@ -20,30 +20,30 @@ msgstr "" "%100==4 ? 2 : 3);\n" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.product_normal_form_view -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_form +#: model_terms:ir.ui.view,arch_db:stock_available.product_normal_form_view +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_form msgid "Available" msgstr "" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.product_normal_form_view -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_form +#: model_terms:ir.ui.view,arch_db:stock_available.product_normal_form_view +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_form msgid "Potential" msgstr "" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_kanban +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_kanban msgid "Available to Promise:" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_product_product_immediately_usable_qty -#: model:ir.model.fields,field_description:stock_available.field_product_template_immediately_usable_qty +#: model:ir.model.fields,field_description:stock_available.field_product_product__immediately_usable_qty +#: model:ir.model.fields,field_description:stock_available.field_product_template__immediately_usable_qty msgid "Available to promise" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_stock_available_mrp_based_on +#: model:ir.model.fields,help:stock_available.field_res_config_settings__stock_available_mrp_based_on msgid "" "Choose the field of the product which will be used to compute potential.\n" "If empty, Quantity On Hand is used.\n" @@ -51,23 +51,28 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_sale +#: model:ir.model,name:stock_available.model_res_config_settings +msgid "Config Settings" +msgstr "" + +#. module: stock_available +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_sale msgid "Exclude goods already in sale quotations" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_immediately +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_immediately msgid "Exclude incoming goods" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_mrp +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_mrp msgid "Include the production potential" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_product_product_potential_qty -#: model:ir.model.fields,field_description:stock_available.field_product_template_potential_qty +#: model:ir.model.fields,field_description:stock_available.field_product_product__potential_qty +#: model:ir.model.fields,field_description:stock_available.field_product_template__potential_qty msgid "Potential" msgstr "" @@ -82,14 +87,14 @@ msgid "Product Template" msgstr "Predloga proizvoda" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_product_potential_qty +#: model:ir.model.fields,help:stock_available.field_product_product__potential_qty msgid "" "Quantity of this Product that could be produced using the materials already " "at hand." msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_template_potential_qty +#: model:ir.model.fields,help:stock_available.field_product_template__potential_qty msgid "" "Quantity of this Product that could be produced using the materials already " "at hand. If the product has several variants, this will be the biggest " @@ -97,26 +102,26 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.view_stock_configuration +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_configuration msgid "Stock available to promise" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_template_immediately_usable_qty +#: model:ir.model.fields,help:stock_available.field_product_template__immediately_usable_qty msgid "" "Stock for this Product that can be safely proposed for sale to Customers.\n" "The definition of this value can be configured to suit your needs" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty +#: model:ir.model.fields,help:stock_available.field_product_product__immediately_usable_qty msgid "" "Stock for this Product that can be safely proposed for sale to Customers.\n" "The definition of this value can be configured to suit your needs." msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_mrp +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_mrp msgid "" "This will add the quantities of goods that can be immediately manufactured, " "to the quantities available to promise.\n" @@ -125,7 +130,7 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_immediately +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_immediately msgid "" "This will subtract incoming quantities from the quantities available to " "promise.\n" @@ -133,7 +138,7 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_sale +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_sale msgid "" "This will subtract quantities from the sale quotations from the quantities " "available to promise.\n" @@ -143,11 +148,6 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_stock_available_mrp_based_on +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__stock_available_mrp_based_on msgid "based on" msgstr "" - -#. module: stock_available -#: model:ir.model,name:stock_available.model_res_config_settings -msgid "res.config.settings" -msgstr "" diff --git a/stock_available/i18n/tr.po b/stock_available/i18n/tr.po index f6ae370e8..9fe41da30 100644 --- a/stock_available/i18n/tr.po +++ b/stock_available/i18n/tr.po @@ -20,30 +20,30 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.product_normal_form_view -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_form +#: model_terms:ir.ui.view,arch_db:stock_available.product_normal_form_view +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_form msgid "Available" msgstr "Mevcut" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.product_normal_form_view -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_form +#: model_terms:ir.ui.view,arch_db:stock_available.product_normal_form_view +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_form msgid "Potential" msgstr "Potansiyel" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_kanban +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_kanban msgid "Available to Promise:" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_product_product_immediately_usable_qty -#: model:ir.model.fields,field_description:stock_available.field_product_template_immediately_usable_qty +#: model:ir.model.fields,field_description:stock_available.field_product_product__immediately_usable_qty +#: model:ir.model.fields,field_description:stock_available.field_product_template__immediately_usable_qty msgid "Available to promise" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_stock_available_mrp_based_on +#: model:ir.model.fields,help:stock_available.field_res_config_settings__stock_available_mrp_based_on msgid "" "Choose the field of the product which will be used to compute potential.\n" "If empty, Quantity On Hand is used.\n" @@ -51,23 +51,28 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_sale +#: model:ir.model,name:stock_available.model_res_config_settings +msgid "Config Settings" +msgstr "" + +#. module: stock_available +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_sale msgid "Exclude goods already in sale quotations" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_immediately +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_immediately msgid "Exclude incoming goods" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_mrp +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_mrp msgid "Include the production potential" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_product_product_potential_qty -#: model:ir.model.fields,field_description:stock_available.field_product_template_potential_qty +#: model:ir.model.fields,field_description:stock_available.field_product_product__potential_qty +#: model:ir.model.fields,field_description:stock_available.field_product_template__potential_qty msgid "Potential" msgstr "Potansiyel" @@ -82,14 +87,14 @@ msgid "Product Template" msgstr "Ürün Şablonu" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_product_potential_qty +#: model:ir.model.fields,help:stock_available.field_product_product__potential_qty msgid "" "Quantity of this Product that could be produced using the materials already " "at hand." msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_template_potential_qty +#: model:ir.model.fields,help:stock_available.field_product_template__potential_qty msgid "" "Quantity of this Product that could be produced using the materials already " "at hand. If the product has several variants, this will be the biggest " @@ -97,26 +102,26 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.view_stock_configuration +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_configuration msgid "Stock available to promise" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_template_immediately_usable_qty +#: model:ir.model.fields,help:stock_available.field_product_template__immediately_usable_qty msgid "" "Stock for this Product that can be safely proposed for sale to Customers.\n" "The definition of this value can be configured to suit your needs" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty +#: model:ir.model.fields,help:stock_available.field_product_product__immediately_usable_qty msgid "" "Stock for this Product that can be safely proposed for sale to Customers.\n" "The definition of this value can be configured to suit your needs." msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_mrp +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_mrp msgid "" "This will add the quantities of goods that can be immediately manufactured, " "to the quantities available to promise.\n" @@ -125,7 +130,7 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_immediately +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_immediately msgid "" "This will subtract incoming quantities from the quantities available to " "promise.\n" @@ -133,7 +138,7 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_sale +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_sale msgid "" "This will subtract quantities from the sale quotations from the quantities " "available to promise.\n" @@ -143,11 +148,6 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_stock_available_mrp_based_on +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__stock_available_mrp_based_on msgid "based on" msgstr "" - -#. module: stock_available -#: model:ir.model,name:stock_available.model_res_config_settings -msgid "res.config.settings" -msgstr "" diff --git a/stock_available/i18n/tr_TR.po b/stock_available/i18n/tr_TR.po index 5435569ef..ced7dd5cf 100644 --- a/stock_available/i18n/tr_TR.po +++ b/stock_available/i18n/tr_TR.po @@ -20,30 +20,30 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.product_normal_form_view -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_form +#: model_terms:ir.ui.view,arch_db:stock_available.product_normal_form_view +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_form msgid "Available" msgstr "" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.product_normal_form_view -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_form +#: model_terms:ir.ui.view,arch_db:stock_available.product_normal_form_view +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_form msgid "Potential" msgstr "" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_kanban +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_kanban msgid "Available to Promise:" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_product_product_immediately_usable_qty -#: model:ir.model.fields,field_description:stock_available.field_product_template_immediately_usable_qty +#: model:ir.model.fields,field_description:stock_available.field_product_product__immediately_usable_qty +#: model:ir.model.fields,field_description:stock_available.field_product_template__immediately_usable_qty msgid "Available to promise" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_stock_available_mrp_based_on +#: model:ir.model.fields,help:stock_available.field_res_config_settings__stock_available_mrp_based_on msgid "" "Choose the field of the product which will be used to compute potential.\n" "If empty, Quantity On Hand is used.\n" @@ -51,23 +51,28 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_sale +#: model:ir.model,name:stock_available.model_res_config_settings +msgid "Config Settings" +msgstr "" + +#. module: stock_available +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_sale msgid "Exclude goods already in sale quotations" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_immediately +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_immediately msgid "Exclude incoming goods" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_mrp +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_mrp msgid "Include the production potential" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_product_product_potential_qty -#: model:ir.model.fields,field_description:stock_available.field_product_template_potential_qty +#: model:ir.model.fields,field_description:stock_available.field_product_product__potential_qty +#: model:ir.model.fields,field_description:stock_available.field_product_template__potential_qty msgid "Potential" msgstr "" @@ -82,14 +87,14 @@ msgid "Product Template" msgstr "Ürün şablonu" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_product_potential_qty +#: model:ir.model.fields,help:stock_available.field_product_product__potential_qty msgid "" "Quantity of this Product that could be produced using the materials already " "at hand." msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_template_potential_qty +#: model:ir.model.fields,help:stock_available.field_product_template__potential_qty msgid "" "Quantity of this Product that could be produced using the materials already " "at hand. If the product has several variants, this will be the biggest " @@ -97,26 +102,26 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.view_stock_configuration +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_configuration msgid "Stock available to promise" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_template_immediately_usable_qty +#: model:ir.model.fields,help:stock_available.field_product_template__immediately_usable_qty msgid "" "Stock for this Product that can be safely proposed for sale to Customers.\n" "The definition of this value can be configured to suit your needs" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty +#: model:ir.model.fields,help:stock_available.field_product_product__immediately_usable_qty msgid "" "Stock for this Product that can be safely proposed for sale to Customers.\n" "The definition of this value can be configured to suit your needs." msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_mrp +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_mrp msgid "" "This will add the quantities of goods that can be immediately manufactured, " "to the quantities available to promise.\n" @@ -125,7 +130,7 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_immediately +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_immediately msgid "" "This will subtract incoming quantities from the quantities available to " "promise.\n" @@ -133,7 +138,7 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_sale +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_sale msgid "" "This will subtract quantities from the sale quotations from the quantities " "available to promise.\n" @@ -143,11 +148,6 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_stock_available_mrp_based_on +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__stock_available_mrp_based_on msgid "based on" msgstr "" - -#. module: stock_available -#: model:ir.model,name:stock_available.model_res_config_settings -msgid "res.config.settings" -msgstr "" diff --git a/stock_available/i18n/vi_VN.po b/stock_available/i18n/vi_VN.po index 151b50707..088664e6a 100644 --- a/stock_available/i18n/vi_VN.po +++ b/stock_available/i18n/vi_VN.po @@ -20,30 +20,30 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.product_normal_form_view -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_form +#: model_terms:ir.ui.view,arch_db:stock_available.product_normal_form_view +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_form msgid "Available" msgstr "" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.product_normal_form_view -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_form +#: model_terms:ir.ui.view,arch_db:stock_available.product_normal_form_view +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_form msgid "Potential" msgstr "" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_kanban +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_kanban msgid "Available to Promise:" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_product_product_immediately_usable_qty -#: model:ir.model.fields,field_description:stock_available.field_product_template_immediately_usable_qty +#: model:ir.model.fields,field_description:stock_available.field_product_product__immediately_usable_qty +#: model:ir.model.fields,field_description:stock_available.field_product_template__immediately_usable_qty msgid "Available to promise" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_stock_available_mrp_based_on +#: model:ir.model.fields,help:stock_available.field_res_config_settings__stock_available_mrp_based_on msgid "" "Choose the field of the product which will be used to compute potential.\n" "If empty, Quantity On Hand is used.\n" @@ -51,23 +51,28 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_sale +#: model:ir.model,name:stock_available.model_res_config_settings +msgid "Config Settings" +msgstr "" + +#. module: stock_available +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_sale msgid "Exclude goods already in sale quotations" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_immediately +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_immediately msgid "Exclude incoming goods" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_mrp +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_mrp msgid "Include the production potential" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_product_product_potential_qty -#: model:ir.model.fields,field_description:stock_available.field_product_template_potential_qty +#: model:ir.model.fields,field_description:stock_available.field_product_product__potential_qty +#: model:ir.model.fields,field_description:stock_available.field_product_template__potential_qty msgid "Potential" msgstr "" @@ -82,14 +87,14 @@ msgid "Product Template" msgstr "Mẫu sản phẩm" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_product_potential_qty +#: model:ir.model.fields,help:stock_available.field_product_product__potential_qty msgid "" "Quantity of this Product that could be produced using the materials already " "at hand." msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_template_potential_qty +#: model:ir.model.fields,help:stock_available.field_product_template__potential_qty msgid "" "Quantity of this Product that could be produced using the materials already " "at hand. If the product has several variants, this will be the biggest " @@ -97,26 +102,26 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.view_stock_configuration +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_configuration msgid "Stock available to promise" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_template_immediately_usable_qty +#: model:ir.model.fields,help:stock_available.field_product_template__immediately_usable_qty msgid "" "Stock for this Product that can be safely proposed for sale to Customers.\n" "The definition of this value can be configured to suit your needs" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty +#: model:ir.model.fields,help:stock_available.field_product_product__immediately_usable_qty msgid "" "Stock for this Product that can be safely proposed for sale to Customers.\n" "The definition of this value can be configured to suit your needs." msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_mrp +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_mrp msgid "" "This will add the quantities of goods that can be immediately manufactured, " "to the quantities available to promise.\n" @@ -125,7 +130,7 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_immediately +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_immediately msgid "" "This will subtract incoming quantities from the quantities available to " "promise.\n" @@ -133,7 +138,7 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_sale +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_sale msgid "" "This will subtract quantities from the sale quotations from the quantities " "available to promise.\n" @@ -143,11 +148,6 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_stock_available_mrp_based_on +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__stock_available_mrp_based_on msgid "based on" msgstr "" - -#. module: stock_available -#: model:ir.model,name:stock_available.model_res_config_settings -msgid "res.config.settings" -msgstr "" diff --git a/stock_available/i18n/zh_CN.po b/stock_available/i18n/zh_CN.po index 5c723a247..7c522ed35 100644 --- a/stock_available/i18n/zh_CN.po +++ b/stock_available/i18n/zh_CN.po @@ -20,31 +20,31 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.product_normal_form_view -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_form +#: model_terms:ir.ui.view,arch_db:stock_available.product_normal_form_view +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_form msgid "Available" msgstr "可用" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.product_normal_form_view -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_form +#: model_terms:ir.ui.view,arch_db:stock_available.product_normal_form_view +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_form #, fuzzy msgid "Potential" msgstr "可用" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.view_stock_available_kanban +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_available_kanban msgid "Available to Promise:" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_product_product_immediately_usable_qty -#: model:ir.model.fields,field_description:stock_available.field_product_template_immediately_usable_qty +#: model:ir.model.fields,field_description:stock_available.field_product_product__immediately_usable_qty +#: model:ir.model.fields,field_description:stock_available.field_product_template__immediately_usable_qty msgid "Available to promise" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_stock_available_mrp_based_on +#: model:ir.model.fields,help:stock_available.field_res_config_settings__stock_available_mrp_based_on msgid "" "Choose the field of the product which will be used to compute potential.\n" "If empty, Quantity On Hand is used.\n" @@ -52,23 +52,28 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_sale +#: model:ir.model,name:stock_available.model_res_config_settings +msgid "Config Settings" +msgstr "" + +#. module: stock_available +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_sale msgid "Exclude goods already in sale quotations" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_immediately +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_immediately msgid "Exclude incoming goods" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_module_stock_available_mrp +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__module_stock_available_mrp msgid "Include the production potential" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_product_product_potential_qty -#: model:ir.model.fields,field_description:stock_available.field_product_template_potential_qty +#: model:ir.model.fields,field_description:stock_available.field_product_product__potential_qty +#: model:ir.model.fields,field_description:stock_available.field_product_template__potential_qty msgid "Potential" msgstr "" @@ -83,14 +88,14 @@ msgid "Product Template" msgstr "产品模板" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_product_potential_qty +#: model:ir.model.fields,help:stock_available.field_product_product__potential_qty msgid "" "Quantity of this Product that could be produced using the materials already " "at hand." msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_template_potential_qty +#: model:ir.model.fields,help:stock_available.field_product_template__potential_qty msgid "" "Quantity of this Product that could be produced using the materials already " "at hand. If the product has several variants, this will be the biggest " @@ -98,26 +103,26 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.ui.view,arch_db:stock_available.view_stock_configuration +#: model_terms:ir.ui.view,arch_db:stock_available.view_stock_configuration msgid "Stock available to promise" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_template_immediately_usable_qty +#: model:ir.model.fields,help:stock_available.field_product_template__immediately_usable_qty msgid "" "Stock for this Product that can be safely proposed for sale to Customers.\n" "The definition of this value can be configured to suit your needs" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_product_product_immediately_usable_qty +#: model:ir.model.fields,help:stock_available.field_product_product__immediately_usable_qty msgid "" "Stock for this Product that can be safely proposed for sale to Customers.\n" "The definition of this value can be configured to suit your needs." msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_mrp +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_mrp msgid "" "This will add the quantities of goods that can be immediately manufactured, " "to the quantities available to promise.\n" @@ -126,7 +131,7 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_immediately +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_immediately msgid "" "This will subtract incoming quantities from the quantities available to " "promise.\n" @@ -134,7 +139,7 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,help:stock_available.field_res_config_settings_module_stock_available_sale +#: model:ir.model.fields,help:stock_available.field_res_config_settings__module_stock_available_sale msgid "" "This will subtract quantities from the sale quotations from the quantities " "available to promise.\n" @@ -144,11 +149,6 @@ msgid "" msgstr "" #. module: stock_available -#: model:ir.model.fields,field_description:stock_available.field_res_config_settings_stock_available_mrp_based_on +#: model:ir.model.fields,field_description:stock_available.field_res_config_settings__stock_available_mrp_based_on msgid "based on" msgstr "基于" - -#. module: stock_available -#: model:ir.model,name:stock_available.model_res_config_settings -msgid "res.config.settings" -msgstr "" From d539b253d9d9241ed7937bd585b518e1416dfbac Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Mon, 29 Jul 2019 03:43:10 +0000 Subject: [PATCH 109/631] [UPD] README.rst --- stock_available/static/description/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock_available/static/description/index.html b/stock_available/static/description/index.html index 8878cf54a..d50828330 100644 --- a/stock_available/static/description/index.html +++ b/stock_available/static/description/index.html @@ -3,7 +3,7 @@ - + Stock available to promise + + +

+

Extended Inventory Preparation Filters

+ + +

Beta License: AGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runbot

+

Includes more options for making an inventory out of:

+
    +
  • Multiple products.
  • +
  • Products of a category.
  • +
  • Multiple lots
  • +
+

It also allows to make an inventory based on scanned products, adding a line +with product code and quantity.

+

Table of contents

+ +
+

Bug Tracker

+

Bugs are tracked on GitHub Issues. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed +feedback.

+

Do not contact contributors directly about support or help with technical issues.

+
+
+

Credits

+
+

Authors

+
    +
  • AvanzOSC
  • +
  • Tecnativa
  • +
+
+
+

Contributors

+ +
+
+

Maintainers

+

This module is maintained by the OCA.

+Odoo Community Association +

OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use.

+

This module is part of the OCA/stock-logistics-warehouse project on GitHub.

+

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

+
+
+
+ + diff --git a/stock_inventory_preparation_filter/tests/__init__.py b/stock_inventory_preparation_filter/tests/__init__.py index 9c3a513b0..76616c897 100644 --- a/stock_inventory_preparation_filter/tests/__init__.py +++ b/stock_inventory_preparation_filter/tests/__init__.py @@ -1,3 +1,2 @@ -# -*- encoding: utf-8 -*- from . import test_stock_inventory_preparation_filter diff --git a/stock_inventory_preparation_filter/tests/test_stock_inventory_preparation_filter.py b/stock_inventory_preparation_filter/tests/test_stock_inventory_preparation_filter.py index 3c1e483a2..be71c984a 100644 --- a/stock_inventory_preparation_filter/tests/test_stock_inventory_preparation_filter.py +++ b/stock_inventory_preparation_filter/tests/test_stock_inventory_preparation_filter.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright 2015 AvanzOSC - Oihane Crucelaegi # Copyright 2015 Tecnativa - Pedro M. Baeza # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). @@ -9,18 +8,15 @@ from odoo.tests import common @common.at_install(False) @common.post_install(True) class TestStockInventoryPreparationFilterCategories(common.TransactionCase): - def setUp(self): super(TestStockInventoryPreparationFilterCategories, self).setUp() self.inventory_model = self.env['stock.inventory'] # Create some categories self.category = self.env['product.category'].create({ 'name': 'Category for inventory', - 'type': 'normal', }) self.category2 = self.env['product.category'].create({ 'name': 'Category for inventory 2', - 'type': 'normal', }) # Create some products in the category self.product1 = self.env['product.product'].create({ @@ -96,7 +92,7 @@ class TestStockInventoryPreparationFilterCategories(common.TransactionCase): 'location_id': self.location.id, 'categ_ids': [(6, 0, [self.category.id])], }) - inventory.prepare_inventory() + inventory.action_start() self.assertEqual(len(inventory.line_ids), 2) line1 = inventory.line_ids[0] self.assertEqual(line1.product_id, self.product1) @@ -108,15 +104,13 @@ class TestStockInventoryPreparationFilterCategories(common.TransactionCase): self.assertEqual(line2.location_id, self.location) def test_inventory_products_filter(self): - inventory = self.inventory_model.create( - { - 'name': 'Products inventory', - 'filter': 'products', - 'location_id': self.location.id, - 'product_ids': [(6, 0, [self.product1.id, self.product2.id])], - } - ) - inventory.prepare_inventory() + inventory = self.inventory_model.create({ + 'name': 'Products inventory', + 'filter': 'products', + 'location_id': self.location.id, + 'product_ids': [(6, 0, [self.product1.id, self.product2.id])], + }) + inventory.action_start() self.assertEqual(len(inventory.line_ids), 2) line1 = inventory.line_ids[0] self.assertEqual(line1.product_id, self.product1) @@ -136,7 +130,7 @@ class TestStockInventoryPreparationFilterCategories(common.TransactionCase): 'lot_ids': [(6, 0, [self.lot.id, ])], } ) - inventory.prepare_inventory() + inventory.action_start() self.assertEqual(len(inventory.line_ids), 1) line1 = inventory.line_ids[0] self.assertEqual(line1.product_id, self.product_lot) @@ -168,7 +162,7 @@ class TestStockInventoryPreparationFilterCategories(common.TransactionCase): }), ], }) - inventory.prepare_inventory() + inventory.action_start() self.assertEqual(len(inventory.line_ids), 3) line1 = inventory.line_ids[0] self.assertEqual(line1.product_id, self.product1) diff --git a/stock_inventory_preparation_filter/views/stock_inventory_view.xml b/stock_inventory_preparation_filter/views/stock_inventory_view.xml index a00af66fc..40468dc80 100644 --- a/stock_inventory_preparation_filter/views/stock_inventory_view.xml +++ b/stock_inventory_preparation_filter/views/stock_inventory_view.xml @@ -10,22 +10,23 @@ - + {'invisible':[('state','=','draft')]} - - - - - - - + + + + + + + + + From e0138252491243dca88bf71d1701b91b2abf049b Mon Sep 17 00:00:00 2001 From: xavierpiernas Date: Tue, 28 May 2019 09:43:00 +0200 Subject: [PATCH 125/631] [MIG] stock_inventory_preparation_filter: Migration to 12.0 --- stock_inventory_preparation_filter/README.rst | 10 +++++----- stock_inventory_preparation_filter/__manifest__.py | 2 +- .../models/stock_inventory.py | 1 + .../static/description/index.html | 8 ++++---- .../tests/test_stock_inventory_preparation_filter.py | 8 ++++---- 5 files changed, 15 insertions(+), 14 deletions(-) diff --git a/stock_inventory_preparation_filter/README.rst b/stock_inventory_preparation_filter/README.rst index b1751fbeb..02d4c20cb 100644 --- a/stock_inventory_preparation_filter/README.rst +++ b/stock_inventory_preparation_filter/README.rst @@ -14,13 +14,13 @@ Extended Inventory Preparation Filters :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--warehouse-lightgray.png?logo=github - :target: https://github.com/OCA/stock-logistics-warehouse/tree/11.0/stock_inventory_preparation_filter + :target: https://github.com/OCA/stock-logistics-warehouse/tree/12.0/stock_inventory_preparation_filter :alt: OCA/stock-logistics-warehouse .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-11-0/stock-logistics-warehouse-11-0-stock_inventory_preparation_filter + :target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-12-0/stock-logistics-warehouse-12-0-stock_inventory_preparation_filter :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png - :target: https://runbot.odoo-community.org/runbot/153/11.0 + :target: https://runbot.odoo-community.org/runbot/153/12.0 :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| |badge5| @@ -45,7 +45,7 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -82,6 +82,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. -This module is part of the `OCA/stock-logistics-warehouse `_ project on GitHub. +This module is part of the `OCA/stock-logistics-warehouse `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/stock_inventory_preparation_filter/__manifest__.py b/stock_inventory_preparation_filter/__manifest__.py index 686e4adf8..c5a0fc435 100644 --- a/stock_inventory_preparation_filter/__manifest__.py +++ b/stock_inventory_preparation_filter/__manifest__.py @@ -5,7 +5,7 @@ { "name": "Extended Inventory Preparation Filters", - "version": "11.0.1.0.0", + "version": "12.0.1.0.0", "depends": [ "stock", ], diff --git a/stock_inventory_preparation_filter/models/stock_inventory.py b/stock_inventory_preparation_filter/models/stock_inventory.py index 3e2efbf85..cd736122c 100644 --- a/stock_inventory_preparation_filter/models/stock_inventory.py +++ b/stock_inventory_preparation_filter/models/stock_inventory.py @@ -8,6 +8,7 @@ from odoo.addons import decimal_precision as dp class StockInventoryEmptyLines(models.Model): _name = 'stock.inventory.line.empty' + _description = 'Inventory Line Empty' product_code = fields.Char( string='Product Code', diff --git a/stock_inventory_preparation_filter/static/description/index.html b/stock_inventory_preparation_filter/static/description/index.html index 4d4293fb3..82c5fb771 100644 --- a/stock_inventory_preparation_filter/static/description/index.html +++ b/stock_inventory_preparation_filter/static/description/index.html @@ -3,7 +3,7 @@ - + Extended Inventory Preparation Filters + + +
+

Stock Move Common Destination

+ + +

Beta License: AGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runbot

+

This module adds a M2m field common_dest_move_ids on stock.move in order +to compute all the moves having a chained destination move sharing the same +picking as the actual move’s destination move.

+

Table of contents

+ +
+

Bug Tracker

+

Bugs are tracked on GitHub Issues. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed +feedback.

+

Do not contact contributors directly about support or help with technical issues.

+
+
+

Credits

+
+

Authors

+
    +
  • Camptocamp
  • +
+
+ +
+

Maintainers

+

This module is maintained by the OCA.

+Odoo Community Association +

OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use.

+

This module is part of the OCA/stock-logistics-warehouse project on GitHub.

+

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

+
+
+
+ + diff --git a/stock_move_common_dest/tests/__init__.py b/stock_move_common_dest/tests/__init__.py new file mode 100644 index 000000000..d59b1a6af --- /dev/null +++ b/stock_move_common_dest/tests/__init__.py @@ -0,0 +1 @@ +from . import test_move_common_dest diff --git a/stock_move_common_dest/tests/test_move_common_dest.py b/stock_move_common_dest/tests/test_move_common_dest.py new file mode 100644 index 000000000..c32132f36 --- /dev/null +++ b/stock_move_common_dest/tests/test_move_common_dest.py @@ -0,0 +1,156 @@ +# Copyright 2020 Camptocamp SA +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl) +from odoo.tests import SavepointCase + + +class TestCommonMoveDest(SavepointCase): + @classmethod + def setUpClass(cls): + super().setUpClass() + cls.env = cls.env(context=dict(cls.env.context, tracking_disable=True)) + cls.partner_delta = cls.env.ref("base.res_partner_4") + cls.warehouse = cls.env.ref("stock.warehouse0") + cls.warehouse.write({"delivery_steps": "pick_pack_ship"}) + cls.customers_location = cls.env.ref("stock.stock_location_customers") + cls.output_location = cls.env.ref("stock.stock_location_output") + cls.packing_location = cls.env.ref("stock.location_pack_zone") + cls.stock_shelf_location = cls.env.ref("stock.stock_location_components") + cls.stock_shelf_2_location = cls.env.ref("stock.stock_location_14") + + cls.out_type = cls.warehouse.out_type_id + cls.pack_type = cls.warehouse.pack_type_id + cls.pick_type = cls.warehouse.pick_type_id + + cls.product_1 = cls.env["product.product"].create( + {"name": "Product 1", "type": "product"} + ) + cls.product_2 = cls.env["product.product"].create( + {"name": "Product 2", "type": "product"} + ) + + cls.procurement_group_1 = cls.env["procurement.group"].create( + {"name": "Test 1"} + ) + + def _init_inventory(self): + # Product 1 on shelf 1 + # Product 2 on shelf 2 + inventory = self.env["stock.inventory"].create({"name": "Test init"}) + inventory.action_start() + product_location_list = [ + (self.product_1, self.stock_shelf_location), + (self.product_2, self.stock_shelf_2_location), + ] + lines_vals = list() + for product, location in product_location_list: + lines_vals.append( + ( + 0, + 0, + { + "product_id": product.id, + "product_uom_id": product.uom_id.id, + "product_qty": 10.0, + "location_id": location.id, + }, + ) + ) + inventory.write({"line_ids": lines_vals}) + inventory.action_validate() + + def _create_pickings(self): + # Create delivery order + ship_order = self.env["stock.picking"].create( + { + "partner_id": self.partner_delta.id, + "location_id": self.output_location.id, + "location_dest_id": self.customers_location.id, + "picking_type_id": self.out_type.id, + } + ) + pack_order = self.env["stock.picking"].create( + { + "partner_id": self.partner_delta.id, + "location_id": self.packing_location.id, + "location_dest_id": self.output_location.id, + "picking_type_id": self.pack_type.id, + } + ) + pick_order = self.env["stock.picking"].create( + { + "partner_id": self.partner_delta.id, + "location_id": self.stock_shelf_location.id, + "location_dest_id": self.packing_location.id, + "picking_type_id": self.pick_type.id, + } + ) + pick_order_2 = self.env["stock.picking"].create( + { + "partner_id": self.partner_delta.id, + "location_id": self.stock_shelf_2_location.id, + "location_dest_id": self.packing_location.id, + "picking_type_id": self.pick_type.id, + } + ) + return ship_order, pack_order, pick_order, pick_order_2 + + def _create_move( + self, + picking, + product, + state="waiting", + procure_method="make_to_order", + move_dest=None, + ): + move_vals = { + "name": product.name, + "product_id": product.id, + "product_uom_qty": 2.0, + "product_uom": product.uom_id.id, + "picking_id": picking.id, + "location_id": picking.location_id.id, + "location_dest_id": picking.location_dest_id.id, + "state": state, + "procure_method": procure_method, + "group_id": self.procurement_group_1.id, + } + if move_dest: + move_vals["move_dest_ids"] = [(4, move_dest.id, False)] + return self.env["stock.move"].create(move_vals) + + def test_packing_sub_location(self): + self._init_inventory() + ( + ship_order_1, + pack_order_1, + pick_order_1a, + pick_order_1b, + ) = self._create_pickings() + ship_move_1a = self._create_move(ship_order_1, self.product_1) + pack_move_1a = self._create_move( + pack_order_1, self.product_1, move_dest=ship_move_1a + ) + pick_move_1a = self._create_move( + pick_order_1a, + self.product_1, + state="confirmed", + procure_method="make_to_stock", + move_dest=pack_move_1a, + ) + ship_move_1b = self._create_move(ship_order_1, self.product_2) + pack_move_1b = self._create_move( + pack_order_1, self.product_2, move_dest=ship_move_1b + ) + pick_move_1b = self._create_move( + pick_order_1b, + self.product_2, + state="confirmed", + procure_method="make_to_stock", + move_dest=pack_move_1b, + ) + self.assertEqual(pick_move_1a.common_dest_move_ids, pick_move_1b) + self.assertEqual(pick_move_1b.common_dest_move_ids, pick_move_1a) + self.assertEqual(pack_move_1a.common_dest_move_ids, pack_move_1b) + self.assertEqual(pack_move_1b.common_dest_move_ids, pack_move_1a) + self.assertFalse(ship_move_1a.common_dest_move_ids) + self.assertFalse(ship_move_1b.common_dest_move_ids) diff --git a/stock_move_common_dest/views/stock_move.xml b/stock_move_common_dest/views/stock_move.xml new file mode 100644 index 000000000..d18574a01 --- /dev/null +++ b/stock_move_common_dest/views/stock_move.xml @@ -0,0 +1,27 @@ + + + + stock.move.form.inherit + stock.move + + + + + + + + + + + + + + + + + + From b7ea88fe86af86264334773b7cb72a1633222369 Mon Sep 17 00:00:00 2001 From: oca-travis Date: Tue, 7 Apr 2020 14:11:14 +0000 Subject: [PATCH 132/631] [UPD] Update stock_move_common_dest.pot --- .../i18n/stock_move_common_dest.pot | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 stock_move_common_dest/i18n/stock_move_common_dest.pot diff --git a/stock_move_common_dest/i18n/stock_move_common_dest.pot b/stock_move_common_dest/i18n/stock_move_common_dest.pot new file mode 100644 index 000000000..89b734306 --- /dev/null +++ b/stock_move_common_dest/i18n/stock_move_common_dest.pot @@ -0,0 +1,36 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_move_common_dest +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 13.0\n" +"Report-Msgid-Bugs-To: \n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: stock_move_common_dest +#: model:ir.model.fields,help:stock_move_common_dest.field_stock_move__common_dest_move_ids +msgid "" +"All the stock moves having a chained destination move sharing the same " +"picking as the actual move's destination move" +msgstr "" + +#. module: stock_move_common_dest +#: model:ir.model.fields,field_description:stock_move_common_dest.field_stock_move__common_dest_move_ids +msgid "Common Dest Move" +msgstr "" + +#. module: stock_move_common_dest +#: model_terms:ir.ui.view,arch_db:stock_move_common_dest.view_move_form_inherit +msgid "Common destination moves" +msgstr "" + +#. module: stock_move_common_dest +#: model:ir.model,name:stock_move_common_dest.model_stock_move +msgid "Stock Move" +msgstr "" From efb5d1d0066e31fcfa8a302f42587c3110e0ea3d Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Tue, 7 Apr 2020 15:00:28 +0000 Subject: [PATCH 133/631] [ADD] icon.png --- .../static/description/icon.png | Bin 0 -> 9455 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 stock_move_common_dest/static/description/icon.png diff --git a/stock_move_common_dest/static/description/icon.png b/stock_move_common_dest/static/description/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..3a0328b516c4980e8e44cdb63fd945757ddd132d GIT binary patch literal 9455 zcmW++2RxMjAAjx~&dlBk9S+%}OXg)AGE&Cb*&}d0jUxM@u(PQx^-s)697TX`ehR4?GS^qbkof1cslKgkU)h65qZ9Oc=ml_0temigYLJfnz{IDzUf>bGs4N!v3=Z3jMq&A#7%rM5eQ#dc?k~! zVpnB`o+K7|Al`Q_U;eD$B zfJtP*jH`siUq~{KE)`jP2|#TUEFGRryE2`i0**z#*^6~AI|YzIWy$Cu#CSLW3q=GA z6`?GZymC;dCPk~rBS%eCb`5OLr;RUZ;D`}um=H)BfVIq%7VhiMr)_#G0N#zrNH|__ zc+blN2UAB0=617@>_u;MPHN;P;N#YoE=)R#i$k_`UAA>WWCcEVMh~L_ zj--gtp&|K1#58Yz*AHCTMziU1Jzt_jG0I@qAOHsk$2}yTmVkBp_eHuY$A9)>P6o~I z%aQ?!(GqeQ-Y+b0I(m9pwgi(IIZZzsbMv+9w{PFtd_<_(LA~0H(xz{=FhLB@(1&qHA5EJw1>>=%q2f&^X>IQ{!GJ4e9U z&KlB)z(84HmNgm2hg2C0>WM{E(DdPr+EeU_N@57;PC2&DmGFW_9kP&%?X4}+xWi)( z;)z%wI5>D4a*5XwD)P--sPkoY(a~WBw;E~AW`Yue4kFa^LM3X`8x|}ZUeMnqr}>kH zG%WWW>3ml$Yez?i%)2pbKPI7?5o?hydokgQyZsNEr{a|mLdt;X2TX(#B1j35xPnPW z*bMSSOauW>o;*=kO8ojw91VX!qoOQb)zHJ!odWB}d+*K?#sY_jqPdg{Sm2HdYzdEx zOGVPhVRTGPtv0o}RfVP;Nd(|CB)I;*t&QO8h zFfekr30S!-LHmV_Su-W+rEwYXJ^;6&3|L$mMC8*bQptyOo9;>Qb9Q9`ySe3%V$A*9 zeKEe+b0{#KWGp$F+tga)0RtI)nhMa-K@JS}2krK~n8vJ=Ngm?R!9G<~RyuU0d?nz# z-5EK$o(!F?hmX*2Yt6+coY`6jGbb7tF#6nHA zuKk=GGJ;ZwON1iAfG$E#Y7MnZVmrY|j0eVI(DN_MNFJmyZ|;w4tf@=CCDZ#5N_0K= z$;R~bbk?}TpfDjfB&aiQ$VA}s?P}xPERJG{kxk5~R`iRS(SK5d+Xs9swCozZISbnS zk!)I0>t=A<-^z(cmSFz3=jZ23u13X><0b)P)^1T_))Kr`e!-pb#q&J*Q`p+B6la%C zuVl&0duN<;uOsB3%T9Fp8t{ED108<+W(nOZd?gDnfNBC3>M8WE61$So|P zVvqH0SNtDTcsUdzaMDpT=Ty0pDHHNL@Z0w$Y`XO z2M-_r1S+GaH%pz#Uy0*w$Vdl=X=rQXEzO}d6J^R6zjM1u&c9vYLvLp?W7w(?np9x1 zE_0JSAJCPB%i7p*Wvg)pn5T`8k3-uR?*NT|J`eS#_#54p>!p(mLDvmc-3o0mX*mp_ zN*AeS<>#^-{S%W<*mz^!X$w_2dHWpcJ6^j64qFBft-o}o_Vx80o0>}Du;>kLts;$8 zC`7q$QI(dKYG`Wa8#wl@V4jVWBRGQ@1dr-hstpQL)Tl+aqVpGpbSfN>5i&QMXfiZ> zaA?T1VGe?rpQ@;+pkrVdd{klI&jVS@I5_iz!=UMpTsa~mBga?1r}aRBm1WS;TT*s0f0lY=JBl66Upy)-k4J}lh=P^8(SXk~0xW=T9v*B|gzIhN z>qsO7dFd~mgxAy4V?&)=5ieYq?zi?ZEoj)&2o)RLy=@hbCRcfT5jigwtQGE{L*8<@Yd{zg;CsL5mvzfDY}P-wos_6PfprFVaeqNE%h zKZhLtcQld;ZD+>=nqN~>GvROfueSzJD&BE*}XfU|H&(FssBqY=hPCt`d zH?@s2>I(|;fcW&YM6#V#!kUIP8$Nkdh0A(bEVj``-AAyYgwY~jB zT|I7Bf@%;7aL7Wf4dZ%VqF$eiaC38OV6oy3Z#TER2G+fOCd9Iaoy6aLYbPTN{XRPz z;U!V|vBf%H!}52L2gH_+j;`bTcQRXB+y9onc^wLm5wi3-Be}U>k_u>2Eg$=k!(l@I zcCg+flakT2Nej3i0yn+g+}%NYb?ta;R?(g5SnwsQ49U8Wng8d|{B+lyRcEDvR3+`O{zfmrmvFrL6acVP%yG98X zo&+VBg@px@i)%o?dG(`T;n*$S5*rnyiR#=wW}}GsAcfyQpE|>a{=$Hjg=-*_K;UtD z#z-)AXwSRY?OPefw^iI+ z)AXz#PfEjlwTes|_{sB?4(O@fg0AJ^g8gP}ex9Ucf*@_^J(s_5jJV}c)s$`Myn|Kd z$6>}#q^n{4vN@+Os$m7KV+`}c%4)4pv@06af4-x5#wj!KKb%caK{A&Y#Rfs z-po?Dcb1({W=6FKIUirH&(yg=*6aLCekcKwyfK^JN5{wcA3nhO(o}SK#!CINhI`-I z1)6&n7O&ZmyFMuNwvEic#IiOAwNkR=u5it{B9n2sAJV5pNhar=j5`*N!Na;c7g!l$ z3aYBqUkqqTJ=Re-;)s!EOeij=7SQZ3Hq}ZRds%IM*PtM$wV z@;rlc*NRK7i3y5BETSKuumEN`Xu_8GP1Ri=OKQ$@I^ko8>H6)4rjiG5{VBM>B|%`&&s^)jS|-_95&yc=GqjNo{zFkw%%HHhS~e=s zD#sfS+-?*t|J!+ozP6KvtOl!R)@@-z24}`9{QaVLD^9VCSR2b`b!KC#o;Ki<+wXB6 zx3&O0LOWcg4&rv4QG0)4yb}7BFSEg~=IR5#ZRj8kg}dS7_V&^%#Do==#`u zpy6{ox?jWuR(;pg+f@mT>#HGWHAJRRDDDv~@(IDw&R>9643kK#HN`!1vBJHnC+RM&yIh8{gG2q zA%e*U3|N0XSRa~oX-3EAneep)@{h2vvd3Xvy$7og(sayr@95+e6~Xvi1tUqnIxoIH zVWo*OwYElb#uyW{Imam6f2rGbjR!Y3`#gPqkv57dB6K^wRGxc9B(t|aYDGS=m$&S!NmCtrMMaUg(c zc2qC=2Z`EEFMW-me5B)24AqF*bV5Dr-M5ig(l-WPS%CgaPzs6p_gnCIvTJ=Y<6!gT zVt@AfYCzjjsMEGi=rDQHo0yc;HqoRNnNFeWZgcm?f;cp(6CNylj36DoL(?TS7eU#+ z7&mfr#y))+CJOXQKUMZ7QIdS9@#-}7y2K1{8)cCt0~-X0O!O?Qx#E4Og+;A2SjalQ zs7r?qn0H044=sDN$SRG$arw~n=+T_DNdSrarmu)V6@|?1-ZB#hRn`uilTGPJ@fqEy zGt(f0B+^JDP&f=r{#Y_wi#AVDf-y!RIXU^0jXsFpf>=Ji*TeqSY!H~AMbJdCGLhC) zn7Rx+sXw6uYj;WRYrLd^5IZq@6JI1C^YkgnedZEYy<&4(z%Q$5yv#Boo{AH8n$a zhb4Y3PWdr269&?V%uI$xMcUrMzl=;w<_nm*qr=c3Rl@i5wWB;e-`t7D&c-mcQl7x! zZWB`UGcw=Y2=}~wzrfLx=uet<;m3~=8I~ZRuzvMQUQdr+yTV|ATf1Uuomr__nDf=X zZ3WYJtHp_ri(}SQAPjv+Y+0=fH4krOP@S&=zZ-t1jW1o@}z;xk8 z(Nz1co&El^HK^NrhVHa-_;&88vTU>_J33=%{if;BEY*J#1n59=07jrGQ#IP>@u#3A z;!q+E1Rj3ZJ+!4bq9F8PXJ@yMgZL;>&gYA0%_Kbi8?S=XGM~dnQZQ!yBSgcZhY96H zrWnU;k)qy`rX&&xlDyA%(a1Hhi5CWkmg(`Gb%m(HKi-7Z!LKGRP_B8@`7&hdDy5n= z`OIxqxiVfX@OX1p(mQu>0Ai*v_cTMiw4qRt3~NBvr9oBy0)r>w3p~V0SCm=An6@3n)>@z!|o-$HvDK z|3D2ZMJkLE5loMKl6R^ez@Zz%S$&mbeoqH5`Bb){Ei21q&VP)hWS2tjShfFtGE+$z zzCR$P#uktu+#!w)cX!lWN1XU%K-r=s{|j?)Akf@q#3b#{6cZCuJ~gCxuMXRmI$nGtnH+-h z+GEi!*X=AP<|fG`1>MBdTb?28JYc=fGvAi2I<$B(rs$;eoJCyR6_bc~p!XR@O-+sD z=eH`-ye})I5ic1eL~TDmtfJ|8`0VJ*Yr=hNCd)G1p2MMz4C3^Mj?7;!w|Ly%JqmuW zlIEW^Ft%z?*|fpXda>Jr^1noFZEwFgVV%|*XhH@acv8rdGxeEX{M$(vG{Zw+x(ei@ zmfXb22}8-?Fi`vo-YVrTH*C?a8%M=Hv9MqVH7H^J$KsD?>!SFZ;ZsvnHr_gn=7acz z#W?0eCdVhVMWN12VV^$>WlQ?f;P^{(&pYTops|btm6aj>_Uz+hqpGwB)vWp0Cf5y< zft8-je~nn?W11plq}N)4A{l8I7$!ks_x$PXW-2XaRFswX_BnF{R#6YIwMhAgd5F9X zGmwdadS6(a^fjHtXg8=l?Rc0Sm%hk6E9!5cLVloEy4eh(=FwgP`)~I^5~pBEWo+F6 zSf2ncyMurJN91#cJTy_u8Y}@%!bq1RkGC~-bV@SXRd4F{R-*V`bS+6;W5vZ(&+I<9$;-V|eNfLa5n-6% z2(}&uGRF;p92eS*sE*oR$@pexaqr*meB)VhmIg@h{uzkk$9~qh#cHhw#>O%)b@+(| z^IQgqzuj~Sk(J;swEM-3TrJAPCq9k^^^`q{IItKBRXYe}e0Tdr=Huf7da3$l4PdpwWDop%^}n;dD#K4s#DYA8SHZ z&1!riV4W4R7R#C))JH1~axJ)RYnM$$lIR%6fIVA@zV{XVyx}C+a-Dt8Y9M)^KU0+H zR4IUb2CJ{Hg>CuaXtD50jB(_Tcx=Z$^WYu2u5kubqmwp%drJ6 z?Fo40g!Qd<-l=TQxqHEOuPX0;^z7iX?Ke^a%XT<13TA^5`4Xcw6D@Ur&VT&CUe0d} z1GjOVF1^L@>O)l@?bD~$wzgf(nxX1OGD8fEV?TdJcZc2KoUe|oP1#=$$7ee|xbY)A zDZq+cuTpc(fFdj^=!;{k03C69lMQ(|>uhRfRu%+!k&YOi-3|1QKB z z?n?eq1XP>p-IM$Z^C;2L3itnbJZAip*Zo0aw2bs8@(s^~*8T9go!%dHcAz2lM;`yp zD=7&xjFV$S&5uDaiScyD?B-i1ze`+CoRtz`Wn+Zl&#s4&}MO{@N!ufrzjG$B79)Y2d3tBk&)TxUTw@QS0TEL_?njX|@vq?Uz(nBFK5Pq7*xj#u*R&i|?7+6# z+|r_n#SW&LXhtheZdah{ZVoqwyT{D>MC3nkFF#N)xLi{p7J1jXlmVeb;cP5?e(=f# zuT7fvjSbjS781v?7{)-X3*?>tq?)Yd)~|1{BDS(pqC zC}~H#WXlkUW*H5CDOo<)#x7%RY)A;ShGhI5s*#cRDA8YgqG(HeKDx+#(ZQ?386dv! zlXCO)w91~Vw4AmOcATuV653fa9R$fyK8ul%rG z-wfS zihugoZyr38Im?Zuh6@RcF~t1anQu7>#lPpb#}4cOA!EM11`%f*07RqOVkmX{p~KJ9 z^zP;K#|)$`^Rb{rnHGH{~>1(fawV0*Z#)}M`m8-?ZJV<+e}s9wE# z)l&az?w^5{)`S(%MRzxdNqrs1n*-=jS^_jqE*5XDrA0+VE`5^*p3CuM<&dZEeCjoz zR;uu_H9ZPZV|fQq`Cyw4nscrVwi!fE6ciMmX$!_hN7uF;jjKG)d2@aC4ropY)8etW=xJvni)8eHi`H$%#zn^WJ5NLc-rqk|u&&4Z6fD_m&JfSI1Bvb?b<*n&sfl0^t z=HnmRl`XrFvMKB%9}>PaA`m-fK6a0(8=qPkWS5bb4=v?XcWi&hRY?O5HdulRi4?fN zlsJ*N-0Qw+Yic@s0(2uy%F@ib;GjXt01Fmx5XbRo6+n|pP(&nodMoap^z{~q ziEeaUT@Mxe3vJSfI6?uLND(CNr=#^W<1b}jzW58bIfyWTDle$mmS(|x-0|2UlX+9k zQ^EX7Nw}?EzVoBfT(-LT|=9N@^hcn-_p&sqG z&*oVs2JSU+N4ZD`FhCAWaS;>|wH2G*Id|?pa#@>tyxX`+4HyIArWDvVrX)2WAOQff z0qyHu&-S@i^MS-+j--!pr4fPBj~_8({~e1bfcl0wI1kaoN>mJL6KUPQm5N7lB(ui1 zE-o%kq)&djzWJ}ob<-GfDlkB;F31j-VHKvQUGQ3sp`CwyGJk_i!y^sD0fqC@$9|jO zOqN!r!8-p==F@ZVP=U$qSpY(gQ0)59P1&t@y?5rvg<}E+GB}26NYPp4f2YFQrQtot5mn3wu_qprZ=>Ig-$ zbW26Ws~IgY>}^5w`vTB(G`PTZaDiGBo5o(tp)qli|NeV( z@H_=R8V39rt5J5YB2Ky?4eJJ#b`_iBe2ot~6%7mLt5t8Vwi^Jy7|jWXqa3amOIoRb zOr}WVFP--DsS`1WpN%~)t3R!arKF^Q$e12KEqU36AWwnCBICpH4XCsfnyrHr>$I$4 z!DpKX$OKLWarN7nv@!uIA+~RNO)l$$w}p(;b>mx8pwYvu;dD_unryX_NhT8*Tj>BTrTTL&!?O+%Rv;b?B??gSzdp?6Uug9{ zd@V08Z$BdI?fpoCS$)t4mg4rT8Q_I}h`0d-vYZ^|dOB*Q^S|xqTV*vIg?@fVFSmMpaw0qtTRbx} z({Pg?#{2`sc9)M5N$*N|4;^t$+QP?#mov zGVC@I*lBVrOU-%2y!7%)fAKjpEFsgQc4{amtiHb95KQEwvf<(3T<9-Zm$xIew#P22 zc2Ix|App^>v6(3L_MCU0d3W##AB0M~3D00EWoKZqsJYT(#@w$Y_H7G22M~ApVFTRHMI_3be)Lkn#0F*V8Pq zc}`Cjy$bE;FJ6H7p=0y#R>`}-m4(0F>%@P|?7fx{=R^uFdISRnZ2W_xQhD{YuR3t< z{6yxu=4~JkeA;|(J6_nv#>Nvs&FuLA&PW^he@t(UwFFE8)|a!R{`E`K`i^ZnyE4$k z;(749Ix|oi$c3QbEJ3b~D_kQsPz~fIUKym($a_7dJ?o+40*OLl^{=&oq$<#Q(yyrp z{J-FAniyAw9tPbe&IhQ|a`DqFTVQGQ&Gq3!C2==4x{6EJwiPZ8zub-iXoUtkJiG{} zPaR&}_fn8_z~(=;5lD-aPWD3z8PZS@AaUiomF!G8I}Mf>e~0g#BelA-5#`cj;O5>N Xviia!U7SGha1wx#SCgwmn*{w2TRX*I literal 0 HcmV?d00001 From b737eb6868caa4f041c9d751804c25a1a4197650 Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Mon, 27 Apr 2020 14:03:01 +0200 Subject: [PATCH 134/631] Fix warning in stock_move_common_dest In this module: https://github.com/OCA/stock-logistics-warehouse/pull/808 A computed field uses "common_dest_move_ids" as dependency: @api.depends( "picking_type_id.display_completion_info", "move_lines.common_dest_move_ids.state", ) def _compute_completion_info(self): Which has the following effect when the ORM triggers changes: odoo.osv.expression: Non-stored field stock.move.common_dest_move_ids cannot be searched. Implement a search method to prevent this. --- stock_move_common_dest/models/stock_move.py | 32 +++++++++++++++---- .../tests/test_move_common_dest.py | 18 +++++++++++ 2 files changed, 43 insertions(+), 7 deletions(-) diff --git a/stock_move_common_dest/models/stock_move.py b/stock_move_common_dest/models/stock_move.py index 395c77f83..4cf44b567 100644 --- a/stock_move_common_dest/models/stock_move.py +++ b/stock_move_common_dest/models/stock_move.py @@ -10,17 +10,12 @@ class StockMove(models.Model): common_dest_move_ids = fields.Many2many( "stock.move", compute="_compute_common_dest_move_ids", + search="_search_compute_dest_move_ids", help="All the stock moves having a chained destination move sharing the" " same picking as the actual move's destination move", ) - @api.depends( - "move_dest_ids", - "move_dest_ids.picking_id", - "move_dest_ids.picking_id.move_lines", - "move_dest_ids.picking_id.move_lines.move_orig_ids", - ) - def _compute_common_dest_move_ids(self): + def _common_dest_move_query(self): sql = """SELECT smmr.move_orig_id move_id , array_agg(smmr2.move_orig_id) common_move_dest_ids FROM stock_move_move_rel smmr @@ -36,6 +31,16 @@ class StockMove(models.Model): AND smmr.move_orig_id IN %s GROUP BY smmr.move_orig_id; """ + return sql + + @api.depends( + "move_dest_ids", + "move_dest_ids.picking_id", + "move_dest_ids.picking_id.move_lines", + "move_dest_ids.picking_id.move_lines.move_orig_ids", + ) + def _compute_common_dest_move_ids(self): + sql = self._common_dest_move_query() self.env.cr.execute(sql, (tuple(self.ids),)) res = { row.get("move_id"): row.get("common_move_dest_ids") @@ -47,3 +52,16 @@ class StockMove(models.Model): move.common_dest_move_ids = [(6, 0, common_move_ids)] else: move.common_dest_move_ids = [(5, 0, 0)] + + def _search_compute_dest_move_ids(self, operator, value): + moves = self.search([("id", operator, value)]) + if not moves: + return [("id", "=", 0)] + sql = self._common_dest_move_query() + self.env.cr.execute(sql, (tuple(moves.ids),)) + res = [ + move_dest_id + for row in self.env.cr.dictfetchall() + for move_dest_id in row.get("common_move_dest_ids") or [] + ] + return [("id", "in", res)] diff --git a/stock_move_common_dest/tests/test_move_common_dest.py b/stock_move_common_dest/tests/test_move_common_dest.py index c32132f36..9af07ff05 100644 --- a/stock_move_common_dest/tests/test_move_common_dest.py +++ b/stock_move_common_dest/tests/test_move_common_dest.py @@ -154,3 +154,21 @@ class TestCommonMoveDest(SavepointCase): self.assertEqual(pack_move_1b.common_dest_move_ids, pack_move_1a) self.assertFalse(ship_move_1a.common_dest_move_ids) self.assertFalse(ship_move_1b.common_dest_move_ids) + self.assertEqual( + self.env["stock.move"].search( + [("common_dest_move_ids", "=", pick_move_1b.id)] + ), + pick_move_1a, + ) + self.assertEqual( + self.env["stock.move"].search( + [("common_dest_move_ids", "=", pick_move_1a.id)] + ), + pick_move_1b, + ) + self.assertEqual( + self.env["stock.move"].search( + [("common_dest_move_ids", "in", (pick_move_1a | pick_move_1b).ids)] + ), + pick_move_1a | pick_move_1b, + ) From 9761ace6c4aed3bd3f17550bbcf30f1a07ab8a79 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Fri, 17 Jul 2020 07:25:54 +0000 Subject: [PATCH 135/631] stock_move_common_dest 13.0.1.1.0 --- stock_move_common_dest/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock_move_common_dest/__manifest__.py b/stock_move_common_dest/__manifest__.py index fe22114d3..c6cc0860e 100644 --- a/stock_move_common_dest/__manifest__.py +++ b/stock_move_common_dest/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Stock Move Common Destination", "summary": "Adds field for common destination moves", - "version": "13.0.1.0.0", + "version": "13.0.1.1.0", "category": "Warehouse Management", "website": "https://github.com/OCA/stock-logistics-warehouse", "author": "Camptocamp, Odoo Community Association (OCA)", From 68f11ffcf9d1d1d742b20770aed6420823eaba26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20BEAU?= Date: Wed, 6 Jan 2021 14:39:06 +0100 Subject: [PATCH 136/631] [IMP] stock_move_common_dest: black, isort, prettier --- .../odoo/addons/stock_move_common_dest | 1 + setup/stock_move_common_dest/setup.py | 6 ++++++ 2 files changed, 7 insertions(+) create mode 120000 setup/stock_move_common_dest/odoo/addons/stock_move_common_dest create mode 100644 setup/stock_move_common_dest/setup.py diff --git a/setup/stock_move_common_dest/odoo/addons/stock_move_common_dest b/setup/stock_move_common_dest/odoo/addons/stock_move_common_dest new file mode 120000 index 000000000..79e655cd1 --- /dev/null +++ b/setup/stock_move_common_dest/odoo/addons/stock_move_common_dest @@ -0,0 +1 @@ +../../../../stock_move_common_dest \ No newline at end of file diff --git a/setup/stock_move_common_dest/setup.py b/setup/stock_move_common_dest/setup.py new file mode 100644 index 000000000..28c57bb64 --- /dev/null +++ b/setup/stock_move_common_dest/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) From 8bba33a6753ce86e4b4da1687fdb09c0b50db699 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20BEAU?= Date: Wed, 6 Jan 2021 14:39:06 +0100 Subject: [PATCH 137/631] [MIG] stock_move_common_dest: Migration to 14.0 --- stock_move_common_dest/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock_move_common_dest/__manifest__.py b/stock_move_common_dest/__manifest__.py index c6cc0860e..a032c6d46 100644 --- a/stock_move_common_dest/__manifest__.py +++ b/stock_move_common_dest/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Stock Move Common Destination", "summary": "Adds field for common destination moves", - "version": "13.0.1.1.0", + "version": "14.0.1.0.0", "category": "Warehouse Management", "website": "https://github.com/OCA/stock-logistics-warehouse", "author": "Camptocamp, Odoo Community Association (OCA)", From ac62917d30b9e8ac7c7bd5ed5fa99c0db3a28ac0 Mon Sep 17 00:00:00 2001 From: Carlos Roca Date: Wed, 19 Feb 2020 11:22:37 +0100 Subject: [PATCH 138/631] [ADD] stock_inventory_include_exhausted: New module to create inventory lines including exhausted products --- stock_inventory_include_exhausted/README.rst | 85 ++++ stock_inventory_include_exhausted/__init__.py | 1 + .../__manifest__.py | 16 + stock_inventory_include_exhausted/i18n/es.po | 29 ++ .../stock_inventory_include_exhausted.pot | 24 + .../models/__init__.py | 1 + .../models/stock_inventory.py | 41 ++ .../readme/CONTRIBUTORS.rst | 3 + .../readme/DESCRIPTION.rst | 1 + .../readme/USAGE.rst | 6 + .../static/description/icon.png | Bin 0 -> 9455 bytes .../static/description/index.html | 433 ++++++++++++++++++ .../tests/__init__.py | 1 + .../test_stock_inventory_include_exhausted.py | 94 ++++ .../views/stock_inventory_view.xml | 16 + 15 files changed, 751 insertions(+) create mode 100644 stock_inventory_include_exhausted/README.rst create mode 100644 stock_inventory_include_exhausted/__init__.py create mode 100644 stock_inventory_include_exhausted/__manifest__.py create mode 100644 stock_inventory_include_exhausted/i18n/es.po create mode 100644 stock_inventory_include_exhausted/i18n/stock_inventory_include_exhausted.pot create mode 100644 stock_inventory_include_exhausted/models/__init__.py create mode 100644 stock_inventory_include_exhausted/models/stock_inventory.py create mode 100644 stock_inventory_include_exhausted/readme/CONTRIBUTORS.rst create mode 100644 stock_inventory_include_exhausted/readme/DESCRIPTION.rst create mode 100644 stock_inventory_include_exhausted/readme/USAGE.rst create mode 100644 stock_inventory_include_exhausted/static/description/icon.png create mode 100644 stock_inventory_include_exhausted/static/description/index.html create mode 100644 stock_inventory_include_exhausted/tests/__init__.py create mode 100644 stock_inventory_include_exhausted/tests/test_stock_inventory_include_exhausted.py create mode 100644 stock_inventory_include_exhausted/views/stock_inventory_view.xml diff --git a/stock_inventory_include_exhausted/README.rst b/stock_inventory_include_exhausted/README.rst new file mode 100644 index 000000000..bdcb49b2b --- /dev/null +++ b/stock_inventory_include_exhausted/README.rst @@ -0,0 +1,85 @@ +=========================== +Inventory Include Exhausted +=========================== + +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png + :target: https://odoo-community.org/page/development-status + :alt: Beta +.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--warehouse-lightgray.png?logo=github + :target: https://github.com/OCA/stock-logistics-warehouse/tree/13.0/stock_inventory_include_exhausted + :alt: OCA/stock-logistics-warehouse +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-13-0/stock-logistics-warehouse-13-0-stock_inventory_include_exhausted + :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png + :target: https://runbot.odoo-community.org/runbot/153/13.0 + :alt: Try me on Runbot + +|badge1| |badge2| |badge3| |badge4| |badge5| + +This module lets you include non-stocked products to your inventory. + +**Table of contents** + +.. contents:: + :local: + +Usage +===== + +To use this module, you simply need to: + +#. Create a new inventory adjustment. +#. Select the products that you want to do the inventory. +#. Check the box "Include Exhausted". +#. Press the button Start Inventory + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed +`feedback `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +~~~~~~~ + +* Tecnativa + +Contributors +~~~~~~~~~~~~ + +* `Tecnativa `_: + + * Carlos Roca + +Maintainers +~~~~~~~~~~~ + +This module is maintained by the OCA. + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use. + +This module is part of the `OCA/stock-logistics-warehouse `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/stock_inventory_include_exhausted/__init__.py b/stock_inventory_include_exhausted/__init__.py new file mode 100644 index 000000000..0650744f6 --- /dev/null +++ b/stock_inventory_include_exhausted/__init__.py @@ -0,0 +1 @@ +from . import models diff --git a/stock_inventory_include_exhausted/__manifest__.py b/stock_inventory_include_exhausted/__manifest__.py new file mode 100644 index 000000000..912ab3d4f --- /dev/null +++ b/stock_inventory_include_exhausted/__manifest__.py @@ -0,0 +1,16 @@ +# Copyright 2020 Tecnativa - Carlos Roca +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + +{ + "name": "Inventory Include Exhausted", + "summary": "It includes the option for adding products exhausted on the " + "inventories.", + "version": "13.0.1.0.0", + "depends": ["stock"], + "author": "Tecnativa, Odoo Community Association (OCA)", + "website": "https://github.com/OCA/stock-logistics-warehouse", + "category": "Warehouse", + "license": "AGPL-3", + "data": ["views/stock_inventory_view.xml"], + "installable": True, +} diff --git a/stock_inventory_include_exhausted/i18n/es.po b/stock_inventory_include_exhausted/i18n/es.po new file mode 100644 index 000000000..e96ebf725 --- /dev/null +++ b/stock_inventory_include_exhausted/i18n/es.po @@ -0,0 +1,29 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_inventory_include_exhausted +# +# Translators: +# Carlos Roca , 2020 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 13.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-02-18 11:00+0000\n" +"PO-Revision-Date: 2020-02-18 11:00+0000\n" +"Last-Translator: Carlos Roca , 2020\n" +"Language-Team: \n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: stock_inventory_include_exhausted +#: model:ir.model.fields,field_description:stock_inventory_include_exhausted.field_stock_inventory__include_exhausted +msgid "Include Exhausted" +msgstr "Incluir productos sin existencias" + +#. module: stock_inventory_exclude_sublocation +#: model:ir.model,name:stock_inventory_include_exhausted.model_stock_inventory +msgid "Inventory" +msgstr "Inventario" diff --git a/stock_inventory_include_exhausted/i18n/stock_inventory_include_exhausted.pot b/stock_inventory_include_exhausted/i18n/stock_inventory_include_exhausted.pot new file mode 100644 index 000000000..67a13b1ca --- /dev/null +++ b/stock_inventory_include_exhausted/i18n/stock_inventory_include_exhausted.pot @@ -0,0 +1,24 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_inventory_include_exhausted +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 13.0\n" +"Report-Msgid-Bugs-To: \n" +"Last-Translator: Carlos Roca , 2020\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: stock_inventory_include_exhausted +#: model:ir.model.fields,field_description:stock_inventory_include_exhausted.field_stock_inventory__include_exhausted +msgid "Include Exhausted" +msgstr "" + +#. module: stock_inventory_include_exhausted +#: model:ir.model,name:stock_inventory_include_exhausted.model_stock_inventory +msgid "Inventory" +msgstr "" diff --git a/stock_inventory_include_exhausted/models/__init__.py b/stock_inventory_include_exhausted/models/__init__.py new file mode 100644 index 000000000..35536816e --- /dev/null +++ b/stock_inventory_include_exhausted/models/__init__.py @@ -0,0 +1 @@ +from . import stock_inventory diff --git a/stock_inventory_include_exhausted/models/stock_inventory.py b/stock_inventory_include_exhausted/models/stock_inventory.py new file mode 100644 index 000000000..3399dbb37 --- /dev/null +++ b/stock_inventory_include_exhausted/models/stock_inventory.py @@ -0,0 +1,41 @@ +# Copyright 2020 Tecnativa - Carlos Roca +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + +from odoo import fields, models + + +class StockInventory(models.Model): + _inherit = "stock.inventory" + + include_exhausted = fields.Boolean( + string="Include Exhausted", + help="If you select this option, you will receive the " + "out of stock inventory products", + ) + + def _get_inventory_lines_values(self): + vals = super()._get_inventory_lines_values() + + if self.include_exhausted: + domain = [("qty_available", "=", 0), ("type", "=", "product")] + if self.product_ids: + domain.append(("id", "in", self.product_ids.ids)) + exhausted_products = self.env["product.product"].search(domain) + vals_dic = { + "inventory_id": self.id, + "company_id": self.company_id.id, + "product_qty": 0, + "theoretical_qty": 0, + } + vals_dic["location_id"] = ( + self.env["stock.warehouse"] + .search([("company_id", "=", vals_dic["company_id"])], limit=1) + .lot_stock_id.id + ) + for product in exhausted_products: + vals_dic["product_id"] = product.id + vals_dic["product_uom_id"] = product.uom_id.id + + vals.append(vals_dic.copy()) + + return vals diff --git a/stock_inventory_include_exhausted/readme/CONTRIBUTORS.rst b/stock_inventory_include_exhausted/readme/CONTRIBUTORS.rst new file mode 100644 index 000000000..3b98bebb6 --- /dev/null +++ b/stock_inventory_include_exhausted/readme/CONTRIBUTORS.rst @@ -0,0 +1,3 @@ +* `Tecnativa `_: + + * Carlos Roca diff --git a/stock_inventory_include_exhausted/readme/DESCRIPTION.rst b/stock_inventory_include_exhausted/readme/DESCRIPTION.rst new file mode 100644 index 000000000..ef42a3240 --- /dev/null +++ b/stock_inventory_include_exhausted/readme/DESCRIPTION.rst @@ -0,0 +1 @@ +This module lets you include non-stocked products to your inventory. diff --git a/stock_inventory_include_exhausted/readme/USAGE.rst b/stock_inventory_include_exhausted/readme/USAGE.rst new file mode 100644 index 000000000..0ca1bcec3 --- /dev/null +++ b/stock_inventory_include_exhausted/readme/USAGE.rst @@ -0,0 +1,6 @@ +To use this module, you simply need to: + +#. Create a new inventory adjustment. +#. Select the products that you want to do the inventory. +#. Check the box "Include Exhausted". +#. Press the button Start Inventory diff --git a/stock_inventory_include_exhausted/static/description/icon.png b/stock_inventory_include_exhausted/static/description/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..3a0328b516c4980e8e44cdb63fd945757ddd132d GIT binary patch literal 9455 zcmW++2RxMjAAjx~&dlBk9S+%}OXg)AGE&Cb*&}d0jUxM@u(PQx^-s)697TX`ehR4?GS^qbkof1cslKgkU)h65qZ9Oc=ml_0temigYLJfnz{IDzUf>bGs4N!v3=Z3jMq&A#7%rM5eQ#dc?k~! zVpnB`o+K7|Al`Q_U;eD$B zfJtP*jH`siUq~{KE)`jP2|#TUEFGRryE2`i0**z#*^6~AI|YzIWy$Cu#CSLW3q=GA z6`?GZymC;dCPk~rBS%eCb`5OLr;RUZ;D`}um=H)BfVIq%7VhiMr)_#G0N#zrNH|__ zc+blN2UAB0=617@>_u;MPHN;P;N#YoE=)R#i$k_`UAA>WWCcEVMh~L_ zj--gtp&|K1#58Yz*AHCTMziU1Jzt_jG0I@qAOHsk$2}yTmVkBp_eHuY$A9)>P6o~I z%aQ?!(GqeQ-Y+b0I(m9pwgi(IIZZzsbMv+9w{PFtd_<_(LA~0H(xz{=FhLB@(1&qHA5EJw1>>=%q2f&^X>IQ{!GJ4e9U z&KlB)z(84HmNgm2hg2C0>WM{E(DdPr+EeU_N@57;PC2&DmGFW_9kP&%?X4}+xWi)( z;)z%wI5>D4a*5XwD)P--sPkoY(a~WBw;E~AW`Yue4kFa^LM3X`8x|}ZUeMnqr}>kH zG%WWW>3ml$Yez?i%)2pbKPI7?5o?hydokgQyZsNEr{a|mLdt;X2TX(#B1j35xPnPW z*bMSSOauW>o;*=kO8ojw91VX!qoOQb)zHJ!odWB}d+*K?#sY_jqPdg{Sm2HdYzdEx zOGVPhVRTGPtv0o}RfVP;Nd(|CB)I;*t&QO8h zFfekr30S!-LHmV_Su-W+rEwYXJ^;6&3|L$mMC8*bQptyOo9;>Qb9Q9`ySe3%V$A*9 zeKEe+b0{#KWGp$F+tga)0RtI)nhMa-K@JS}2krK~n8vJ=Ngm?R!9G<~RyuU0d?nz# z-5EK$o(!F?hmX*2Yt6+coY`6jGbb7tF#6nHA zuKk=GGJ;ZwON1iAfG$E#Y7MnZVmrY|j0eVI(DN_MNFJmyZ|;w4tf@=CCDZ#5N_0K= z$;R~bbk?}TpfDjfB&aiQ$VA}s?P}xPERJG{kxk5~R`iRS(SK5d+Xs9swCozZISbnS zk!)I0>t=A<-^z(cmSFz3=jZ23u13X><0b)P)^1T_))Kr`e!-pb#q&J*Q`p+B6la%C zuVl&0duN<;uOsB3%T9Fp8t{ED108<+W(nOZd?gDnfNBC3>M8WE61$So|P zVvqH0SNtDTcsUdzaMDpT=Ty0pDHHNL@Z0w$Y`XO z2M-_r1S+GaH%pz#Uy0*w$Vdl=X=rQXEzO}d6J^R6zjM1u&c9vYLvLp?W7w(?np9x1 zE_0JSAJCPB%i7p*Wvg)pn5T`8k3-uR?*NT|J`eS#_#54p>!p(mLDvmc-3o0mX*mp_ zN*AeS<>#^-{S%W<*mz^!X$w_2dHWpcJ6^j64qFBft-o}o_Vx80o0>}Du;>kLts;$8 zC`7q$QI(dKYG`Wa8#wl@V4jVWBRGQ@1dr-hstpQL)Tl+aqVpGpbSfN>5i&QMXfiZ> zaA?T1VGe?rpQ@;+pkrVdd{klI&jVS@I5_iz!=UMpTsa~mBga?1r}aRBm1WS;TT*s0f0lY=JBl66Upy)-k4J}lh=P^8(SXk~0xW=T9v*B|gzIhN z>qsO7dFd~mgxAy4V?&)=5ieYq?zi?ZEoj)&2o)RLy=@hbCRcfT5jigwtQGE{L*8<@Yd{zg;CsL5mvzfDY}P-wos_6PfprFVaeqNE%h zKZhLtcQld;ZD+>=nqN~>GvROfueSzJD&BE*}XfU|H&(FssBqY=hPCt`d zH?@s2>I(|;fcW&YM6#V#!kUIP8$Nkdh0A(bEVj``-AAyYgwY~jB zT|I7Bf@%;7aL7Wf4dZ%VqF$eiaC38OV6oy3Z#TER2G+fOCd9Iaoy6aLYbPTN{XRPz z;U!V|vBf%H!}52L2gH_+j;`bTcQRXB+y9onc^wLm5wi3-Be}U>k_u>2Eg$=k!(l@I zcCg+flakT2Nej3i0yn+g+}%NYb?ta;R?(g5SnwsQ49U8Wng8d|{B+lyRcEDvR3+`O{zfmrmvFrL6acVP%yG98X zo&+VBg@px@i)%o?dG(`T;n*$S5*rnyiR#=wW}}GsAcfyQpE|>a{=$Hjg=-*_K;UtD z#z-)AXwSRY?OPefw^iI+ z)AXz#PfEjlwTes|_{sB?4(O@fg0AJ^g8gP}ex9Ucf*@_^J(s_5jJV}c)s$`Myn|Kd z$6>}#q^n{4vN@+Os$m7KV+`}c%4)4pv@06af4-x5#wj!KKb%caK{A&Y#Rfs z-po?Dcb1({W=6FKIUirH&(yg=*6aLCekcKwyfK^JN5{wcA3nhO(o}SK#!CINhI`-I z1)6&n7O&ZmyFMuNwvEic#IiOAwNkR=u5it{B9n2sAJV5pNhar=j5`*N!Na;c7g!l$ z3aYBqUkqqTJ=Re-;)s!EOeij=7SQZ3Hq}ZRds%IM*PtM$wV z@;rlc*NRK7i3y5BETSKuumEN`Xu_8GP1Ri=OKQ$@I^ko8>H6)4rjiG5{VBM>B|%`&&s^)jS|-_95&yc=GqjNo{zFkw%%HHhS~e=s zD#sfS+-?*t|J!+ozP6KvtOl!R)@@-z24}`9{QaVLD^9VCSR2b`b!KC#o;Ki<+wXB6 zx3&O0LOWcg4&rv4QG0)4yb}7BFSEg~=IR5#ZRj8kg}dS7_V&^%#Do==#`u zpy6{ox?jWuR(;pg+f@mT>#HGWHAJRRDDDv~@(IDw&R>9643kK#HN`!1vBJHnC+RM&yIh8{gG2q zA%e*U3|N0XSRa~oX-3EAneep)@{h2vvd3Xvy$7og(sayr@95+e6~Xvi1tUqnIxoIH zVWo*OwYElb#uyW{Imam6f2rGbjR!Y3`#gPqkv57dB6K^wRGxc9B(t|aYDGS=m$&S!NmCtrMMaUg(c zc2qC=2Z`EEFMW-me5B)24AqF*bV5Dr-M5ig(l-WPS%CgaPzs6p_gnCIvTJ=Y<6!gT zVt@AfYCzjjsMEGi=rDQHo0yc;HqoRNnNFeWZgcm?f;cp(6CNylj36DoL(?TS7eU#+ z7&mfr#y))+CJOXQKUMZ7QIdS9@#-}7y2K1{8)cCt0~-X0O!O?Qx#E4Og+;A2SjalQ zs7r?qn0H044=sDN$SRG$arw~n=+T_DNdSrarmu)V6@|?1-ZB#hRn`uilTGPJ@fqEy zGt(f0B+^JDP&f=r{#Y_wi#AVDf-y!RIXU^0jXsFpf>=Ji*TeqSY!H~AMbJdCGLhC) zn7Rx+sXw6uYj;WRYrLd^5IZq@6JI1C^YkgnedZEYy<&4(z%Q$5yv#Boo{AH8n$a zhb4Y3PWdr269&?V%uI$xMcUrMzl=;w<_nm*qr=c3Rl@i5wWB;e-`t7D&c-mcQl7x! zZWB`UGcw=Y2=}~wzrfLx=uet<;m3~=8I~ZRuzvMQUQdr+yTV|ATf1Uuomr__nDf=X zZ3WYJtHp_ri(}SQAPjv+Y+0=fH4krOP@S&=zZ-t1jW1o@}z;xk8 z(Nz1co&El^HK^NrhVHa-_;&88vTU>_J33=%{if;BEY*J#1n59=07jrGQ#IP>@u#3A z;!q+E1Rj3ZJ+!4bq9F8PXJ@yMgZL;>&gYA0%_Kbi8?S=XGM~dnQZQ!yBSgcZhY96H zrWnU;k)qy`rX&&xlDyA%(a1Hhi5CWkmg(`Gb%m(HKi-7Z!LKGRP_B8@`7&hdDy5n= z`OIxqxiVfX@OX1p(mQu>0Ai*v_cTMiw4qRt3~NBvr9oBy0)r>w3p~V0SCm=An6@3n)>@z!|o-$HvDK z|3D2ZMJkLE5loMKl6R^ez@Zz%S$&mbeoqH5`Bb){Ei21q&VP)hWS2tjShfFtGE+$z zzCR$P#uktu+#!w)cX!lWN1XU%K-r=s{|j?)Akf@q#3b#{6cZCuJ~gCxuMXRmI$nGtnH+-h z+GEi!*X=AP<|fG`1>MBdTb?28JYc=fGvAi2I<$B(rs$;eoJCyR6_bc~p!XR@O-+sD z=eH`-ye})I5ic1eL~TDmtfJ|8`0VJ*Yr=hNCd)G1p2MMz4C3^Mj?7;!w|Ly%JqmuW zlIEW^Ft%z?*|fpXda>Jr^1noFZEwFgVV%|*XhH@acv8rdGxeEX{M$(vG{Zw+x(ei@ zmfXb22}8-?Fi`vo-YVrTH*C?a8%M=Hv9MqVH7H^J$KsD?>!SFZ;ZsvnHr_gn=7acz z#W?0eCdVhVMWN12VV^$>WlQ?f;P^{(&pYTops|btm6aj>_Uz+hqpGwB)vWp0Cf5y< zft8-je~nn?W11plq}N)4A{l8I7$!ks_x$PXW-2XaRFswX_BnF{R#6YIwMhAgd5F9X zGmwdadS6(a^fjHtXg8=l?Rc0Sm%hk6E9!5cLVloEy4eh(=FwgP`)~I^5~pBEWo+F6 zSf2ncyMurJN91#cJTy_u8Y}@%!bq1RkGC~-bV@SXRd4F{R-*V`bS+6;W5vZ(&+I<9$;-V|eNfLa5n-6% z2(}&uGRF;p92eS*sE*oR$@pexaqr*meB)VhmIg@h{uzkk$9~qh#cHhw#>O%)b@+(| z^IQgqzuj~Sk(J;swEM-3TrJAPCq9k^^^`q{IItKBRXYe}e0Tdr=Huf7da3$l4PdpwWDop%^}n;dD#K4s#DYA8SHZ z&1!riV4W4R7R#C))JH1~axJ)RYnM$$lIR%6fIVA@zV{XVyx}C+a-Dt8Y9M)^KU0+H zR4IUb2CJ{Hg>CuaXtD50jB(_Tcx=Z$^WYu2u5kubqmwp%drJ6 z?Fo40g!Qd<-l=TQxqHEOuPX0;^z7iX?Ke^a%XT<13TA^5`4Xcw6D@Ur&VT&CUe0d} z1GjOVF1^L@>O)l@?bD~$wzgf(nxX1OGD8fEV?TdJcZc2KoUe|oP1#=$$7ee|xbY)A zDZq+cuTpc(fFdj^=!;{k03C69lMQ(|>uhRfRu%+!k&YOi-3|1QKB z z?n?eq1XP>p-IM$Z^C;2L3itnbJZAip*Zo0aw2bs8@(s^~*8T9go!%dHcAz2lM;`yp zD=7&xjFV$S&5uDaiScyD?B-i1ze`+CoRtz`Wn+Zl&#s4&}MO{@N!ufrzjG$B79)Y2d3tBk&)TxUTw@QS0TEL_?njX|@vq?Uz(nBFK5Pq7*xj#u*R&i|?7+6# z+|r_n#SW&LXhtheZdah{ZVoqwyT{D>MC3nkFF#N)xLi{p7J1jXlmVeb;cP5?e(=f# zuT7fvjSbjS781v?7{)-X3*?>tq?)Yd)~|1{BDS(pqC zC}~H#WXlkUW*H5CDOo<)#x7%RY)A;ShGhI5s*#cRDA8YgqG(HeKDx+#(ZQ?386dv! zlXCO)w91~Vw4AmOcATuV653fa9R$fyK8ul%rG z-wfS zihugoZyr38Im?Zuh6@RcF~t1anQu7>#lPpb#}4cOA!EM11`%f*07RqOVkmX{p~KJ9 z^zP;K#|)$`^Rb{rnHGH{~>1(fawV0*Z#)}M`m8-?ZJV<+e}s9wE# z)l&az?w^5{)`S(%MRzxdNqrs1n*-=jS^_jqE*5XDrA0+VE`5^*p3CuM<&dZEeCjoz zR;uu_H9ZPZV|fQq`Cyw4nscrVwi!fE6ciMmX$!_hN7uF;jjKG)d2@aC4ropY)8etW=xJvni)8eHi`H$%#zn^WJ5NLc-rqk|u&&4Z6fD_m&JfSI1Bvb?b<*n&sfl0^t z=HnmRl`XrFvMKB%9}>PaA`m-fK6a0(8=qPkWS5bb4=v?XcWi&hRY?O5HdulRi4?fN zlsJ*N-0Qw+Yic@s0(2uy%F@ib;GjXt01Fmx5XbRo6+n|pP(&nodMoap^z{~q ziEeaUT@Mxe3vJSfI6?uLND(CNr=#^W<1b}jzW58bIfyWTDle$mmS(|x-0|2UlX+9k zQ^EX7Nw}?EzVoBfT(-LT|=9N@^hcn-_p&sqG z&*oVs2JSU+N4ZD`FhCAWaS;>|wH2G*Id|?pa#@>tyxX`+4HyIArWDvVrX)2WAOQff z0qyHu&-S@i^MS-+j--!pr4fPBj~_8({~e1bfcl0wI1kaoN>mJL6KUPQm5N7lB(ui1 zE-o%kq)&djzWJ}ob<-GfDlkB;F31j-VHKvQUGQ3sp`CwyGJk_i!y^sD0fqC@$9|jO zOqN!r!8-p==F@ZVP=U$qSpY(gQ0)59P1&t@y?5rvg<}E+GB}26NYPp4f2YFQrQtot5mn3wu_qprZ=>Ig-$ zbW26Ws~IgY>}^5w`vTB(G`PTZaDiGBo5o(tp)qli|NeV( z@H_=R8V39rt5J5YB2Ky?4eJJ#b`_iBe2ot~6%7mLt5t8Vwi^Jy7|jWXqa3amOIoRb zOr}WVFP--DsS`1WpN%~)t3R!arKF^Q$e12KEqU36AWwnCBICpH4XCsfnyrHr>$I$4 z!DpKX$OKLWarN7nv@!uIA+~RNO)l$$w}p(;b>mx8pwYvu;dD_unryX_NhT8*Tj>BTrTTL&!?O+%Rv;b?B??gSzdp?6Uug9{ zd@V08Z$BdI?fpoCS$)t4mg4rT8Q_I}h`0d-vYZ^|dOB*Q^S|xqTV*vIg?@fVFSmMpaw0qtTRbx} z({Pg?#{2`sc9)M5N$*N|4;^t$+QP?#mov zGVC@I*lBVrOU-%2y!7%)fAKjpEFsgQc4{amtiHb95KQEwvf<(3T<9-Zm$xIew#P22 zc2Ix|App^>v6(3L_MCU0d3W##AB0M~3D00EWoKZqsJYT(#@w$Y_H7G22M~ApVFTRHMI_3be)Lkn#0F*V8Pq zc}`Cjy$bE;FJ6H7p=0y#R>`}-m4(0F>%@P|?7fx{=R^uFdISRnZ2W_xQhD{YuR3t< z{6yxu=4~JkeA;|(J6_nv#>Nvs&FuLA&PW^he@t(UwFFE8)|a!R{`E`K`i^ZnyE4$k z;(749Ix|oi$c3QbEJ3b~D_kQsPz~fIUKym($a_7dJ?o+40*OLl^{=&oq$<#Q(yyrp z{J-FAniyAw9tPbe&IhQ|a`DqFTVQGQ&Gq3!C2==4x{6EJwiPZ8zub-iXoUtkJiG{} zPaR&}_fn8_z~(=;5lD-aPWD3z8PZS@AaUiomF!G8I}Mf>e~0g#BelA-5#`cj;O5>N Xviia!U7SGha1wx#SCgwmn*{w2TRX*I literal 0 HcmV?d00001 diff --git a/stock_inventory_include_exhausted/static/description/index.html b/stock_inventory_include_exhausted/static/description/index.html new file mode 100644 index 000000000..3733938a9 --- /dev/null +++ b/stock_inventory_include_exhausted/static/description/index.html @@ -0,0 +1,433 @@ + + + + + + +Inventory Include Exhausted + + + +
+

Inventory Include Exhausted

+ + +

Beta License: AGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runbot

+

This module lets you include non-stocked products to your inventory.

+

Table of contents

+ +
+

Usage

+

To use this module, you simply need to:

+
    +
  1. Create a new inventory adjustment.
  2. +
  3. Select the products that you want to do the inventory.
  4. +
  5. Check the box “Include Exhausted”.
  6. +
  7. Press the button Start Inventory
  8. +
+
+
+

Bug Tracker

+

Bugs are tracked on GitHub Issues. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed +feedback.

+

Do not contact contributors directly about support or help with technical issues.

+
+
+

Credits

+
+

Authors

+
    +
  • Tecnativa
  • +
+
+
+

Contributors

+ +
+
+

Maintainers

+

This module is maintained by the OCA.

+Odoo Community Association +

OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use.

+

This module is part of the OCA/stock-logistics-warehouse project on GitHub.

+

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

+
+
+
+ + diff --git a/stock_inventory_include_exhausted/tests/__init__.py b/stock_inventory_include_exhausted/tests/__init__.py new file mode 100644 index 000000000..8ff9dbc55 --- /dev/null +++ b/stock_inventory_include_exhausted/tests/__init__.py @@ -0,0 +1 @@ +from . import test_stock_inventory_include_exhausted diff --git a/stock_inventory_include_exhausted/tests/test_stock_inventory_include_exhausted.py b/stock_inventory_include_exhausted/tests/test_stock_inventory_include_exhausted.py new file mode 100644 index 000000000..e8116b05c --- /dev/null +++ b/stock_inventory_include_exhausted/tests/test_stock_inventory_include_exhausted.py @@ -0,0 +1,94 @@ +# Copyright 2020 Tecnativa - Carlos Roca +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + +from odoo.tests.common import TransactionCase + + +class StockInventoryIncludeExhaustedTest(TransactionCase): + def setUp(self): + super().setUp() + + self.inventory_model = self.env["stock.inventory"] + self.location_model = self.env["stock.location"] + self.res_users_model = self.env["res.users"] + + self.company = self.env.ref("base.main_company") + self.partner = self.ref("base.res_partner_4") + + # We need this to know how many product with no stock we have on our + # database + self.quantity_out_of_stock = len( + self.env["product.product"].search( + [("qty_available", "=", 0), ("type", "=", "product")] + ) + ) + + self.user = self.res_users_model.create( + { + "name": "Test Account User", + "login": "user_1", + "email": "example@yourcompany.com", + "company_id": self.company.id, + "company_ids": [(4, self.company.id)], + } + ) + + self.product1 = self.env["product.product"].create( + { + "name": "Product for parent location", + "type": "product", + "default_code": "PROD1", + } + ) + self.product2 = self.env["product.product"].create( + { + "name": "Product for child location", + "type": "product", + "default_code": "PROD2", + } + ) + + self.location = self.location_model.create( + {"name": "Inventory tests 1", "usage": "internal"} + ) + + def _create_inventory_all_products(self, name, location, include_exhausted): + inventory = self.inventory_model.create( + { + "name": name, + "location_ids": [(4, location.id)], + "include_exhausted": include_exhausted, + } + ) + return inventory + + def test_not_including_exhausted(self): + """Check if products with no stock are not included into the inventory + if the including exhausted option is disabled.""" + inventory_not_inc = self._create_inventory_all_products( + "not_included", self.location, False + ) + inventory_not_inc.action_start() + inventory_not_inc.action_validate() + lines = inventory_not_inc.line_ids + self.assertEqual(len(lines), 0, "Not all expected products are included") + + def test_including_exhausted(self): + """Check if products with no stock are included into the inventory + if the including exhausted option is enabled.""" + inventory_inc = self._create_inventory_all_products( + # The products with no stock don't have a location, + # that's why search the non-stocked in all locations + "included", + self.location, + True, + ) + + inventory_inc.action_start() + inventory_inc.action_validate() + lines = inventory_inc.line_ids + self.assertEqual( + len(lines), + self.quantity_out_of_stock + 2, + "The products with no stock are not included", + ) diff --git a/stock_inventory_include_exhausted/views/stock_inventory_view.xml b/stock_inventory_include_exhausted/views/stock_inventory_view.xml new file mode 100644 index 000000000..f3624abc2 --- /dev/null +++ b/stock_inventory_include_exhausted/views/stock_inventory_view.xml @@ -0,0 +1,16 @@ + + + + + Inventory form view - stock_inventory_include_exhausted extension + stock.inventory + + + + + + + + From b0383627f7e36cffb985eab94b310176dc503eec Mon Sep 17 00:00:00 2001 From: oca-travis Date: Fri, 24 Apr 2020 11:51:39 +0000 Subject: [PATCH 139/631] [UPD] Update stock_inventory_include_exhausted.pot --- .../i18n/stock_inventory_include_exhausted.pot | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/stock_inventory_include_exhausted/i18n/stock_inventory_include_exhausted.pot b/stock_inventory_include_exhausted/i18n/stock_inventory_include_exhausted.pot index 67a13b1ca..b29601558 100644 --- a/stock_inventory_include_exhausted/i18n/stock_inventory_include_exhausted.pot +++ b/stock_inventory_include_exhausted/i18n/stock_inventory_include_exhausted.pot @@ -6,13 +6,20 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 13.0\n" "Report-Msgid-Bugs-To: \n" -"Last-Translator: Carlos Roca , 2020\n" +"Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Plural-Forms: \n" +#. module: stock_inventory_include_exhausted +#: model:ir.model.fields,help:stock_inventory_include_exhausted.field_stock_inventory__include_exhausted +msgid "" +"If you select this option, you will receive the out of stock inventory " +"products" +msgstr "" + #. module: stock_inventory_include_exhausted #: model:ir.model.fields,field_description:stock_inventory_include_exhausted.field_stock_inventory__include_exhausted msgid "Include Exhausted" From ca825f65a3f830a24eb12ba1ee37f5037d619660 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Fri, 24 Apr 2020 12:15:45 +0000 Subject: [PATCH 140/631] [UPD] README.rst --- stock_inventory_include_exhausted/static/description/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock_inventory_include_exhausted/static/description/index.html b/stock_inventory_include_exhausted/static/description/index.html index 3733938a9..78cf91f56 100644 --- a/stock_inventory_include_exhausted/static/description/index.html +++ b/stock_inventory_include_exhausted/static/description/index.html @@ -3,7 +3,7 @@ - + Inventory Include Exhausted + + +
+

Stock packaging calculator

+ + +

Alpha License: AGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runbot

+

Basic module providing an helper method to calculate the quantity of product by packaging.

+

Imagine you have the following packagings:

+
    +
  • Pallet: 1000 Units
  • +
  • Big box: 500 Units
  • +
  • Box: 50 Units
  • +
+

and you have to pick from your warehouse 2860 Units.

+

Then you can do:

+
+
+>>> product.product_qty_by_packaging(2860)
+
+

[(2, “Pallet”), (1, “Big Box”), (7, “Box”), (10, “Units”)]

+
+

With this you can show a proper message to warehouse operators to quickly pick the quantity they need.

+
+

Important

+

This is an alpha version, the data model and design can change at any time without warning. +Only for development or testing purpose, do not use in production. +More details on development status

+
+

Table of contents

+ +
+

Known issues / Roadmap

+

TODO

+
    +
  1. Fractional quantities (eg: 0.5 Kg) are lost when counting units
  2. +
  3. Maybe rely on packaging_uom
  4. +
+
+
+

Bug Tracker

+

Bugs are tracked on GitHub Issues. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed +feedback.

+

Do not contact contributors directly about support or help with technical issues.

+
+
+

Credits

+
+

Authors

+
    +
  • Camptocamp
  • +
+
+
+

Contributors

+ +
+
+

Maintainers

+

This module is maintained by the OCA.

+Odoo Community Association +

OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use.

+

This module is part of the OCA/stock-logistics-warehouse project on GitHub.

+

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

+
+
+
+ + From 0b76b06a0fc5db6d512b8b22c662904ee11c5b33 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Mon, 8 Jun 2020 08:25:58 +0000 Subject: [PATCH 150/631] [ADD] icon.png --- .../static/description/icon.png | Bin 0 -> 9455 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 stock_packaging_calculator/static/description/icon.png diff --git a/stock_packaging_calculator/static/description/icon.png b/stock_packaging_calculator/static/description/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..3a0328b516c4980e8e44cdb63fd945757ddd132d GIT binary patch literal 9455 zcmW++2RxMjAAjx~&dlBk9S+%}OXg)AGE&Cb*&}d0jUxM@u(PQx^-s)697TX`ehR4?GS^qbkof1cslKgkU)h65qZ9Oc=ml_0temigYLJfnz{IDzUf>bGs4N!v3=Z3jMq&A#7%rM5eQ#dc?k~! zVpnB`o+K7|Al`Q_U;eD$B zfJtP*jH`siUq~{KE)`jP2|#TUEFGRryE2`i0**z#*^6~AI|YzIWy$Cu#CSLW3q=GA z6`?GZymC;dCPk~rBS%eCb`5OLr;RUZ;D`}um=H)BfVIq%7VhiMr)_#G0N#zrNH|__ zc+blN2UAB0=617@>_u;MPHN;P;N#YoE=)R#i$k_`UAA>WWCcEVMh~L_ zj--gtp&|K1#58Yz*AHCTMziU1Jzt_jG0I@qAOHsk$2}yTmVkBp_eHuY$A9)>P6o~I z%aQ?!(GqeQ-Y+b0I(m9pwgi(IIZZzsbMv+9w{PFtd_<_(LA~0H(xz{=FhLB@(1&qHA5EJw1>>=%q2f&^X>IQ{!GJ4e9U z&KlB)z(84HmNgm2hg2C0>WM{E(DdPr+EeU_N@57;PC2&DmGFW_9kP&%?X4}+xWi)( z;)z%wI5>D4a*5XwD)P--sPkoY(a~WBw;E~AW`Yue4kFa^LM3X`8x|}ZUeMnqr}>kH zG%WWW>3ml$Yez?i%)2pbKPI7?5o?hydokgQyZsNEr{a|mLdt;X2TX(#B1j35xPnPW z*bMSSOauW>o;*=kO8ojw91VX!qoOQb)zHJ!odWB}d+*K?#sY_jqPdg{Sm2HdYzdEx zOGVPhVRTGPtv0o}RfVP;Nd(|CB)I;*t&QO8h zFfekr30S!-LHmV_Su-W+rEwYXJ^;6&3|L$mMC8*bQptyOo9;>Qb9Q9`ySe3%V$A*9 zeKEe+b0{#KWGp$F+tga)0RtI)nhMa-K@JS}2krK~n8vJ=Ngm?R!9G<~RyuU0d?nz# z-5EK$o(!F?hmX*2Yt6+coY`6jGbb7tF#6nHA zuKk=GGJ;ZwON1iAfG$E#Y7MnZVmrY|j0eVI(DN_MNFJmyZ|;w4tf@=CCDZ#5N_0K= z$;R~bbk?}TpfDjfB&aiQ$VA}s?P}xPERJG{kxk5~R`iRS(SK5d+Xs9swCozZISbnS zk!)I0>t=A<-^z(cmSFz3=jZ23u13X><0b)P)^1T_))Kr`e!-pb#q&J*Q`p+B6la%C zuVl&0duN<;uOsB3%T9Fp8t{ED108<+W(nOZd?gDnfNBC3>M8WE61$So|P zVvqH0SNtDTcsUdzaMDpT=Ty0pDHHNL@Z0w$Y`XO z2M-_r1S+GaH%pz#Uy0*w$Vdl=X=rQXEzO}d6J^R6zjM1u&c9vYLvLp?W7w(?np9x1 zE_0JSAJCPB%i7p*Wvg)pn5T`8k3-uR?*NT|J`eS#_#54p>!p(mLDvmc-3o0mX*mp_ zN*AeS<>#^-{S%W<*mz^!X$w_2dHWpcJ6^j64qFBft-o}o_Vx80o0>}Du;>kLts;$8 zC`7q$QI(dKYG`Wa8#wl@V4jVWBRGQ@1dr-hstpQL)Tl+aqVpGpbSfN>5i&QMXfiZ> zaA?T1VGe?rpQ@;+pkrVdd{klI&jVS@I5_iz!=UMpTsa~mBga?1r}aRBm1WS;TT*s0f0lY=JBl66Upy)-k4J}lh=P^8(SXk~0xW=T9v*B|gzIhN z>qsO7dFd~mgxAy4V?&)=5ieYq?zi?ZEoj)&2o)RLy=@hbCRcfT5jigwtQGE{L*8<@Yd{zg;CsL5mvzfDY}P-wos_6PfprFVaeqNE%h zKZhLtcQld;ZD+>=nqN~>GvROfueSzJD&BE*}XfU|H&(FssBqY=hPCt`d zH?@s2>I(|;fcW&YM6#V#!kUIP8$Nkdh0A(bEVj``-AAyYgwY~jB zT|I7Bf@%;7aL7Wf4dZ%VqF$eiaC38OV6oy3Z#TER2G+fOCd9Iaoy6aLYbPTN{XRPz z;U!V|vBf%H!}52L2gH_+j;`bTcQRXB+y9onc^wLm5wi3-Be}U>k_u>2Eg$=k!(l@I zcCg+flakT2Nej3i0yn+g+}%NYb?ta;R?(g5SnwsQ49U8Wng8d|{B+lyRcEDvR3+`O{zfmrmvFrL6acVP%yG98X zo&+VBg@px@i)%o?dG(`T;n*$S5*rnyiR#=wW}}GsAcfyQpE|>a{=$Hjg=-*_K;UtD z#z-)AXwSRY?OPefw^iI+ z)AXz#PfEjlwTes|_{sB?4(O@fg0AJ^g8gP}ex9Ucf*@_^J(s_5jJV}c)s$`Myn|Kd z$6>}#q^n{4vN@+Os$m7KV+`}c%4)4pv@06af4-x5#wj!KKb%caK{A&Y#Rfs z-po?Dcb1({W=6FKIUirH&(yg=*6aLCekcKwyfK^JN5{wcA3nhO(o}SK#!CINhI`-I z1)6&n7O&ZmyFMuNwvEic#IiOAwNkR=u5it{B9n2sAJV5pNhar=j5`*N!Na;c7g!l$ z3aYBqUkqqTJ=Re-;)s!EOeij=7SQZ3Hq}ZRds%IM*PtM$wV z@;rlc*NRK7i3y5BETSKuumEN`Xu_8GP1Ri=OKQ$@I^ko8>H6)4rjiG5{VBM>B|%`&&s^)jS|-_95&yc=GqjNo{zFkw%%HHhS~e=s zD#sfS+-?*t|J!+ozP6KvtOl!R)@@-z24}`9{QaVLD^9VCSR2b`b!KC#o;Ki<+wXB6 zx3&O0LOWcg4&rv4QG0)4yb}7BFSEg~=IR5#ZRj8kg}dS7_V&^%#Do==#`u zpy6{ox?jWuR(;pg+f@mT>#HGWHAJRRDDDv~@(IDw&R>9643kK#HN`!1vBJHnC+RM&yIh8{gG2q zA%e*U3|N0XSRa~oX-3EAneep)@{h2vvd3Xvy$7og(sayr@95+e6~Xvi1tUqnIxoIH zVWo*OwYElb#uyW{Imam6f2rGbjR!Y3`#gPqkv57dB6K^wRGxc9B(t|aYDGS=m$&S!NmCtrMMaUg(c zc2qC=2Z`EEFMW-me5B)24AqF*bV5Dr-M5ig(l-WPS%CgaPzs6p_gnCIvTJ=Y<6!gT zVt@AfYCzjjsMEGi=rDQHo0yc;HqoRNnNFeWZgcm?f;cp(6CNylj36DoL(?TS7eU#+ z7&mfr#y))+CJOXQKUMZ7QIdS9@#-}7y2K1{8)cCt0~-X0O!O?Qx#E4Og+;A2SjalQ zs7r?qn0H044=sDN$SRG$arw~n=+T_DNdSrarmu)V6@|?1-ZB#hRn`uilTGPJ@fqEy zGt(f0B+^JDP&f=r{#Y_wi#AVDf-y!RIXU^0jXsFpf>=Ji*TeqSY!H~AMbJdCGLhC) zn7Rx+sXw6uYj;WRYrLd^5IZq@6JI1C^YkgnedZEYy<&4(z%Q$5yv#Boo{AH8n$a zhb4Y3PWdr269&?V%uI$xMcUrMzl=;w<_nm*qr=c3Rl@i5wWB;e-`t7D&c-mcQl7x! zZWB`UGcw=Y2=}~wzrfLx=uet<;m3~=8I~ZRuzvMQUQdr+yTV|ATf1Uuomr__nDf=X zZ3WYJtHp_ri(}SQAPjv+Y+0=fH4krOP@S&=zZ-t1jW1o@}z;xk8 z(Nz1co&El^HK^NrhVHa-_;&88vTU>_J33=%{if;BEY*J#1n59=07jrGQ#IP>@u#3A z;!q+E1Rj3ZJ+!4bq9F8PXJ@yMgZL;>&gYA0%_Kbi8?S=XGM~dnQZQ!yBSgcZhY96H zrWnU;k)qy`rX&&xlDyA%(a1Hhi5CWkmg(`Gb%m(HKi-7Z!LKGRP_B8@`7&hdDy5n= z`OIxqxiVfX@OX1p(mQu>0Ai*v_cTMiw4qRt3~NBvr9oBy0)r>w3p~V0SCm=An6@3n)>@z!|o-$HvDK z|3D2ZMJkLE5loMKl6R^ez@Zz%S$&mbeoqH5`Bb){Ei21q&VP)hWS2tjShfFtGE+$z zzCR$P#uktu+#!w)cX!lWN1XU%K-r=s{|j?)Akf@q#3b#{6cZCuJ~gCxuMXRmI$nGtnH+-h z+GEi!*X=AP<|fG`1>MBdTb?28JYc=fGvAi2I<$B(rs$;eoJCyR6_bc~p!XR@O-+sD z=eH`-ye})I5ic1eL~TDmtfJ|8`0VJ*Yr=hNCd)G1p2MMz4C3^Mj?7;!w|Ly%JqmuW zlIEW^Ft%z?*|fpXda>Jr^1noFZEwFgVV%|*XhH@acv8rdGxeEX{M$(vG{Zw+x(ei@ zmfXb22}8-?Fi`vo-YVrTH*C?a8%M=Hv9MqVH7H^J$KsD?>!SFZ;ZsvnHr_gn=7acz z#W?0eCdVhVMWN12VV^$>WlQ?f;P^{(&pYTops|btm6aj>_Uz+hqpGwB)vWp0Cf5y< zft8-je~nn?W11plq}N)4A{l8I7$!ks_x$PXW-2XaRFswX_BnF{R#6YIwMhAgd5F9X zGmwdadS6(a^fjHtXg8=l?Rc0Sm%hk6E9!5cLVloEy4eh(=FwgP`)~I^5~pBEWo+F6 zSf2ncyMurJN91#cJTy_u8Y}@%!bq1RkGC~-bV@SXRd4F{R-*V`bS+6;W5vZ(&+I<9$;-V|eNfLa5n-6% z2(}&uGRF;p92eS*sE*oR$@pexaqr*meB)VhmIg@h{uzkk$9~qh#cHhw#>O%)b@+(| z^IQgqzuj~Sk(J;swEM-3TrJAPCq9k^^^`q{IItKBRXYe}e0Tdr=Huf7da3$l4PdpwWDop%^}n;dD#K4s#DYA8SHZ z&1!riV4W4R7R#C))JH1~axJ)RYnM$$lIR%6fIVA@zV{XVyx}C+a-Dt8Y9M)^KU0+H zR4IUb2CJ{Hg>CuaXtD50jB(_Tcx=Z$^WYu2u5kubqmwp%drJ6 z?Fo40g!Qd<-l=TQxqHEOuPX0;^z7iX?Ke^a%XT<13TA^5`4Xcw6D@Ur&VT&CUe0d} z1GjOVF1^L@>O)l@?bD~$wzgf(nxX1OGD8fEV?TdJcZc2KoUe|oP1#=$$7ee|xbY)A zDZq+cuTpc(fFdj^=!;{k03C69lMQ(|>uhRfRu%+!k&YOi-3|1QKB z z?n?eq1XP>p-IM$Z^C;2L3itnbJZAip*Zo0aw2bs8@(s^~*8T9go!%dHcAz2lM;`yp zD=7&xjFV$S&5uDaiScyD?B-i1ze`+CoRtz`Wn+Zl&#s4&}MO{@N!ufrzjG$B79)Y2d3tBk&)TxUTw@QS0TEL_?njX|@vq?Uz(nBFK5Pq7*xj#u*R&i|?7+6# z+|r_n#SW&LXhtheZdah{ZVoqwyT{D>MC3nkFF#N)xLi{p7J1jXlmVeb;cP5?e(=f# zuT7fvjSbjS781v?7{)-X3*?>tq?)Yd)~|1{BDS(pqC zC}~H#WXlkUW*H5CDOo<)#x7%RY)A;ShGhI5s*#cRDA8YgqG(HeKDx+#(ZQ?386dv! zlXCO)w91~Vw4AmOcATuV653fa9R$fyK8ul%rG z-wfS zihugoZyr38Im?Zuh6@RcF~t1anQu7>#lPpb#}4cOA!EM11`%f*07RqOVkmX{p~KJ9 z^zP;K#|)$`^Rb{rnHGH{~>1(fawV0*Z#)}M`m8-?ZJV<+e}s9wE# z)l&az?w^5{)`S(%MRzxdNqrs1n*-=jS^_jqE*5XDrA0+VE`5^*p3CuM<&dZEeCjoz zR;uu_H9ZPZV|fQq`Cyw4nscrVwi!fE6ciMmX$!_hN7uF;jjKG)d2@aC4ropY)8etW=xJvni)8eHi`H$%#zn^WJ5NLc-rqk|u&&4Z6fD_m&JfSI1Bvb?b<*n&sfl0^t z=HnmRl`XrFvMKB%9}>PaA`m-fK6a0(8=qPkWS5bb4=v?XcWi&hRY?O5HdulRi4?fN zlsJ*N-0Qw+Yic@s0(2uy%F@ib;GjXt01Fmx5XbRo6+n|pP(&nodMoap^z{~q ziEeaUT@Mxe3vJSfI6?uLND(CNr=#^W<1b}jzW58bIfyWTDle$mmS(|x-0|2UlX+9k zQ^EX7Nw}?EzVoBfT(-LT|=9N@^hcn-_p&sqG z&*oVs2JSU+N4ZD`FhCAWaS;>|wH2G*Id|?pa#@>tyxX`+4HyIArWDvVrX)2WAOQff z0qyHu&-S@i^MS-+j--!pr4fPBj~_8({~e1bfcl0wI1kaoN>mJL6KUPQm5N7lB(ui1 zE-o%kq)&djzWJ}ob<-GfDlkB;F31j-VHKvQUGQ3sp`CwyGJk_i!y^sD0fqC@$9|jO zOqN!r!8-p==F@ZVP=U$qSpY(gQ0)59P1&t@y?5rvg<}E+GB}26NYPp4f2YFQrQtot5mn3wu_qprZ=>Ig-$ zbW26Ws~IgY>}^5w`vTB(G`PTZaDiGBo5o(tp)qli|NeV( z@H_=R8V39rt5J5YB2Ky?4eJJ#b`_iBe2ot~6%7mLt5t8Vwi^Jy7|jWXqa3amOIoRb zOr}WVFP--DsS`1WpN%~)t3R!arKF^Q$e12KEqU36AWwnCBICpH4XCsfnyrHr>$I$4 z!DpKX$OKLWarN7nv@!uIA+~RNO)l$$w}p(;b>mx8pwYvu;dD_unryX_NhT8*Tj>BTrTTL&!?O+%Rv;b?B??gSzdp?6Uug9{ zd@V08Z$BdI?fpoCS$)t4mg4rT8Q_I}h`0d-vYZ^|dOB*Q^S|xqTV*vIg?@fVFSmMpaw0qtTRbx} z({Pg?#{2`sc9)M5N$*N|4;^t$+QP?#mov zGVC@I*lBVrOU-%2y!7%)fAKjpEFsgQc4{amtiHb95KQEwvf<(3T<9-Zm$xIew#P22 zc2Ix|App^>v6(3L_MCU0d3W##AB0M~3D00EWoKZqsJYT(#@w$Y_H7G22M~ApVFTRHMI_3be)Lkn#0F*V8Pq zc}`Cjy$bE;FJ6H7p=0y#R>`}-m4(0F>%@P|?7fx{=R^uFdISRnZ2W_xQhD{YuR3t< z{6yxu=4~JkeA;|(J6_nv#>Nvs&FuLA&PW^he@t(UwFFE8)|a!R{`E`K`i^ZnyE4$k z;(749Ix|oi$c3QbEJ3b~D_kQsPz~fIUKym($a_7dJ?o+40*OLl^{=&oq$<#Q(yyrp z{J-FAniyAw9tPbe&IhQ|a`DqFTVQGQ&Gq3!C2==4x{6EJwiPZ8zub-iXoUtkJiG{} zPaR&}_fn8_z~(=;5lD-aPWD3z8PZS@AaUiomF!G8I}Mf>e~0g#BelA-5#`cj;O5>N Xviia!U7SGha1wx#SCgwmn*{w2TRX*I literal 0 HcmV?d00001 From 49d45b461cbba324c8cc65d42c5b4a314466e72e Mon Sep 17 00:00:00 2001 From: Simone Orsi Date: Mon, 8 Jun 2020 11:47:32 +0200 Subject: [PATCH 151/631] stock_packaging_calculator: add contained packaging compute Optionally include contained packaging qty. --- stock_packaging_calculator/models/product.py | 26 ++++-- .../readme/DESCRIPTION.rst | 17 ---- stock_packaging_calculator/readme/USAGE.rst | 36 ++++++++ .../tests/test_packaging_calc.py | 89 ++++++++++++++++++- 4 files changed, 145 insertions(+), 23 deletions(-) create mode 100644 stock_packaging_calculator/readme/USAGE.rst diff --git a/stock_packaging_calculator/models/product.py b/stock_packaging_calculator/models/product.py index d5dca58e1..2679b0fd6 100644 --- a/stock_packaging_calculator/models/product.py +++ b/stock_packaging_calculator/models/product.py @@ -13,7 +13,7 @@ Packaging = namedtuple("Packaging", "id name qty") class Product(models.Model): _inherit = "product.product" - def product_qty_by_packaging(self, prod_qty): + def product_qty_by_packaging(self, prod_qty, with_contained=False): """Calculate quantity by packaging. The minimal quantity is always represented by the UoM of the product. @@ -21,28 +21,44 @@ class Product(models.Model): Limitation: fractional quantities are lost. :prod_qty: total qty to satisfy. - :with_subpackaging: include calculation of contained packagings. + :with_contained: include calculation of contained packagings. + eg: 1 pallet contains 4 big boxes and 6 little boxes. + :returns: list of dict in the form + [{id: 1, qty: qty_per_package, name: package_name}] + + If `with_contained` is passed, each element will include + the quantity of smaller packaging, like: + + {contained: [{id: 1, qty: 4, name: "Big box"}]} """ packagings = [Packaging(x.id, x.name, x.qty) for x in self.packaging_ids] # Add minimal unit packagings.append( + # NOTE: the ID here could clash w/ one of the packaging's. + # If you create a mapping based on IDs, keep this in mind. Packaging(self.uom_id.id, self.uom_id.name, self.uom_id.factor) ) return self._product_qty_by_packaging( - sorted(packagings, reverse=True, key=lambda x: x.qty), prod_qty, + sorted(packagings, reverse=True, key=lambda x: x.qty), + prod_qty, + with_contained=with_contained, ) - def _product_qty_by_packaging(self, pkg_by_qty, qty): + def _product_qty_by_packaging(self, pkg_by_qty, qty, with_contained=False): """Produce a list of dictionaries of packaging info.""" # TODO: refactor to handle fractional quantities (eg: 0.5 Kg) res = [] - for pkg in pkg_by_qty: + for i, pkg in enumerate(pkg_by_qty): qty_per_pkg, qty = self._qty_by_pkg(pkg.qty, qty) if qty_per_pkg: value = {"id": pkg.id, "qty": qty_per_pkg, "name": pkg.name} + if with_contained: + value["contained"] = self._product_qty_by_packaging( + pkg_by_qty[i + 1 :], pkg.qty + ) res.append(value) if not qty: break diff --git a/stock_packaging_calculator/readme/DESCRIPTION.rst b/stock_packaging_calculator/readme/DESCRIPTION.rst index b470f8a94..1d6fceb5c 100644 --- a/stock_packaging_calculator/readme/DESCRIPTION.rst +++ b/stock_packaging_calculator/readme/DESCRIPTION.rst @@ -1,18 +1 @@ - Basic module providing an helper method to calculate the quantity of product by packaging. - -Imagine you have the following packagings: - -* Pallet: 1000 Units -* Big box: 500 Units -* Box: 50 Units - -and you have to pick from your warehouse 2860 Units. - -Then you can do: - - >>> product.product_qty_by_packaging(2860) - - [(2, "Pallet"), (1, "Big Box"), (7, "Box"), (10, "Units")] - -With this you can show a proper message to warehouse operators to quickly pick the quantity they need. diff --git a/stock_packaging_calculator/readme/USAGE.rst b/stock_packaging_calculator/readme/USAGE.rst new file mode 100644 index 000000000..73f05a708 --- /dev/null +++ b/stock_packaging_calculator/readme/USAGE.rst @@ -0,0 +1,36 @@ +Imagine you have the following packagings: + +* Pallet: 1000 Units +* Big box: 500 Units +* Box: 50 Units + +and you have to pick from your warehouse 2860 Units. + +Then you can do: + + .. code-block:: + + >>> product.product_qty_by_packaging(2860) + + [ + {"id": 1, "qty": 2, "name": "Pallet"}, + {"id": 2, "qty": 1, "name": "Big box"}, + {"id": 3, "qty": 7, "name": "Box"}, + {"id": 100, "qty": 10, "name": "Units"}, + ] + +With this you can show a proper message to warehouse operators to quickly pick the quantity they need. + +Optionally you can get contained packaging by passing `with_contained` flag: + + + .. code-block:: + + >>> product.product_qty_by_packaging(2860, with_contained=True) + + [ + {"id": 1, "qty": 2, "name": "Pallet", "contained": [{"id": 2, "qty": 2, "name": "Big box"}]}, + {"id": 2, "qty": 1, "name": "Big box", "contained": [{"id": 3, "qty": 10, "name": "Box"}]}, + {"id": 3, "qty": 7, "name": "Box", "contained": [{"id": 100, "qty": 50, "name": "Units"}]}, + {"id": 100, "qty": 10, "name": "Units", "contained": []},}, + ] diff --git a/stock_packaging_calculator/tests/test_packaging_calc.py b/stock_packaging_calculator/tests/test_packaging_calc.py index b25d8cb9c..39d03e01b 100644 --- a/stock_packaging_calculator/tests/test_packaging_calc.py +++ b/stock_packaging_calculator/tests/test_packaging_calc.py @@ -9,7 +9,6 @@ class TestCalc(SavepointCase): super().setUpClass() cls.env = cls.env(context=dict(cls.env.context, tracking_disable=True)) cls.uom_unit = cls.env.ref("uom.product_uom_unit") - cls.uom_kg = cls.env.ref("uom.product_uom_kgm") cls.product_a = cls.env["product.product"].create( { "name": "Product A", @@ -60,3 +59,91 @@ class TestCalc(SavepointCase): {"id": self.pkg_box.id, "qty": 1, "name": self.pkg_box.name}, ] self.assertEqual(self.product_a.product_qty_by_packaging(50.5), expected) + + def test_calc_sub1(self): + """Test contained packaging behavior 1.""" + expected = [ + { + "id": self.pkg_pallet.id, + "qty": 1, + "name": self.pkg_pallet.name, + "contained": [ + { + "id": self.pkg_big_box.id, + "qty": 10, + "name": self.pkg_big_box.name, + }, + ], + }, + { + "id": self.pkg_big_box.id, + "qty": 3, + "name": self.pkg_big_box.name, + "contained": [ + {"id": self.pkg_box.id, "qty": 4, "name": self.pkg_box.name}, + ], + }, + { + "id": self.pkg_box.id, + "qty": 1, + "name": self.pkg_box.name, + "contained": [ + {"id": self.uom_unit.id, "qty": 50, "name": self.uom_unit.name}, + ], + }, + { + "id": self.uom_unit.id, + "qty": 5, + "name": self.uom_unit.name, + "contained": [], + }, + ] + self.assertEqual( + self.product_a.product_qty_by_packaging(2655, with_contained=True), + expected, + ) + + def test_calc_sub2(self): + """Test contained packaging behavior 1.""" + self.pkg_box.qty = 30 + expected = [ + { + "id": self.pkg_pallet.id, + "qty": 1, + "name": self.pkg_pallet.name, + "contained": [ + { + "id": self.pkg_big_box.id, + "qty": 10, + "name": self.pkg_big_box.name, + }, + ], + }, + { + "id": self.pkg_big_box.id, + "qty": 3, + "name": self.pkg_big_box.name, + "contained": [ + {"id": self.pkg_box.id, "qty": 6, "name": self.pkg_box.name}, + {"id": self.uom_unit.id, "qty": 20, "name": self.uom_unit.name}, + ], + }, + { + "id": self.pkg_box.id, + "qty": 1, + "name": self.pkg_box.name, + "contained": [ + {"id": self.uom_unit.id, "qty": 30, "name": self.uom_unit.name}, + ], + }, + { + "id": self.uom_unit.id, + "qty": 25, + "name": self.uom_unit.name, + "contained": [], + }, + ] + self.assertEqual( + self.product_a.product_qty_by_packaging(2655, with_contained=True), + expected, + ) From 60ba21960f520b29ea21562fd7c5ad7dd7bd8260 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Tue, 9 Jun 2020 08:09:46 +0000 Subject: [PATCH 152/631] [UPD] README.rst --- stock_packaging_calculator/README.rst | 43 ++++++++--- .../static/description/index.html | 77 ++++++++++++------- 2 files changed, 83 insertions(+), 37 deletions(-) diff --git a/stock_packaging_calculator/README.rst b/stock_packaging_calculator/README.rst index 54e81badc..5bde39e25 100644 --- a/stock_packaging_calculator/README.rst +++ b/stock_packaging_calculator/README.rst @@ -25,9 +25,21 @@ Stock packaging calculator |badge1| |badge2| |badge3| |badge4| |badge5| - Basic module providing an helper method to calculate the quantity of product by packaging. +.. IMPORTANT:: + This is an alpha version, the data model and design can change at any time without warning. + Only for development or testing purpose, do not use in production. + `More details on development status `_ + +**Table of contents** + +.. contents:: + :local: + +Usage +===== + Imagine you have the following packagings: * Pallet: 1000 Units @@ -38,21 +50,32 @@ and you have to pick from your warehouse 2860 Units. Then you can do: - >>> product.product_qty_by_packaging(2860) + .. code-block:: - [(2, "Pallet"), (1, "Big Box"), (7, "Box"), (10, "Units")] + >>> product.product_qty_by_packaging(2860) + + [ + {"id": 1, "qty": 2, "name": "Pallet"}, + {"id": 2, "qty": 1, "name": "Big box"}, + {"id": 3, "qty": 7, "name": "Box"}, + {"id": 100, "qty": 10, "name": "Units"}, + ] With this you can show a proper message to warehouse operators to quickly pick the quantity they need. -.. IMPORTANT:: - This is an alpha version, the data model and design can change at any time without warning. - Only for development or testing purpose, do not use in production. - `More details on development status `_ +Optionally you can get contained packaging by passing `with_contained` flag: -**Table of contents** -.. contents:: - :local: + .. code-block:: + + >>> product.product_qty_by_packaging(2860, with_contained=True) + + [ + {"id": 1, "qty": 2, "name": "Pallet", "contained": [{"id": 2, "qty": 2, "name": "Big box"}]}, + {"id": 2, "qty": 1, "name": "Big box", "contained": [{"id": 3, "qty": 10, "name": "Box"}]}, + {"id": 3, "qty": 7, "name": "Box", "contained": [{"id": 100, "qty": 50, "name": "Units"}]}, + {"id": 100, "qty": 10, "name": "Units", "contained": []},}, + ] Known issues / Roadmap ====================== diff --git a/stock_packaging_calculator/static/description/index.html b/stock_packaging_calculator/static/description/index.html index b786d10ea..62793c551 100644 --- a/stock_packaging_calculator/static/description/index.html +++ b/stock_packaging_calculator/static/description/index.html @@ -369,21 +369,6 @@ ul.auto-toc { !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Alpha License: AGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runbot

Basic module providing an helper method to calculate the quantity of product by packaging.

-

Imagine you have the following packagings:

-
    -
  • Pallet: 1000 Units
  • -
  • Big box: 500 Units
  • -
  • Box: 50 Units
  • -
-

and you have to pick from your warehouse 2860 Units.

-

Then you can do:

-
-
->>> product.product_qty_by_packaging(2860)
-
-

[(2, “Pallet”), (1, “Big Box”), (7, “Box”), (10, “Units”)]

-
-

With this you can show a proper message to warehouse operators to quickly pick the quantity they need.

Important

This is an alpha version, the data model and design can change at any time without warning. @@ -393,18 +378,56 @@ Only for development or testing purpose, do not use in production.

Table of contents

+
+

Usage

+

Imagine you have the following packagings:

+
    +
  • Pallet: 1000 Units
  • +
  • Big box: 500 Units
  • +
  • Box: 50 Units
  • +
+

and you have to pick from your warehouse 2860 Units.

+

Then you can do:

+
+
+>>> product.product_qty_by_packaging(2860)
+
+[
+    {"id": 1, "qty": 2, "name": "Pallet"},
+    {"id": 2, "qty": 1, "name": "Big box"},
+    {"id": 3, "qty": 7, "name": "Box"},
+    {"id": 100, "qty": 10, "name": "Units"},
+]
+
+
+

With this you can show a proper message to warehouse operators to quickly pick the quantity they need.

+

Optionally you can get contained packaging by passing with_contained flag:

+
+
+>>> product.product_qty_by_packaging(2860, with_contained=True)
+
+[
+    {"id": 1, "qty": 2, "name": "Pallet", "contained": [{"id": 2, "qty": 2, "name": "Big box"}]},
+    {"id": 2, "qty": 1, "name": "Big box", "contained": [{"id": 3, "qty": 10, "name": "Box"}]},
+    {"id": 3, "qty": 7, "name": "Box", "contained": [{"id": 100, "qty": 50, "name": "Units"}]},
+    {"id": 100, "qty": 10, "name": "Units", "contained": []},},
+]
+
+
+
-

Known issues / Roadmap

+

Known issues / Roadmap

TODO

  1. Fractional quantities (eg: 0.5 Kg) are lost when counting units
  2. @@ -412,7 +435,7 @@ Only for development or testing purpose, do not use in production.
-

Bug Tracker

+

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed @@ -420,21 +443,21 @@ If you spotted it first, help us smashing it by providing a detailed and welcome

Do not contact contributors directly about support or help with technical issues.

-

Credits

+

Credits

-

Authors

+

Authors

  • Camptocamp
-

Maintainers

+

Maintainers

This module is maintained by the OCA.

Odoo Community Association

OCA, or the Odoo Community Association, is a nonprofit organization whose From a9beb26ed941a2f642a9886b2e2e413452c083fe Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Tue, 9 Jun 2020 08:09:47 +0000 Subject: [PATCH 153/631] stock_packaging_calculator 13.0.1.1.0 --- stock_packaging_calculator/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock_packaging_calculator/__manifest__.py b/stock_packaging_calculator/__manifest__.py index 4399bba90..731c263b0 100644 --- a/stock_packaging_calculator/__manifest__.py +++ b/stock_packaging_calculator/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Stock packaging calculator", "summary": "Compute product quantity to pick by packaging", - "version": "13.0.1.0.0", + "version": "13.0.1.1.0", "development_status": "Alpha", "category": "Warehouse Management", "website": "https://github.com/OCA/stock-logistics-warehouse", From 35d3eb7cc27a5fe30ff7a0af47ebb390496241f3 Mon Sep 17 00:00:00 2001 From: Simone Orsi Date: Tue, 9 Jun 2020 10:35:32 +0200 Subject: [PATCH 154/631] stock_packaging_calculator: make contained mapping computed Allows to reuse the mapping every time is needed. --- stock_packaging_calculator/models/product.py | 66 +++++++++++++++---- .../tests/test_packaging_calc.py | 49 +++++++++++++- 2 files changed, 99 insertions(+), 16 deletions(-) diff --git a/stock_packaging_calculator/models/product.py b/stock_packaging_calculator/models/product.py index 2679b0fd6..4d74f5652 100644 --- a/stock_packaging_calculator/models/product.py +++ b/stock_packaging_calculator/models/product.py @@ -3,16 +3,45 @@ from collections import namedtuple -from odoo import models +from odoo import api, models from odoo.tools import float_compare +from odoo.addons.base_sparse_field.models.fields import Serialized + # Unify records as we mix up w/ UoM -Packaging = namedtuple("Packaging", "id name qty") +Packaging = namedtuple("Packaging", "id name qty is_unit") class Product(models.Model): _inherit = "product.product" + packaging_contained_mapping = Serialized( + compute="_compute_packaging_contained_mapping", + help="Technical field to store contained packaging. ", + ) + + @api.depends("packaging_ids.qty") + def _compute_packaging_contained_mapping(self): + for rec in self: + rec.packaging_contained_mapping = rec._packaging_contained_mapping() + + def _packaging_contained_mapping(self): + """Produce a mapping of packaging and contained packagings. + + Used mainly for `product_qty_by_packaging` but can be used + to display info as you prefer. + + :returns: a dictionary in the form {pkg.id: [contained packages]} + """ + res = {} + packaging = self._ordered_packaging() + for i, pkg in enumerate(packaging): + if pkg.is_unit: + # skip minimal unit + continue + res[pkg.id] = self._product_qty_by_packaging(packaging[i + 1 :], pkg.qty) + return res + def product_qty_by_packaging(self, prod_qty, with_contained=False): """Calculate quantity by packaging. @@ -34,31 +63,42 @@ class Product(models.Model): {contained: [{id: 1, qty: 4, name: "Big box"}]} """ - packagings = [Packaging(x.id, x.name, x.qty) for x in self.packaging_ids] + return self._product_qty_by_packaging( + self._ordered_packaging(), prod_qty, with_contained=with_contained, + ) + + def _ordered_packaging(self): + """Prepare packaging ordered by qty and exclude empty ones.""" + packagings = [ + Packaging(x.id, x.name, x.qty, False) + for x in self.packaging_ids + # Exclude the ones w/ zero qty as they are useless for the math + if x.qty + ] # Add minimal unit packagings.append( # NOTE: the ID here could clash w/ one of the packaging's. # If you create a mapping based on IDs, keep this in mind. - Packaging(self.uom_id.id, self.uom_id.name, self.uom_id.factor) - ) - return self._product_qty_by_packaging( - sorted(packagings, reverse=True, key=lambda x: x.qty), - prod_qty, - with_contained=with_contained, + # You can use `is_unit` to check this. + Packaging(self.uom_id.id, self.uom_id.name, self.uom_id.factor, True) ) + return sorted(packagings, reverse=True, key=lambda x: x.qty) def _product_qty_by_packaging(self, pkg_by_qty, qty, with_contained=False): """Produce a list of dictionaries of packaging info.""" # TODO: refactor to handle fractional quantities (eg: 0.5 Kg) res = [] - for i, pkg in enumerate(pkg_by_qty): + for pkg in pkg_by_qty: qty_per_pkg, qty = self._qty_by_pkg(pkg.qty, qty) if qty_per_pkg: value = {"id": pkg.id, "qty": qty_per_pkg, "name": pkg.name} if with_contained: - value["contained"] = self._product_qty_by_packaging( - pkg_by_qty[i + 1 :], pkg.qty - ) + contained = None + if not pkg.is_unit: + mapping = self.packaging_contained_mapping + # integer keys are serialized as strings :/ + contained = mapping.get(str(pkg.id)) + value["contained"] = contained res.append(value) if not qty: break diff --git a/stock_packaging_calculator/tests/test_packaging_calc.py b/stock_packaging_calculator/tests/test_packaging_calc.py index 39d03e01b..3482d4329 100644 --- a/stock_packaging_calculator/tests/test_packaging_calc.py +++ b/stock_packaging_calculator/tests/test_packaging_calc.py @@ -4,6 +4,10 @@ from odoo.tests import SavepointCase class TestCalc(SavepointCase): + + at_install = False + post_install = True + @classmethod def setUpClass(cls): super().setUpClass() @@ -12,7 +16,6 @@ class TestCalc(SavepointCase): cls.product_a = cls.env["product.product"].create( { "name": "Product A", - "type": "product", "uom_id": cls.uom_unit.id, "uom_po_id": cls.uom_unit.id, } @@ -27,6 +30,46 @@ class TestCalc(SavepointCase): {"name": "Pallet", "product_id": cls.product_a.id, "qty": 2000} ) + def test_contained_mapping(self): + self.assertEqual( + self.product_a.packaging_contained_mapping, + { + str(self.pkg_pallet.id): [ + { + "id": self.pkg_big_box.id, + "qty": 10, + "name": self.pkg_big_box.name, + }, + ], + str(self.pkg_big_box.id): [ + {"id": self.pkg_box.id, "qty": 4, "name": self.pkg_box.name}, + ], + str(self.pkg_box.id): [ + {"id": self.uom_unit.id, "qty": 50, "name": self.uom_unit.name}, + ], + }, + ) + # Update pkg qty + self.pkg_pallet.qty = 4000 + self.assertEqual( + self.product_a.packaging_contained_mapping, + { + str(self.pkg_pallet.id): [ + { + "id": self.pkg_big_box.id, + "qty": 20, + "name": self.pkg_big_box.name, + }, + ], + str(self.pkg_big_box.id): [ + {"id": self.pkg_box.id, "qty": 4, "name": self.pkg_box.name}, + ], + str(self.pkg_box.id): [ + {"id": self.uom_unit.id, "qty": 50, "name": self.uom_unit.name}, + ], + }, + ) + def test_calc_1(self): """Test easy behavior 1.""" expected = [ @@ -95,7 +138,7 @@ class TestCalc(SavepointCase): "id": self.uom_unit.id, "qty": 5, "name": self.uom_unit.name, - "contained": [], + "contained": None, }, ] self.assertEqual( @@ -140,7 +183,7 @@ class TestCalc(SavepointCase): "id": self.uom_unit.id, "qty": 25, "name": self.uom_unit.name, - "contained": [], + "contained": None, }, ] self.assertEqual( From 860555f49822313bf5411785a6f3356619d2676a Mon Sep 17 00:00:00 2001 From: oca-travis Date: Mon, 22 Jun 2020 12:42:15 +0000 Subject: [PATCH 155/631] [UPD] Update stock_packaging_calculator.pot --- .../i18n/stock_packaging_calculator.pot | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/stock_packaging_calculator/i18n/stock_packaging_calculator.pot b/stock_packaging_calculator/i18n/stock_packaging_calculator.pot index 775124a33..92a274c4a 100644 --- a/stock_packaging_calculator/i18n/stock_packaging_calculator.pot +++ b/stock_packaging_calculator/i18n/stock_packaging_calculator.pot @@ -13,7 +13,17 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: \n" +#. module: stock_packaging_calculator +#: model:ir.model.fields,field_description:stock_packaging_calculator.field_product_product__packaging_contained_mapping +msgid "Packaging Contained Mapping" +msgstr "" + #. module: stock_packaging_calculator #: model:ir.model,name:stock_packaging_calculator.model_product_product msgid "Product" msgstr "" + +#. module: stock_packaging_calculator +#: model:ir.model.fields,help:stock_packaging_calculator.field_product_product__packaging_contained_mapping +msgid "Technical field to store contained packaging. " +msgstr "" From e77326a25c509066bd3fe7afaa2c00c871415a08 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Mon, 22 Jun 2020 13:05:22 +0000 Subject: [PATCH 156/631] stock_packaging_calculator 13.0.1.2.0 --- stock_packaging_calculator/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock_packaging_calculator/__manifest__.py b/stock_packaging_calculator/__manifest__.py index 731c263b0..3285010a5 100644 --- a/stock_packaging_calculator/__manifest__.py +++ b/stock_packaging_calculator/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Stock packaging calculator", "summary": "Compute product quantity to pick by packaging", - "version": "13.0.1.1.0", + "version": "13.0.1.2.0", "development_status": "Alpha", "category": "Warehouse Management", "website": "https://github.com/OCA/stock-logistics-warehouse", From 423cd926c63d66471618f6ce85aafcfd6734ac7f Mon Sep 17 00:00:00 2001 From: Simone Orsi Date: Tue, 30 Jun 2020 14:16:42 +0200 Subject: [PATCH 157/631] stock_packaging_calculator: add support for packaging filter --- stock_packaging_calculator/models/product.py | 9 +++++++-- .../tests/test_packaging_calc.py | 14 ++++++++++++++ 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/stock_packaging_calculator/models/product.py b/stock_packaging_calculator/models/product.py index 4d74f5652..88332de81 100644 --- a/stock_packaging_calculator/models/product.py +++ b/stock_packaging_calculator/models/product.py @@ -68,10 +68,15 @@ class Product(models.Model): ) def _ordered_packaging(self): - """Prepare packaging ordered by qty and exclude empty ones.""" + """Prepare packaging ordered by qty and exclude empty ones. + + Use ctx key `_packaging_filter` to pass a function to filter packaging + to be considered. + """ + custom_filter = self.env.context.get("_packaging_filter", lambda x: x) packagings = [ Packaging(x.id, x.name, x.qty, False) - for x in self.packaging_ids + for x in self.packaging_ids.filtered(custom_filter) # Exclude the ones w/ zero qty as they are useless for the math if x.qty ] diff --git a/stock_packaging_calculator/tests/test_packaging_calc.py b/stock_packaging_calculator/tests/test_packaging_calc.py index 3482d4329..fcee8dd5a 100644 --- a/stock_packaging_calculator/tests/test_packaging_calc.py +++ b/stock_packaging_calculator/tests/test_packaging_calc.py @@ -103,6 +103,20 @@ class TestCalc(SavepointCase): ] self.assertEqual(self.product_a.product_qty_by_packaging(50.5), expected) + def test_calc_filter(self): + """Test packaging filter.""" + expected = [ + {"id": self.pkg_big_box.id, "qty": 13, "name": self.pkg_big_box.name}, + {"id": self.pkg_box.id, "qty": 1, "name": self.pkg_box.name}, + {"id": self.uom_unit.id, "qty": 5, "name": self.uom_unit.name}, + ] + self.assertEqual( + self.product_a.with_context( + _packaging_filter=lambda x: x != self.pkg_pallet + ).product_qty_by_packaging(2655), + expected, + ) + def test_calc_sub1(self): """Test contained packaging behavior 1.""" expected = [ From 311c50025a165c918e18989c13bdcb3d8aa2aa52 Mon Sep 17 00:00:00 2001 From: Simone Orsi Date: Tue, 30 Jun 2020 14:29:58 +0200 Subject: [PATCH 158/631] stock_packaging_calculator: add support for custom packaging name --- stock_packaging_calculator/models/product.py | 6 +++++- .../tests/test_packaging_calc.py | 19 +++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/stock_packaging_calculator/models/product.py b/stock_packaging_calculator/models/product.py index 88332de81..b81ac2107 100644 --- a/stock_packaging_calculator/models/product.py +++ b/stock_packaging_calculator/models/product.py @@ -72,10 +72,14 @@ class Product(models.Model): Use ctx key `_packaging_filter` to pass a function to filter packaging to be considered. + + Use ctx key `_packaging_name_getter` to pass a function to change + the display name of the packaging. """ custom_filter = self.env.context.get("_packaging_filter", lambda x: x) + name_getter = self.env.context.get("_packaging_name_getter", lambda x: x.name) packagings = [ - Packaging(x.id, x.name, x.qty, False) + Packaging(x.id, name_getter(x), x.qty, False) for x in self.packaging_ids.filtered(custom_filter) # Exclude the ones w/ zero qty as they are useless for the math if x.qty diff --git a/stock_packaging_calculator/tests/test_packaging_calc.py b/stock_packaging_calculator/tests/test_packaging_calc.py index fcee8dd5a..7a6b643b3 100644 --- a/stock_packaging_calculator/tests/test_packaging_calc.py +++ b/stock_packaging_calculator/tests/test_packaging_calc.py @@ -117,6 +117,25 @@ class TestCalc(SavepointCase): expected, ) + def test_calc_name_get(self): + """Test custom name getter.""" + expected = [ + {"id": self.pkg_pallet.id, "qty": 1, "name": "FOO " + self.pkg_pallet.name}, + { + "id": self.pkg_big_box.id, + "qty": 3, + "name": "FOO " + self.pkg_big_box.name, + }, + {"id": self.pkg_box.id, "qty": 1, "name": "FOO " + self.pkg_box.name}, + {"id": self.uom_unit.id, "qty": 5, "name": self.uom_unit.name}, + ] + self.assertEqual( + self.product_a.with_context( + _packaging_name_getter=lambda x: "FOO " + x.name + ).product_qty_by_packaging(2655), + expected, + ) + def test_calc_sub1(self): """Test contained packaging behavior 1.""" expected = [ From 9a4b3a6c46669dbd9e5f03129458e0d4d7658710 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Wed, 1 Jul 2020 06:51:32 +0000 Subject: [PATCH 159/631] stock_packaging_calculator 13.0.1.3.0 --- stock_packaging_calculator/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock_packaging_calculator/__manifest__.py b/stock_packaging_calculator/__manifest__.py index 3285010a5..1fa33ec03 100644 --- a/stock_packaging_calculator/__manifest__.py +++ b/stock_packaging_calculator/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Stock packaging calculator", "summary": "Compute product quantity to pick by packaging", - "version": "13.0.1.2.0", + "version": "13.0.1.3.0", "development_status": "Alpha", "category": "Warehouse Management", "website": "https://github.com/OCA/stock-logistics-warehouse", From 181228f877433feaa5d241c1a10f802fbef7213a Mon Sep 17 00:00:00 2001 From: Simone Orsi Date: Wed, 15 Jul 2020 17:29:44 +0200 Subject: [PATCH 160/631] Re-license stock_packaging_calculator w/ LGPL --- stock_packaging_calculator/README.rst | 6 +++--- stock_packaging_calculator/__manifest__.py | 4 ++-- stock_packaging_calculator/models/product.py | 2 +- stock_packaging_calculator/static/description/index.html | 2 +- stock_packaging_calculator/tests/test_packaging_calc.py | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/stock_packaging_calculator/README.rst b/stock_packaging_calculator/README.rst index 5bde39e25..d6cc846cd 100644 --- a/stock_packaging_calculator/README.rst +++ b/stock_packaging_calculator/README.rst @@ -10,9 +10,9 @@ Stock packaging calculator .. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png :target: https://odoo-community.org/page/development-status :alt: Alpha -.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png - :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html - :alt: License: AGPL-3 +.. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png + :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html + :alt: License: LGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--warehouse-lightgray.png?logo=github :target: https://github.com/OCA/stock-logistics-warehouse/tree/13.0/stock_packaging_calculator :alt: OCA/stock-logistics-warehouse diff --git a/stock_packaging_calculator/__manifest__.py b/stock_packaging_calculator/__manifest__.py index 1fa33ec03..3ab1b5ebd 100644 --- a/stock_packaging_calculator/__manifest__.py +++ b/stock_packaging_calculator/__manifest__.py @@ -1,5 +1,5 @@ # Copyright 2020 Camptocamp SA -# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl) +# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl) { "name": "Stock packaging calculator", "summary": "Compute product quantity to pick by packaging", @@ -8,7 +8,7 @@ "category": "Warehouse Management", "website": "https://github.com/OCA/stock-logistics-warehouse", "author": "Camptocamp, Odoo Community Association (OCA)", - "license": "AGPL-3", + "license": "LGPL-3", "application": False, "installable": True, "depends": ["product"], diff --git a/stock_packaging_calculator/models/product.py b/stock_packaging_calculator/models/product.py index b81ac2107..752af5d3f 100644 --- a/stock_packaging_calculator/models/product.py +++ b/stock_packaging_calculator/models/product.py @@ -1,5 +1,5 @@ # Copyright 2020 Camptocamp SA -# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl) +# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl) from collections import namedtuple diff --git a/stock_packaging_calculator/static/description/index.html b/stock_packaging_calculator/static/description/index.html index 62793c551..ebff58a67 100644 --- a/stock_packaging_calculator/static/description/index.html +++ b/stock_packaging_calculator/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Alpha License: AGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runbot

+

Alpha License: LGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runbot

Basic module providing an helper method to calculate the quantity of product by packaging.

Important

diff --git a/stock_packaging_calculator/tests/test_packaging_calc.py b/stock_packaging_calculator/tests/test_packaging_calc.py index 7a6b643b3..b3b4fbbd6 100644 --- a/stock_packaging_calculator/tests/test_packaging_calc.py +++ b/stock_packaging_calculator/tests/test_packaging_calc.py @@ -1,5 +1,5 @@ # Copyright 2020 Camptocamp SA -# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl) +# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl) from odoo.tests import SavepointCase From 06aa71884185583ca42cc713878c290650b2d4d7 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Thu, 16 Jul 2020 11:23:27 +0000 Subject: [PATCH 161/631] stock_packaging_calculator 13.0.1.4.0 --- stock_packaging_calculator/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock_packaging_calculator/__manifest__.py b/stock_packaging_calculator/__manifest__.py index 3ab1b5ebd..cfbf256af 100644 --- a/stock_packaging_calculator/__manifest__.py +++ b/stock_packaging_calculator/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Stock packaging calculator", "summary": "Compute product quantity to pick by packaging", - "version": "13.0.1.3.0", + "version": "13.0.1.4.0", "development_status": "Alpha", "category": "Warehouse Management", "website": "https://github.com/OCA/stock-logistics-warehouse", From 37d44c72e6528c6c7f779ddf8030e33a73d71801 Mon Sep 17 00:00:00 2001 From: Tonow-c2c Date: Mon, 6 Jul 2020 16:26:25 +0200 Subject: [PATCH 162/631] [IMP][stock_packaging_calculator] Add key is_unit for in the packaging calculator return --- stock_packaging_calculator/models/product.py | 7 +- .../tests/test_packaging_calc.py | 137 +++++++++++++++--- 2 files changed, 125 insertions(+), 19 deletions(-) diff --git a/stock_packaging_calculator/models/product.py b/stock_packaging_calculator/models/product.py index 752af5d3f..31e8db70b 100644 --- a/stock_packaging_calculator/models/product.py +++ b/stock_packaging_calculator/models/product.py @@ -100,7 +100,12 @@ class Product(models.Model): for pkg in pkg_by_qty: qty_per_pkg, qty = self._qty_by_pkg(pkg.qty, qty) if qty_per_pkg: - value = {"id": pkg.id, "qty": qty_per_pkg, "name": pkg.name} + value = { + "id": pkg.id, + "qty": qty_per_pkg, + "name": pkg.name, + "is_unit": pkg.is_unit, + } if with_contained: contained = None if not pkg.is_unit: diff --git a/stock_packaging_calculator/tests/test_packaging_calc.py b/stock_packaging_calculator/tests/test_packaging_calc.py index b3b4fbbd6..19207c592 100644 --- a/stock_packaging_calculator/tests/test_packaging_calc.py +++ b/stock_packaging_calculator/tests/test_packaging_calc.py @@ -39,13 +39,24 @@ class TestCalc(SavepointCase): "id": self.pkg_big_box.id, "qty": 10, "name": self.pkg_big_box.name, + "is_unit": False, }, ], str(self.pkg_big_box.id): [ - {"id": self.pkg_box.id, "qty": 4, "name": self.pkg_box.name}, + { + "id": self.pkg_box.id, + "qty": 4, + "name": self.pkg_box.name, + "is_unit": False, + }, ], str(self.pkg_box.id): [ - {"id": self.uom_unit.id, "qty": 50, "name": self.uom_unit.name}, + { + "id": self.uom_unit.id, + "qty": 50, + "name": self.uom_unit.name, + "is_unit": False, + }, ], }, ) @@ -59,13 +70,24 @@ class TestCalc(SavepointCase): "id": self.pkg_big_box.id, "qty": 20, "name": self.pkg_big_box.name, + "is_unit": False, }, ], str(self.pkg_big_box.id): [ - {"id": self.pkg_box.id, "qty": 4, "name": self.pkg_box.name}, + { + "id": self.pkg_box.id, + "qty": 4, + "name": self.pkg_box.name, + "is_unit": False, + }, ], str(self.pkg_box.id): [ - {"id": self.uom_unit.id, "qty": 50, "name": self.uom_unit.name}, + { + "id": self.uom_unit.id, + "qty": 50, + "name": self.uom_unit.name, + "is_unit": False, + }, ], }, ) @@ -73,42 +95,102 @@ class TestCalc(SavepointCase): def test_calc_1(self): """Test easy behavior 1.""" expected = [ - {"id": self.pkg_pallet.id, "qty": 1, "name": self.pkg_pallet.name}, - {"id": self.pkg_big_box.id, "qty": 3, "name": self.pkg_big_box.name}, - {"id": self.pkg_box.id, "qty": 1, "name": self.pkg_box.name}, - {"id": self.uom_unit.id, "qty": 5, "name": self.uom_unit.name}, + { + "id": self.pkg_pallet.id, + "qty": 1, + "name": self.pkg_pallet.name, + "is_unit": False, + }, + { + "id": self.pkg_big_box.id, + "qty": 3, + "name": self.pkg_big_box.name, + "is_unit": False, + }, + { + "id": self.pkg_box.id, + "qty": 1, + "name": self.pkg_box.name, + "is_unit": False, + }, + { + "id": self.uom_unit.id, + "qty": 5, + "name": self.uom_unit.name, + "is_unit": True, + }, ] self.assertEqual(self.product_a.product_qty_by_packaging(2655), expected) def test_calc_2(self): """Test easy behavior 2.""" expected = [ - {"id": self.pkg_big_box.id, "qty": 1, "name": self.pkg_big_box.name}, - {"id": self.pkg_box.id, "qty": 3, "name": self.pkg_box.name}, + { + "id": self.pkg_big_box.id, + "qty": 1, + "name": self.pkg_big_box.name, + "is_unit": False, + }, + { + "id": self.pkg_box.id, + "qty": 3, + "name": self.pkg_box.name, + "is_unit": False, + }, ] self.assertEqual(self.product_a.product_qty_by_packaging(350), expected) def test_calc_3(self): """Test easy behavior 3.""" expected = [ - {"id": self.pkg_box.id, "qty": 1, "name": self.pkg_box.name}, - {"id": self.uom_unit.id, "qty": 30, "name": self.uom_unit.name}, + { + "id": self.pkg_box.id, + "qty": 1, + "name": self.pkg_box.name, + "is_unit": False, + }, + { + "id": self.uom_unit.id, + "qty": 30, + "name": self.uom_unit.name, + "is_unit": True, + }, ] self.assertEqual(self.product_a.product_qty_by_packaging(80), expected) def test_calc_6(self): """Test fractional qty is lost.""" expected = [ - {"id": self.pkg_box.id, "qty": 1, "name": self.pkg_box.name}, + { + "id": self.pkg_box.id, + "qty": 1, + "name": self.pkg_box.name, + "is_unit": False, + }, ] self.assertEqual(self.product_a.product_qty_by_packaging(50.5), expected) def test_calc_filter(self): """Test packaging filter.""" expected = [ - {"id": self.pkg_big_box.id, "qty": 13, "name": self.pkg_big_box.name}, - {"id": self.pkg_box.id, "qty": 1, "name": self.pkg_box.name}, - {"id": self.uom_unit.id, "qty": 5, "name": self.uom_unit.name}, + { + "id": self.pkg_big_box.id, + "qty": 13, + "name": self.pkg_big_box.name, + "is_unit": False, + }, + { + "id": self.pkg_box.id, + "qty": 1, + "name": self.pkg_box.name, + "is_unit": False, + }, + { + "id": self.uom_unit.id, + "qty": 5, + "name": self.uom_unit.name, + "is_unit": True, + }, ] self.assertEqual( self.product_a.with_context( @@ -125,9 +207,20 @@ class TestCalc(SavepointCase): "id": self.pkg_big_box.id, "qty": 3, "name": "FOO " + self.pkg_big_box.name, + "is_unit": False, + }, + { + "id": self.pkg_box.id, + "qty": 1, + "name": "FOO " + self.pkg_box.name, + "is_unit": False, + }, + { + "id": self.uom_unit.id, + "qty": 5, + "name": self.uom_unit.name, + "is_unit": True, }, - {"id": self.pkg_box.id, "qty": 1, "name": "FOO " + self.pkg_box.name}, - {"id": self.uom_unit.id, "qty": 5, "name": self.uom_unit.name}, ] self.assertEqual( self.product_a.with_context( @@ -143,6 +236,7 @@ class TestCalc(SavepointCase): "id": self.pkg_pallet.id, "qty": 1, "name": self.pkg_pallet.name, + "is_unit": False, "contained": [ { "id": self.pkg_big_box.id, @@ -155,6 +249,7 @@ class TestCalc(SavepointCase): "id": self.pkg_big_box.id, "qty": 3, "name": self.pkg_big_box.name, + "is_unit": False, "contained": [ {"id": self.pkg_box.id, "qty": 4, "name": self.pkg_box.name}, ], @@ -163,6 +258,7 @@ class TestCalc(SavepointCase): "id": self.pkg_box.id, "qty": 1, "name": self.pkg_box.name, + "is_unit": False, "contained": [ {"id": self.uom_unit.id, "qty": 50, "name": self.uom_unit.name}, ], @@ -171,6 +267,7 @@ class TestCalc(SavepointCase): "id": self.uom_unit.id, "qty": 5, "name": self.uom_unit.name, + "is_unit": True, "contained": None, }, ] @@ -192,6 +289,7 @@ class TestCalc(SavepointCase): "id": self.pkg_big_box.id, "qty": 10, "name": self.pkg_big_box.name, + "is_unit": False, }, ], }, @@ -199,6 +297,7 @@ class TestCalc(SavepointCase): "id": self.pkg_big_box.id, "qty": 3, "name": self.pkg_big_box.name, + "is_unit": False, "contained": [ {"id": self.pkg_box.id, "qty": 6, "name": self.pkg_box.name}, {"id": self.uom_unit.id, "qty": 20, "name": self.uom_unit.name}, @@ -208,6 +307,7 @@ class TestCalc(SavepointCase): "id": self.pkg_box.id, "qty": 1, "name": self.pkg_box.name, + "is_unit": False, "contained": [ {"id": self.uom_unit.id, "qty": 30, "name": self.uom_unit.name}, ], @@ -216,6 +316,7 @@ class TestCalc(SavepointCase): "id": self.uom_unit.id, "qty": 25, "name": self.uom_unit.name, + "is_unit": True, "contained": None, }, ] From bac56d52ae884dff65dafb823ad1abeb5562eee9 Mon Sep 17 00:00:00 2001 From: Akim Juillerat Date: Thu, 16 Jul 2020 10:35:53 +0200 Subject: [PATCH 163/631] stock_packaging_calculator: Add hook on packaging values Fix tests --- stock_packaging_calculator/models/product.py | 16 ++++--- .../tests/test_packaging_calc.py | 48 +++++++++++++++---- 2 files changed, 50 insertions(+), 14 deletions(-) diff --git a/stock_packaging_calculator/models/product.py b/stock_packaging_calculator/models/product.py index 31e8db70b..4d670716f 100644 --- a/stock_packaging_calculator/models/product.py +++ b/stock_packaging_calculator/models/product.py @@ -63,6 +63,7 @@ class Product(models.Model): {contained: [{id: 1, qty: 4, name: "Big box"}]} """ + self.ensure_one() return self._product_qty_by_packaging( self._ordered_packaging(), prod_qty, with_contained=with_contained, ) @@ -100,12 +101,7 @@ class Product(models.Model): for pkg in pkg_by_qty: qty_per_pkg, qty = self._qty_by_pkg(pkg.qty, qty) if qty_per_pkg: - value = { - "id": pkg.id, - "qty": qty_per_pkg, - "name": pkg.name, - "is_unit": pkg.is_unit, - } + value = self._prepare_qty_by_packaging_values(pkg, qty_per_pkg) if with_contained: contained = None if not pkg.is_unit: @@ -128,3 +124,11 @@ class Product(models.Model): qty -= pkg_qty qty_per_pkg += 1 return qty_per_pkg, qty + + def _prepare_qty_by_packaging_values(self, packaging, qty_per_pkg): + return { + "id": packaging.id, + "qty": qty_per_pkg, + "name": packaging.name, + "is_unit": packaging.is_unit, + } diff --git a/stock_packaging_calculator/tests/test_packaging_calc.py b/stock_packaging_calculator/tests/test_packaging_calc.py index 19207c592..c7ab405bd 100644 --- a/stock_packaging_calculator/tests/test_packaging_calc.py +++ b/stock_packaging_calculator/tests/test_packaging_calc.py @@ -55,7 +55,7 @@ class TestCalc(SavepointCase): "id": self.uom_unit.id, "qty": 50, "name": self.uom_unit.name, - "is_unit": False, + "is_unit": True, }, ], }, @@ -86,7 +86,7 @@ class TestCalc(SavepointCase): "id": self.uom_unit.id, "qty": 50, "name": self.uom_unit.name, - "is_unit": False, + "is_unit": True, }, ], }, @@ -202,7 +202,12 @@ class TestCalc(SavepointCase): def test_calc_name_get(self): """Test custom name getter.""" expected = [ - {"id": self.pkg_pallet.id, "qty": 1, "name": "FOO " + self.pkg_pallet.name}, + { + "id": self.pkg_pallet.id, + "qty": 1, + "name": "FOO " + self.pkg_pallet.name, + "is_unit": False, + }, { "id": self.pkg_big_box.id, "qty": 3, @@ -242,6 +247,7 @@ class TestCalc(SavepointCase): "id": self.pkg_big_box.id, "qty": 10, "name": self.pkg_big_box.name, + "is_unit": False, }, ], }, @@ -251,7 +257,12 @@ class TestCalc(SavepointCase): "name": self.pkg_big_box.name, "is_unit": False, "contained": [ - {"id": self.pkg_box.id, "qty": 4, "name": self.pkg_box.name}, + { + "id": self.pkg_box.id, + "qty": 4, + "name": self.pkg_box.name, + "is_unit": False, + }, ], }, { @@ -260,7 +271,12 @@ class TestCalc(SavepointCase): "name": self.pkg_box.name, "is_unit": False, "contained": [ - {"id": self.uom_unit.id, "qty": 50, "name": self.uom_unit.name}, + { + "id": self.uom_unit.id, + "qty": 50, + "name": self.uom_unit.name, + "is_unit": True, + }, ], }, { @@ -284,6 +300,7 @@ class TestCalc(SavepointCase): "id": self.pkg_pallet.id, "qty": 1, "name": self.pkg_pallet.name, + "is_unit": False, "contained": [ { "id": self.pkg_big_box.id, @@ -299,8 +316,18 @@ class TestCalc(SavepointCase): "name": self.pkg_big_box.name, "is_unit": False, "contained": [ - {"id": self.pkg_box.id, "qty": 6, "name": self.pkg_box.name}, - {"id": self.uom_unit.id, "qty": 20, "name": self.uom_unit.name}, + { + "id": self.pkg_box.id, + "qty": 6, + "name": self.pkg_box.name, + "is_unit": False, + }, + { + "id": self.uom_unit.id, + "qty": 20, + "name": self.uom_unit.name, + "is_unit": True, + }, ], }, { @@ -309,7 +336,12 @@ class TestCalc(SavepointCase): "name": self.pkg_box.name, "is_unit": False, "contained": [ - {"id": self.uom_unit.id, "qty": 30, "name": self.uom_unit.name}, + { + "id": self.uom_unit.id, + "qty": 30, + "name": self.uom_unit.name, + "is_unit": True, + }, ], }, { From 50f2fd68804bb7637a44092f3062ded31a7f966c Mon Sep 17 00:00:00 2001 From: Simone Orsi Date: Fri, 17 Jul 2020 17:20:45 +0200 Subject: [PATCH 164/631] stock_packaging_calculator 13.0.1.5.0 --- stock_packaging_calculator/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock_packaging_calculator/__manifest__.py b/stock_packaging_calculator/__manifest__.py index cfbf256af..d5aa12d87 100644 --- a/stock_packaging_calculator/__manifest__.py +++ b/stock_packaging_calculator/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Stock packaging calculator", "summary": "Compute product quantity to pick by packaging", - "version": "13.0.1.4.0", + "version": "13.0.1.5.0", "development_status": "Alpha", "category": "Warehouse Management", "website": "https://github.com/OCA/stock-logistics-warehouse", From 5d0de4b14325353ea115b074624221c0ec2f95ed Mon Sep 17 00:00:00 2001 From: Simone Orsi Date: Mon, 3 Aug 2020 10:20:33 +0200 Subject: [PATCH 165/631] packaging_calculator: fix sorting Make sure unit is always the last element in the list. --- stock_packaging_calculator/models/product.py | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/stock_packaging_calculator/models/product.py b/stock_packaging_calculator/models/product.py index 4d670716f..89eadf5c5 100644 --- a/stock_packaging_calculator/models/product.py +++ b/stock_packaging_calculator/models/product.py @@ -79,12 +79,16 @@ class Product(models.Model): """ custom_filter = self.env.context.get("_packaging_filter", lambda x: x) name_getter = self.env.context.get("_packaging_name_getter", lambda x: x.name) - packagings = [ - Packaging(x.id, name_getter(x), x.qty, False) - for x in self.packaging_ids.filtered(custom_filter) - # Exclude the ones w/ zero qty as they are useless for the math - if x.qty - ] + packagings = sorted( + [ + Packaging(x.id, name_getter(x), x.qty, False) + for x in self.packaging_ids.filtered(custom_filter) + # Exclude the ones w/ zero qty as they are useless for the math + if x.qty + ], + reverse=True, + key=lambda x: x.qty, + ) # Add minimal unit packagings.append( # NOTE: the ID here could clash w/ one of the packaging's. @@ -92,7 +96,7 @@ class Product(models.Model): # You can use `is_unit` to check this. Packaging(self.uom_id.id, self.uom_id.name, self.uom_id.factor, True) ) - return sorted(packagings, reverse=True, key=lambda x: x.qty) + return packagings def _product_qty_by_packaging(self, pkg_by_qty, qty, with_contained=False): """Produce a list of dictionaries of packaging info.""" From e713b1d8055b931fda5336c59dafa97d07187875 Mon Sep 17 00:00:00 2001 From: Simone Orsi Date: Mon, 3 Aug 2020 10:30:06 +0200 Subject: [PATCH 166/631] packaging_calculator: allow custom value handler Use _packaging_values_handler ctx key to pass your own handler for specific on demand overrides. --- stock_packaging_calculator/models/product.py | 5 ++++- .../tests/test_packaging_calc.py | 18 ++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/stock_packaging_calculator/models/product.py b/stock_packaging_calculator/models/product.py index 89eadf5c5..69a85ec09 100644 --- a/stock_packaging_calculator/models/product.py +++ b/stock_packaging_calculator/models/product.py @@ -102,10 +102,13 @@ class Product(models.Model): """Produce a list of dictionaries of packaging info.""" # TODO: refactor to handle fractional quantities (eg: 0.5 Kg) res = [] + prepare_values = self.env.context.get( + "_packaging_values_handler", self._prepare_qty_by_packaging_values + ) for pkg in pkg_by_qty: qty_per_pkg, qty = self._qty_by_pkg(pkg.qty, qty) if qty_per_pkg: - value = self._prepare_qty_by_packaging_values(pkg, qty_per_pkg) + value = prepare_values(pkg, qty_per_pkg) if with_contained: contained = None if not pkg.is_unit: diff --git a/stock_packaging_calculator/tests/test_packaging_calc.py b/stock_packaging_calculator/tests/test_packaging_calc.py index c7ab405bd..1bc721086 100644 --- a/stock_packaging_calculator/tests/test_packaging_calc.py +++ b/stock_packaging_calculator/tests/test_packaging_calc.py @@ -234,6 +234,24 @@ class TestCalc(SavepointCase): expected, ) + def test_calc_custom_values(self): + """Test custom values handler.""" + expected = [ + {"my_qty": 1, "foo": self.pkg_pallet.name}, + {"my_qty": 3, "foo": self.pkg_big_box.name}, + {"my_qty": 1, "foo": self.pkg_box.name}, + {"my_qty": 5, "foo": self.uom_unit.name}, + ] + self.assertEqual( + self.product_a.with_context( + _packaging_values_handler=lambda pkg, qty_per_pkg: { + "my_qty": qty_per_pkg, + "foo": pkg.name, + } + ).product_qty_by_packaging(2655), + expected, + ) + def test_calc_sub1(self): """Test contained packaging behavior 1.""" expected = [ From 5c2e751416fc2312d0672dba7f3d344130c86d97 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Tue, 11 Aug 2020 13:57:32 +0000 Subject: [PATCH 167/631] stock_packaging_calculator 13.0.1.6.0 --- stock_packaging_calculator/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock_packaging_calculator/__manifest__.py b/stock_packaging_calculator/__manifest__.py index d5aa12d87..d31c5853c 100644 --- a/stock_packaging_calculator/__manifest__.py +++ b/stock_packaging_calculator/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Stock packaging calculator", "summary": "Compute product quantity to pick by packaging", - "version": "13.0.1.5.0", + "version": "13.0.1.6.0", "development_status": "Alpha", "category": "Warehouse Management", "website": "https://github.com/OCA/stock-logistics-warehouse", From 02ba4eebfebb35d4b3b295b4e9dca4c4e0c46f3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20BEAU?= Date: Wed, 6 Jan 2021 15:03:10 +0100 Subject: [PATCH 168/631] [IMP] stock_packaging_calculator: black, isort, prettier --- .../odoo/addons/stock_packaging_calculator | 1 + setup/stock_packaging_calculator/setup.py | 6 ++++++ stock_packaging_calculator/models/product.py | 4 +++- 3 files changed, 10 insertions(+), 1 deletion(-) create mode 120000 setup/stock_packaging_calculator/odoo/addons/stock_packaging_calculator create mode 100644 setup/stock_packaging_calculator/setup.py diff --git a/setup/stock_packaging_calculator/odoo/addons/stock_packaging_calculator b/setup/stock_packaging_calculator/odoo/addons/stock_packaging_calculator new file mode 120000 index 000000000..d3e128c8d --- /dev/null +++ b/setup/stock_packaging_calculator/odoo/addons/stock_packaging_calculator @@ -0,0 +1 @@ +../../../../stock_packaging_calculator \ No newline at end of file diff --git a/setup/stock_packaging_calculator/setup.py b/setup/stock_packaging_calculator/setup.py new file mode 100644 index 000000000..28c57bb64 --- /dev/null +++ b/setup/stock_packaging_calculator/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/stock_packaging_calculator/models/product.py b/stock_packaging_calculator/models/product.py index 69a85ec09..a4327076c 100644 --- a/stock_packaging_calculator/models/product.py +++ b/stock_packaging_calculator/models/product.py @@ -65,7 +65,9 @@ class Product(models.Model): """ self.ensure_one() return self._product_qty_by_packaging( - self._ordered_packaging(), prod_qty, with_contained=with_contained, + self._ordered_packaging(), + prod_qty, + with_contained=with_contained, ) def _ordered_packaging(self): From 38f3b3cbaa43a47fe97fa389ea9e98915ec4e2e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20BEAU?= Date: Wed, 6 Jan 2021 15:03:10 +0100 Subject: [PATCH 169/631] [MIG] stock_packaging_calculator: Migration to 14.0 --- stock_packaging_calculator/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock_packaging_calculator/__manifest__.py b/stock_packaging_calculator/__manifest__.py index d31c5853c..856e147c3 100644 --- a/stock_packaging_calculator/__manifest__.py +++ b/stock_packaging_calculator/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Stock packaging calculator", "summary": "Compute product quantity to pick by packaging", - "version": "13.0.1.6.0", + "version": "14.0.1.0.0", "development_status": "Alpha", "category": "Warehouse Management", "website": "https://github.com/OCA/stock-logistics-warehouse", From 63b87c0ddd06a8135f87089bae8e4a3b951f6e72 Mon Sep 17 00:00:00 2001 From: oca-travis Date: Fri, 8 Jan 2021 15:41:39 +0000 Subject: [PATCH 170/631] [UPD] Update stock_inventory_include_exhausted.pot --- .../i18n/stock_inventory_include_exhausted.pot | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/stock_inventory_include_exhausted/i18n/stock_inventory_include_exhausted.pot b/stock_inventory_include_exhausted/i18n/stock_inventory_include_exhausted.pot index b29601558..e0c607ae9 100644 --- a/stock_inventory_include_exhausted/i18n/stock_inventory_include_exhausted.pot +++ b/stock_inventory_include_exhausted/i18n/stock_inventory_include_exhausted.pot @@ -4,7 +4,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 13.0\n" +"Project-Id-Version: Odoo Server 14.0\n" "Report-Msgid-Bugs-To: \n" "Last-Translator: \n" "Language-Team: \n" @@ -13,6 +13,16 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: \n" +#. module: stock_inventory_include_exhausted +#: model:ir.model.fields,field_description:stock_inventory_include_exhausted.field_stock_inventory__display_name +msgid "Display Name" +msgstr "" + +#. module: stock_inventory_include_exhausted +#: model:ir.model.fields,field_description:stock_inventory_include_exhausted.field_stock_inventory__id +msgid "ID" +msgstr "" + #. module: stock_inventory_include_exhausted #: model:ir.model.fields,help:stock_inventory_include_exhausted.field_stock_inventory__include_exhausted msgid "" @@ -29,3 +39,8 @@ msgstr "" #: model:ir.model,name:stock_inventory_include_exhausted.model_stock_inventory msgid "Inventory" msgstr "" + +#. module: stock_inventory_include_exhausted +#: model:ir.model.fields,field_description:stock_inventory_include_exhausted.field_stock_inventory____last_update +msgid "Last Modified on" +msgstr "" From ee9aec7a8316e64b920d3cd8bbc5d78059ed25e0 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Fri, 8 Jan 2021 15:52:52 +0000 Subject: [PATCH 171/631] [UPD] addons table in README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 81b85167c..b6b2a9351 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ Available addons ---------------- addon | version | summary --- | --- | --- +[stock_inventory_include_exhausted](stock_inventory_include_exhausted/) | 14.0.1.0.0 | It includes the option for adding products exhausted on the inventories. [stock_move_location](stock_move_location/) | 14.0.1.0.0 | This module allows to move all stock in a stock location to an other one. [//]: # (end addons) From 363c91b279ab20e937bfb4dd4e9c052746a009ff Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Fri, 8 Jan 2021 15:52:54 +0000 Subject: [PATCH 172/631] [UPD] README.rst --- stock_inventory_include_exhausted/README.rst | 10 +++++----- .../static/description/index.html | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/stock_inventory_include_exhausted/README.rst b/stock_inventory_include_exhausted/README.rst index bdcb49b2b..49bdf745d 100644 --- a/stock_inventory_include_exhausted/README.rst +++ b/stock_inventory_include_exhausted/README.rst @@ -14,13 +14,13 @@ Inventory Include Exhausted :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--warehouse-lightgray.png?logo=github - :target: https://github.com/OCA/stock-logistics-warehouse/tree/13.0/stock_inventory_include_exhausted + :target: https://github.com/OCA/stock-logistics-warehouse/tree/14.0/stock_inventory_include_exhausted :alt: OCA/stock-logistics-warehouse .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-13-0/stock-logistics-warehouse-13-0-stock_inventory_include_exhausted + :target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-14-0/stock-logistics-warehouse-14-0-stock_inventory_include_exhausted :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png - :target: https://runbot.odoo-community.org/runbot/153/13.0 + :target: https://runbot.odoo-community.org/runbot/153/14.0 :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| |badge5| @@ -48,7 +48,7 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -80,6 +80,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. -This module is part of the `OCA/stock-logistics-warehouse `_ project on GitHub. +This module is part of the `OCA/stock-logistics-warehouse `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/stock_inventory_include_exhausted/static/description/index.html b/stock_inventory_include_exhausted/static/description/index.html index 78cf91f56..29adc8897 100644 --- a/stock_inventory_include_exhausted/static/description/index.html +++ b/stock_inventory_include_exhausted/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Beta License: AGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runbot

+

Beta License: AGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runbot

This module lets you include non-stocked products to your inventory.

Table of contents

@@ -397,7 +397,7 @@ ul.auto-toc {

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed -feedback.

+feedback.

Do not contact contributors directly about support or help with technical issues.

@@ -424,7 +424,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

-

This module is part of the OCA/stock-logistics-warehouse project on GitHub.

+

This module is part of the OCA/stock-logistics-warehouse project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

From 288f7ec7ec1d7c0f5b6da045c2d21b3db010ace3 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Fri, 8 Jan 2021 15:52:54 +0000 Subject: [PATCH 173/631] [ADD] setup.py --- setup/_metapackage/VERSION.txt | 2 +- setup/_metapackage/setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 2b606d79f..6b4a6f478 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -14.0.20201204.0 \ No newline at end of file +14.0.20210108.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index ef50f4cee..eaa45f60c 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -8,6 +8,7 @@ setuptools.setup( description="Meta package for oca-stock-logistics-warehouse Odoo addons", version=version, install_requires=[ + 'odoo14-addon-stock_inventory_include_exhausted', 'odoo14-addon-stock_move_location', ], classifiers=[ From 70dca0848aa287325320a70596e3a514bb9d25fe Mon Sep 17 00:00:00 2001 From: Florian da Costa Date: Mon, 28 Dec 2020 23:13:43 +0100 Subject: [PATCH 174/631] [ADD] stock_free_qty --- .../odoo/addons/stock_free_quantity | 1 + setup/stock_free_quantity/setup.py | 6 ++ stock_free_quantity/__init__.py | 3 + stock_free_quantity/__manifest__.py | 17 ++++ stock_free_quantity/models/__init__.py | 1 + .../models/product_template.py | 33 ++++++++ stock_free_quantity/readme/CONTRIBUTORS.rst | 1 + stock_free_quantity/readme/DESCRIPTION.rst | 1 + stock_free_quantity/tests/__init__.py | 1 + .../tests/test_template_free_qty.py | 35 ++++++++ .../views/product_product_view.xml | 36 ++++++++ .../views/product_template_view.xml | 84 +++++++++++++++++++ 12 files changed, 219 insertions(+) create mode 120000 setup/stock_free_quantity/odoo/addons/stock_free_quantity create mode 100644 setup/stock_free_quantity/setup.py create mode 100644 stock_free_quantity/__init__.py create mode 100644 stock_free_quantity/__manifest__.py create mode 100644 stock_free_quantity/models/__init__.py create mode 100644 stock_free_quantity/models/product_template.py create mode 100644 stock_free_quantity/readme/CONTRIBUTORS.rst create mode 100644 stock_free_quantity/readme/DESCRIPTION.rst create mode 100644 stock_free_quantity/tests/__init__.py create mode 100644 stock_free_quantity/tests/test_template_free_qty.py create mode 100644 stock_free_quantity/views/product_product_view.xml create mode 100644 stock_free_quantity/views/product_template_view.xml diff --git a/setup/stock_free_quantity/odoo/addons/stock_free_quantity b/setup/stock_free_quantity/odoo/addons/stock_free_quantity new file mode 120000 index 000000000..360701f54 --- /dev/null +++ b/setup/stock_free_quantity/odoo/addons/stock_free_quantity @@ -0,0 +1 @@ +../../../../stock_free_quantity \ No newline at end of file diff --git a/setup/stock_free_quantity/setup.py b/setup/stock_free_quantity/setup.py new file mode 100644 index 000000000..28c57bb64 --- /dev/null +++ b/setup/stock_free_quantity/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/stock_free_quantity/__init__.py b/stock_free_quantity/__init__.py new file mode 100644 index 000000000..83e553ac4 --- /dev/null +++ b/stock_free_quantity/__init__.py @@ -0,0 +1,3 @@ +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + +from . import models diff --git a/stock_free_quantity/__manifest__.py b/stock_free_quantity/__manifest__.py new file mode 100644 index 000000000..b78e66fb0 --- /dev/null +++ b/stock_free_quantity/__manifest__.py @@ -0,0 +1,17 @@ +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + +{ + "name": "Stock Free Quantity", + "version": "14.0.1.0.0", + "author": "akretion,Odoo Community Association (OCA)", + "website": "https://github.com/OCA/stock-logistics-warehouse", + "development_status": "Production/Stable", + "category": "Warehouse", + "depends": ["stock"], + "license": "AGPL-3", + "data": [ + "views/product_template_view.xml", + "views/product_product_view.xml", + ], + "installable": True, +} diff --git a/stock_free_quantity/models/__init__.py b/stock_free_quantity/models/__init__.py new file mode 100644 index 000000000..e8fa8f6bf --- /dev/null +++ b/stock_free_quantity/models/__init__.py @@ -0,0 +1 @@ +from . import product_template diff --git a/stock_free_quantity/models/product_template.py b/stock_free_quantity/models/product_template.py new file mode 100644 index 000000000..870b5e89f --- /dev/null +++ b/stock_free_quantity/models/product_template.py @@ -0,0 +1,33 @@ +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + +from odoo import fields, models + + +class ProductTemplate(models.Model): + _inherit = "product.template" + + def _compute_quantities_dict(self): + prod_available = super()._compute_quantities_dict() + for template in self: + free_qty = 0 + for p in template.with_context(active_test=False).product_variant_ids: + free_qty += p.free_qty + prod_available[template.id]["free_qty"] = free_qty + return prod_available + + def _compute_quantities(self): + super()._compute_quantities() + res = self._compute_quantities_dict() + for template in self: + template.free_qty = res[template.id]["free_qty"] + + def _search_free_qty(self, operator, value): + return [("product_variant_ids.free_qty", operator, value)] + + free_qty = fields.Float( + "Free Quantity", + compute="_compute_quantities", + search="_search_free_qty", + compute_sudo=False, + digits="Product Unit of Measure", + ) diff --git a/stock_free_quantity/readme/CONTRIBUTORS.rst b/stock_free_quantity/readme/CONTRIBUTORS.rst new file mode 100644 index 000000000..4a0fcc100 --- /dev/null +++ b/stock_free_quantity/readme/CONTRIBUTORS.rst @@ -0,0 +1 @@ +* Florian da Costa diff --git a/stock_free_quantity/readme/DESCRIPTION.rst b/stock_free_quantity/readme/DESCRIPTION.rst new file mode 100644 index 000000000..2c34c0f59 --- /dev/null +++ b/stock_free_quantity/readme/DESCRIPTION.rst @@ -0,0 +1 @@ +Add Product variant free quantity in Product form view and add the same on Product templates. diff --git a/stock_free_quantity/tests/__init__.py b/stock_free_quantity/tests/__init__.py new file mode 100644 index 000000000..fba51672b --- /dev/null +++ b/stock_free_quantity/tests/__init__.py @@ -0,0 +1 @@ +from . import test_template_free_qty diff --git a/stock_free_quantity/tests/test_template_free_qty.py b/stock_free_quantity/tests/test_template_free_qty.py new file mode 100644 index 000000000..21e16d388 --- /dev/null +++ b/stock_free_quantity/tests/test_template_free_qty.py @@ -0,0 +1,35 @@ +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl) + +from odoo.tests import common + + +class TestTemplateFreeQty(common.SavepointCase): + @classmethod + def setUpClass(cls): + super().setUpClass() + cls.env = cls.env(context=dict(cls.env.context, tracking_disable=True)) + cls.template_with_variant = cls.env.ref( + "product.product_product_11_product_template" + ) + cls.template_with_no_variant = cls.env.ref( + "product.product_product_10_product_template" + ) + + def test_template_free_qty(self): + # template has 2 variants with 26 and 30 free qty, template should have 56 + self.assertEqual(self.template_with_variant.free_qty, 56) + self.assertEqual( + self.template_with_no_variant.free_qty, + self.template_with_no_variant.product_variant_ids.free_qty, + ) + + def test_search_template_free_qty(self): + template_with_free_qty_ids = ( + self.env["product.template"].search([("free_qty", ">", 0)]).ids + ) + self.assertIn(self.template_with_variant.id, template_with_free_qty_ids) + self.assertIn(self.template_with_no_variant.id, template_with_free_qty_ids) + template_with_no_free_qty = self.env.ref( + "product.product_product_22_product_template" + ) + self.assertNotIn(template_with_no_free_qty.id, template_with_free_qty_ids) diff --git a/stock_free_quantity/views/product_product_view.xml b/stock_free_quantity/views/product_product_view.xml new file mode 100644 index 000000000..8704ed650 --- /dev/null +++ b/stock_free_quantity/views/product_product_view.xml @@ -0,0 +1,36 @@ + + + + + product.product + + + + + + + + + diff --git a/stock_free_quantity/views/product_template_view.xml b/stock_free_quantity/views/product_template_view.xml new file mode 100644 index 000000000..0c90e0b11 --- /dev/null +++ b/stock_free_quantity/views/product_template_view.xml @@ -0,0 +1,84 @@ + + + + product.template + + + + + + + + + + product.template + + + + +
Free:
+
+
+
+ + + product.template + + + + + + + + + + product.product + + + + + + + + +
From e2fc1e6f7d818b1001bdf81bd46028ead94145a0 Mon Sep 17 00:00:00 2001 From: Fanha Giang Date: Sat, 5 Dec 2020 00:54:13 +0700 Subject: [PATCH 175/631] [MIG] stock_quant_manual_assign: Migration to 14.0 --- stock_quant_manual_assign/__manifest__.py | 8 +++++-- .../security/ir.model.access.csv | 3 +++ .../tests/test_stock_quant_manual_assign.py | 4 +++- .../views/stock_move_view.xml | 2 +- .../wizard/assign_manual_quants.py | 22 ++++++++++++------- .../wizard/assign_manual_quants_view.xml | 17 +++++++------- 6 files changed, 36 insertions(+), 20 deletions(-) create mode 100644 stock_quant_manual_assign/security/ir.model.access.csv diff --git a/stock_quant_manual_assign/__manifest__.py b/stock_quant_manual_assign/__manifest__.py index 1e77d165f..c8e2a1904 100644 --- a/stock_quant_manual_assign/__manifest__.py +++ b/stock_quant_manual_assign/__manifest__.py @@ -7,7 +7,7 @@ { "name": "Stock - Manual Quant Assignment", - "version": "13.0.1.0.0", + "version": "14.0.1.0.0", "category": "Warehouse", "license": "AGPL-3", "author": "AvanzOSC, " @@ -17,6 +17,10 @@ "Odoo Community Association (OCA)", "website": "https://github.com/OCA/stock-logistics-warehouse", "depends": ["stock"], - "data": ["wizard/assign_manual_quants_view.xml", "views/stock_move_view.xml"], + "data": [ + "wizard/assign_manual_quants_view.xml", + "views/stock_move_view.xml", + "security/ir.model.access.csv", + ], "installable": True, } diff --git a/stock_quant_manual_assign/security/ir.model.access.csv b/stock_quant_manual_assign/security/ir.model.access.csv new file mode 100644 index 000000000..ab07fe00e --- /dev/null +++ b/stock_quant_manual_assign/security/ir.model.access.csv @@ -0,0 +1,3 @@ +id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink +access_assign_manual_quants_user,access_assign_manual_quants,model_assign_manual_quants,stock.group_stock_user,1,1,1,1 +access_assign_manual_quants_lines_user,access_assign_manual_quants_lines,model_assign_manual_quants_lines,stock.group_stock_user,1,1,1,1 diff --git a/stock_quant_manual_assign/tests/test_stock_quant_manual_assign.py b/stock_quant_manual_assign/tests/test_stock_quant_manual_assign.py index ed1fd61d0..c7ca1dbc0 100644 --- a/stock_quant_manual_assign/tests/test_stock_quant_manual_assign.py +++ b/stock_quant_manual_assign/tests/test_stock_quant_manual_assign.py @@ -132,7 +132,9 @@ class TestStockQuantManualAssign(TransactionCase): self.assertEqual(wizard.move_qty, 250.0) wizard.assign_quants() self.assertAlmostEqual( - len(self.move.move_line_ids), len(wizard.quants_lines.filtered("selected")) + len(self.move.move_line_ids), + 2, + "There are 2 quants selected", ) def test_quant_assign_wizard_after_availability_check(self): diff --git a/stock_quant_manual_assign/views/stock_move_view.xml b/stock_quant_manual_assign/views/stock_move_view.xml index 453fe13d2..695ce7e32 100644 --- a/stock_quant_manual_assign/views/stock_move_view.xml +++ b/stock_quant_manual_assign/views/stock_move_view.xml @@ -10,7 +10,7 @@ name="%(assign_manual_quants_action)d" type="action" icon="fa-tags" - string="Manual Quants" + title="Manual Quants" options='{"warn": true}' attrs="{'invisible':['|',('picking_code','=','incoming'),('state','not in',('confirmed','assigned','partially_available'))]}" /> diff --git a/stock_quant_manual_assign/wizard/assign_manual_quants.py b/stock_quant_manual_assign/wizard/assign_manual_quants.py index dad9e9d5d..0e3134b66 100644 --- a/stock_quant_manual_assign/wizard/assign_manual_quants.py +++ b/stock_quant_manual_assign/wizard/assign_manual_quants.py @@ -51,7 +51,10 @@ class AssignManualQuants(models.TransientModel): quants_lines = fields.One2many( "assign.manual.quants.lines", "assign_wizard", string="Quants" ) - move_id = fields.Many2one(comodel_name="stock.move", string="Move",) + move_id = fields.Many2one( + comodel_name="stock.move", + string="Move", + ) def assign_quants(self): move = self.move_id @@ -76,7 +79,7 @@ class AssignManualQuants(models.TransientModel): ("quantity", ">", 0), ] ) - quants_lines = [] + q_lines = [] for quant in available_quants: line = { "quant_id": quant.id, @@ -98,10 +101,8 @@ class AssignManualQuants(models.TransientModel): line["qty"] = sum(move_lines.mapped("product_uom_qty")) line["selected"] = bool(line["qty"]) line["reserved"] = quant.reserved_quantity - line["qty"] - quants_lines.append(line) - res.update( - {"quants_lines": [(0, 0, x) for x in quants_lines], "move_id": move.id} - ) + q_lines.append(line) + res.update({"quants_lines": [(0, 0, x) for x in q_lines], "move_id": move.id}) return res @@ -117,7 +118,10 @@ class AssignManualQuantsLines(models.TransientModel): ondelete="cascade", ) quant_id = fields.Many2one( - comodel_name="stock.quant", string="Quant", required=True, ondelete="cascade", + comodel_name="stock.quant", + string="Quant", + required=True, + ondelete="cascade", ) location_id = fields.Many2one( comodel_name="stock.location", @@ -145,7 +149,9 @@ class AssignManualQuantsLines(models.TransientModel): ) # This is not correctly shown as related or computed, so we make it regular on_hand = fields.Float( - readonly=True, string="On Hand", digits="Product Unit of Measure", + readonly=True, + string="On Hand", + digits="Product Unit of Measure", ) reserved = fields.Float(string="Others Reserved", digits="Product Unit of Measure") selected = fields.Boolean(string="Select") diff --git a/stock_quant_manual_assign/wizard/assign_manual_quants_view.xml b/stock_quant_manual_assign/wizard/assign_manual_quants_view.xml index 82917741a..aec2e8a78 100644 --- a/stock_quant_manual_assign/wizard/assign_manual_quants_view.xml +++ b/stock_quant_manual_assign/wizard/assign_manual_quants_view.xml @@ -8,6 +8,7 @@ + @@ -43,12 +44,12 @@ - + + + Manual assignment + assign.manual.quants + form + new + {} + From 2c2784491205d1c8ab27f655e94e1743db505e4e Mon Sep 17 00:00:00 2001 From: oca-travis Date: Tue, 26 Jan 2021 16:22:17 +0000 Subject: [PATCH 176/631] [UPD] Update stock_free_quantity.pot --- .../i18n/stock_free_quantity.pot | 50 +++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 stock_free_quantity/i18n/stock_free_quantity.pot diff --git a/stock_free_quantity/i18n/stock_free_quantity.pot b/stock_free_quantity/i18n/stock_free_quantity.pot new file mode 100644 index 000000000..5ac2d4007 --- /dev/null +++ b/stock_free_quantity/i18n/stock_free_quantity.pot @@ -0,0 +1,50 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_free_quantity +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 14.0\n" +"Report-Msgid-Bugs-To: \n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: stock_free_quantity +#: model_terms:ir.ui.view,arch_db:stock_free_quantity.product_normal_form_view +#: model_terms:ir.ui.view,arch_db:stock_free_quantity.view_stock_available_form +msgid "Free" +msgstr "" + +#. module: stock_free_quantity +#: model:ir.model.fields,field_description:stock_free_quantity.field_product_template__display_name +msgid "Display Name" +msgstr "" + +#. module: stock_free_quantity +#: model:ir.model.fields,field_description:stock_free_quantity.field_product_template__free_qty +msgid "Free Quantity" +msgstr "" + +#. module: stock_free_quantity +#: model_terms:ir.ui.view,arch_db:stock_free_quantity.product_template_kanban_free_qty_view +msgid "Free:" +msgstr "" + +#. module: stock_free_quantity +#: model:ir.model.fields,field_description:stock_free_quantity.field_product_template__id +msgid "ID" +msgstr "" + +#. module: stock_free_quantity +#: model:ir.model.fields,field_description:stock_free_quantity.field_product_template____last_update +msgid "Last Modified on" +msgstr "" + +#. module: stock_free_quantity +#: model:ir.model,name:stock_free_quantity.model_product_template +msgid "Product Template" +msgstr "" From ce2f27ff72175b1596ec308e39f26c5d29cfa3a8 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Tue, 26 Jan 2021 16:33:23 +0000 Subject: [PATCH 177/631] [UPD] addons table in README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b6b2a9351..b1565a958 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ Available addons ---------------- addon | version | summary --- | --- | --- +[stock_free_quantity](stock_free_quantity/) | 14.0.1.0.0 | Stock Free Quantity [stock_inventory_include_exhausted](stock_inventory_include_exhausted/) | 14.0.1.0.0 | It includes the option for adding products exhausted on the inventories. [stock_move_location](stock_move_location/) | 14.0.1.0.0 | This module allows to move all stock in a stock location to an other one. From 1a0e07246df2f88e2b637fab418d7f9598472d1b Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Tue, 26 Jan 2021 16:33:24 +0000 Subject: [PATCH 178/631] [UPD] README.rst --- stock_free_quantity/README.rst | 73 +++ .../static/description/index.html | 419 ++++++++++++++++++ 2 files changed, 492 insertions(+) create mode 100644 stock_free_quantity/README.rst create mode 100644 stock_free_quantity/static/description/index.html diff --git a/stock_free_quantity/README.rst b/stock_free_quantity/README.rst new file mode 100644 index 000000000..545fbfb86 --- /dev/null +++ b/stock_free_quantity/README.rst @@ -0,0 +1,73 @@ +=================== +Stock Free Quantity +=================== + +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png + :target: https://odoo-community.org/page/development-status + :alt: Production/Stable +.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--warehouse-lightgray.png?logo=github + :target: https://github.com/OCA/stock-logistics-warehouse/tree/14.0/stock_free_quantity + :alt: OCA/stock-logistics-warehouse +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-14-0/stock-logistics-warehouse-14-0-stock_free_quantity + :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png + :target: https://runbot.odoo-community.org/runbot/153/14.0 + :alt: Try me on Runbot + +|badge1| |badge2| |badge3| |badge4| |badge5| + +Add Product variant free quantity in Product form view and add the same on Product templates. + +**Table of contents** + +.. contents:: + :local: + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed +`feedback `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +~~~~~~~ + +* akretion + +Contributors +~~~~~~~~~~~~ + +* Florian da Costa + +Maintainers +~~~~~~~~~~~ + +This module is maintained by the OCA. + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use. + +This module is part of the `OCA/stock-logistics-warehouse `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/stock_free_quantity/static/description/index.html b/stock_free_quantity/static/description/index.html new file mode 100644 index 000000000..7b2cdb11d --- /dev/null +++ b/stock_free_quantity/static/description/index.html @@ -0,0 +1,419 @@ + + + + + + +Stock Free Quantity + + + +
+

Stock Free Quantity

+ + +

Production/Stable License: AGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runbot

+

Add Product variant free quantity in Product form view and add the same on Product templates.

+

Table of contents

+ +
+

Bug Tracker

+

Bugs are tracked on GitHub Issues. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed +feedback.

+

Do not contact contributors directly about support or help with technical issues.

+
+
+

Credits

+
+

Authors

+
    +
  • akretion
  • +
+
+
+

Contributors

+ +
+
+

Maintainers

+

This module is maintained by the OCA.

+Odoo Community Association +

OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use.

+

This module is part of the OCA/stock-logistics-warehouse project on GitHub.

+

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

+
+
+
+ + From eaddd281175a19ee1f17fc069340e1bde40ecbb9 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Tue, 26 Jan 2021 16:33:25 +0000 Subject: [PATCH 179/631] [ADD] icon.png --- stock_free_quantity/static/description/icon.png | Bin 0 -> 9455 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 stock_free_quantity/static/description/icon.png diff --git a/stock_free_quantity/static/description/icon.png b/stock_free_quantity/static/description/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..3a0328b516c4980e8e44cdb63fd945757ddd132d GIT binary patch literal 9455 zcmW++2RxMjAAjx~&dlBk9S+%}OXg)AGE&Cb*&}d0jUxM@u(PQx^-s)697TX`ehR4?GS^qbkof1cslKgkU)h65qZ9Oc=ml_0temigYLJfnz{IDzUf>bGs4N!v3=Z3jMq&A#7%rM5eQ#dc?k~! zVpnB`o+K7|Al`Q_U;eD$B zfJtP*jH`siUq~{KE)`jP2|#TUEFGRryE2`i0**z#*^6~AI|YzIWy$Cu#CSLW3q=GA z6`?GZymC;dCPk~rBS%eCb`5OLr;RUZ;D`}um=H)BfVIq%7VhiMr)_#G0N#zrNH|__ zc+blN2UAB0=617@>_u;MPHN;P;N#YoE=)R#i$k_`UAA>WWCcEVMh~L_ zj--gtp&|K1#58Yz*AHCTMziU1Jzt_jG0I@qAOHsk$2}yTmVkBp_eHuY$A9)>P6o~I z%aQ?!(GqeQ-Y+b0I(m9pwgi(IIZZzsbMv+9w{PFtd_<_(LA~0H(xz{=FhLB@(1&qHA5EJw1>>=%q2f&^X>IQ{!GJ4e9U z&KlB)z(84HmNgm2hg2C0>WM{E(DdPr+EeU_N@57;PC2&DmGFW_9kP&%?X4}+xWi)( z;)z%wI5>D4a*5XwD)P--sPkoY(a~WBw;E~AW`Yue4kFa^LM3X`8x|}ZUeMnqr}>kH zG%WWW>3ml$Yez?i%)2pbKPI7?5o?hydokgQyZsNEr{a|mLdt;X2TX(#B1j35xPnPW z*bMSSOauW>o;*=kO8ojw91VX!qoOQb)zHJ!odWB}d+*K?#sY_jqPdg{Sm2HdYzdEx zOGVPhVRTGPtv0o}RfVP;Nd(|CB)I;*t&QO8h zFfekr30S!-LHmV_Su-W+rEwYXJ^;6&3|L$mMC8*bQptyOo9;>Qb9Q9`ySe3%V$A*9 zeKEe+b0{#KWGp$F+tga)0RtI)nhMa-K@JS}2krK~n8vJ=Ngm?R!9G<~RyuU0d?nz# z-5EK$o(!F?hmX*2Yt6+coY`6jGbb7tF#6nHA zuKk=GGJ;ZwON1iAfG$E#Y7MnZVmrY|j0eVI(DN_MNFJmyZ|;w4tf@=CCDZ#5N_0K= z$;R~bbk?}TpfDjfB&aiQ$VA}s?P}xPERJG{kxk5~R`iRS(SK5d+Xs9swCozZISbnS zk!)I0>t=A<-^z(cmSFz3=jZ23u13X><0b)P)^1T_))Kr`e!-pb#q&J*Q`p+B6la%C zuVl&0duN<;uOsB3%T9Fp8t{ED108<+W(nOZd?gDnfNBC3>M8WE61$So|P zVvqH0SNtDTcsUdzaMDpT=Ty0pDHHNL@Z0w$Y`XO z2M-_r1S+GaH%pz#Uy0*w$Vdl=X=rQXEzO}d6J^R6zjM1u&c9vYLvLp?W7w(?np9x1 zE_0JSAJCPB%i7p*Wvg)pn5T`8k3-uR?*NT|J`eS#_#54p>!p(mLDvmc-3o0mX*mp_ zN*AeS<>#^-{S%W<*mz^!X$w_2dHWpcJ6^j64qFBft-o}o_Vx80o0>}Du;>kLts;$8 zC`7q$QI(dKYG`Wa8#wl@V4jVWBRGQ@1dr-hstpQL)Tl+aqVpGpbSfN>5i&QMXfiZ> zaA?T1VGe?rpQ@;+pkrVdd{klI&jVS@I5_iz!=UMpTsa~mBga?1r}aRBm1WS;TT*s0f0lY=JBl66Upy)-k4J}lh=P^8(SXk~0xW=T9v*B|gzIhN z>qsO7dFd~mgxAy4V?&)=5ieYq?zi?ZEoj)&2o)RLy=@hbCRcfT5jigwtQGE{L*8<@Yd{zg;CsL5mvzfDY}P-wos_6PfprFVaeqNE%h zKZhLtcQld;ZD+>=nqN~>GvROfueSzJD&BE*}XfU|H&(FssBqY=hPCt`d zH?@s2>I(|;fcW&YM6#V#!kUIP8$Nkdh0A(bEVj``-AAyYgwY~jB zT|I7Bf@%;7aL7Wf4dZ%VqF$eiaC38OV6oy3Z#TER2G+fOCd9Iaoy6aLYbPTN{XRPz z;U!V|vBf%H!}52L2gH_+j;`bTcQRXB+y9onc^wLm5wi3-Be}U>k_u>2Eg$=k!(l@I zcCg+flakT2Nej3i0yn+g+}%NYb?ta;R?(g5SnwsQ49U8Wng8d|{B+lyRcEDvR3+`O{zfmrmvFrL6acVP%yG98X zo&+VBg@px@i)%o?dG(`T;n*$S5*rnyiR#=wW}}GsAcfyQpE|>a{=$Hjg=-*_K;UtD z#z-)AXwSRY?OPefw^iI+ z)AXz#PfEjlwTes|_{sB?4(O@fg0AJ^g8gP}ex9Ucf*@_^J(s_5jJV}c)s$`Myn|Kd z$6>}#q^n{4vN@+Os$m7KV+`}c%4)4pv@06af4-x5#wj!KKb%caK{A&Y#Rfs z-po?Dcb1({W=6FKIUirH&(yg=*6aLCekcKwyfK^JN5{wcA3nhO(o}SK#!CINhI`-I z1)6&n7O&ZmyFMuNwvEic#IiOAwNkR=u5it{B9n2sAJV5pNhar=j5`*N!Na;c7g!l$ z3aYBqUkqqTJ=Re-;)s!EOeij=7SQZ3Hq}ZRds%IM*PtM$wV z@;rlc*NRK7i3y5BETSKuumEN`Xu_8GP1Ri=OKQ$@I^ko8>H6)4rjiG5{VBM>B|%`&&s^)jS|-_95&yc=GqjNo{zFkw%%HHhS~e=s zD#sfS+-?*t|J!+ozP6KvtOl!R)@@-z24}`9{QaVLD^9VCSR2b`b!KC#o;Ki<+wXB6 zx3&O0LOWcg4&rv4QG0)4yb}7BFSEg~=IR5#ZRj8kg}dS7_V&^%#Do==#`u zpy6{ox?jWuR(;pg+f@mT>#HGWHAJRRDDDv~@(IDw&R>9643kK#HN`!1vBJHnC+RM&yIh8{gG2q zA%e*U3|N0XSRa~oX-3EAneep)@{h2vvd3Xvy$7og(sayr@95+e6~Xvi1tUqnIxoIH zVWo*OwYElb#uyW{Imam6f2rGbjR!Y3`#gPqkv57dB6K^wRGxc9B(t|aYDGS=m$&S!NmCtrMMaUg(c zc2qC=2Z`EEFMW-me5B)24AqF*bV5Dr-M5ig(l-WPS%CgaPzs6p_gnCIvTJ=Y<6!gT zVt@AfYCzjjsMEGi=rDQHo0yc;HqoRNnNFeWZgcm?f;cp(6CNylj36DoL(?TS7eU#+ z7&mfr#y))+CJOXQKUMZ7QIdS9@#-}7y2K1{8)cCt0~-X0O!O?Qx#E4Og+;A2SjalQ zs7r?qn0H044=sDN$SRG$arw~n=+T_DNdSrarmu)V6@|?1-ZB#hRn`uilTGPJ@fqEy zGt(f0B+^JDP&f=r{#Y_wi#AVDf-y!RIXU^0jXsFpf>=Ji*TeqSY!H~AMbJdCGLhC) zn7Rx+sXw6uYj;WRYrLd^5IZq@6JI1C^YkgnedZEYy<&4(z%Q$5yv#Boo{AH8n$a zhb4Y3PWdr269&?V%uI$xMcUrMzl=;w<_nm*qr=c3Rl@i5wWB;e-`t7D&c-mcQl7x! zZWB`UGcw=Y2=}~wzrfLx=uet<;m3~=8I~ZRuzvMQUQdr+yTV|ATf1Uuomr__nDf=X zZ3WYJtHp_ri(}SQAPjv+Y+0=fH4krOP@S&=zZ-t1jW1o@}z;xk8 z(Nz1co&El^HK^NrhVHa-_;&88vTU>_J33=%{if;BEY*J#1n59=07jrGQ#IP>@u#3A z;!q+E1Rj3ZJ+!4bq9F8PXJ@yMgZL;>&gYA0%_Kbi8?S=XGM~dnQZQ!yBSgcZhY96H zrWnU;k)qy`rX&&xlDyA%(a1Hhi5CWkmg(`Gb%m(HKi-7Z!LKGRP_B8@`7&hdDy5n= z`OIxqxiVfX@OX1p(mQu>0Ai*v_cTMiw4qRt3~NBvr9oBy0)r>w3p~V0SCm=An6@3n)>@z!|o-$HvDK z|3D2ZMJkLE5loMKl6R^ez@Zz%S$&mbeoqH5`Bb){Ei21q&VP)hWS2tjShfFtGE+$z zzCR$P#uktu+#!w)cX!lWN1XU%K-r=s{|j?)Akf@q#3b#{6cZCuJ~gCxuMXRmI$nGtnH+-h z+GEi!*X=AP<|fG`1>MBdTb?28JYc=fGvAi2I<$B(rs$;eoJCyR6_bc~p!XR@O-+sD z=eH`-ye})I5ic1eL~TDmtfJ|8`0VJ*Yr=hNCd)G1p2MMz4C3^Mj?7;!w|Ly%JqmuW zlIEW^Ft%z?*|fpXda>Jr^1noFZEwFgVV%|*XhH@acv8rdGxeEX{M$(vG{Zw+x(ei@ zmfXb22}8-?Fi`vo-YVrTH*C?a8%M=Hv9MqVH7H^J$KsD?>!SFZ;ZsvnHr_gn=7acz z#W?0eCdVhVMWN12VV^$>WlQ?f;P^{(&pYTops|btm6aj>_Uz+hqpGwB)vWp0Cf5y< zft8-je~nn?W11plq}N)4A{l8I7$!ks_x$PXW-2XaRFswX_BnF{R#6YIwMhAgd5F9X zGmwdadS6(a^fjHtXg8=l?Rc0Sm%hk6E9!5cLVloEy4eh(=FwgP`)~I^5~pBEWo+F6 zSf2ncyMurJN91#cJTy_u8Y}@%!bq1RkGC~-bV@SXRd4F{R-*V`bS+6;W5vZ(&+I<9$;-V|eNfLa5n-6% z2(}&uGRF;p92eS*sE*oR$@pexaqr*meB)VhmIg@h{uzkk$9~qh#cHhw#>O%)b@+(| z^IQgqzuj~Sk(J;swEM-3TrJAPCq9k^^^`q{IItKBRXYe}e0Tdr=Huf7da3$l4PdpwWDop%^}n;dD#K4s#DYA8SHZ z&1!riV4W4R7R#C))JH1~axJ)RYnM$$lIR%6fIVA@zV{XVyx}C+a-Dt8Y9M)^KU0+H zR4IUb2CJ{Hg>CuaXtD50jB(_Tcx=Z$^WYu2u5kubqmwp%drJ6 z?Fo40g!Qd<-l=TQxqHEOuPX0;^z7iX?Ke^a%XT<13TA^5`4Xcw6D@Ur&VT&CUe0d} z1GjOVF1^L@>O)l@?bD~$wzgf(nxX1OGD8fEV?TdJcZc2KoUe|oP1#=$$7ee|xbY)A zDZq+cuTpc(fFdj^=!;{k03C69lMQ(|>uhRfRu%+!k&YOi-3|1QKB z z?n?eq1XP>p-IM$Z^C;2L3itnbJZAip*Zo0aw2bs8@(s^~*8T9go!%dHcAz2lM;`yp zD=7&xjFV$S&5uDaiScyD?B-i1ze`+CoRtz`Wn+Zl&#s4&}MO{@N!ufrzjG$B79)Y2d3tBk&)TxUTw@QS0TEL_?njX|@vq?Uz(nBFK5Pq7*xj#u*R&i|?7+6# z+|r_n#SW&LXhtheZdah{ZVoqwyT{D>MC3nkFF#N)xLi{p7J1jXlmVeb;cP5?e(=f# zuT7fvjSbjS781v?7{)-X3*?>tq?)Yd)~|1{BDS(pqC zC}~H#WXlkUW*H5CDOo<)#x7%RY)A;ShGhI5s*#cRDA8YgqG(HeKDx+#(ZQ?386dv! zlXCO)w91~Vw4AmOcATuV653fa9R$fyK8ul%rG z-wfS zihugoZyr38Im?Zuh6@RcF~t1anQu7>#lPpb#}4cOA!EM11`%f*07RqOVkmX{p~KJ9 z^zP;K#|)$`^Rb{rnHGH{~>1(fawV0*Z#)}M`m8-?ZJV<+e}s9wE# z)l&az?w^5{)`S(%MRzxdNqrs1n*-=jS^_jqE*5XDrA0+VE`5^*p3CuM<&dZEeCjoz zR;uu_H9ZPZV|fQq`Cyw4nscrVwi!fE6ciMmX$!_hN7uF;jjKG)d2@aC4ropY)8etW=xJvni)8eHi`H$%#zn^WJ5NLc-rqk|u&&4Z6fD_m&JfSI1Bvb?b<*n&sfl0^t z=HnmRl`XrFvMKB%9}>PaA`m-fK6a0(8=qPkWS5bb4=v?XcWi&hRY?O5HdulRi4?fN zlsJ*N-0Qw+Yic@s0(2uy%F@ib;GjXt01Fmx5XbRo6+n|pP(&nodMoap^z{~q ziEeaUT@Mxe3vJSfI6?uLND(CNr=#^W<1b}jzW58bIfyWTDle$mmS(|x-0|2UlX+9k zQ^EX7Nw}?EzVoBfT(-LT|=9N@^hcn-_p&sqG z&*oVs2JSU+N4ZD`FhCAWaS;>|wH2G*Id|?pa#@>tyxX`+4HyIArWDvVrX)2WAOQff z0qyHu&-S@i^MS-+j--!pr4fPBj~_8({~e1bfcl0wI1kaoN>mJL6KUPQm5N7lB(ui1 zE-o%kq)&djzWJ}ob<-GfDlkB;F31j-VHKvQUGQ3sp`CwyGJk_i!y^sD0fqC@$9|jO zOqN!r!8-p==F@ZVP=U$qSpY(gQ0)59P1&t@y?5rvg<}E+GB}26NYPp4f2YFQrQtot5mn3wu_qprZ=>Ig-$ zbW26Ws~IgY>}^5w`vTB(G`PTZaDiGBo5o(tp)qli|NeV( z@H_=R8V39rt5J5YB2Ky?4eJJ#b`_iBe2ot~6%7mLt5t8Vwi^Jy7|jWXqa3amOIoRb zOr}WVFP--DsS`1WpN%~)t3R!arKF^Q$e12KEqU36AWwnCBICpH4XCsfnyrHr>$I$4 z!DpKX$OKLWarN7nv@!uIA+~RNO)l$$w}p(;b>mx8pwYvu;dD_unryX_NhT8*Tj>BTrTTL&!?O+%Rv;b?B??gSzdp?6Uug9{ zd@V08Z$BdI?fpoCS$)t4mg4rT8Q_I}h`0d-vYZ^|dOB*Q^S|xqTV*vIg?@fVFSmMpaw0qtTRbx} z({Pg?#{2`sc9)M5N$*N|4;^t$+QP?#mov zGVC@I*lBVrOU-%2y!7%)fAKjpEFsgQc4{amtiHb95KQEwvf<(3T<9-Zm$xIew#P22 zc2Ix|App^>v6(3L_MCU0d3W##AB0M~3D00EWoKZqsJYT(#@w$Y_H7G22M~ApVFTRHMI_3be)Lkn#0F*V8Pq zc}`Cjy$bE;FJ6H7p=0y#R>`}-m4(0F>%@P|?7fx{=R^uFdISRnZ2W_xQhD{YuR3t< z{6yxu=4~JkeA;|(J6_nv#>Nvs&FuLA&PW^he@t(UwFFE8)|a!R{`E`K`i^ZnyE4$k z;(749Ix|oi$c3QbEJ3b~D_kQsPz~fIUKym($a_7dJ?o+40*OLl^{=&oq$<#Q(yyrp z{J-FAniyAw9tPbe&IhQ|a`DqFTVQGQ&Gq3!C2==4x{6EJwiPZ8zub-iXoUtkJiG{} zPaR&}_fn8_z~(=;5lD-aPWD3z8PZS@AaUiomF!G8I}Mf>e~0g#BelA-5#`cj;O5>N Xviia!U7SGha1wx#SCgwmn*{w2TRX*I literal 0 HcmV?d00001 From b9bd28bcaabbc0b073ff7b688782d66bf2664461 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Tue, 26 Jan 2021 16:33:25 +0000 Subject: [PATCH 180/631] [ADD] setup.py --- setup/_metapackage/VERSION.txt | 2 +- setup/_metapackage/setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 6b4a6f478..eac25667e 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -14.0.20210108.0 \ No newline at end of file +14.0.20210126.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index eaa45f60c..0828ae1d5 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -8,6 +8,7 @@ setuptools.setup( description="Meta package for oca-stock-logistics-warehouse Odoo addons", version=version, install_requires=[ + 'odoo14-addon-stock_free_quantity', 'odoo14-addon-stock_inventory_include_exhausted', 'odoo14-addon-stock_move_location', ], From f98d258bf4a11e16c3808a016c16cb76f30170eb Mon Sep 17 00:00:00 2001 From: Jordi Ballester Date: Tue, 30 May 2017 14:39:21 +0200 Subject: [PATCH 181/631] [ADD] new module 'stock_demand_estimate' --- stock_demand_estimate/README.rst | 76 +++++++ stock_demand_estimate/__init__.py | 7 + stock_demand_estimate/__openerp__.py | 25 +++ stock_demand_estimate/models/__init__.py | 7 + .../models/stock_demand_estimate.py | 82 ++++++++ .../models/stock_demand_estimate_period.py | 49 +++++ .../security/ir.model.access.csv | 5 + .../security/stock_security.xml | 22 ++ .../static/description/icon.png | Bin 0 -> 9455 bytes .../stock_demand_estimate_period_view.xml | 49 +++++ .../views/stock_demand_estimate_view.xml | 55 +++++ stock_demand_estimate/wizards/__init__.py | 6 + .../wizards/stock_demand_estimate_wizard.py | 189 ++++++++++++++++++ .../stock_demand_estimate_wizard_view.xml | 85 ++++++++ 14 files changed, 657 insertions(+) create mode 100644 stock_demand_estimate/README.rst create mode 100644 stock_demand_estimate/__init__.py create mode 100644 stock_demand_estimate/__openerp__.py create mode 100644 stock_demand_estimate/models/__init__.py create mode 100644 stock_demand_estimate/models/stock_demand_estimate.py create mode 100644 stock_demand_estimate/models/stock_demand_estimate_period.py create mode 100644 stock_demand_estimate/security/ir.model.access.csv create mode 100644 stock_demand_estimate/security/stock_security.xml create mode 100644 stock_demand_estimate/static/description/icon.png create mode 100644 stock_demand_estimate/views/stock_demand_estimate_period_view.xml create mode 100644 stock_demand_estimate/views/stock_demand_estimate_view.xml create mode 100644 stock_demand_estimate/wizards/__init__.py create mode 100644 stock_demand_estimate/wizards/stock_demand_estimate_wizard.py create mode 100644 stock_demand_estimate/wizards/stock_demand_estimate_wizard_view.xml diff --git a/stock_demand_estimate/README.rst b/stock_demand_estimate/README.rst new file mode 100644 index 000000000..d3ca4b1c8 --- /dev/null +++ b/stock_demand_estimate/README.rst @@ -0,0 +1,76 @@ +.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 + +===================== +Stock Demand Estimate +===================== + +This module allows to create demand estimates for a given product and +location, on configurable time periods. + +The module does not provide in itself any specific usage of the estimates. + +Installation +============ + +This module relies on the OCA module '2D matrix for x2many fields', and can +be downloaded from: +* Github: https://github.com/OCA/web/tree/8.0/web_widget_x2many_2d_matrix + + +Usage +===== + +Go to 'Warehouse / Configuration / Demand Estimate Periods' and define your +estimating periods (monthly or weekly). + + +Go to 'Warehouse / Demand Planning / Create Demand Estimates' to create or +update your demand estimates. + +Go to 'Warehouse / Demand Planning / Demand Estimates' to review the +estimates created. + + +.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas + :alt: Try me on Runbot + :target: https://runbot.odoo-community.org/runbot/153/8.0 + + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues +`_. In case of trouble, please +check there if your issue has already been reported. If you spotted it first, +help us smashing it by providing a detailed and welcomed feedback. + +Credits +======= + +Images +------ + +* Odoo Community Association: `Icon `_. + +Contributors +------------ + +* Jordi Ballester Alomar + + +Maintainer +---------- + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +This module is maintained by the OCA. + +OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use. + +To contribute to this module, please visit https://odoo-community.org. diff --git a/stock_demand_estimate/__init__.py b/stock_demand_estimate/__init__.py new file mode 100644 index 000000000..851fa8da7 --- /dev/null +++ b/stock_demand_estimate/__init__.py @@ -0,0 +1,7 @@ +# -*- coding: utf-8 -*- +# Copyright 2016 Eficent Business and IT Consulting Services S.L. +# (http://www.eficent.com) +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). + +from . import models +from . import wizards diff --git a/stock_demand_estimate/__openerp__.py b/stock_demand_estimate/__openerp__.py new file mode 100644 index 000000000..3d838b25f --- /dev/null +++ b/stock_demand_estimate/__openerp__.py @@ -0,0 +1,25 @@ +# -*- coding: utf-8 -*- +# Copyright 2016 Eficent Business and IT Consulting Services S.L. +# (http://www.eficent.com) +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). +{ + "name": "Stock Demand Estimate", + "summary": "Allows to create demand estimates.", + "version": "8.0.1.0.0", + "author": "Eficent Business and IT Consulting Services S.L," + "Odoo Community Association (OCA)", + "website": "https://www.odoo-community.org", + "category": "Warehouse Management", + "depends": ["stock", + "web_widget_x2many_2d_matrix" + ], + "data": ["security/ir.model.access.csv", + "security/stock_security.xml", + "views/stock_demand_estimate_period_view.xml", + "views/stock_demand_estimate_view.xml", + "wizards/stock_demand_estimate_wizard_view.xml", + ], + "license": "AGPL-3", + 'installable': True, + 'application': True, +} diff --git a/stock_demand_estimate/models/__init__.py b/stock_demand_estimate/models/__init__.py new file mode 100644 index 000000000..7e93e257a --- /dev/null +++ b/stock_demand_estimate/models/__init__.py @@ -0,0 +1,7 @@ +# -*- coding: utf-8 -*- +# Copyright 2016 Eficent Business and IT Consulting Services S.L. +# (http://www.eficent.com) +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). + +from . import stock_demand_estimate_period +from . import stock_demand_estimate diff --git a/stock_demand_estimate/models/stock_demand_estimate.py b/stock_demand_estimate/models/stock_demand_estimate.py new file mode 100644 index 000000000..d4dc48091 --- /dev/null +++ b/stock_demand_estimate/models/stock_demand_estimate.py @@ -0,0 +1,82 @@ +# -*- coding: utf-8 -*- +# © 2016 Eficent Business and IT Consulting Services S.L. +# (http://www.eficent.com) +# © 2016 Aleph Objects, Inc. (https://www.alephobjects.com/) +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). + +from openerp import api, fields, models, _ +import openerp.addons.decimal_precision as dp +from openerp.exceptions import Warning as UserError + + +class StockDemandEstimate(models.Model): + _name = 'stock.demand.estimate' + _description = 'Stock Demand Estimate Line' + + @api.multi + @api.depends('product_id', 'product_uom', 'product_uom_qty') + def _compute_product_qty(self): + for rec in self: + if rec.product_uom: + rec.product_qty = rec.product_uom._compute_qty( + rec.product_id.uom_id.id, rec.product_uom_qty, + rec.product_uom.id) + + def _set_product_qty(self): + raise UserError(_('The requested operation cannot be ' + 'processed because of a programming error ' + 'setting the `product_qty` field instead ' + 'of the `product_uom_qty`.')) + + @api.multi + def _compute_daily_qty(self): + for rec in self: + rec.daily_qty = rec.product_qty / rec.period_id.days + + period_id = fields.Many2one( + comodel_name="stock.demand.estimate.period", + string="Estimating Period", + required=True) + product_id = fields.Many2one(comodel_name="product.product", + string="Product", required=True) + product_uom = fields.Many2one(comodel_name="product.uom", + string="Unit of measure") + location_id = fields.Many2one(comodel_name="stock.location", + string="Location", required=True) + product_uom_qty = fields.Float( + string="Quantity", + digits_compute=dp.get_precision('Product Unit of Measure')) + product_qty = fields.Float('Real Quantity', compute='_compute_product_qty', + inverse='_set_product_qty', digits=0, + store=True, + help='Quantity in the default UoM of the ' + 'product', readonly=True) + daily_qty = fields.Float(string='Quantity / Day', + compute='_compute_daily_qty') + company_id = fields.Many2one( + comodel_name='res.company', string='Company', required=True, + default=lambda self: self.env['res.company']._company_default_get( + 'stock.demand.estimate')) + + @api.multi + def name_get(self): + res = [] + for rec in self: + name = "%s - %s - %s" % (rec.period_id.name, rec.product_id.name, + rec.location_id.name) + res.append((rec.id, name)) + return res + + @api.model + def get_quantity_by_date_range(self, date_from, date_to): + # Check if the dates overlap with the period + period_date_from = fields.Date.from_string(self.period_id.date_from) + period_date_to = fields.Date.from_string(self.period_id.date_to) + + if date_from <= period_date_to and period_date_from <= date_to: + overlap_date_from = max(period_date_from, date_from) + overlap_date_to = min(period_date_to, date_to) + days = (abs(overlap_date_to-overlap_date_from)).days + 1 + return days * self.daily_qty + return 0.0 + diff --git a/stock_demand_estimate/models/stock_demand_estimate_period.py b/stock_demand_estimate/models/stock_demand_estimate_period.py new file mode 100644 index 000000000..cb62e6285 --- /dev/null +++ b/stock_demand_estimate/models/stock_demand_estimate_period.py @@ -0,0 +1,49 @@ +# -*- coding: utf-8 -*- +# © 2016 Eficent Business and IT Consulting Services S.L. +# (http://www.eficent.com) +# © 2016 Aleph Objects, Inc. (https://www.alephobjects.com/) +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). + +from openerp import api, fields, models, _ +from openerp.exceptions import Warning as UserError + + +class StockDemandEstimatePeriod(models.Model): + _name = 'stock.demand.estimate.period' + _description = 'Stock Demand Estimate Period' + _order = 'date_from' + + @api.multi + @api.depends('date_from', 'date_to') + def _compute_days(self): + for rec in self: + if rec.date_from and rec.date_to: + rec.days = (fields.Date.from_string(rec.date_to) - + fields.Date.from_string(rec.date_from)).days + 1 + + name = fields.Char(string="Name", required=True) + date_from = fields.Date(string="Date From", required=True) + date_to = fields.Date(string="Date To", required=True) + days = fields.Float(string="Days between dates", + compute='_compute_days', store=True, readonly=True) + + estimate_ids = fields.One2many( + comodel_name="stock.demand.estimate", + inverse_name="period_id") + + company_id = fields.Many2one( + comodel_name='res.company', string='Company', required=True, + default=lambda self: self.env['res.company']._company_default_get( + 'stock.demand.estimate.period')) + + @api.multi + @api.constrains('name', 'date_from', 'date_to') + def _check_period(self): + for period in self: + self.env.cr.execute('SELECT id, date_from, date_to \ + FROM stock_demand_estimate_period \ + WHERE (date_from <= %s and %s <= date_to) \ + AND id <> %s', (period.date_to, period.date_from, period.id)) + res = self.env.cr.fetchall() + if res: + raise UserError(_('Two periods cannot overlap.')) diff --git a/stock_demand_estimate/security/ir.model.access.csv b/stock_demand_estimate/security/ir.model.access.csv new file mode 100644 index 000000000..715896e64 --- /dev/null +++ b/stock_demand_estimate/security/ir.model.access.csv @@ -0,0 +1,5 @@ +id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink +access_stock_demand_estimate,stock.orderpoint.demand.estimate,model_stock_demand_estimate,stock.group_stock_user,1,0,0,0 +access_stock_demand_estimate_system,stock.orderpoint.demand.estimate system,model_stock_demand_estimate,stock.group_stock_manager,1,1,1,1 +access_stock_demand_estimate_period,stock.orderpoint.demand.estimate.period,model_stock_demand_estimate_period,stock.group_stock_user,1,0,0,0 +access_stock_demand_estimate_period_system,stock.orderpoint.demand.estimate.period system,model_stock_demand_estimate_period,stock.group_stock_manager,1,1,1,1 diff --git a/stock_demand_estimate/security/stock_security.xml b/stock_demand_estimate/security/stock_security.xml new file mode 100644 index 000000000..c447a085c --- /dev/null +++ b/stock_demand_estimate/security/stock_security.xml @@ -0,0 +1,22 @@ + + + + + + + Stock demand estimate multi-company + + + ['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])] + + + + Stock demand estimate multi-company + + + ['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])] + + + + diff --git a/stock_demand_estimate/static/description/icon.png b/stock_demand_estimate/static/description/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..3a0328b516c4980e8e44cdb63fd945757ddd132d GIT binary patch literal 9455 zcmW++2RxMjAAjx~&dlBk9S+%}OXg)AGE&Cb*&}d0jUxM@u(PQx^-s)697TX`ehR4?GS^qbkof1cslKgkU)h65qZ9Oc=ml_0temigYLJfnz{IDzUf>bGs4N!v3=Z3jMq&A#7%rM5eQ#dc?k~! zVpnB`o+K7|Al`Q_U;eD$B zfJtP*jH`siUq~{KE)`jP2|#TUEFGRryE2`i0**z#*^6~AI|YzIWy$Cu#CSLW3q=GA z6`?GZymC;dCPk~rBS%eCb`5OLr;RUZ;D`}um=H)BfVIq%7VhiMr)_#G0N#zrNH|__ zc+blN2UAB0=617@>_u;MPHN;P;N#YoE=)R#i$k_`UAA>WWCcEVMh~L_ zj--gtp&|K1#58Yz*AHCTMziU1Jzt_jG0I@qAOHsk$2}yTmVkBp_eHuY$A9)>P6o~I z%aQ?!(GqeQ-Y+b0I(m9pwgi(IIZZzsbMv+9w{PFtd_<_(LA~0H(xz{=FhLB@(1&qHA5EJw1>>=%q2f&^X>IQ{!GJ4e9U z&KlB)z(84HmNgm2hg2C0>WM{E(DdPr+EeU_N@57;PC2&DmGFW_9kP&%?X4}+xWi)( z;)z%wI5>D4a*5XwD)P--sPkoY(a~WBw;E~AW`Yue4kFa^LM3X`8x|}ZUeMnqr}>kH zG%WWW>3ml$Yez?i%)2pbKPI7?5o?hydokgQyZsNEr{a|mLdt;X2TX(#B1j35xPnPW z*bMSSOauW>o;*=kO8ojw91VX!qoOQb)zHJ!odWB}d+*K?#sY_jqPdg{Sm2HdYzdEx zOGVPhVRTGPtv0o}RfVP;Nd(|CB)I;*t&QO8h zFfekr30S!-LHmV_Su-W+rEwYXJ^;6&3|L$mMC8*bQptyOo9;>Qb9Q9`ySe3%V$A*9 zeKEe+b0{#KWGp$F+tga)0RtI)nhMa-K@JS}2krK~n8vJ=Ngm?R!9G<~RyuU0d?nz# z-5EK$o(!F?hmX*2Yt6+coY`6jGbb7tF#6nHA zuKk=GGJ;ZwON1iAfG$E#Y7MnZVmrY|j0eVI(DN_MNFJmyZ|;w4tf@=CCDZ#5N_0K= z$;R~bbk?}TpfDjfB&aiQ$VA}s?P}xPERJG{kxk5~R`iRS(SK5d+Xs9swCozZISbnS zk!)I0>t=A<-^z(cmSFz3=jZ23u13X><0b)P)^1T_))Kr`e!-pb#q&J*Q`p+B6la%C zuVl&0duN<;uOsB3%T9Fp8t{ED108<+W(nOZd?gDnfNBC3>M8WE61$So|P zVvqH0SNtDTcsUdzaMDpT=Ty0pDHHNL@Z0w$Y`XO z2M-_r1S+GaH%pz#Uy0*w$Vdl=X=rQXEzO}d6J^R6zjM1u&c9vYLvLp?W7w(?np9x1 zE_0JSAJCPB%i7p*Wvg)pn5T`8k3-uR?*NT|J`eS#_#54p>!p(mLDvmc-3o0mX*mp_ zN*AeS<>#^-{S%W<*mz^!X$w_2dHWpcJ6^j64qFBft-o}o_Vx80o0>}Du;>kLts;$8 zC`7q$QI(dKYG`Wa8#wl@V4jVWBRGQ@1dr-hstpQL)Tl+aqVpGpbSfN>5i&QMXfiZ> zaA?T1VGe?rpQ@;+pkrVdd{klI&jVS@I5_iz!=UMpTsa~mBga?1r}aRBm1WS;TT*s0f0lY=JBl66Upy)-k4J}lh=P^8(SXk~0xW=T9v*B|gzIhN z>qsO7dFd~mgxAy4V?&)=5ieYq?zi?ZEoj)&2o)RLy=@hbCRcfT5jigwtQGE{L*8<@Yd{zg;CsL5mvzfDY}P-wos_6PfprFVaeqNE%h zKZhLtcQld;ZD+>=nqN~>GvROfueSzJD&BE*}XfU|H&(FssBqY=hPCt`d zH?@s2>I(|;fcW&YM6#V#!kUIP8$Nkdh0A(bEVj``-AAyYgwY~jB zT|I7Bf@%;7aL7Wf4dZ%VqF$eiaC38OV6oy3Z#TER2G+fOCd9Iaoy6aLYbPTN{XRPz z;U!V|vBf%H!}52L2gH_+j;`bTcQRXB+y9onc^wLm5wi3-Be}U>k_u>2Eg$=k!(l@I zcCg+flakT2Nej3i0yn+g+}%NYb?ta;R?(g5SnwsQ49U8Wng8d|{B+lyRcEDvR3+`O{zfmrmvFrL6acVP%yG98X zo&+VBg@px@i)%o?dG(`T;n*$S5*rnyiR#=wW}}GsAcfyQpE|>a{=$Hjg=-*_K;UtD z#z-)AXwSRY?OPefw^iI+ z)AXz#PfEjlwTes|_{sB?4(O@fg0AJ^g8gP}ex9Ucf*@_^J(s_5jJV}c)s$`Myn|Kd z$6>}#q^n{4vN@+Os$m7KV+`}c%4)4pv@06af4-x5#wj!KKb%caK{A&Y#Rfs z-po?Dcb1({W=6FKIUirH&(yg=*6aLCekcKwyfK^JN5{wcA3nhO(o}SK#!CINhI`-I z1)6&n7O&ZmyFMuNwvEic#IiOAwNkR=u5it{B9n2sAJV5pNhar=j5`*N!Na;c7g!l$ z3aYBqUkqqTJ=Re-;)s!EOeij=7SQZ3Hq}ZRds%IM*PtM$wV z@;rlc*NRK7i3y5BETSKuumEN`Xu_8GP1Ri=OKQ$@I^ko8>H6)4rjiG5{VBM>B|%`&&s^)jS|-_95&yc=GqjNo{zFkw%%HHhS~e=s zD#sfS+-?*t|J!+ozP6KvtOl!R)@@-z24}`9{QaVLD^9VCSR2b`b!KC#o;Ki<+wXB6 zx3&O0LOWcg4&rv4QG0)4yb}7BFSEg~=IR5#ZRj8kg}dS7_V&^%#Do==#`u zpy6{ox?jWuR(;pg+f@mT>#HGWHAJRRDDDv~@(IDw&R>9643kK#HN`!1vBJHnC+RM&yIh8{gG2q zA%e*U3|N0XSRa~oX-3EAneep)@{h2vvd3Xvy$7og(sayr@95+e6~Xvi1tUqnIxoIH zVWo*OwYElb#uyW{Imam6f2rGbjR!Y3`#gPqkv57dB6K^wRGxc9B(t|aYDGS=m$&S!NmCtrMMaUg(c zc2qC=2Z`EEFMW-me5B)24AqF*bV5Dr-M5ig(l-WPS%CgaPzs6p_gnCIvTJ=Y<6!gT zVt@AfYCzjjsMEGi=rDQHo0yc;HqoRNnNFeWZgcm?f;cp(6CNylj36DoL(?TS7eU#+ z7&mfr#y))+CJOXQKUMZ7QIdS9@#-}7y2K1{8)cCt0~-X0O!O?Qx#E4Og+;A2SjalQ zs7r?qn0H044=sDN$SRG$arw~n=+T_DNdSrarmu)V6@|?1-ZB#hRn`uilTGPJ@fqEy zGt(f0B+^JDP&f=r{#Y_wi#AVDf-y!RIXU^0jXsFpf>=Ji*TeqSY!H~AMbJdCGLhC) zn7Rx+sXw6uYj;WRYrLd^5IZq@6JI1C^YkgnedZEYy<&4(z%Q$5yv#Boo{AH8n$a zhb4Y3PWdr269&?V%uI$xMcUrMzl=;w<_nm*qr=c3Rl@i5wWB;e-`t7D&c-mcQl7x! zZWB`UGcw=Y2=}~wzrfLx=uet<;m3~=8I~ZRuzvMQUQdr+yTV|ATf1Uuomr__nDf=X zZ3WYJtHp_ri(}SQAPjv+Y+0=fH4krOP@S&=zZ-t1jW1o@}z;xk8 z(Nz1co&El^HK^NrhVHa-_;&88vTU>_J33=%{if;BEY*J#1n59=07jrGQ#IP>@u#3A z;!q+E1Rj3ZJ+!4bq9F8PXJ@yMgZL;>&gYA0%_Kbi8?S=XGM~dnQZQ!yBSgcZhY96H zrWnU;k)qy`rX&&xlDyA%(a1Hhi5CWkmg(`Gb%m(HKi-7Z!LKGRP_B8@`7&hdDy5n= z`OIxqxiVfX@OX1p(mQu>0Ai*v_cTMiw4qRt3~NBvr9oBy0)r>w3p~V0SCm=An6@3n)>@z!|o-$HvDK z|3D2ZMJkLE5loMKl6R^ez@Zz%S$&mbeoqH5`Bb){Ei21q&VP)hWS2tjShfFtGE+$z zzCR$P#uktu+#!w)cX!lWN1XU%K-r=s{|j?)Akf@q#3b#{6cZCuJ~gCxuMXRmI$nGtnH+-h z+GEi!*X=AP<|fG`1>MBdTb?28JYc=fGvAi2I<$B(rs$;eoJCyR6_bc~p!XR@O-+sD z=eH`-ye})I5ic1eL~TDmtfJ|8`0VJ*Yr=hNCd)G1p2MMz4C3^Mj?7;!w|Ly%JqmuW zlIEW^Ft%z?*|fpXda>Jr^1noFZEwFgVV%|*XhH@acv8rdGxeEX{M$(vG{Zw+x(ei@ zmfXb22}8-?Fi`vo-YVrTH*C?a8%M=Hv9MqVH7H^J$KsD?>!SFZ;ZsvnHr_gn=7acz z#W?0eCdVhVMWN12VV^$>WlQ?f;P^{(&pYTops|btm6aj>_Uz+hqpGwB)vWp0Cf5y< zft8-je~nn?W11plq}N)4A{l8I7$!ks_x$PXW-2XaRFswX_BnF{R#6YIwMhAgd5F9X zGmwdadS6(a^fjHtXg8=l?Rc0Sm%hk6E9!5cLVloEy4eh(=FwgP`)~I^5~pBEWo+F6 zSf2ncyMurJN91#cJTy_u8Y}@%!bq1RkGC~-bV@SXRd4F{R-*V`bS+6;W5vZ(&+I<9$;-V|eNfLa5n-6% z2(}&uGRF;p92eS*sE*oR$@pexaqr*meB)VhmIg@h{uzkk$9~qh#cHhw#>O%)b@+(| z^IQgqzuj~Sk(J;swEM-3TrJAPCq9k^^^`q{IItKBRXYe}e0Tdr=Huf7da3$l4PdpwWDop%^}n;dD#K4s#DYA8SHZ z&1!riV4W4R7R#C))JH1~axJ)RYnM$$lIR%6fIVA@zV{XVyx}C+a-Dt8Y9M)^KU0+H zR4IUb2CJ{Hg>CuaXtD50jB(_Tcx=Z$^WYu2u5kubqmwp%drJ6 z?Fo40g!Qd<-l=TQxqHEOuPX0;^z7iX?Ke^a%XT<13TA^5`4Xcw6D@Ur&VT&CUe0d} z1GjOVF1^L@>O)l@?bD~$wzgf(nxX1OGD8fEV?TdJcZc2KoUe|oP1#=$$7ee|xbY)A zDZq+cuTpc(fFdj^=!;{k03C69lMQ(|>uhRfRu%+!k&YOi-3|1QKB z z?n?eq1XP>p-IM$Z^C;2L3itnbJZAip*Zo0aw2bs8@(s^~*8T9go!%dHcAz2lM;`yp zD=7&xjFV$S&5uDaiScyD?B-i1ze`+CoRtz`Wn+Zl&#s4&}MO{@N!ufrzjG$B79)Y2d3tBk&)TxUTw@QS0TEL_?njX|@vq?Uz(nBFK5Pq7*xj#u*R&i|?7+6# z+|r_n#SW&LXhtheZdah{ZVoqwyT{D>MC3nkFF#N)xLi{p7J1jXlmVeb;cP5?e(=f# zuT7fvjSbjS781v?7{)-X3*?>tq?)Yd)~|1{BDS(pqC zC}~H#WXlkUW*H5CDOo<)#x7%RY)A;ShGhI5s*#cRDA8YgqG(HeKDx+#(ZQ?386dv! zlXCO)w91~Vw4AmOcATuV653fa9R$fyK8ul%rG z-wfS zihugoZyr38Im?Zuh6@RcF~t1anQu7>#lPpb#}4cOA!EM11`%f*07RqOVkmX{p~KJ9 z^zP;K#|)$`^Rb{rnHGH{~>1(fawV0*Z#)}M`m8-?ZJV<+e}s9wE# z)l&az?w^5{)`S(%MRzxdNqrs1n*-=jS^_jqE*5XDrA0+VE`5^*p3CuM<&dZEeCjoz zR;uu_H9ZPZV|fQq`Cyw4nscrVwi!fE6ciMmX$!_hN7uF;jjKG)d2@aC4ropY)8etW=xJvni)8eHi`H$%#zn^WJ5NLc-rqk|u&&4Z6fD_m&JfSI1Bvb?b<*n&sfl0^t z=HnmRl`XrFvMKB%9}>PaA`m-fK6a0(8=qPkWS5bb4=v?XcWi&hRY?O5HdulRi4?fN zlsJ*N-0Qw+Yic@s0(2uy%F@ib;GjXt01Fmx5XbRo6+n|pP(&nodMoap^z{~q ziEeaUT@Mxe3vJSfI6?uLND(CNr=#^W<1b}jzW58bIfyWTDle$mmS(|x-0|2UlX+9k zQ^EX7Nw}?EzVoBfT(-LT|=9N@^hcn-_p&sqG z&*oVs2JSU+N4ZD`FhCAWaS;>|wH2G*Id|?pa#@>tyxX`+4HyIArWDvVrX)2WAOQff z0qyHu&-S@i^MS-+j--!pr4fPBj~_8({~e1bfcl0wI1kaoN>mJL6KUPQm5N7lB(ui1 zE-o%kq)&djzWJ}ob<-GfDlkB;F31j-VHKvQUGQ3sp`CwyGJk_i!y^sD0fqC@$9|jO zOqN!r!8-p==F@ZVP=U$qSpY(gQ0)59P1&t@y?5rvg<}E+GB}26NYPp4f2YFQrQtot5mn3wu_qprZ=>Ig-$ zbW26Ws~IgY>}^5w`vTB(G`PTZaDiGBo5o(tp)qli|NeV( z@H_=R8V39rt5J5YB2Ky?4eJJ#b`_iBe2ot~6%7mLt5t8Vwi^Jy7|jWXqa3amOIoRb zOr}WVFP--DsS`1WpN%~)t3R!arKF^Q$e12KEqU36AWwnCBICpH4XCsfnyrHr>$I$4 z!DpKX$OKLWarN7nv@!uIA+~RNO)l$$w}p(;b>mx8pwYvu;dD_unryX_NhT8*Tj>BTrTTL&!?O+%Rv;b?B??gSzdp?6Uug9{ zd@V08Z$BdI?fpoCS$)t4mg4rT8Q_I}h`0d-vYZ^|dOB*Q^S|xqTV*vIg?@fVFSmMpaw0qtTRbx} z({Pg?#{2`sc9)M5N$*N|4;^t$+QP?#mov zGVC@I*lBVrOU-%2y!7%)fAKjpEFsgQc4{amtiHb95KQEwvf<(3T<9-Zm$xIew#P22 zc2Ix|App^>v6(3L_MCU0d3W##AB0M~3D00EWoKZqsJYT(#@w$Y_H7G22M~ApVFTRHMI_3be)Lkn#0F*V8Pq zc}`Cjy$bE;FJ6H7p=0y#R>`}-m4(0F>%@P|?7fx{=R^uFdISRnZ2W_xQhD{YuR3t< z{6yxu=4~JkeA;|(J6_nv#>Nvs&FuLA&PW^he@t(UwFFE8)|a!R{`E`K`i^ZnyE4$k z;(749Ix|oi$c3QbEJ3b~D_kQsPz~fIUKym($a_7dJ?o+40*OLl^{=&oq$<#Q(yyrp z{J-FAniyAw9tPbe&IhQ|a`DqFTVQGQ&Gq3!C2==4x{6EJwiPZ8zub-iXoUtkJiG{} zPaR&}_fn8_z~(=;5lD-aPWD3z8PZS@AaUiomF!G8I}Mf>e~0g#BelA-5#`cj;O5>N Xviia!U7SGha1wx#SCgwmn*{w2TRX*I literal 0 HcmV?d00001 diff --git a/stock_demand_estimate/views/stock_demand_estimate_period_view.xml b/stock_demand_estimate/views/stock_demand_estimate_period_view.xml new file mode 100644 index 000000000..d32933cee --- /dev/null +++ b/stock_demand_estimate/views/stock_demand_estimate_period_view.xml @@ -0,0 +1,49 @@ + + + + + + stock.demand.estimate.period.tree + stock.demand.estimate.period + + + + + + + + + + + + stock.demand.estimate.period.search + stock.demand.estimate.period + + + + + + + + + + + Stock Demand Estimate Periods + ir.actions.act_window + stock.demand.estimate.period + form + tree,form + + + + + + + diff --git a/stock_demand_estimate/views/stock_demand_estimate_view.xml b/stock_demand_estimate/views/stock_demand_estimate_view.xml new file mode 100644 index 000000000..2b2f0f981 --- /dev/null +++ b/stock_demand_estimate/views/stock_demand_estimate_view.xml @@ -0,0 +1,55 @@ + + + + + + stock.demand.estimate.tree + stock.demand.estimate + + + + + + + + + + + + + + + stock.demand.estimate.search + stock.demand.estimate + + + + + + + + + + + Stock Demand Estimates + ir.actions.act_window + stock.demand.estimate + form + tree,form + + + + + + + + + diff --git a/stock_demand_estimate/wizards/__init__.py b/stock_demand_estimate/wizards/__init__.py new file mode 100644 index 000000000..05c5fae45 --- /dev/null +++ b/stock_demand_estimate/wizards/__init__.py @@ -0,0 +1,6 @@ +# -*- coding: utf-8 -*- +# Copyright 2016 Eficent Business and IT Consulting Services S.L. +# (http://www.eficent.com) +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). + +from . import stock_demand_estimate_wizard diff --git a/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py b/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py new file mode 100644 index 000000000..8d97c95d2 --- /dev/null +++ b/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py @@ -0,0 +1,189 @@ +# -*- coding: utf-8 -*- +# © 2016 Eficent Business and IT Consulting Services S.L. +# (http://www.eficent.com) +# © 2016 Aleph Objects, Inc. (https://www.alephobjects.com/) +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). + +from openerp import api, fields, models, _ +import openerp.addons.decimal_precision as dp +from openerp.exceptions import Warning as UserError + +_PERIOD_SELECTION = [ + ('monthly', 'Monthly'), + ('weekly', 'Weekly') +] + + +class StockDemandEstimateSheet(models.TransientModel): + _name = 'stock.demand.estimate.sheet' + _description = 'Stock Demand Estimate Sheet' + + def _default_date_from(self): + return self.env.context.get('date_from', False) + + def _default_date_to(self): + return self.env.context.get('date_to', False) + + def _default_location_id(self): + location_id = self.env.context.get('location_id', False) + if location_id: + return self.env['stock.location'].browse(location_id) + else: + return False + + def _default_estimate_ids(self): + date_from = self.env.context.get('date_from', False) + date_to = self.env.context.get('date_to', False) + location_id = self.env.context.get('location_id', False) + product_ids = self.env.context.get('product_ids', False) + domain = [('date_from', '>=', date_from), + ('date_to', '<=', date_to)] + periods = self.env['stock.demand.estimate.period'].search( + domain) + products = self.env['product.product'].browse(product_ids) + + lines = [] + for product in products: + name_y = '' + if product.default_code: + name_y += '[%s] ' % product.default_code + name_y += product.name + name_y += ' - %s' % product.uom_id.name + for period in periods: + estimates = self.env['stock.demand.estimate'].search( + [('product_id', '=', product.id), + ('period_id', '=', period.id), + ('location_id', '=', location_id)]) + if estimates: + lines.append((0, 0, { + 'value_x': period.name, + 'value_y': name_y, + 'period_id': period.id, + 'product_id': product.id, + 'product_uom': estimates[0].product_uom.id, + 'location_id': location_id, + 'estimate_id': estimates[0].id, + 'product_uom_qty': estimates[0].product_uom_qty + })) + else: + lines.append((0, 0, { + 'value_x': period.name, + 'value_y': name_y, + 'period_id': period.id, + 'product_id': product.id, + 'product_uom': product.uom_id.id, + 'location_id': location_id, + 'product_uom_qty': 0.0 + })) + return lines + + date_from = fields.Date(string="Date From", readonly=True, + default=_default_date_from) + date_to = fields.Date(string="Date From", readonly=True, + default=_default_date_to) + location_id = fields.Many2one(comodel_name="stock.location", + string="Location", readonly=True, + default=_default_location_id) + line_ids = fields.Many2many( + string="Estimates", + comodel_name='stock.demand.estimate.sheet.line', + rel='stock_demand_estimate_line_rel', + default=_default_estimate_ids) + + @api.model + def _prepare_estimate_data(self, line): + return { + 'period_id': line.period_id.id, + 'product_id': line.product_id.id, + 'location_id': line.location_id.id, + 'product_uom_qty': line.product_uom_qty, + 'product_uom': line.product_id.uom_id.id, + } + + @api.multi + def button_validate(self): + res = [] + for line in self.line_ids: + if line.estimate_id: + line.estimate_id.product_uom_qty = line.product_uom_qty + res.append(line.estimate_id.id) + else: + data = self._prepare_estimate_data(line) + estimate = self.env['stock.demand.estimate'].create( + data) + res.append(estimate.id) + res = { + 'domain': [('id', 'in', res)], + 'name': _('Stock Demand Estimates'), + 'src_model': 'stock.demand.estimate.wizard', + 'view_type': 'form', + 'view_mode': 'tree', + 'res_model': 'stock.demand.estimate', + 'type': 'ir.actions.act_window' + } + return res + + +class StockDemandEstimateSheetLine(models.TransientModel): + _name = 'stock.demand.estimate.sheet.line' + _description = 'Stock Demand Estimate Sheet Line' + + estimate_id = fields.Many2one(comodel_name='stock.demand.estimate') + period_id = fields.Many2one( + comodel_name='stock.demand.estimate.period', + string='Period') + location_id = fields.Many2one(comodel_name='stock.location', + string="Stock Location") + product_id = fields.Many2one(comodel_name='product.product', + string='Product') + value_x = fields.Char(string='Period') + value_y = fields.Char(string='Product') + product_uom_qty = fields.Float( + string="Quantity", digits_compute=dp.get_precision('Product UoM')) + + +class DemandEstimateWizard(models.TransientModel): + _name = 'stock.demand.estimate.wizard' + _description = 'Stock Demand Estimate Wizard' + + date_from = fields.Date(string="Date From", required=True) + date_to = fields.Date(string="Date To", required=True) + location_id = fields.Many2one(comodel_name="stock.location", + string="Location", required=True) + product_ids = fields.Many2many( + comodel_name="product.product", + string="Products") + + @api.multi + def _prepare_demand_estimate_sheet(self): + self.ensure_one() + return { + 'date_from': self.date_from, + 'date_to': self.date_to, + 'location_id': self.location_id.id, + } + + @api.multi + def create_sheet(self): + self.ensure_one() + if not self.product_ids: + raise UserError(_('You must select at lease one product.')) + + context = { + 'date_from': self.date_from, + 'date_to': self.date_to, + 'location_id': self.location_id.id, + 'product_ids': self.product_ids.ids + } + res = { + 'context': context, + 'name': _('Estimate Sheet'), + 'src_model': 'stock.demand.estimate.wizard', + 'view_type': 'form', + 'view_mode': 'form', + 'target': 'new', + 'res_model': 'stock.demand.estimate.sheet', + 'type': 'ir.actions.act_window' + } + + return res diff --git a/stock_demand_estimate/wizards/stock_demand_estimate_wizard_view.xml b/stock_demand_estimate/wizards/stock_demand_estimate_wizard_view.xml new file mode 100644 index 000000000..af5926770 --- /dev/null +++ b/stock_demand_estimate/wizards/stock_demand_estimate_wizard_view.xml @@ -0,0 +1,85 @@ + + + + + + stock.demand.estimate.sheet.form + stock.demand.estimate.sheet + +
+ + + +
+ + + + +
+ + + +
+
+ + + + + + stock.demand.estimate.wizard.form + stock.demand.estimate.wizard + +
+ + + +
+ + + + +
+ + + +
+
+ + + + + + + + + + From f1d90072cd298d309f7bc963202b091a5d6961a7 Mon Sep 17 00:00:00 2001 From: Jordi Ballester Date: Tue, 30 May 2017 16:50:47 +0200 Subject: [PATCH 182/631] [IMP] stock_demand_estimate: replace demand estimate periods with date range --- stock_demand_estimate/README.rst | 9 ++- stock_demand_estimate/__openerp__.py | 4 +- stock_demand_estimate/models/__init__.py | 2 +- stock_demand_estimate/models/date_range.py | 22 +++++ .../models/stock_demand_estimate.py | 27 ++++--- .../models/stock_demand_estimate_period.py | 49 ----------- .../security/ir.model.access.csv | 2 - .../security/stock_security.xml | 24 ++---- .../stock_demand_estimate_period_view.xml | 49 ----------- .../views/stock_demand_estimate_view.xml | 4 +- .../wizards/stock_demand_estimate_wizard.py | 81 +++++++++++-------- .../stock_demand_estimate_wizard_view.xml | 14 ++-- 12 files changed, 111 insertions(+), 176 deletions(-) create mode 100644 stock_demand_estimate/models/date_range.py delete mode 100644 stock_demand_estimate/models/stock_demand_estimate_period.py delete mode 100644 stock_demand_estimate/views/stock_demand_estimate_period_view.xml diff --git a/stock_demand_estimate/README.rst b/stock_demand_estimate/README.rst index d3ca4b1c8..2fba92c0f 100644 --- a/stock_demand_estimate/README.rst +++ b/stock_demand_estimate/README.rst @@ -14,9 +14,12 @@ The module does not provide in itself any specific usage of the estimates. Installation ============ -This module relies on the OCA module '2D matrix for x2many fields', and can -be downloaded from: -* Github: https://github.com/OCA/web/tree/8.0/web_widget_x2many_2d_matrix +This module relies on: + +* The OCA module '2D matrix for x2many fields', and can be downloaded from + Github: https://github.com/OCA/web/tree/9.0/web_widget_x2many_2d_matrix +* The OCA module 'Date Range', and can be downloaded from + Github: https://github.com/OCA/server-tools/tree/9.0/date_range Usage diff --git a/stock_demand_estimate/__openerp__.py b/stock_demand_estimate/__openerp__.py index 3d838b25f..d2b165a19 100644 --- a/stock_demand_estimate/__openerp__.py +++ b/stock_demand_estimate/__openerp__.py @@ -11,11 +11,11 @@ "website": "https://www.odoo-community.org", "category": "Warehouse Management", "depends": ["stock", - "web_widget_x2many_2d_matrix" + "web_widget_x2many_2d_matrix", + "date_range" ], "data": ["security/ir.model.access.csv", "security/stock_security.xml", - "views/stock_demand_estimate_period_view.xml", "views/stock_demand_estimate_view.xml", "wizards/stock_demand_estimate_wizard_view.xml", ], diff --git a/stock_demand_estimate/models/__init__.py b/stock_demand_estimate/models/__init__.py index 7e93e257a..55c1477c2 100644 --- a/stock_demand_estimate/models/__init__.py +++ b/stock_demand_estimate/models/__init__.py @@ -3,5 +3,5 @@ # (http://www.eficent.com) # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). -from . import stock_demand_estimate_period from . import stock_demand_estimate +from . import date_range diff --git a/stock_demand_estimate/models/date_range.py b/stock_demand_estimate/models/date_range.py new file mode 100644 index 000000000..34321dc34 --- /dev/null +++ b/stock_demand_estimate/models/date_range.py @@ -0,0 +1,22 @@ +# -*- coding: utf-8 -*- +# © 2016 ACSONE SA/NV () +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +from openerp import api, fields, models +from openerp.tools.translate import _ +from openerp.exceptions import ValidationError + + +class DateRange(models.Model): + _inherit = "date.range" + + @api.multi + @api.depends('date_start', 'date_end') + def _compute_days(self): + for rec in self: + if rec.date_start and rec.date_end: + rec.days = (fields.Date.from_string(rec.date_start) - + fields.Date.from_string(rec.date_end)).days + 1 + + days = fields.Float(string="Days between dates", + compute='_compute_days', store=True, readonly=True) diff --git a/stock_demand_estimate/models/stock_demand_estimate.py b/stock_demand_estimate/models/stock_demand_estimate.py index d4dc48091..8afcd8770 100644 --- a/stock_demand_estimate/models/stock_demand_estimate.py +++ b/stock_demand_estimate/models/stock_demand_estimate.py @@ -31,10 +31,10 @@ class StockDemandEstimate(models.Model): @api.multi def _compute_daily_qty(self): for rec in self: - rec.daily_qty = rec.product_qty / rec.period_id.days + rec.daily_qty = rec.product_qty / rec.date_range_id.days - period_id = fields.Many2one( - comodel_name="stock.demand.estimate.period", + date_range_id = fields.Many2one( + comodel_name="date.range", string="Estimating Period", required=True) product_id = fields.Many2one(comodel_name="product.product", @@ -62,21 +62,26 @@ class StockDemandEstimate(models.Model): def name_get(self): res = [] for rec in self: - name = "%s - %s - %s" % (rec.period_id.name, rec.product_id.name, + name = "%s - %s - %s" % (rec.date_range_id.name, rec.product_id.name, rec.location_id.name) res.append((rec.id, name)) return res @api.model - def get_quantity_by_date_range(self, date_from, date_to): + def get_quantity_by_date_range(self, date_start, date_end): # Check if the dates overlap with the period - period_date_from = fields.Date.from_string(self.period_id.date_from) - period_date_to = fields.Date.from_string(self.period_id.date_to) + period_date_start = fields.Date.from_string( + self.date_range_id.date_start) + period_date_end = fields.Date.from_string( + self.date_range_id.date_end) - if date_from <= period_date_to and period_date_from <= date_to: - overlap_date_from = max(period_date_from, date_from) - overlap_date_to = min(period_date_to, date_to) - days = (abs(overlap_date_to-overlap_date_from)).days + 1 + # We need only the periods that overlap + # the dates introduced by the user. + if (date_start <= period_date_start <= date_end + or date_start <= period_date_end <= date_end): + overlap_date_start = max(period_date_start, date_start) + overlap_date_end = min(period_date_end, date_end) + days = (abs(overlap_date_end-overlap_date_start)).days + 1 return days * self.daily_qty return 0.0 diff --git a/stock_demand_estimate/models/stock_demand_estimate_period.py b/stock_demand_estimate/models/stock_demand_estimate_period.py deleted file mode 100644 index cb62e6285..000000000 --- a/stock_demand_estimate/models/stock_demand_estimate_period.py +++ /dev/null @@ -1,49 +0,0 @@ -# -*- coding: utf-8 -*- -# © 2016 Eficent Business and IT Consulting Services S.L. -# (http://www.eficent.com) -# © 2016 Aleph Objects, Inc. (https://www.alephobjects.com/) -# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). - -from openerp import api, fields, models, _ -from openerp.exceptions import Warning as UserError - - -class StockDemandEstimatePeriod(models.Model): - _name = 'stock.demand.estimate.period' - _description = 'Stock Demand Estimate Period' - _order = 'date_from' - - @api.multi - @api.depends('date_from', 'date_to') - def _compute_days(self): - for rec in self: - if rec.date_from and rec.date_to: - rec.days = (fields.Date.from_string(rec.date_to) - - fields.Date.from_string(rec.date_from)).days + 1 - - name = fields.Char(string="Name", required=True) - date_from = fields.Date(string="Date From", required=True) - date_to = fields.Date(string="Date To", required=True) - days = fields.Float(string="Days between dates", - compute='_compute_days', store=True, readonly=True) - - estimate_ids = fields.One2many( - comodel_name="stock.demand.estimate", - inverse_name="period_id") - - company_id = fields.Many2one( - comodel_name='res.company', string='Company', required=True, - default=lambda self: self.env['res.company']._company_default_get( - 'stock.demand.estimate.period')) - - @api.multi - @api.constrains('name', 'date_from', 'date_to') - def _check_period(self): - for period in self: - self.env.cr.execute('SELECT id, date_from, date_to \ - FROM stock_demand_estimate_period \ - WHERE (date_from <= %s and %s <= date_to) \ - AND id <> %s', (period.date_to, period.date_from, period.id)) - res = self.env.cr.fetchall() - if res: - raise UserError(_('Two periods cannot overlap.')) diff --git a/stock_demand_estimate/security/ir.model.access.csv b/stock_demand_estimate/security/ir.model.access.csv index 715896e64..a250f8113 100644 --- a/stock_demand_estimate/security/ir.model.access.csv +++ b/stock_demand_estimate/security/ir.model.access.csv @@ -1,5 +1,3 @@ id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink access_stock_demand_estimate,stock.orderpoint.demand.estimate,model_stock_demand_estimate,stock.group_stock_user,1,0,0,0 access_stock_demand_estimate_system,stock.orderpoint.demand.estimate system,model_stock_demand_estimate,stock.group_stock_manager,1,1,1,1 -access_stock_demand_estimate_period,stock.orderpoint.demand.estimate.period,model_stock_demand_estimate_period,stock.group_stock_user,1,0,0,0 -access_stock_demand_estimate_period_system,stock.orderpoint.demand.estimate.period system,model_stock_demand_estimate_period,stock.group_stock_manager,1,1,1,1 diff --git a/stock_demand_estimate/security/stock_security.xml b/stock_demand_estimate/security/stock_security.xml index c447a085c..7dc10eb89 100644 --- a/stock_demand_estimate/security/stock_security.xml +++ b/stock_demand_estimate/security/stock_security.xml @@ -1,22 +1,14 @@ - + - - Stock demand estimate multi-company - - - ['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])] - + + Stock demand estimate multi-company + + + ['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])] + - - Stock demand estimate multi-company - - - ['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])] - - - + diff --git a/stock_demand_estimate/views/stock_demand_estimate_period_view.xml b/stock_demand_estimate/views/stock_demand_estimate_period_view.xml deleted file mode 100644 index d32933cee..000000000 --- a/stock_demand_estimate/views/stock_demand_estimate_period_view.xml +++ /dev/null @@ -1,49 +0,0 @@ - - - - - - stock.demand.estimate.period.tree - stock.demand.estimate.period - - - - - - - - - - - - stock.demand.estimate.period.search - stock.demand.estimate.period - - - - - - - - - - - Stock Demand Estimate Periods - ir.actions.act_window - stock.demand.estimate.period - form - tree,form - - - - - - - diff --git a/stock_demand_estimate/views/stock_demand_estimate_view.xml b/stock_demand_estimate/views/stock_demand_estimate_view.xml index 2b2f0f981..343ba25a2 100644 --- a/stock_demand_estimate/views/stock_demand_estimate_view.xml +++ b/stock_demand_estimate/views/stock_demand_estimate_view.xml @@ -8,7 +8,7 @@ stock.demand.estimate - + @@ -25,7 +25,7 @@ stock.demand.estimate - + diff --git a/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py b/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py index 8d97c95d2..dc4c8f405 100644 --- a/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py +++ b/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py @@ -8,21 +8,16 @@ from openerp import api, fields, models, _ import openerp.addons.decimal_precision as dp from openerp.exceptions import Warning as UserError -_PERIOD_SELECTION = [ - ('monthly', 'Monthly'), - ('weekly', 'Weekly') -] - class StockDemandEstimateSheet(models.TransientModel): _name = 'stock.demand.estimate.sheet' _description = 'Stock Demand Estimate Sheet' - def _default_date_from(self): - return self.env.context.get('date_from', False) + def _default_date_start(self): + return self.env.context.get('date_start', False) - def _default_date_to(self): - return self.env.context.get('date_to', False) + def _default_date_end(self): + return self.env.context.get('date_end', False) def _default_location_id(self): location_id = self.env.context.get('location_id', False) @@ -32,13 +27,24 @@ class StockDemandEstimateSheet(models.TransientModel): return False def _default_estimate_ids(self): - date_from = self.env.context.get('date_from', False) - date_to = self.env.context.get('date_to', False) - location_id = self.env.context.get('location_id', False) - product_ids = self.env.context.get('product_ids', False) - domain = [('date_from', '>=', date_from), - ('date_to', '<=', date_to)] - periods = self.env['stock.demand.estimate.period'].search( + date_start = self.env.context.get('default_date_start', False) + date_end = self.env.context.get('default_date_end', False) + date_range_type_id = self.env.context.get('default_date_range_type_id', + False) + location_id = self.env.context.get('default_location_id', False) + product_ids = self.env.context.get('default_product_ids', False) + domain = [('type_id', '=', date_range_type_id), '|', '&', + ('date_start', '>=', date_start), + ('date_start', '<=', date_end), + '&', + ('date_end', '>=', date_start), + ('date_end', '<=', date_end)] + periods = self.env['date.range'].search( + domain) + domain = [('type_id', '=', date_range_type_id), + ('date_start', '<=', date_start), + ('date_end', '>=', date_start)] + periods |= self.env['date.range'].search( domain) products = self.env['product.product'].browse(product_ids) @@ -52,13 +58,13 @@ class StockDemandEstimateSheet(models.TransientModel): for period in periods: estimates = self.env['stock.demand.estimate'].search( [('product_id', '=', product.id), - ('period_id', '=', period.id), + ('date_range_id', '=', period.id), ('location_id', '=', location_id)]) if estimates: lines.append((0, 0, { 'value_x': period.name, 'value_y': name_y, - 'period_id': period.id, + 'date_range_id': period.id, 'product_id': product.id, 'product_uom': estimates[0].product_uom.id, 'location_id': location_id, @@ -69,7 +75,7 @@ class StockDemandEstimateSheet(models.TransientModel): lines.append((0, 0, { 'value_x': period.name, 'value_y': name_y, - 'period_id': period.id, + 'date_range_id': period.id, 'product_id': product.id, 'product_uom': product.uom_id.id, 'location_id': location_id, @@ -77,13 +83,13 @@ class StockDemandEstimateSheet(models.TransientModel): })) return lines - date_from = fields.Date(string="Date From", readonly=True, - default=_default_date_from) - date_to = fields.Date(string="Date From", readonly=True, - default=_default_date_to) + date_start = fields.Date(string="Date From", readonly=True) + date_end = fields.Date(string="Date From", readonly=True) + date_range_type_id = fields.Many2one(string='Date Range Type', + comodel_name='date.range.type', + readonly=True) location_id = fields.Many2one(comodel_name="stock.location", - string="Location", readonly=True, - default=_default_location_id) + string="Location", readonly=True) line_ids = fields.Many2many( string="Estimates", comodel_name='stock.demand.estimate.sheet.line', @@ -93,7 +99,7 @@ class StockDemandEstimateSheet(models.TransientModel): @api.model def _prepare_estimate_data(self, line): return { - 'period_id': line.period_id.id, + 'date_range_id': line.date_range_id.id, 'product_id': line.product_id.id, 'location_id': line.location_id.id, 'product_uom_qty': line.product_uom_qty, @@ -129,7 +135,7 @@ class StockDemandEstimateSheetLine(models.TransientModel): _description = 'Stock Demand Estimate Sheet Line' estimate_id = fields.Many2one(comodel_name='stock.demand.estimate') - period_id = fields.Many2one( + date_range_id = fields.Many2one( comodel_name='stock.demand.estimate.period', string='Period') location_id = fields.Many2one(comodel_name='stock.location', @@ -146,8 +152,11 @@ class DemandEstimateWizard(models.TransientModel): _name = 'stock.demand.estimate.wizard' _description = 'Stock Demand Estimate Wizard' - date_from = fields.Date(string="Date From", required=True) - date_to = fields.Date(string="Date To", required=True) + date_start = fields.Date(string="Date From", required=True) + date_end = fields.Date(string="Date To", required=True) + date_range_type_id = fields.Many2one(string='Date Range Type', + comodel_name='date.range.type', + required=True) location_id = fields.Many2one(comodel_name="stock.location", string="Location", required=True) product_ids = fields.Many2many( @@ -158,8 +167,9 @@ class DemandEstimateWizard(models.TransientModel): def _prepare_demand_estimate_sheet(self): self.ensure_one() return { - 'date_from': self.date_from, - 'date_to': self.date_to, + 'date_start': self.date_start, + 'date_end': self.date_end, + 'date_range_type_id': self.date_range_type_id.id, 'location_id': self.location_id.id, } @@ -170,10 +180,11 @@ class DemandEstimateWizard(models.TransientModel): raise UserError(_('You must select at lease one product.')) context = { - 'date_from': self.date_from, - 'date_to': self.date_to, - 'location_id': self.location_id.id, - 'product_ids': self.product_ids.ids + 'default_date_start': self.date_start, + 'default_date_end': self.date_end, + 'default_date_range_type_id': self.date_range_type_id.id, + 'default_location_id': self.location_id.id, + 'default_product_ids': self.product_ids.ids } res = { 'context': context, diff --git a/stock_demand_estimate/wizards/stock_demand_estimate_wizard_view.xml b/stock_demand_estimate/wizards/stock_demand_estimate_wizard_view.xml index af5926770..5753a5a3b 100644 --- a/stock_demand_estimate/wizards/stock_demand_estimate_wizard_view.xml +++ b/stock_demand_estimate/wizards/stock_demand_estimate_wizard_view.xml @@ -10,11 +10,12 @@
- -
+ + @@ -47,10 +48,11 @@ - -
+ From 6a14b87d38a159b1a7d30bdcafc075ff6c0a197d Mon Sep 17 00:00:00 2001 From: Jordi Ballester Date: Tue, 30 May 2017 17:33:17 +0200 Subject: [PATCH 183/631] [IMP] stock_demand_estimate: add test cases --- stock_demand_estimate/README.rst | 6 +- stock_demand_estimate/__openerp__.py | 6 +- stock_demand_estimate/models/date_range.py | 9 +- .../models/stock_demand_estimate.py | 15 +- stock_demand_estimate/tests/__init__.py | 6 + .../tests/test_stock_demand_estimate.py | 135 ++++++++++++++++++ .../wizards/stock_demand_estimate_wizard.py | 30 ++-- .../stock_demand_estimate_wizard_view.xml | 3 +- 8 files changed, 170 insertions(+), 40 deletions(-) create mode 100644 stock_demand_estimate/tests/__init__.py create mode 100644 stock_demand_estimate/tests/test_stock_demand_estimate.py diff --git a/stock_demand_estimate/README.rst b/stock_demand_estimate/README.rst index 2fba92c0f..b640d0e95 100644 --- a/stock_demand_estimate/README.rst +++ b/stock_demand_estimate/README.rst @@ -28,18 +28,15 @@ Usage Go to 'Warehouse / Configuration / Demand Estimate Periods' and define your estimating periods (monthly or weekly). - Go to 'Warehouse / Demand Planning / Create Demand Estimates' to create or update your demand estimates. Go to 'Warehouse / Demand Planning / Demand Estimates' to review the estimates created. - .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas :alt: Try me on Runbot - :target: https://runbot.odoo-community.org/runbot/153/8.0 - + :target: https://runbot.odoo-community.org/runbot/153/9.0 Bug Tracker =========== @@ -62,7 +59,6 @@ Contributors * Jordi Ballester Alomar - Maintainer ---------- diff --git a/stock_demand_estimate/__openerp__.py b/stock_demand_estimate/__openerp__.py index d2b165a19..04f151bda 100644 --- a/stock_demand_estimate/__openerp__.py +++ b/stock_demand_estimate/__openerp__.py @@ -5,8 +5,8 @@ { "name": "Stock Demand Estimate", "summary": "Allows to create demand estimates.", - "version": "8.0.1.0.0", - "author": "Eficent Business and IT Consulting Services S.L," + "version": "9.0.1.0.0", + "author": "Eficent, " "Odoo Community Association (OCA)", "website": "https://www.odoo-community.org", "category": "Warehouse Management", @@ -21,5 +21,5 @@ ], "license": "AGPL-3", 'installable': True, - 'application': True, + 'application': False, } diff --git a/stock_demand_estimate/models/date_range.py b/stock_demand_estimate/models/date_range.py index 34321dc34..7f8ab153e 100644 --- a/stock_demand_estimate/models/date_range.py +++ b/stock_demand_estimate/models/date_range.py @@ -3,8 +3,6 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). from openerp import api, fields, models -from openerp.tools.translate import _ -from openerp.exceptions import ValidationError class DateRange(models.Model): @@ -15,8 +13,9 @@ class DateRange(models.Model): def _compute_days(self): for rec in self: if rec.date_start and rec.date_end: - rec.days = (fields.Date.from_string(rec.date_start) - - fields.Date.from_string(rec.date_end)).days + 1 + rec.days = abs((fields.Date.from_string( + rec.date_end) - fields.Date.from_string( + rec.date_start)).days) + 1 days = fields.Float(string="Days between dates", - compute='_compute_days', store=True, readonly=True) + compute='_compute_days', readonly=True) diff --git a/stock_demand_estimate/models/stock_demand_estimate.py b/stock_demand_estimate/models/stock_demand_estimate.py index 8afcd8770..1ef7eaf70 100644 --- a/stock_demand_estimate/models/stock_demand_estimate.py +++ b/stock_demand_estimate/models/stock_demand_estimate.py @@ -22,7 +22,7 @@ class StockDemandEstimate(models.Model): rec.product_id.uom_id.id, rec.product_uom_qty, rec.product_uom.id) - def _set_product_qty(self): + def _inverse_product_qty(self): raise UserError(_('The requested operation cannot be ' 'processed because of a programming error ' 'setting the `product_qty` field instead ' @@ -36,7 +36,7 @@ class StockDemandEstimate(models.Model): date_range_id = fields.Many2one( comodel_name="date.range", string="Estimating Period", - required=True) + required=True, ondelete='restrict') product_id = fields.Many2one(comodel_name="product.product", string="Product", required=True) product_uom = fields.Many2one(comodel_name="product.uom", @@ -47,7 +47,7 @@ class StockDemandEstimate(models.Model): string="Quantity", digits_compute=dp.get_precision('Product Unit of Measure')) product_qty = fields.Float('Real Quantity', compute='_compute_product_qty', - inverse='_set_product_qty', digits=0, + inverse='_inverse_product_qty', digits=0, store=True, help='Quantity in the default UoM of the ' 'product', readonly=True) @@ -62,8 +62,8 @@ class StockDemandEstimate(models.Model): def name_get(self): res = [] for rec in self: - name = "%s - %s - %s" % (rec.date_range_id.name, rec.product_id.name, - rec.location_id.name) + name = "%s - %s - %s" % (rec.date_range_id.name, + rec.product_id.name, rec.location_id.name) res.append((rec.id, name)) return res @@ -77,11 +77,10 @@ class StockDemandEstimate(models.Model): # We need only the periods that overlap # the dates introduced by the user. - if (date_start <= period_date_start <= date_end - or date_start <= period_date_end <= date_end): + if (date_start <= period_date_start <= date_end or date_start <= + period_date_end <= date_end): overlap_date_start = max(period_date_start, date_start) overlap_date_end = min(period_date_end, date_end) days = (abs(overlap_date_end-overlap_date_start)).days + 1 return days * self.daily_qty return 0.0 - diff --git a/stock_demand_estimate/tests/__init__.py b/stock_demand_estimate/tests/__init__.py new file mode 100644 index 000000000..311ebdf8c --- /dev/null +++ b/stock_demand_estimate/tests/__init__.py @@ -0,0 +1,6 @@ +# -*- coding: utf-8 -*- +# Copyright 2017 Eficent Business and IT Consulting Services S.L. +# (http://www.eficent.com) +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). + +from . import test_stock_demand_estimate diff --git a/stock_demand_estimate/tests/test_stock_demand_estimate.py b/stock_demand_estimate/tests/test_stock_demand_estimate.py new file mode 100644 index 000000000..1f3336a92 --- /dev/null +++ b/stock_demand_estimate/tests/test_stock_demand_estimate.py @@ -0,0 +1,135 @@ +# -*- coding: utf-8 -*- +# Copyright 2017 Eficent Business and IT Consulting Services S.L. +# (http://www.eficent.com) +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). +from openerp.tests import common +from dateutil.rrule import MONTHLY +from openerp.exceptions import ValidationError + + +class TestStockDemandEstimate(common.TransactionCase): + + def setUp(self): + super(TestStockDemandEstimate, self).setUp() + self.res_users_model = self.env['res.users'] + self.product_model = self.env['product.product'] + self.stock_location_model = self.env['stock.location'] + + self.g_stock_manager = self.env.ref('stock.group_stock_manager') + self.g_stock_user = self.env.ref('stock.group_stock_user') + self.company = self.env.ref('base.main_company') + + # Create users: + self.manager = self._create_user( + 'user_1', [self.g_stock_manager], self.company).id + self.user = self._create_user( + 'user_2', [self.g_stock_user], self.company).id + self.drt_monthly = self.env['date.range.type'].create( + {'name': 'Month', + 'allow_overlap': False}) + + generator = self.env['date.range.generator'] + generator = generator.create({ + 'date_start': '1943-01-01', + 'name_prefix': '1943-', + 'type_id': self.drt_monthly.id, + 'duration_count': 1, + 'unit_of_time': MONTHLY, + 'count': 12}) + generator.action_apply() + + # Create a product: + self.product1 = self.product_model.create({ + 'name': 'Test Product 1', + 'type': 'product', + 'default_code': 'PROD1', + }) + # Create a location: + self.location = self.stock_location_model.create({ + 'name': 'Place', + 'usage': 'production' + }) + + def _create_user(self, login, groups, company): + group_ids = [group.id for group in groups] + user = self.res_users_model.create({ + 'name': login, + 'login': login, + 'password': 'demo', + 'email': 'example@yourcompany.com', + 'company_id': company.id, + 'company_ids': [(4, company.id)], + 'groups_id': [(6, 0, group_ids)] + }) + return user + + def test_demand_estimate(self): + """Tests creation of demand estimates.""" + sheets = self.env['stock.demand.estimate.sheet'].search([]) + for sheet in sheets: + sheet.unlink() + wiz = self.env['stock.demand.estimate.wizard'] + wiz = wiz.create({ + 'date_start': '1943-01-01', + 'date_end': '1943-12-31', + 'location_id': self.location.id, + 'date_range_type_id': self.drt_monthly.id, + 'product_ids': [(6, 0, [self.product1.id])]}) + wiz.create_sheet() + sheets = self.env['stock.demand.estimate.sheet'].search([]) + for sheet in sheets: + + self.assertEquals(len(sheet.line_ids), 12, + 'There should be 12 lines.') + self.assertEquals(sheet.date_start, '1943-01-01', + 'The date start should be 1943-01-01') + self.assertEquals(sheet.date_end, '1943-12-31', + 'The date end should be 1943-12-31') + self.assertEquals(sheet.location_id.id, self.location.id, + 'Wrong location') + self.assertEquals(sheet.product_ids.ids, [self.product1.id], + 'Wrong products') + for line in sheet.line_ids: + line.product_uom_qty = 1 + self.assertEquals(line.product_id.id, self.product1.id, + 'The product does not match in the line') + self.assertEquals(line.location_id.id, self.location.id, + 'The product does not match in the line') + sheet.button_validate() + estimates = self.env['stock.demand.estimate'].search([( + 'date_range_type_id', '=', self.drt_monthly)]) + self.assertEquals(len(estimates), 12, 'There should be 12 ' + 'estimate records.') + for estimate in estimates: + self.assertEquals(estimate.product_id.id, self.product1.id, + 'The product does not match in the estimate') + self.assertEquals(estimate.location_id.id, self.location.id, + 'The product does not match in the estimate') + + sheets = self.env['stock.demand.estimate.sheet'].search([]) + for sheet in sheets: + sheet.unlink() + wiz = self.env['stock.demand.estimate.wizard'] + wiz = wiz.create({ + 'date_start': '1943-01-01', + 'date_end': '1943-12-31', + 'location_id': self.location.id, + 'date_range_type_id': self.drt_monthly.id, + 'product_ids': [(6, 0, [self.product1.id])]}) + wiz.create_sheet() + sheets = self.env['stock.demand.estimate.sheet'].search([]) + for sheet in sheets: + for line in sheet.line_ids: + self.assertEquals(line.product_uom_qty, 1, + 'The quantity should be 1') + + def test_invalid_dates(self): + + wiz = self.env['stock.demand.estimate.wizard'] + with self.assertRaises(ValidationError): + wiz.create({ + 'date_start': '1943-12-31', + 'date_end': '1943-01-01', + 'location_id': self.location.id, + 'date_range_type_id': self.drt_monthly.id, + 'product_ids': [(6, 0, [self.product1.id])]}) diff --git a/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py b/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py index dc4c8f405..ebab92e02 100644 --- a/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py +++ b/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py @@ -6,33 +6,20 @@ from openerp import api, fields, models, _ import openerp.addons.decimal_precision as dp -from openerp.exceptions import Warning as UserError +from openerp.exceptions import UserError, ValidationError class StockDemandEstimateSheet(models.TransientModel): _name = 'stock.demand.estimate.sheet' _description = 'Stock Demand Estimate Sheet' - def _default_date_start(self): - return self.env.context.get('date_start', False) - - def _default_date_end(self): - return self.env.context.get('date_end', False) - - def _default_location_id(self): - location_id = self.env.context.get('location_id', False) - if location_id: - return self.env['stock.location'].browse(location_id) - else: - return False - def _default_estimate_ids(self): date_start = self.env.context.get('default_date_start', False) date_end = self.env.context.get('default_date_end', False) date_range_type_id = self.env.context.get('default_date_range_type_id', False) location_id = self.env.context.get('default_location_id', False) - product_ids = self.env.context.get('default_product_ids', False) + product_ids = self.env.context.get('product_ids', False) domain = [('type_id', '=', date_range_type_id), '|', '&', ('date_start', '>=', date_start), ('date_start', '<=', date_end), @@ -136,7 +123,7 @@ class StockDemandEstimateSheetLine(models.TransientModel): estimate_id = fields.Many2one(comodel_name='stock.demand.estimate') date_range_id = fields.Many2one( - comodel_name='stock.demand.estimate.period', + comodel_name='date.range', string='Period') location_id = fields.Many2one(comodel_name='stock.location', string="Stock Location") @@ -163,6 +150,13 @@ class DemandEstimateWizard(models.TransientModel): comodel_name="product.product", string="Products") + @api.one + @api.constrains('date_start', 'date_end') + def _check_start_end_dates(self): + if self.date_start > self.date_end: + raise ValidationError(_( + 'The start date cannot be later than the end date.')) + @api.multi def _prepare_demand_estimate_sheet(self): self.ensure_one() @@ -177,14 +171,14 @@ class DemandEstimateWizard(models.TransientModel): def create_sheet(self): self.ensure_one() if not self.product_ids: - raise UserError(_('You must select at lease one product.')) + raise UserError(_('You must select at least one product.')) context = { 'default_date_start': self.date_start, 'default_date_end': self.date_end, 'default_date_range_type_id': self.date_range_type_id.id, 'default_location_id': self.location_id.id, - 'default_product_ids': self.product_ids.ids + 'product_ids': self.product_ids.ids } res = { 'context': context, diff --git a/stock_demand_estimate/wizards/stock_demand_estimate_wizard_view.xml b/stock_demand_estimate/wizards/stock_demand_estimate_wizard_view.xml index 5753a5a3b..64a046ba3 100644 --- a/stock_demand_estimate/wizards/stock_demand_estimate_wizard_view.xml +++ b/stock_demand_estimate/wizards/stock_demand_estimate_wizard_view.xml @@ -20,7 +20,8 @@
- + Date: Thu, 22 Jun 2017 11:00:50 +0200 Subject: [PATCH 184/631] [MIG] stock_demand_estimate: migrate to v10 --- stock_demand_estimate/README.rst | 6 ++--- .../{__openerp__.py => __manifest__.py} | 2 +- stock_demand_estimate/models/date_range.py | 2 +- .../models/stock_demand_estimate.py | 23 ++++++++++--------- .../security/stock_security.xml | 7 ++---- .../tests/test_stock_demand_estimate.py | 4 ++-- .../views/stock_demand_estimate_view.xml | 6 ++--- .../wizards/stock_demand_estimate_wizard.py | 19 +++++++++++---- .../stock_demand_estimate_wizard_view.xml | 16 +++++++++---- 9 files changed, 48 insertions(+), 37 deletions(-) rename stock_demand_estimate/{__openerp__.py => __manifest__.py} (96%) diff --git a/stock_demand_estimate/README.rst b/stock_demand_estimate/README.rst index b640d0e95..436eacf48 100644 --- a/stock_demand_estimate/README.rst +++ b/stock_demand_estimate/README.rst @@ -17,9 +17,9 @@ Installation This module relies on: * The OCA module '2D matrix for x2many fields', and can be downloaded from - Github: https://github.com/OCA/web/tree/9.0/web_widget_x2many_2d_matrix + Github: https://github.com/OCA/web/tree/10.0/web_widget_x2many_2d_matrix * The OCA module 'Date Range', and can be downloaded from - Github: https://github.com/OCA/server-tools/tree/9.0/date_range + Github: https://github.com/OCA/server-tools/tree/10.0/date_range Usage @@ -36,7 +36,7 @@ estimates created. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas :alt: Try me on Runbot - :target: https://runbot.odoo-community.org/runbot/153/9.0 + :target: https://runbot.odoo-community.org/runbot/153/10.0 Bug Tracker =========== diff --git a/stock_demand_estimate/__openerp__.py b/stock_demand_estimate/__manifest__.py similarity index 96% rename from stock_demand_estimate/__openerp__.py rename to stock_demand_estimate/__manifest__.py index 04f151bda..8a17a7823 100644 --- a/stock_demand_estimate/__openerp__.py +++ b/stock_demand_estimate/__manifest__.py @@ -5,7 +5,7 @@ { "name": "Stock Demand Estimate", "summary": "Allows to create demand estimates.", - "version": "9.0.1.0.0", + "version": "10.0.1.0.0", "author": "Eficent, " "Odoo Community Association (OCA)", "website": "https://www.odoo-community.org", diff --git a/stock_demand_estimate/models/date_range.py b/stock_demand_estimate/models/date_range.py index 7f8ab153e..2d6a49bdb 100644 --- a/stock_demand_estimate/models/date_range.py +++ b/stock_demand_estimate/models/date_range.py @@ -2,7 +2,7 @@ # © 2016 ACSONE SA/NV () # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -from openerp import api, fields, models +from odoo import api, fields, models class DateRange(models.Model): diff --git a/stock_demand_estimate/models/stock_demand_estimate.py b/stock_demand_estimate/models/stock_demand_estimate.py index 1ef7eaf70..d2ff19fee 100644 --- a/stock_demand_estimate/models/stock_demand_estimate.py +++ b/stock_demand_estimate/models/stock_demand_estimate.py @@ -4,9 +4,9 @@ # © 2016 Aleph Objects, Inc. (https://www.alephobjects.com/) # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). -from openerp import api, fields, models, _ -import openerp.addons.decimal_precision as dp -from openerp.exceptions import Warning as UserError +from odoo import api, fields, models, _ +import odoo.addons.decimal_precision as dp +from odoo.exceptions import Warning as UserError class StockDemandEstimate(models.Model): @@ -15,14 +15,14 @@ class StockDemandEstimate(models.Model): @api.multi @api.depends('product_id', 'product_uom', 'product_uom_qty') - def _compute_product_qty(self): + def _compute_product_quantity(self): for rec in self: if rec.product_uom: - rec.product_qty = rec.product_uom._compute_qty( - rec.product_id.uom_id.id, rec.product_uom_qty, - rec.product_uom.id) + rec.product_qty = rec.product_uom._compute_quantity( + rec.product_uom_qty, + rec.product_id.uom_id) - def _inverse_product_qty(self): + def _inverse_product_quantity(self): raise UserError(_('The requested operation cannot be ' 'processed because of a programming error ' 'setting the `product_qty` field instead ' @@ -45,9 +45,10 @@ class StockDemandEstimate(models.Model): string="Location", required=True) product_uom_qty = fields.Float( string="Quantity", - digits_compute=dp.get_precision('Product Unit of Measure')) - product_qty = fields.Float('Real Quantity', compute='_compute_product_qty', - inverse='_inverse_product_qty', digits=0, + digits=dp.get_precision('Product Unit of Measure')) + product_qty = fields.Float('Real Quantity', + compute='_compute_product_quantity', + inverse='_inverse_product_quantity', digits=0, store=True, help='Quantity in the default UoM of the ' 'product', readonly=True) diff --git a/stock_demand_estimate/security/stock_security.xml b/stock_demand_estimate/security/stock_security.xml index 7dc10eb89..d26124b0f 100644 --- a/stock_demand_estimate/security/stock_security.xml +++ b/stock_demand_estimate/security/stock_security.xml @@ -1,7 +1,5 @@ - - - + Stock demand estimate multi-company @@ -10,5 +8,4 @@ ['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])] - - + diff --git a/stock_demand_estimate/tests/test_stock_demand_estimate.py b/stock_demand_estimate/tests/test_stock_demand_estimate.py index 1f3336a92..52f694bb4 100644 --- a/stock_demand_estimate/tests/test_stock_demand_estimate.py +++ b/stock_demand_estimate/tests/test_stock_demand_estimate.py @@ -2,9 +2,9 @@ # Copyright 2017 Eficent Business and IT Consulting Services S.L. # (http://www.eficent.com) # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). -from openerp.tests import common +from odoo.tests import common from dateutil.rrule import MONTHLY -from openerp.exceptions import ValidationError +from odoo.exceptions import ValidationError class TestStockDemandEstimate(common.TransactionCase): diff --git a/stock_demand_estimate/views/stock_demand_estimate_view.xml b/stock_demand_estimate/views/stock_demand_estimate_view.xml index 343ba25a2..45e084004 100644 --- a/stock_demand_estimate/views/stock_demand_estimate_view.xml +++ b/stock_demand_estimate/views/stock_demand_estimate_view.xml @@ -1,6 +1,5 @@ - - + @@ -51,5 +50,4 @@ parent="menu_stock_demand_planning" action="stock_demand_estimate_form_action"/> - - + diff --git a/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py b/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py index ebab92e02..d4abacc22 100644 --- a/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py +++ b/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py @@ -4,9 +4,9 @@ # © 2016 Aleph Objects, Inc. (https://www.alephobjects.com/) # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). -from openerp import api, fields, models, _ -import openerp.addons.decimal_precision as dp -from openerp.exceptions import UserError, ValidationError +from odoo import api, fields, models, _ +import odoo.addons.decimal_precision as dp +from odoo.exceptions import UserError, ValidationError class StockDemandEstimateSheet(models.TransientModel): @@ -80,7 +80,7 @@ class StockDemandEstimateSheet(models.TransientModel): line_ids = fields.Many2many( string="Estimates", comodel_name='stock.demand.estimate.sheet.line', - rel='stock_demand_estimate_line_rel', + relation='stock_demand_estimate_line_rel', default=_default_estimate_ids) @api.model @@ -132,7 +132,7 @@ class StockDemandEstimateSheetLine(models.TransientModel): value_x = fields.Char(string='Period') value_y = fields.Char(string='Product') product_uom_qty = fields.Float( - string="Quantity", digits_compute=dp.get_precision('Product UoM')) + string="Quantity", digits=dp.get_precision('Product UoM')) class DemandEstimateWizard(models.TransientModel): @@ -150,6 +150,15 @@ class DemandEstimateWizard(models.TransientModel): comodel_name="product.product", string="Products") + @api.onchange('date_range_type_id') + def _onchange_date_range_type_id(self): + if self.date_range_type_id.company_id: + return { + 'domain': { + 'location_id': [('company_id', '=', + self.date_range_type_id.company_id.id)]}} + return {} + @api.one @api.constrains('date_start', 'date_end') def _check_start_end_dates(self): diff --git a/stock_demand_estimate/wizards/stock_demand_estimate_wizard_view.xml b/stock_demand_estimate/wizards/stock_demand_estimate_wizard_view.xml index 64a046ba3..1b072a7fd 100644 --- a/stock_demand_estimate/wizards/stock_demand_estimate_wizard_view.xml +++ b/stock_demand_estimate/wizards/stock_demand_estimate_wizard_view.xml @@ -1,6 +1,5 @@ - - + @@ -26,7 +25,15 @@ widget="x2many_2d_matrix" field_x_axis="value_x" field_y_axis="value_y" - field_value="product_uom_qty"/> + field_value="product_uom_qty" + x_axis_clickable="0" + y_axis_clickable="0"> + + + + + +
+
+ + + +
+
+ From 6ce7dc78545fe5d11a20d9d839baf86714cad1b0 Mon Sep 17 00:00:00 2001 From: mreficent Date: Thu, 19 Apr 2018 15:55:18 +0200 Subject: [PATCH 187/631] [FIX] stock_demand_estimate: division by zero in _compute_daily_qty --- stock_demand_estimate/__manifest__.py | 2 +- stock_demand_estimate/models/stock_demand_estimate.py | 6 +++++- stock_demand_estimate/views/stock_demand_estimate_view.xml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/stock_demand_estimate/__manifest__.py b/stock_demand_estimate/__manifest__.py index ad326cd4b..075dd1cc9 100644 --- a/stock_demand_estimate/__manifest__.py +++ b/stock_demand_estimate/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Stock Demand Estimate", "summary": "Allows to create demand estimates.", - "version": "11.0.1.0.0", + "version": "11.0.1.1.0", "author": "Eficent, " "Odoo Community Association (OCA)", "website": "https://github.com/OCA/stock-logistics-warehouse", diff --git a/stock_demand_estimate/models/stock_demand_estimate.py b/stock_demand_estimate/models/stock_demand_estimate.py index 1259e1a72..7cf73e526 100644 --- a/stock_demand_estimate/models/stock_demand_estimate.py +++ b/stock_demand_estimate/models/stock_demand_estimate.py @@ -62,7 +62,10 @@ class StockDemandEstimate(models.Model): @api.depends('product_qty', 'date_range_id.days') def _compute_daily_qty(self): for rec in self: - rec.daily_qty = rec.product_qty / rec.date_range_id.days + if rec.date_range_id.days: + rec.daily_qty = rec.product_qty / rec.date_range_id.days + else: + rec.daily_qty = 0.0 @api.multi @api.depends('product_id', 'product_uom', 'product_uom_qty') @@ -94,6 +97,7 @@ class StockDemandEstimate(models.Model): @api.model def get_quantity_by_date_range(self, date_start, date_end): + """To be used in other modules""" # Check if the dates overlap with the period period_date_start = fields.Date.from_string( self.date_range_id.date_start diff --git a/stock_demand_estimate/views/stock_demand_estimate_view.xml b/stock_demand_estimate/views/stock_demand_estimate_view.xml index 45e084004..f6e412c91 100644 --- a/stock_demand_estimate/views/stock_demand_estimate_view.xml +++ b/stock_demand_estimate/views/stock_demand_estimate_view.xml @@ -6,7 +6,7 @@ stock.demand.estimate.tree stock.demand.estimate - + From fb8beffb36c23ddd286dcf155701ff848fbed5f0 Mon Sep 17 00:00:00 2001 From: Lois Rilo Date: Thu, 21 Jun 2018 12:10:12 +0200 Subject: [PATCH 188/631] [11.0] stock_demand_estimate: add simple pivot view --- stock_demand_estimate/README.rst | 3 +- stock_demand_estimate/__manifest__.py | 2 +- .../views/stock_demand_estimate_view.xml | 100 ++++++++++-------- 3 files changed, 59 insertions(+), 46 deletions(-) diff --git a/stock_demand_estimate/README.rst b/stock_demand_estimate/README.rst index 4076d5886..5814c3a6c 100644 --- a/stock_demand_estimate/README.rst +++ b/stock_demand_estimate/README.rst @@ -1,5 +1,5 @@ .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.png - :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :target: https://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 ===================== @@ -57,6 +57,7 @@ Contributors ------------ * Jordi Ballester Alomar +* Lois Rilo Maintainer ---------- diff --git a/stock_demand_estimate/__manifest__.py b/stock_demand_estimate/__manifest__.py index 075dd1cc9..6c33f7337 100644 --- a/stock_demand_estimate/__manifest__.py +++ b/stock_demand_estimate/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Stock Demand Estimate", "summary": "Allows to create demand estimates.", - "version": "11.0.1.1.0", + "version": "11.0.1.2.0", "author": "Eficent, " "Odoo Community Association (OCA)", "website": "https://github.com/OCA/stock-logistics-warehouse", diff --git a/stock_demand_estimate/views/stock_demand_estimate_view.xml b/stock_demand_estimate/views/stock_demand_estimate_view.xml index f6e412c91..dcdf7159c 100644 --- a/stock_demand_estimate/views/stock_demand_estimate_view.xml +++ b/stock_demand_estimate/views/stock_demand_estimate_view.xml @@ -1,53 +1,65 @@ - - stock.demand.estimate.tree - stock.demand.estimate - - - - - - - - - - - - + + stock.demand.estimate.tree + stock.demand.estimate + + + + + + + + + + + + - - stock.demand.estimate.search - stock.demand.estimate - - - - - - - - + + stock.demand.estimate.pivot + stock.demand.estimate + + + + + + + + - - Stock Demand Estimates - ir.actions.act_window - stock.demand.estimate - form - tree,form - - + + stock.demand.estimate.search + stock.demand.estimate + + + + + + + + - + + Stock Demand Estimates + ir.actions.act_window + stock.demand.estimate + form + tree,pivot + + - + + + From eb03eb445dee92d9b43f5b5590b2e082de17545d Mon Sep 17 00:00:00 2001 From: oca-travis Date: Thu, 21 Jun 2018 13:48:14 +0000 Subject: [PATCH 189/631] [UPD] Update stock_demand_estimate.pot Update translation files Updated by Update PO files to match POT (msgmerge) hook in Weblate. --- stock_demand_estimate/i18n/am.po | 51 +-- stock_demand_estimate/i18n/ar.po | 54 ++-- stock_demand_estimate/i18n/bg.po | 51 +-- stock_demand_estimate/i18n/bs.po | 54 ++-- stock_demand_estimate/i18n/ca.po | 51 +-- stock_demand_estimate/i18n/ca_ES.po | 54 ++-- stock_demand_estimate/i18n/cs.po | 51 +-- stock_demand_estimate/i18n/da.po | 51 +-- stock_demand_estimate/i18n/de.po | 52 +-- stock_demand_estimate/i18n/el_GR.po | 54 ++-- stock_demand_estimate/i18n/en_AU.po | 54 ++-- stock_demand_estimate/i18n/en_GB.po | 54 ++-- stock_demand_estimate/i18n/es.po | 52 +-- stock_demand_estimate/i18n/es_AR.po | 54 ++-- stock_demand_estimate/i18n/es_CL.po | 54 ++-- stock_demand_estimate/i18n/es_CO.po | 54 ++-- stock_demand_estimate/i18n/es_CR.po | 54 ++-- stock_demand_estimate/i18n/es_DO.po | 54 ++-- stock_demand_estimate/i18n/es_EC.po | 54 ++-- stock_demand_estimate/i18n/es_ES.po | 54 ++-- stock_demand_estimate/i18n/es_MX.po | 54 ++-- stock_demand_estimate/i18n/es_PE.po | 54 ++-- stock_demand_estimate/i18n/es_PY.po | 54 ++-- stock_demand_estimate/i18n/es_VE.po | 54 ++-- stock_demand_estimate/i18n/et.po | 51 +-- stock_demand_estimate/i18n/eu.po | 51 +-- stock_demand_estimate/i18n/fa.po | 51 +-- stock_demand_estimate/i18n/fi.po | 51 +-- stock_demand_estimate/i18n/fr.po | 52 +-- stock_demand_estimate/i18n/fr_CA.po | 54 ++-- stock_demand_estimate/i18n/fr_CH.po | 54 ++-- stock_demand_estimate/i18n/fr_FR.po | 54 ++-- stock_demand_estimate/i18n/gl.po | 51 +-- stock_demand_estimate/i18n/gl_ES.po | 54 ++-- stock_demand_estimate/i18n/he.po | 51 +-- stock_demand_estimate/i18n/hi.po | 51 +-- stock_demand_estimate/i18n/hr.po | 54 ++-- stock_demand_estimate/i18n/hr_HR.po | 57 ++-- stock_demand_estimate/i18n/hu.po | 51 +-- stock_demand_estimate/i18n/id.po | 51 +-- stock_demand_estimate/i18n/it.po | 51 +-- stock_demand_estimate/i18n/ja.po | 51 +-- stock_demand_estimate/i18n/ko.po | 51 +-- stock_demand_estimate/i18n/lo.po | 51 +-- stock_demand_estimate/i18n/lt.po | 54 ++-- stock_demand_estimate/i18n/lt_LT.po | 57 ++-- stock_demand_estimate/i18n/lv.po | 54 ++-- stock_demand_estimate/i18n/mk.po | 51 +-- stock_demand_estimate/i18n/mn.po | 51 +-- stock_demand_estimate/i18n/nb.po | 54 ++-- stock_demand_estimate/i18n/nb_NO.po | 54 ++-- stock_demand_estimate/i18n/nl.po | 52 +-- stock_demand_estimate/i18n/nl_BE.po | 54 ++-- stock_demand_estimate/i18n/nl_NL.po | 54 ++-- stock_demand_estimate/i18n/pl.po | 55 ++-- stock_demand_estimate/i18n/pt.po | 51 +-- stock_demand_estimate/i18n/pt_BR.po | 55 ++-- stock_demand_estimate/i18n/pt_PT.po | 54 ++-- stock_demand_estimate/i18n/ro.po | 54 ++-- stock_demand_estimate/i18n/ru.po | 55 ++-- stock_demand_estimate/i18n/sk.po | 51 +-- stock_demand_estimate/i18n/sl.po | 55 ++-- stock_demand_estimate/i18n/sr.po | 54 ++-- stock_demand_estimate/i18n/sr@latin.po | 57 ++-- .../i18n/stock_demand_estimate.pot | 302 ++++++++++++++++++ stock_demand_estimate/i18n/sv.po | 51 +-- stock_demand_estimate/i18n/th.po | 51 +-- stock_demand_estimate/i18n/tr.po | 51 +-- stock_demand_estimate/i18n/tr_TR.po | 54 ++-- stock_demand_estimate/i18n/uk.po | 54 ++-- stock_demand_estimate/i18n/vi.po | 51 +-- stock_demand_estimate/i18n/vi_VN.po | 54 ++-- stock_demand_estimate/i18n/zh_CN.po | 54 ++-- stock_demand_estimate/i18n/zh_TW.po | 54 ++-- 74 files changed, 2738 insertions(+), 1433 deletions(-) create mode 100644 stock_demand_estimate/i18n/stock_demand_estimate.pot diff --git a/stock_demand_estimate/i18n/am.po b/stock_demand_estimate/i18n/am.po index 0c1d38c81..9e02be37a 100644 --- a/stock_demand_estimate/i18n/am.po +++ b/stock_demand_estimate/i18n/am.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_demand_estimate -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 14:35+0000\n" "Last-Translator: OCA Transbot , 2018\n" "Language-Team: Amharic (https://www.transifex.com/oca/teams/23907/am/)\n" +"Language: am\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: am\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: stock_demand_estimate @@ -52,23 +52,37 @@ msgid "Created on" msgstr "Creado en" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start msgid "Date From" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_date_range +msgid "Date Range" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id msgid "Date Range Type" msgstr "" +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +msgid "Date Ranges" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end msgid "Date To" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +msgid "Date to" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days msgid "Days between dates" @@ -88,14 +102,14 @@ msgid "Display Name" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:194 -#, python-format -msgid "Estimate Sheet" +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id -msgid "Estimate id" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#, python-format +msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate @@ -156,6 +170,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form msgid "Period" msgstr "" @@ -172,6 +187,7 @@ msgid "Product" msgstr "" #. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "Products" @@ -204,6 +220,7 @@ msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot #: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree msgid "Stock Demand Estimate" msgstr "" @@ -231,7 +248,7 @@ msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:110 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 #: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action #: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate #, python-format @@ -244,7 +261,7 @@ msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:26 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -252,14 +269,15 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:166 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form -msgid "Timesheet Period" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#, python-format +msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate @@ -273,16 +291,11 @@ msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:183 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 #, python-format msgid "You must select at least one product." msgstr "" -#. module: stock_demand_estimate -#: model:ir.model,name:stock_demand_estimate.model_date_range -msgid "date.range" -msgstr "" - #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "or" diff --git a/stock_demand_estimate/i18n/ar.po b/stock_demand_estimate/i18n/ar.po index c632bde2b..4da5de598 100644 --- a/stock_demand_estimate/i18n/ar.po +++ b/stock_demand_estimate/i18n/ar.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_demand_estimate -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,11 +12,12 @@ msgstr "" "PO-Revision-Date: 2018-01-16 14:35+0000\n" "Last-Translator: OCA Transbot , 2018\n" "Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/ar/)\n" +"Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: ar\n" -"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " +"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form @@ -52,23 +53,37 @@ msgid "Created on" msgstr "أنشئ في" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start msgid "Date From" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_date_range +msgid "Date Range" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id msgid "Date Range Type" msgstr "" +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +msgid "Date Ranges" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end msgid "Date To" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +msgid "Date to" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days msgid "Days between dates" @@ -88,14 +103,14 @@ msgid "Display Name" msgstr "اسم العرض" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:194 -#, python-format -msgid "Estimate Sheet" +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id -msgid "Estimate id" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#, python-format +msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate @@ -156,6 +171,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form msgid "Period" msgstr "" @@ -172,6 +188,7 @@ msgid "Product" msgstr "" #. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "Products" @@ -204,6 +221,7 @@ msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot #: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree msgid "Stock Demand Estimate" msgstr "" @@ -231,7 +249,7 @@ msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:110 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 #: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action #: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate #, python-format @@ -244,7 +262,7 @@ msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:26 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -252,14 +270,15 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:166 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form -msgid "Timesheet Period" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#, python-format +msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate @@ -273,16 +292,11 @@ msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:183 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 #, python-format msgid "You must select at least one product." msgstr "" -#. module: stock_demand_estimate -#: model:ir.model,name:stock_demand_estimate.model_date_range -msgid "date.range" -msgstr "" - #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "or" diff --git a/stock_demand_estimate/i18n/bg.po b/stock_demand_estimate/i18n/bg.po index 62b32aa8b..2e74a68bb 100644 --- a/stock_demand_estimate/i18n/bg.po +++ b/stock_demand_estimate/i18n/bg.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_demand_estimate -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 14:35+0000\n" "Last-Translator: OCA Transbot , 2018\n" "Language-Team: Bulgarian (https://www.transifex.com/oca/teams/23907/bg/)\n" +"Language: bg\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_demand_estimate @@ -52,23 +52,37 @@ msgid "Created on" msgstr "Създадено на" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start msgid "Date From" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_date_range +msgid "Date Range" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id msgid "Date Range Type" msgstr "" +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +msgid "Date Ranges" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end msgid "Date To" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +msgid "Date to" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days msgid "Days between dates" @@ -88,14 +102,14 @@ msgid "Display Name" msgstr "Име за показване" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:194 -#, python-format -msgid "Estimate Sheet" +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id -msgid "Estimate id" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#, python-format +msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate @@ -156,6 +170,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form msgid "Period" msgstr "" @@ -172,6 +187,7 @@ msgid "Product" msgstr "" #. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "Products" @@ -204,6 +220,7 @@ msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot #: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree msgid "Stock Demand Estimate" msgstr "" @@ -231,7 +248,7 @@ msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:110 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 #: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action #: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate #, python-format @@ -244,7 +261,7 @@ msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:26 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -252,14 +269,15 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:166 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form -msgid "Timesheet Period" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#, python-format +msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate @@ -273,16 +291,11 @@ msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:183 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 #, python-format msgid "You must select at least one product." msgstr "" -#. module: stock_demand_estimate -#: model:ir.model,name:stock_demand_estimate.model_date_range -msgid "date.range" -msgstr "" - #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "or" diff --git a/stock_demand_estimate/i18n/bs.po b/stock_demand_estimate/i18n/bs.po index e6a3d7476..ec38a8ef7 100644 --- a/stock_demand_estimate/i18n/bs.po +++ b/stock_demand_estimate/i18n/bs.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_demand_estimate -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,11 +12,12 @@ msgstr "" "PO-Revision-Date: 2018-01-16 14:35+0000\n" "Last-Translator: OCA Transbot , 2018\n" "Language-Team: Bosnian (https://www.transifex.com/oca/teams/23907/bs/)\n" +"Language: bs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: bs\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form @@ -52,23 +53,37 @@ msgid "Created on" msgstr "Kreirano" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start msgid "Date From" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_date_range +msgid "Date Range" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id msgid "Date Range Type" msgstr "" +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +msgid "Date Ranges" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end msgid "Date To" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +msgid "Date to" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days msgid "Days between dates" @@ -88,14 +103,14 @@ msgid "Display Name" msgstr "Prikaži naziv" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:194 -#, python-format -msgid "Estimate Sheet" +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id -msgid "Estimate id" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#, python-format +msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate @@ -156,6 +171,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form msgid "Period" msgstr "" @@ -172,6 +188,7 @@ msgid "Product" msgstr "" #. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "Products" @@ -204,6 +221,7 @@ msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot #: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree msgid "Stock Demand Estimate" msgstr "" @@ -231,7 +249,7 @@ msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:110 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 #: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action #: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate #, python-format @@ -244,7 +262,7 @@ msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:26 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -252,14 +270,15 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:166 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form -msgid "Timesheet Period" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#, python-format +msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate @@ -273,16 +292,11 @@ msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:183 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 #, python-format msgid "You must select at least one product." msgstr "" -#. module: stock_demand_estimate -#: model:ir.model,name:stock_demand_estimate.model_date_range -msgid "date.range" -msgstr "" - #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "or" diff --git a/stock_demand_estimate/i18n/ca.po b/stock_demand_estimate/i18n/ca.po index e70b644a2..cfb4c0bde 100644 --- a/stock_demand_estimate/i18n/ca.po +++ b/stock_demand_estimate/i18n/ca.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_demand_estimate -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 14:35+0000\n" "Last-Translator: OCA Transbot , 2018\n" "Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n" +"Language: ca\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: ca\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_demand_estimate @@ -52,23 +52,37 @@ msgid "Created on" msgstr "Creat el" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start msgid "Date From" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_date_range +msgid "Date Range" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id msgid "Date Range Type" msgstr "" +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +msgid "Date Ranges" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end msgid "Date To" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +msgid "Date to" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days msgid "Days between dates" @@ -88,14 +102,14 @@ msgid "Display Name" msgstr "Veure el nom" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:194 -#, python-format -msgid "Estimate Sheet" +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id -msgid "Estimate id" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#, python-format +msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate @@ -156,6 +170,7 @@ msgstr "Ubicació " #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form msgid "Period" msgstr "" @@ -172,6 +187,7 @@ msgid "Product" msgstr "Producte" #. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "Products" @@ -204,6 +220,7 @@ msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot #: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree msgid "Stock Demand Estimate" msgstr "" @@ -231,7 +248,7 @@ msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:110 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 #: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action #: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate #, python-format @@ -244,7 +261,7 @@ msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:26 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -252,14 +269,15 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:166 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form -msgid "Timesheet Period" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#, python-format +msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate @@ -273,16 +291,11 @@ msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:183 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 #, python-format msgid "You must select at least one product." msgstr "" -#. module: stock_demand_estimate -#: model:ir.model,name:stock_demand_estimate.model_date_range -msgid "date.range" -msgstr "" - #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "or" diff --git a/stock_demand_estimate/i18n/ca_ES.po b/stock_demand_estimate/i18n/ca_ES.po index cbda27928..33848f32d 100644 --- a/stock_demand_estimate/i18n/ca_ES.po +++ b/stock_demand_estimate/i18n/ca_ES.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_demand_estimate -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2018-01-16 14:35+0000\n" "PO-Revision-Date: 2018-01-16 14:35+0000\n" "Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Catalan (Spain) (https://www.transifex.com/oca/teams/23907/ca_ES/)\n" +"Language-Team: Catalan (Spain) (https://www.transifex.com/oca/teams/23907/" +"ca_ES/)\n" +"Language: ca_ES\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: ca_ES\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_demand_estimate @@ -52,23 +53,37 @@ msgid "Created on" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start msgid "Date From" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_date_range +msgid "Date Range" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id msgid "Date Range Type" msgstr "" +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +msgid "Date Ranges" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end msgid "Date To" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +msgid "Date to" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days msgid "Days between dates" @@ -88,14 +103,14 @@ msgid "Display Name" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:194 -#, python-format -msgid "Estimate Sheet" +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id -msgid "Estimate id" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#, python-format +msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate @@ -156,6 +171,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form msgid "Period" msgstr "" @@ -172,6 +188,7 @@ msgid "Product" msgstr "" #. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "Products" @@ -204,6 +221,7 @@ msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot #: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree msgid "Stock Demand Estimate" msgstr "" @@ -231,7 +249,7 @@ msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:110 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 #: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action #: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate #, python-format @@ -244,7 +262,7 @@ msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:26 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -252,14 +270,15 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:166 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form -msgid "Timesheet Period" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#, python-format +msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate @@ -273,16 +292,11 @@ msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:183 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 #, python-format msgid "You must select at least one product." msgstr "" -#. module: stock_demand_estimate -#: model:ir.model,name:stock_demand_estimate.model_date_range -msgid "date.range" -msgstr "" - #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "or" diff --git a/stock_demand_estimate/i18n/cs.po b/stock_demand_estimate/i18n/cs.po index 64ff1b4f9..f5285d273 100644 --- a/stock_demand_estimate/i18n/cs.po +++ b/stock_demand_estimate/i18n/cs.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_demand_estimate -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 14:35+0000\n" "Last-Translator: OCA Transbot , 2018\n" "Language-Team: Czech (https://www.transifex.com/oca/teams/23907/cs/)\n" +"Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: cs\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #. module: stock_demand_estimate @@ -52,23 +52,37 @@ msgid "Created on" msgstr "Vytvořeno" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start msgid "Date From" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_date_range +msgid "Date Range" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id msgid "Date Range Type" msgstr "" +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +msgid "Date Ranges" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end msgid "Date To" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +msgid "Date to" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days msgid "Days between dates" @@ -88,14 +102,14 @@ msgid "Display Name" msgstr "Zobrazovaný název" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:194 -#, python-format -msgid "Estimate Sheet" +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id -msgid "Estimate id" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#, python-format +msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate @@ -156,6 +170,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form msgid "Period" msgstr "" @@ -172,6 +187,7 @@ msgid "Product" msgstr "" #. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "Products" @@ -204,6 +220,7 @@ msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot #: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree msgid "Stock Demand Estimate" msgstr "" @@ -231,7 +248,7 @@ msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:110 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 #: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action #: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate #, python-format @@ -244,7 +261,7 @@ msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:26 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -252,14 +269,15 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:166 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form -msgid "Timesheet Period" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#, python-format +msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate @@ -273,16 +291,11 @@ msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:183 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 #, python-format msgid "You must select at least one product." msgstr "" -#. module: stock_demand_estimate -#: model:ir.model,name:stock_demand_estimate.model_date_range -msgid "date.range" -msgstr "" - #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "or" diff --git a/stock_demand_estimate/i18n/da.po b/stock_demand_estimate/i18n/da.po index 82fecfc0d..cd9e76718 100644 --- a/stock_demand_estimate/i18n/da.po +++ b/stock_demand_estimate/i18n/da.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_demand_estimate -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 14:35+0000\n" "Last-Translator: OCA Transbot , 2018\n" "Language-Team: Danish (https://www.transifex.com/oca/teams/23907/da/)\n" +"Language: da\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: da\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_demand_estimate @@ -52,23 +52,37 @@ msgid "Created on" msgstr "Oprettet den" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start msgid "Date From" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_date_range +msgid "Date Range" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id msgid "Date Range Type" msgstr "" +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +msgid "Date Ranges" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end msgid "Date To" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +msgid "Date to" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days msgid "Days between dates" @@ -88,14 +102,14 @@ msgid "Display Name" msgstr "Vist navn" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:194 -#, python-format -msgid "Estimate Sheet" +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id -msgid "Estimate id" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#, python-format +msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate @@ -156,6 +170,7 @@ msgstr "Postnr/by " #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form msgid "Period" msgstr "" @@ -172,6 +187,7 @@ msgid "Product" msgstr "" #. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "Products" @@ -204,6 +220,7 @@ msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot #: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree msgid "Stock Demand Estimate" msgstr "" @@ -231,7 +248,7 @@ msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:110 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 #: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action #: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate #, python-format @@ -244,7 +261,7 @@ msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:26 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -252,14 +269,15 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:166 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form -msgid "Timesheet Period" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#, python-format +msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate @@ -273,16 +291,11 @@ msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:183 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 #, python-format msgid "You must select at least one product." msgstr "" -#. module: stock_demand_estimate -#: model:ir.model,name:stock_demand_estimate.model_date_range -msgid "date.range" -msgstr "" - #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "or" diff --git a/stock_demand_estimate/i18n/de.po b/stock_demand_estimate/i18n/de.po index 304181b38..1f554f7a4 100644 --- a/stock_demand_estimate/i18n/de.po +++ b/stock_demand_estimate/i18n/de.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_demand_estimate -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 14:35+0000\n" "Last-Translator: OCA Transbot , 2018\n" "Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n" +"Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_demand_estimate @@ -52,23 +52,38 @@ msgid "Created on" msgstr "Angelegt am" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start msgid "Date From" msgstr "Datum ab" +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_date_range +msgid "Date Range" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id msgid "Date Range Type" msgstr "" +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +msgid "Date Ranges" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end msgid "Date To" msgstr "Datum bis" +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#, fuzzy +msgid "Date to" +msgstr "Datum bis" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days msgid "Days between dates" @@ -88,14 +103,14 @@ msgid "Display Name" msgstr "Anzeigename" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:194 -#, python-format -msgid "Estimate Sheet" +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id -msgid "Estimate id" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#, python-format +msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate @@ -156,6 +171,7 @@ msgstr "Standort" #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form msgid "Period" msgstr "" @@ -172,6 +188,7 @@ msgid "Product" msgstr "Produkt" #. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "Products" @@ -204,6 +221,7 @@ msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot #: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree msgid "Stock Demand Estimate" msgstr "" @@ -231,7 +249,7 @@ msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:110 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 #: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action #: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate #, python-format @@ -244,7 +262,7 @@ msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:26 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -252,14 +270,15 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:166 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form -msgid "Timesheet Period" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#, python-format +msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate @@ -273,16 +292,11 @@ msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:183 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 #, python-format msgid "You must select at least one product." msgstr "" -#. module: stock_demand_estimate -#: model:ir.model,name:stock_demand_estimate.model_date_range -msgid "date.range" -msgstr "" - #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "or" diff --git a/stock_demand_estimate/i18n/el_GR.po b/stock_demand_estimate/i18n/el_GR.po index 76be9baa4..9ae3df381 100644 --- a/stock_demand_estimate/i18n/el_GR.po +++ b/stock_demand_estimate/i18n/el_GR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_demand_estimate -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2018-01-16 14:35+0000\n" "PO-Revision-Date: 2018-01-16 14:35+0000\n" "Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Greek (Greece) (https://www.transifex.com/oca/teams/23907/el_GR/)\n" +"Language-Team: Greek (Greece) (https://www.transifex.com/oca/teams/23907/" +"el_GR/)\n" +"Language: el_GR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: el_GR\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_demand_estimate @@ -52,23 +53,37 @@ msgid "Created on" msgstr "Δημιουργήθηκε στις" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start msgid "Date From" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_date_range +msgid "Date Range" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id msgid "Date Range Type" msgstr "" +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +msgid "Date Ranges" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end msgid "Date To" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +msgid "Date to" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days msgid "Days between dates" @@ -88,14 +103,14 @@ msgid "Display Name" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:194 -#, python-format -msgid "Estimate Sheet" +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id -msgid "Estimate id" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#, python-format +msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate @@ -156,6 +171,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form msgid "Period" msgstr "" @@ -172,6 +188,7 @@ msgid "Product" msgstr "Προϊόν" #. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "Products" @@ -204,6 +221,7 @@ msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot #: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree msgid "Stock Demand Estimate" msgstr "" @@ -231,7 +249,7 @@ msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:110 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 #: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action #: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate #, python-format @@ -244,7 +262,7 @@ msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:26 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -252,14 +270,15 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:166 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form -msgid "Timesheet Period" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#, python-format +msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate @@ -273,16 +292,11 @@ msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:183 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 #, python-format msgid "You must select at least one product." msgstr "" -#. module: stock_demand_estimate -#: model:ir.model,name:stock_demand_estimate.model_date_range -msgid "date.range" -msgstr "" - #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "or" diff --git a/stock_demand_estimate/i18n/en_AU.po b/stock_demand_estimate/i18n/en_AU.po index 3190fe9cf..2df352364 100644 --- a/stock_demand_estimate/i18n/en_AU.po +++ b/stock_demand_estimate/i18n/en_AU.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_demand_estimate -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2018-01-16 14:35+0000\n" "PO-Revision-Date: 2018-01-16 14:35+0000\n" "Last-Translator: OCA Transbot , 2018\n" -"Language-Team: English (Australia) (https://www.transifex.com/oca/teams/23907/en_AU/)\n" +"Language-Team: English (Australia) (https://www.transifex.com/oca/" +"teams/23907/en_AU/)\n" +"Language: en_AU\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: en_AU\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_demand_estimate @@ -52,23 +53,37 @@ msgid "Created on" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start msgid "Date From" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_date_range +msgid "Date Range" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id msgid "Date Range Type" msgstr "" +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +msgid "Date Ranges" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end msgid "Date To" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +msgid "Date to" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days msgid "Days between dates" @@ -88,14 +103,14 @@ msgid "Display Name" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:194 -#, python-format -msgid "Estimate Sheet" +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id -msgid "Estimate id" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#, python-format +msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate @@ -156,6 +171,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form msgid "Period" msgstr "" @@ -172,6 +188,7 @@ msgid "Product" msgstr "" #. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "Products" @@ -204,6 +221,7 @@ msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot #: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree msgid "Stock Demand Estimate" msgstr "" @@ -231,7 +249,7 @@ msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:110 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 #: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action #: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate #, python-format @@ -244,7 +262,7 @@ msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:26 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -252,14 +270,15 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:166 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form -msgid "Timesheet Period" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#, python-format +msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate @@ -273,16 +292,11 @@ msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:183 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 #, python-format msgid "You must select at least one product." msgstr "" -#. module: stock_demand_estimate -#: model:ir.model,name:stock_demand_estimate.model_date_range -msgid "date.range" -msgstr "" - #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "or" diff --git a/stock_demand_estimate/i18n/en_GB.po b/stock_demand_estimate/i18n/en_GB.po index 0f40a2337..ebfcf5fc7 100644 --- a/stock_demand_estimate/i18n/en_GB.po +++ b/stock_demand_estimate/i18n/en_GB.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_demand_estimate -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2018-01-16 14:35+0000\n" "PO-Revision-Date: 2018-01-16 14:35+0000\n" "Last-Translator: OCA Transbot , 2018\n" -"Language-Team: English (United Kingdom) (https://www.transifex.com/oca/teams/23907/en_GB/)\n" +"Language-Team: English (United Kingdom) (https://www.transifex.com/oca/" +"teams/23907/en_GB/)\n" +"Language: en_GB\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: en_GB\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_demand_estimate @@ -52,23 +53,37 @@ msgid "Created on" msgstr "Created on" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start msgid "Date From" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_date_range +msgid "Date Range" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id msgid "Date Range Type" msgstr "" +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +msgid "Date Ranges" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end msgid "Date To" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +msgid "Date to" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days msgid "Days between dates" @@ -88,14 +103,14 @@ msgid "Display Name" msgstr "Display Name" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:194 -#, python-format -msgid "Estimate Sheet" +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id -msgid "Estimate id" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#, python-format +msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate @@ -156,6 +171,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form msgid "Period" msgstr "" @@ -172,6 +188,7 @@ msgid "Product" msgstr "" #. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "Products" @@ -204,6 +221,7 @@ msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot #: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree msgid "Stock Demand Estimate" msgstr "" @@ -231,7 +249,7 @@ msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:110 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 #: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action #: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate #, python-format @@ -244,7 +262,7 @@ msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:26 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -252,14 +270,15 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:166 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form -msgid "Timesheet Period" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#, python-format +msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate @@ -273,16 +292,11 @@ msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:183 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 #, python-format msgid "You must select at least one product." msgstr "" -#. module: stock_demand_estimate -#: model:ir.model,name:stock_demand_estimate.model_date_range -msgid "date.range" -msgstr "" - #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "or" diff --git a/stock_demand_estimate/i18n/es.po b/stock_demand_estimate/i18n/es.po index 4dd15fa23..f11781bab 100644 --- a/stock_demand_estimate/i18n/es.po +++ b/stock_demand_estimate/i18n/es.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_demand_estimate -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 14:35+0000\n" "Last-Translator: OCA Transbot , 2018\n" "Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n" +"Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_demand_estimate @@ -52,23 +52,38 @@ msgid "Created on" msgstr "Creado el" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start msgid "Date From" msgstr "Fecha desde" +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_date_range +msgid "Date Range" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id msgid "Date Range Type" msgstr "" +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +msgid "Date Ranges" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end msgid "Date To" msgstr "Fecha hasta" +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#, fuzzy +msgid "Date to" +msgstr "Fecha hasta" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days msgid "Days between dates" @@ -88,14 +103,14 @@ msgid "Display Name" msgstr "Nombre mostrado" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:194 -#, python-format -msgid "Estimate Sheet" +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id -msgid "Estimate id" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#, python-format +msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate @@ -156,6 +171,7 @@ msgstr "Localización" #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form msgid "Period" msgstr "" @@ -172,6 +188,7 @@ msgid "Product" msgstr "Producto" #. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "Products" @@ -204,6 +221,7 @@ msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot #: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree msgid "Stock Demand Estimate" msgstr "" @@ -231,7 +249,7 @@ msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:110 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 #: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action #: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate #, python-format @@ -244,7 +262,7 @@ msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:26 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -252,14 +270,15 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:166 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form -msgid "Timesheet Period" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#, python-format +msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate @@ -273,16 +292,11 @@ msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:183 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 #, python-format msgid "You must select at least one product." msgstr "" -#. module: stock_demand_estimate -#: model:ir.model,name:stock_demand_estimate.model_date_range -msgid "date.range" -msgstr "" - #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "or" diff --git a/stock_demand_estimate/i18n/es_AR.po b/stock_demand_estimate/i18n/es_AR.po index 80eacac48..a209737d8 100644 --- a/stock_demand_estimate/i18n/es_AR.po +++ b/stock_demand_estimate/i18n/es_AR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_demand_estimate -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2018-01-16 14:35+0000\n" "PO-Revision-Date: 2018-01-16 14:35+0000\n" "Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Spanish (Argentina) (https://www.transifex.com/oca/teams/23907/es_AR/)\n" +"Language-Team: Spanish (Argentina) (https://www.transifex.com/oca/" +"teams/23907/es_AR/)\n" +"Language: es_AR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_AR\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_demand_estimate @@ -52,23 +53,37 @@ msgid "Created on" msgstr "Creado en" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start msgid "Date From" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_date_range +msgid "Date Range" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id msgid "Date Range Type" msgstr "" +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +msgid "Date Ranges" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end msgid "Date To" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +msgid "Date to" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days msgid "Days between dates" @@ -88,14 +103,14 @@ msgid "Display Name" msgstr "Mostrar Nombre" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:194 -#, python-format -msgid "Estimate Sheet" +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id -msgid "Estimate id" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#, python-format +msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate @@ -156,6 +171,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form msgid "Period" msgstr "" @@ -172,6 +188,7 @@ msgid "Product" msgstr "" #. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "Products" @@ -204,6 +221,7 @@ msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot #: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree msgid "Stock Demand Estimate" msgstr "" @@ -231,7 +249,7 @@ msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:110 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 #: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action #: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate #, python-format @@ -244,7 +262,7 @@ msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:26 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -252,14 +270,15 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:166 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form -msgid "Timesheet Period" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#, python-format +msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate @@ -273,16 +292,11 @@ msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:183 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 #, python-format msgid "You must select at least one product." msgstr "" -#. module: stock_demand_estimate -#: model:ir.model,name:stock_demand_estimate.model_date_range -msgid "date.range" -msgstr "" - #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "or" diff --git a/stock_demand_estimate/i18n/es_CL.po b/stock_demand_estimate/i18n/es_CL.po index 3593599ae..49a8dc198 100644 --- a/stock_demand_estimate/i18n/es_CL.po +++ b/stock_demand_estimate/i18n/es_CL.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_demand_estimate -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2018-01-16 14:35+0000\n" "PO-Revision-Date: 2018-01-16 14:35+0000\n" "Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Spanish (Chile) (https://www.transifex.com/oca/teams/23907/es_CL/)\n" +"Language-Team: Spanish (Chile) (https://www.transifex.com/oca/teams/23907/" +"es_CL/)\n" +"Language: es_CL\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_CL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_demand_estimate @@ -52,23 +53,37 @@ msgid "Created on" msgstr "Creado en" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start msgid "Date From" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_date_range +msgid "Date Range" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id msgid "Date Range Type" msgstr "" +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +msgid "Date Ranges" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end msgid "Date To" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +msgid "Date to" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days msgid "Days between dates" @@ -88,14 +103,14 @@ msgid "Display Name" msgstr "Nombre mostrado" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:194 -#, python-format -msgid "Estimate Sheet" +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id -msgid "Estimate id" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#, python-format +msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate @@ -156,6 +171,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form msgid "Period" msgstr "" @@ -172,6 +188,7 @@ msgid "Product" msgstr "" #. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "Products" @@ -204,6 +221,7 @@ msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot #: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree msgid "Stock Demand Estimate" msgstr "" @@ -231,7 +249,7 @@ msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:110 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 #: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action #: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate #, python-format @@ -244,7 +262,7 @@ msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:26 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -252,14 +270,15 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:166 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form -msgid "Timesheet Period" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#, python-format +msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate @@ -273,16 +292,11 @@ msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:183 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 #, python-format msgid "You must select at least one product." msgstr "" -#. module: stock_demand_estimate -#: model:ir.model,name:stock_demand_estimate.model_date_range -msgid "date.range" -msgstr "" - #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "or" diff --git a/stock_demand_estimate/i18n/es_CO.po b/stock_demand_estimate/i18n/es_CO.po index 5a7009dea..b7cecae51 100644 --- a/stock_demand_estimate/i18n/es_CO.po +++ b/stock_demand_estimate/i18n/es_CO.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_demand_estimate -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2018-01-16 14:35+0000\n" "PO-Revision-Date: 2018-01-16 14:35+0000\n" "Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Spanish (Colombia) (https://www.transifex.com/oca/teams/23907/es_CO/)\n" +"Language-Team: Spanish (Colombia) (https://www.transifex.com/oca/teams/23907/" +"es_CO/)\n" +"Language: es_CO\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_CO\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_demand_estimate @@ -52,23 +53,37 @@ msgid "Created on" msgstr "Creado" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start msgid "Date From" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_date_range +msgid "Date Range" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id msgid "Date Range Type" msgstr "" +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +msgid "Date Ranges" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end msgid "Date To" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +msgid "Date to" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days msgid "Days between dates" @@ -88,14 +103,14 @@ msgid "Display Name" msgstr "Nombre Público" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:194 -#, python-format -msgid "Estimate Sheet" +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id -msgid "Estimate id" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#, python-format +msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate @@ -156,6 +171,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form msgid "Period" msgstr "" @@ -172,6 +188,7 @@ msgid "Product" msgstr "" #. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "Products" @@ -204,6 +221,7 @@ msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot #: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree msgid "Stock Demand Estimate" msgstr "" @@ -231,7 +249,7 @@ msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:110 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 #: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action #: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate #, python-format @@ -244,7 +262,7 @@ msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:26 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -252,14 +270,15 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:166 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form -msgid "Timesheet Period" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#, python-format +msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate @@ -273,16 +292,11 @@ msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:183 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 #, python-format msgid "You must select at least one product." msgstr "" -#. module: stock_demand_estimate -#: model:ir.model,name:stock_demand_estimate.model_date_range -msgid "date.range" -msgstr "" - #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "or" diff --git a/stock_demand_estimate/i18n/es_CR.po b/stock_demand_estimate/i18n/es_CR.po index dd553d179..0a4841d62 100644 --- a/stock_demand_estimate/i18n/es_CR.po +++ b/stock_demand_estimate/i18n/es_CR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_demand_estimate -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2018-01-16 14:35+0000\n" "PO-Revision-Date: 2018-01-16 14:35+0000\n" "Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/oca/teams/23907/es_CR/)\n" +"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/oca/" +"teams/23907/es_CR/)\n" +"Language: es_CR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_CR\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_demand_estimate @@ -52,23 +53,37 @@ msgid "Created on" msgstr "Creado en" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start msgid "Date From" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_date_range +msgid "Date Range" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id msgid "Date Range Type" msgstr "" +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +msgid "Date Ranges" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end msgid "Date To" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +msgid "Date to" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days msgid "Days between dates" @@ -88,14 +103,14 @@ msgid "Display Name" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:194 -#, python-format -msgid "Estimate Sheet" +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id -msgid "Estimate id" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#, python-format +msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate @@ -156,6 +171,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form msgid "Period" msgstr "" @@ -172,6 +188,7 @@ msgid "Product" msgstr "" #. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "Products" @@ -204,6 +221,7 @@ msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot #: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree msgid "Stock Demand Estimate" msgstr "" @@ -231,7 +249,7 @@ msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:110 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 #: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action #: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate #, python-format @@ -244,7 +262,7 @@ msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:26 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -252,14 +270,15 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:166 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form -msgid "Timesheet Period" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#, python-format +msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate @@ -273,16 +292,11 @@ msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:183 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 #, python-format msgid "You must select at least one product." msgstr "" -#. module: stock_demand_estimate -#: model:ir.model,name:stock_demand_estimate.model_date_range -msgid "date.range" -msgstr "" - #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "or" diff --git a/stock_demand_estimate/i18n/es_DO.po b/stock_demand_estimate/i18n/es_DO.po index 4d85d8362..51e89fbeb 100644 --- a/stock_demand_estimate/i18n/es_DO.po +++ b/stock_demand_estimate/i18n/es_DO.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_demand_estimate -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2018-01-16 14:35+0000\n" "PO-Revision-Date: 2018-01-16 14:35+0000\n" "Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Spanish (Dominican Republic) (https://www.transifex.com/oca/teams/23907/es_DO/)\n" +"Language-Team: Spanish (Dominican Republic) (https://www.transifex.com/oca/" +"teams/23907/es_DO/)\n" +"Language: es_DO\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_DO\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_demand_estimate @@ -52,23 +53,37 @@ msgid "Created on" msgstr "Creado en" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start msgid "Date From" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_date_range +msgid "Date Range" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id msgid "Date Range Type" msgstr "" +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +msgid "Date Ranges" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end msgid "Date To" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +msgid "Date to" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days msgid "Days between dates" @@ -88,14 +103,14 @@ msgid "Display Name" msgstr "Nombre mostrado" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:194 -#, python-format -msgid "Estimate Sheet" +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id -msgid "Estimate id" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#, python-format +msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate @@ -156,6 +171,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form msgid "Period" msgstr "" @@ -172,6 +188,7 @@ msgid "Product" msgstr "" #. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "Products" @@ -204,6 +221,7 @@ msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot #: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree msgid "Stock Demand Estimate" msgstr "" @@ -231,7 +249,7 @@ msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:110 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 #: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action #: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate #, python-format @@ -244,7 +262,7 @@ msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:26 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -252,14 +270,15 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:166 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form -msgid "Timesheet Period" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#, python-format +msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate @@ -273,16 +292,11 @@ msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:183 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 #, python-format msgid "You must select at least one product." msgstr "" -#. module: stock_demand_estimate -#: model:ir.model,name:stock_demand_estimate.model_date_range -msgid "date.range" -msgstr "" - #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "or" diff --git a/stock_demand_estimate/i18n/es_EC.po b/stock_demand_estimate/i18n/es_EC.po index 279a821c8..a6a90cb13 100644 --- a/stock_demand_estimate/i18n/es_EC.po +++ b/stock_demand_estimate/i18n/es_EC.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_demand_estimate -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2018-01-16 14:35+0000\n" "PO-Revision-Date: 2018-01-16 14:35+0000\n" "Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Spanish (Ecuador) (https://www.transifex.com/oca/teams/23907/es_EC/)\n" +"Language-Team: Spanish (Ecuador) (https://www.transifex.com/oca/teams/23907/" +"es_EC/)\n" +"Language: es_EC\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_EC\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_demand_estimate @@ -52,23 +53,37 @@ msgid "Created on" msgstr "Creado en" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start msgid "Date From" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_date_range +msgid "Date Range" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id msgid "Date Range Type" msgstr "" +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +msgid "Date Ranges" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end msgid "Date To" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +msgid "Date to" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days msgid "Days between dates" @@ -88,14 +103,14 @@ msgid "Display Name" msgstr "Nombre mostrado" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:194 -#, python-format -msgid "Estimate Sheet" +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id -msgid "Estimate id" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#, python-format +msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate @@ -156,6 +171,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form msgid "Period" msgstr "" @@ -172,6 +188,7 @@ msgid "Product" msgstr "" #. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "Products" @@ -204,6 +221,7 @@ msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot #: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree msgid "Stock Demand Estimate" msgstr "" @@ -231,7 +249,7 @@ msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:110 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 #: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action #: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate #, python-format @@ -244,7 +262,7 @@ msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:26 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -252,14 +270,15 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:166 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form -msgid "Timesheet Period" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#, python-format +msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate @@ -273,16 +292,11 @@ msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:183 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 #, python-format msgid "You must select at least one product." msgstr "" -#. module: stock_demand_estimate -#: model:ir.model,name:stock_demand_estimate.model_date_range -msgid "date.range" -msgstr "" - #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "or" diff --git a/stock_demand_estimate/i18n/es_ES.po b/stock_demand_estimate/i18n/es_ES.po index 870ef41e6..210bb9829 100644 --- a/stock_demand_estimate/i18n/es_ES.po +++ b/stock_demand_estimate/i18n/es_ES.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_demand_estimate -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2018-01-16 14:35+0000\n" "PO-Revision-Date: 2018-01-16 14:35+0000\n" "Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Spanish (Spain) (https://www.transifex.com/oca/teams/23907/es_ES/)\n" +"Language-Team: Spanish (Spain) (https://www.transifex.com/oca/teams/23907/" +"es_ES/)\n" +"Language: es_ES\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_ES\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_demand_estimate @@ -52,23 +53,37 @@ msgid "Created on" msgstr "Creado en" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start msgid "Date From" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_date_range +msgid "Date Range" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id msgid "Date Range Type" msgstr "" +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +msgid "Date Ranges" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end msgid "Date To" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +msgid "Date to" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days msgid "Days between dates" @@ -88,14 +103,14 @@ msgid "Display Name" msgstr "Nombre para mostrar" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:194 -#, python-format -msgid "Estimate Sheet" +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id -msgid "Estimate id" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#, python-format +msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate @@ -156,6 +171,7 @@ msgstr "Ubicación" #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form msgid "Period" msgstr "" @@ -172,6 +188,7 @@ msgid "Product" msgstr "Producto" #. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "Products" @@ -204,6 +221,7 @@ msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot #: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree msgid "Stock Demand Estimate" msgstr "" @@ -231,7 +249,7 @@ msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:110 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 #: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action #: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate #, python-format @@ -244,7 +262,7 @@ msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:26 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -252,14 +270,15 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:166 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form -msgid "Timesheet Period" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#, python-format +msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate @@ -273,16 +292,11 @@ msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:183 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 #, python-format msgid "You must select at least one product." msgstr "" -#. module: stock_demand_estimate -#: model:ir.model,name:stock_demand_estimate.model_date_range -msgid "date.range" -msgstr "" - #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "or" diff --git a/stock_demand_estimate/i18n/es_MX.po b/stock_demand_estimate/i18n/es_MX.po index df8987220..cc393a890 100644 --- a/stock_demand_estimate/i18n/es_MX.po +++ b/stock_demand_estimate/i18n/es_MX.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_demand_estimate -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2018-01-16 14:35+0000\n" "PO-Revision-Date: 2018-01-16 14:35+0000\n" "Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Spanish (Mexico) (https://www.transifex.com/oca/teams/23907/es_MX/)\n" +"Language-Team: Spanish (Mexico) (https://www.transifex.com/oca/teams/23907/" +"es_MX/)\n" +"Language: es_MX\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_MX\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_demand_estimate @@ -52,23 +53,37 @@ msgid "Created on" msgstr "Creado en" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start msgid "Date From" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_date_range +msgid "Date Range" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id msgid "Date Range Type" msgstr "" +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +msgid "Date Ranges" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end msgid "Date To" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +msgid "Date to" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days msgid "Days between dates" @@ -88,14 +103,14 @@ msgid "Display Name" msgstr "Nombre desplegado" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:194 -#, python-format -msgid "Estimate Sheet" +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id -msgid "Estimate id" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#, python-format +msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate @@ -156,6 +171,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form msgid "Period" msgstr "" @@ -172,6 +188,7 @@ msgid "Product" msgstr "" #. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "Products" @@ -204,6 +221,7 @@ msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot #: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree msgid "Stock Demand Estimate" msgstr "" @@ -231,7 +249,7 @@ msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:110 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 #: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action #: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate #, python-format @@ -244,7 +262,7 @@ msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:26 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -252,14 +270,15 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:166 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form -msgid "Timesheet Period" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#, python-format +msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate @@ -273,16 +292,11 @@ msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:183 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 #, python-format msgid "You must select at least one product." msgstr "" -#. module: stock_demand_estimate -#: model:ir.model,name:stock_demand_estimate.model_date_range -msgid "date.range" -msgstr "" - #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "or" diff --git a/stock_demand_estimate/i18n/es_PE.po b/stock_demand_estimate/i18n/es_PE.po index 44bb82c93..18adb8eb7 100644 --- a/stock_demand_estimate/i18n/es_PE.po +++ b/stock_demand_estimate/i18n/es_PE.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_demand_estimate -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2018-01-16 14:35+0000\n" "PO-Revision-Date: 2018-01-16 14:35+0000\n" "Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Spanish (Peru) (https://www.transifex.com/oca/teams/23907/es_PE/)\n" +"Language-Team: Spanish (Peru) (https://www.transifex.com/oca/teams/23907/" +"es_PE/)\n" +"Language: es_PE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_PE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_demand_estimate @@ -52,23 +53,37 @@ msgid "Created on" msgstr "Creado en" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start msgid "Date From" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_date_range +msgid "Date Range" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id msgid "Date Range Type" msgstr "" +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +msgid "Date Ranges" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end msgid "Date To" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +msgid "Date to" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days msgid "Days between dates" @@ -88,14 +103,14 @@ msgid "Display Name" msgstr "Nombre a Mostrar" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:194 -#, python-format -msgid "Estimate Sheet" +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id -msgid "Estimate id" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#, python-format +msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate @@ -156,6 +171,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form msgid "Period" msgstr "" @@ -172,6 +188,7 @@ msgid "Product" msgstr "" #. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "Products" @@ -204,6 +221,7 @@ msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot #: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree msgid "Stock Demand Estimate" msgstr "" @@ -231,7 +249,7 @@ msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:110 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 #: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action #: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate #, python-format @@ -244,7 +262,7 @@ msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:26 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -252,14 +270,15 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:166 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form -msgid "Timesheet Period" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#, python-format +msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate @@ -273,16 +292,11 @@ msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:183 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 #, python-format msgid "You must select at least one product." msgstr "" -#. module: stock_demand_estimate -#: model:ir.model,name:stock_demand_estimate.model_date_range -msgid "date.range" -msgstr "" - #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "or" diff --git a/stock_demand_estimate/i18n/es_PY.po b/stock_demand_estimate/i18n/es_PY.po index 5f854d08a..497aa8850 100644 --- a/stock_demand_estimate/i18n/es_PY.po +++ b/stock_demand_estimate/i18n/es_PY.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_demand_estimate -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2018-01-16 14:35+0000\n" "PO-Revision-Date: 2018-01-16 14:35+0000\n" "Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Spanish (Paraguay) (https://www.transifex.com/oca/teams/23907/es_PY/)\n" +"Language-Team: Spanish (Paraguay) (https://www.transifex.com/oca/teams/23907/" +"es_PY/)\n" +"Language: es_PY\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_PY\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_demand_estimate @@ -52,23 +53,37 @@ msgid "Created on" msgstr "Creado en" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start msgid "Date From" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_date_range +msgid "Date Range" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id msgid "Date Range Type" msgstr "" +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +msgid "Date Ranges" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end msgid "Date To" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +msgid "Date to" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days msgid "Days between dates" @@ -88,14 +103,14 @@ msgid "Display Name" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:194 -#, python-format -msgid "Estimate Sheet" +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id -msgid "Estimate id" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#, python-format +msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate @@ -156,6 +171,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form msgid "Period" msgstr "" @@ -172,6 +188,7 @@ msgid "Product" msgstr "" #. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "Products" @@ -204,6 +221,7 @@ msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot #: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree msgid "Stock Demand Estimate" msgstr "" @@ -231,7 +249,7 @@ msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:110 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 #: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action #: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate #, python-format @@ -244,7 +262,7 @@ msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:26 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -252,14 +270,15 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:166 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form -msgid "Timesheet Period" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#, python-format +msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate @@ -273,16 +292,11 @@ msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:183 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 #, python-format msgid "You must select at least one product." msgstr "" -#. module: stock_demand_estimate -#: model:ir.model,name:stock_demand_estimate.model_date_range -msgid "date.range" -msgstr "" - #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "or" diff --git a/stock_demand_estimate/i18n/es_VE.po b/stock_demand_estimate/i18n/es_VE.po index 6f2b437eb..c09cc4434 100644 --- a/stock_demand_estimate/i18n/es_VE.po +++ b/stock_demand_estimate/i18n/es_VE.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_demand_estimate -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2018-01-16 14:35+0000\n" "PO-Revision-Date: 2018-01-16 14:35+0000\n" "Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Spanish (Venezuela) (https://www.transifex.com/oca/teams/23907/es_VE/)\n" +"Language-Team: Spanish (Venezuela) (https://www.transifex.com/oca/" +"teams/23907/es_VE/)\n" +"Language: es_VE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_VE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_demand_estimate @@ -52,23 +53,37 @@ msgid "Created on" msgstr "Creado en" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start msgid "Date From" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_date_range +msgid "Date Range" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id msgid "Date Range Type" msgstr "" +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +msgid "Date Ranges" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end msgid "Date To" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +msgid "Date to" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days msgid "Days between dates" @@ -88,14 +103,14 @@ msgid "Display Name" msgstr "Mostrar nombre" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:194 -#, python-format -msgid "Estimate Sheet" +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id -msgid "Estimate id" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#, python-format +msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate @@ -156,6 +171,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form msgid "Period" msgstr "" @@ -172,6 +188,7 @@ msgid "Product" msgstr "" #. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "Products" @@ -204,6 +221,7 @@ msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot #: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree msgid "Stock Demand Estimate" msgstr "" @@ -231,7 +249,7 @@ msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:110 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 #: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action #: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate #, python-format @@ -244,7 +262,7 @@ msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:26 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -252,14 +270,15 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:166 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form -msgid "Timesheet Period" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#, python-format +msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate @@ -273,16 +292,11 @@ msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:183 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 #, python-format msgid "You must select at least one product." msgstr "" -#. module: stock_demand_estimate -#: model:ir.model,name:stock_demand_estimate.model_date_range -msgid "date.range" -msgstr "" - #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "or" diff --git a/stock_demand_estimate/i18n/et.po b/stock_demand_estimate/i18n/et.po index 24868c1c7..c42a2284b 100644 --- a/stock_demand_estimate/i18n/et.po +++ b/stock_demand_estimate/i18n/et.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_demand_estimate -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 14:35+0000\n" "Last-Translator: OCA Transbot , 2018\n" "Language-Team: Estonian (https://www.transifex.com/oca/teams/23907/et/)\n" +"Language: et\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: et\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_demand_estimate @@ -52,23 +52,37 @@ msgid "Created on" msgstr "Loodud" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start msgid "Date From" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_date_range +msgid "Date Range" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id msgid "Date Range Type" msgstr "" +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +msgid "Date Ranges" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end msgid "Date To" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +msgid "Date to" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days msgid "Days between dates" @@ -88,14 +102,14 @@ msgid "Display Name" msgstr "Näidatav nimi" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:194 -#, python-format -msgid "Estimate Sheet" +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id -msgid "Estimate id" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#, python-format +msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate @@ -156,6 +170,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form msgid "Period" msgstr "" @@ -172,6 +187,7 @@ msgid "Product" msgstr "" #. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "Products" @@ -204,6 +220,7 @@ msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot #: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree msgid "Stock Demand Estimate" msgstr "" @@ -231,7 +248,7 @@ msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:110 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 #: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action #: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate #, python-format @@ -244,7 +261,7 @@ msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:26 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -252,14 +269,15 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:166 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form -msgid "Timesheet Period" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#, python-format +msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate @@ -273,16 +291,11 @@ msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:183 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 #, python-format msgid "You must select at least one product." msgstr "" -#. module: stock_demand_estimate -#: model:ir.model,name:stock_demand_estimate.model_date_range -msgid "date.range" -msgstr "" - #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "or" diff --git a/stock_demand_estimate/i18n/eu.po b/stock_demand_estimate/i18n/eu.po index f5a2f1f74..964dd8539 100644 --- a/stock_demand_estimate/i18n/eu.po +++ b/stock_demand_estimate/i18n/eu.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_demand_estimate -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 14:35+0000\n" "Last-Translator: OCA Transbot , 2018\n" "Language-Team: Basque (https://www.transifex.com/oca/teams/23907/eu/)\n" +"Language: eu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: eu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_demand_estimate @@ -52,23 +52,37 @@ msgid "Created on" msgstr "Created on" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start msgid "Date From" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_date_range +msgid "Date Range" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id msgid "Date Range Type" msgstr "" +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +msgid "Date Ranges" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end msgid "Date To" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +msgid "Date to" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days msgid "Days between dates" @@ -88,14 +102,14 @@ msgid "Display Name" msgstr "Izena erakutsi" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:194 -#, python-format -msgid "Estimate Sheet" +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id -msgid "Estimate id" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#, python-format +msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate @@ -156,6 +170,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form msgid "Period" msgstr "" @@ -172,6 +187,7 @@ msgid "Product" msgstr "Produktua" #. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "Products" @@ -204,6 +220,7 @@ msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot #: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree msgid "Stock Demand Estimate" msgstr "" @@ -231,7 +248,7 @@ msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:110 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 #: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action #: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate #, python-format @@ -244,7 +261,7 @@ msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:26 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -252,14 +269,15 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:166 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form -msgid "Timesheet Period" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#, python-format +msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate @@ -273,16 +291,11 @@ msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:183 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 #, python-format msgid "You must select at least one product." msgstr "" -#. module: stock_demand_estimate -#: model:ir.model,name:stock_demand_estimate.model_date_range -msgid "date.range" -msgstr "" - #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "or" diff --git a/stock_demand_estimate/i18n/fa.po b/stock_demand_estimate/i18n/fa.po index 7b2dd5958..bdf18b66d 100644 --- a/stock_demand_estimate/i18n/fa.po +++ b/stock_demand_estimate/i18n/fa.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_demand_estimate -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 14:35+0000\n" "Last-Translator: OCA Transbot , 2018\n" "Language-Team: Persian (https://www.transifex.com/oca/teams/23907/fa/)\n" +"Language: fa\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: fa\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: stock_demand_estimate @@ -52,23 +52,37 @@ msgid "Created on" msgstr "ایجاد شده در" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start msgid "Date From" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_date_range +msgid "Date Range" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id msgid "Date Range Type" msgstr "" +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +msgid "Date Ranges" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end msgid "Date To" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +msgid "Date to" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days msgid "Days between dates" @@ -88,14 +102,14 @@ msgid "Display Name" msgstr "نام نمایشی" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:194 -#, python-format -msgid "Estimate Sheet" +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id -msgid "Estimate id" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#, python-format +msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate @@ -156,6 +170,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form msgid "Period" msgstr "" @@ -172,6 +187,7 @@ msgid "Product" msgstr "" #. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "Products" @@ -204,6 +220,7 @@ msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot #: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree msgid "Stock Demand Estimate" msgstr "" @@ -231,7 +248,7 @@ msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:110 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 #: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action #: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate #, python-format @@ -244,7 +261,7 @@ msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:26 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -252,14 +269,15 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:166 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form -msgid "Timesheet Period" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#, python-format +msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate @@ -273,16 +291,11 @@ msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:183 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 #, python-format msgid "You must select at least one product." msgstr "" -#. module: stock_demand_estimate -#: model:ir.model,name:stock_demand_estimate.model_date_range -msgid "date.range" -msgstr "" - #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "or" diff --git a/stock_demand_estimate/i18n/fi.po b/stock_demand_estimate/i18n/fi.po index 1abdadb01..ca16bb6e8 100644 --- a/stock_demand_estimate/i18n/fi.po +++ b/stock_demand_estimate/i18n/fi.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_demand_estimate -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 14:35+0000\n" "Last-Translator: OCA Transbot , 2018\n" "Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/fi/)\n" +"Language: fi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: fi\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_demand_estimate @@ -52,23 +52,37 @@ msgid "Created on" msgstr "Luotu" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start msgid "Date From" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_date_range +msgid "Date Range" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id msgid "Date Range Type" msgstr "" +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +msgid "Date Ranges" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end msgid "Date To" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +msgid "Date to" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days msgid "Days between dates" @@ -88,14 +102,14 @@ msgid "Display Name" msgstr "Nimi" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:194 -#, python-format -msgid "Estimate Sheet" +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id -msgid "Estimate id" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#, python-format +msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate @@ -156,6 +170,7 @@ msgstr "Sijainti" #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form msgid "Period" msgstr "" @@ -172,6 +187,7 @@ msgid "Product" msgstr "Tuote" #. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "Products" @@ -204,6 +220,7 @@ msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot #: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree msgid "Stock Demand Estimate" msgstr "" @@ -231,7 +248,7 @@ msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:110 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 #: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action #: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate #, python-format @@ -244,7 +261,7 @@ msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:26 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -252,14 +269,15 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:166 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form -msgid "Timesheet Period" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#, python-format +msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate @@ -273,16 +291,11 @@ msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:183 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 #, python-format msgid "You must select at least one product." msgstr "" -#. module: stock_demand_estimate -#: model:ir.model,name:stock_demand_estimate.model_date_range -msgid "date.range" -msgstr "" - #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "or" diff --git a/stock_demand_estimate/i18n/fr.po b/stock_demand_estimate/i18n/fr.po index 76b2cd8ed..99ec85945 100644 --- a/stock_demand_estimate/i18n/fr.po +++ b/stock_demand_estimate/i18n/fr.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_demand_estimate -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 14:35+0000\n" "Last-Translator: OCA Transbot , 2018\n" "Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n" +"Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: stock_demand_estimate @@ -52,23 +52,38 @@ msgid "Created on" msgstr "Créé le" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start msgid "Date From" msgstr "Date de" +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_date_range +msgid "Date Range" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id msgid "Date Range Type" msgstr "" +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +msgid "Date Ranges" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end msgid "Date To" msgstr "Date de fin" +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#, fuzzy +msgid "Date to" +msgstr "Date de fin" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days msgid "Days between dates" @@ -88,14 +103,14 @@ msgid "Display Name" msgstr "Nom affiché" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:194 -#, python-format -msgid "Estimate Sheet" +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id -msgid "Estimate id" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#, python-format +msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate @@ -156,6 +171,7 @@ msgstr "Emplacement" #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form msgid "Period" msgstr "" @@ -172,6 +188,7 @@ msgid "Product" msgstr "Article" #. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "Products" @@ -204,6 +221,7 @@ msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot #: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree msgid "Stock Demand Estimate" msgstr "" @@ -231,7 +249,7 @@ msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:110 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 #: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action #: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate #, python-format @@ -244,7 +262,7 @@ msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:26 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -252,14 +270,15 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:166 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form -msgid "Timesheet Period" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#, python-format +msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate @@ -273,16 +292,11 @@ msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:183 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 #, python-format msgid "You must select at least one product." msgstr "" -#. module: stock_demand_estimate -#: model:ir.model,name:stock_demand_estimate.model_date_range -msgid "date.range" -msgstr "" - #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "or" diff --git a/stock_demand_estimate/i18n/fr_CA.po b/stock_demand_estimate/i18n/fr_CA.po index 2ba38e66f..99ce90149 100644 --- a/stock_demand_estimate/i18n/fr_CA.po +++ b/stock_demand_estimate/i18n/fr_CA.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_demand_estimate -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2018-01-16 14:35+0000\n" "PO-Revision-Date: 2018-01-16 14:35+0000\n" "Last-Translator: OCA Transbot , 2018\n" -"Language-Team: French (Canada) (https://www.transifex.com/oca/teams/23907/fr_CA/)\n" +"Language-Team: French (Canada) (https://www.transifex.com/oca/teams/23907/" +"fr_CA/)\n" +"Language: fr_CA\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: fr_CA\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: stock_demand_estimate @@ -52,23 +53,37 @@ msgid "Created on" msgstr "Créé le" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start msgid "Date From" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_date_range +msgid "Date Range" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id msgid "Date Range Type" msgstr "" +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +msgid "Date Ranges" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end msgid "Date To" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +msgid "Date to" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days msgid "Days between dates" @@ -88,14 +103,14 @@ msgid "Display Name" msgstr "Afficher le nom" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:194 -#, python-format -msgid "Estimate Sheet" +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id -msgid "Estimate id" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#, python-format +msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate @@ -156,6 +171,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form msgid "Period" msgstr "" @@ -172,6 +188,7 @@ msgid "Product" msgstr "" #. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "Products" @@ -204,6 +221,7 @@ msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot #: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree msgid "Stock Demand Estimate" msgstr "" @@ -231,7 +249,7 @@ msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:110 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 #: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action #: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate #, python-format @@ -244,7 +262,7 @@ msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:26 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -252,14 +270,15 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:166 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form -msgid "Timesheet Period" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#, python-format +msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate @@ -273,16 +292,11 @@ msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:183 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 #, python-format msgid "You must select at least one product." msgstr "" -#. module: stock_demand_estimate -#: model:ir.model,name:stock_demand_estimate.model_date_range -msgid "date.range" -msgstr "" - #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "or" diff --git a/stock_demand_estimate/i18n/fr_CH.po b/stock_demand_estimate/i18n/fr_CH.po index d83613cb5..3d5e25d35 100644 --- a/stock_demand_estimate/i18n/fr_CH.po +++ b/stock_demand_estimate/i18n/fr_CH.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_demand_estimate -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2018-01-16 14:35+0000\n" "PO-Revision-Date: 2018-01-16 14:35+0000\n" "Last-Translator: OCA Transbot , 2018\n" -"Language-Team: French (Switzerland) (https://www.transifex.com/oca/teams/23907/fr_CH/)\n" +"Language-Team: French (Switzerland) (https://www.transifex.com/oca/" +"teams/23907/fr_CH/)\n" +"Language: fr_CH\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: fr_CH\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: stock_demand_estimate @@ -52,23 +53,37 @@ msgid "Created on" msgstr "Créé le" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start msgid "Date From" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_date_range +msgid "Date Range" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id msgid "Date Range Type" msgstr "" +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +msgid "Date Ranges" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end msgid "Date To" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +msgid "Date to" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days msgid "Days between dates" @@ -88,14 +103,14 @@ msgid "Display Name" msgstr "Nom affiché" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:194 -#, python-format -msgid "Estimate Sheet" +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id -msgid "Estimate id" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#, python-format +msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate @@ -156,6 +171,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form msgid "Period" msgstr "" @@ -172,6 +188,7 @@ msgid "Product" msgstr "Produit" #. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "Products" @@ -204,6 +221,7 @@ msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot #: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree msgid "Stock Demand Estimate" msgstr "" @@ -231,7 +249,7 @@ msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:110 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 #: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action #: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate #, python-format @@ -244,7 +262,7 @@ msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:26 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -252,14 +270,15 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:166 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form -msgid "Timesheet Period" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#, python-format +msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate @@ -273,16 +292,11 @@ msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:183 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 #, python-format msgid "You must select at least one product." msgstr "" -#. module: stock_demand_estimate -#: model:ir.model,name:stock_demand_estimate.model_date_range -msgid "date.range" -msgstr "" - #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "or" diff --git a/stock_demand_estimate/i18n/fr_FR.po b/stock_demand_estimate/i18n/fr_FR.po index 7d443ca8a..626571712 100644 --- a/stock_demand_estimate/i18n/fr_FR.po +++ b/stock_demand_estimate/i18n/fr_FR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_demand_estimate -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2018-01-16 14:35+0000\n" "PO-Revision-Date: 2018-01-16 14:35+0000\n" "Last-Translator: OCA Transbot , 2018\n" -"Language-Team: French (France) (https://www.transifex.com/oca/teams/23907/fr_FR/)\n" +"Language-Team: French (France) (https://www.transifex.com/oca/teams/23907/" +"fr_FR/)\n" +"Language: fr_FR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: fr_FR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: stock_demand_estimate @@ -52,23 +53,37 @@ msgid "Created on" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start msgid "Date From" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_date_range +msgid "Date Range" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id msgid "Date Range Type" msgstr "" +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +msgid "Date Ranges" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end msgid "Date To" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +msgid "Date to" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days msgid "Days between dates" @@ -88,14 +103,14 @@ msgid "Display Name" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:194 -#, python-format -msgid "Estimate Sheet" +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id -msgid "Estimate id" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#, python-format +msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate @@ -156,6 +171,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form msgid "Period" msgstr "" @@ -172,6 +188,7 @@ msgid "Product" msgstr "Produit" #. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "Products" @@ -204,6 +221,7 @@ msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot #: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree msgid "Stock Demand Estimate" msgstr "" @@ -231,7 +249,7 @@ msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:110 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 #: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action #: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate #, python-format @@ -244,7 +262,7 @@ msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:26 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -252,14 +270,15 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:166 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form -msgid "Timesheet Period" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#, python-format +msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate @@ -273,16 +292,11 @@ msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:183 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 #, python-format msgid "You must select at least one product." msgstr "" -#. module: stock_demand_estimate -#: model:ir.model,name:stock_demand_estimate.model_date_range -msgid "date.range" -msgstr "" - #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "or" diff --git a/stock_demand_estimate/i18n/gl.po b/stock_demand_estimate/i18n/gl.po index 90407ed00..b3a93f339 100644 --- a/stock_demand_estimate/i18n/gl.po +++ b/stock_demand_estimate/i18n/gl.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_demand_estimate -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 14:35+0000\n" "Last-Translator: OCA Transbot , 2018\n" "Language-Team: Galician (https://www.transifex.com/oca/teams/23907/gl/)\n" +"Language: gl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: gl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_demand_estimate @@ -52,23 +52,37 @@ msgid "Created on" msgstr "Creado en" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start msgid "Date From" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_date_range +msgid "Date Range" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id msgid "Date Range Type" msgstr "" +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +msgid "Date Ranges" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end msgid "Date To" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +msgid "Date to" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days msgid "Days between dates" @@ -88,14 +102,14 @@ msgid "Display Name" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:194 -#, python-format -msgid "Estimate Sheet" +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id -msgid "Estimate id" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#, python-format +msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate @@ -156,6 +170,7 @@ msgstr "Localidade" #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form msgid "Period" msgstr "" @@ -172,6 +187,7 @@ msgid "Product" msgstr "Produto" #. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "Products" @@ -204,6 +220,7 @@ msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot #: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree msgid "Stock Demand Estimate" msgstr "" @@ -231,7 +248,7 @@ msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:110 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 #: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action #: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate #, python-format @@ -244,7 +261,7 @@ msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:26 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -252,14 +269,15 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:166 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form -msgid "Timesheet Period" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#, python-format +msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate @@ -273,16 +291,11 @@ msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:183 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 #, python-format msgid "You must select at least one product." msgstr "" -#. module: stock_demand_estimate -#: model:ir.model,name:stock_demand_estimate.model_date_range -msgid "date.range" -msgstr "" - #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "or" diff --git a/stock_demand_estimate/i18n/gl_ES.po b/stock_demand_estimate/i18n/gl_ES.po index 6bee79e2e..0da5fa0cd 100644 --- a/stock_demand_estimate/i18n/gl_ES.po +++ b/stock_demand_estimate/i18n/gl_ES.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_demand_estimate -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2018-01-05 03:49+0000\n" "PO-Revision-Date: 2018-01-05 03:49+0000\n" "Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Galician (Spain) (https://www.transifex.com/oca/teams/23907/gl_ES/)\n" +"Language-Team: Galician (Spain) (https://www.transifex.com/oca/teams/23907/" +"gl_ES/)\n" +"Language: gl_ES\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: gl_ES\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_demand_estimate @@ -52,23 +53,37 @@ msgid "Created on" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start msgid "Date From" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_date_range +msgid "Date Range" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id msgid "Date Range Type" msgstr "" +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +msgid "Date Ranges" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end msgid "Date To" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +msgid "Date to" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days msgid "Days between dates" @@ -88,14 +103,14 @@ msgid "Display Name" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:194 -#, python-format -msgid "Estimate Sheet" +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id -msgid "Estimate id" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#, python-format +msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate @@ -156,6 +171,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form msgid "Period" msgstr "" @@ -172,6 +188,7 @@ msgid "Product" msgstr "" #. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "Products" @@ -204,6 +221,7 @@ msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot #: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree msgid "Stock Demand Estimate" msgstr "" @@ -231,7 +249,7 @@ msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:110 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 #: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action #: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate #, python-format @@ -244,7 +262,7 @@ msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:26 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -252,14 +270,15 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:166 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form -msgid "Timesheet Period" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#, python-format +msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate @@ -273,16 +292,11 @@ msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:183 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 #, python-format msgid "You must select at least one product." msgstr "" -#. module: stock_demand_estimate -#: model:ir.model,name:stock_demand_estimate.model_date_range -msgid "date.range" -msgstr "" - #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "or" diff --git a/stock_demand_estimate/i18n/he.po b/stock_demand_estimate/i18n/he.po index 1b62f533c..c42d498da 100644 --- a/stock_demand_estimate/i18n/he.po +++ b/stock_demand_estimate/i18n/he.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_demand_estimate -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 14:35+0000\n" "Last-Translator: OCA Transbot , 2018\n" "Language-Team: Hebrew (https://www.transifex.com/oca/teams/23907/he/)\n" +"Language: he\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: he\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_demand_estimate @@ -52,23 +52,37 @@ msgid "Created on" msgstr "נוצר ב-" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start msgid "Date From" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_date_range +msgid "Date Range" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id msgid "Date Range Type" msgstr "" +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +msgid "Date Ranges" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end msgid "Date To" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +msgid "Date to" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days msgid "Days between dates" @@ -88,14 +102,14 @@ msgid "Display Name" msgstr "השם המוצג" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:194 -#, python-format -msgid "Estimate Sheet" +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id -msgid "Estimate id" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#, python-format +msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate @@ -156,6 +170,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form msgid "Period" msgstr "" @@ -172,6 +187,7 @@ msgid "Product" msgstr "" #. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "Products" @@ -204,6 +220,7 @@ msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot #: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree msgid "Stock Demand Estimate" msgstr "" @@ -231,7 +248,7 @@ msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:110 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 #: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action #: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate #, python-format @@ -244,7 +261,7 @@ msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:26 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -252,14 +269,15 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:166 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form -msgid "Timesheet Period" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#, python-format +msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate @@ -273,16 +291,11 @@ msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:183 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 #, python-format msgid "You must select at least one product." msgstr "" -#. module: stock_demand_estimate -#: model:ir.model,name:stock_demand_estimate.model_date_range -msgid "date.range" -msgstr "" - #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "or" diff --git a/stock_demand_estimate/i18n/hi.po b/stock_demand_estimate/i18n/hi.po index d63541d2c..bd84c83d2 100644 --- a/stock_demand_estimate/i18n/hi.po +++ b/stock_demand_estimate/i18n/hi.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_demand_estimate -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 14:35+0000\n" "Last-Translator: OCA Transbot , 2018\n" "Language-Team: Hindi (https://www.transifex.com/oca/teams/23907/hi/)\n" +"Language: hi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: hi\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_demand_estimate @@ -52,23 +52,37 @@ msgid "Created on" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start msgid "Date From" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_date_range +msgid "Date Range" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id msgid "Date Range Type" msgstr "" +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +msgid "Date Ranges" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end msgid "Date To" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +msgid "Date to" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days msgid "Days between dates" @@ -88,14 +102,14 @@ msgid "Display Name" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:194 -#, python-format -msgid "Estimate Sheet" +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id -msgid "Estimate id" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#, python-format +msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate @@ -156,6 +170,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form msgid "Period" msgstr "" @@ -172,6 +187,7 @@ msgid "Product" msgstr "" #. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "Products" @@ -204,6 +220,7 @@ msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot #: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree msgid "Stock Demand Estimate" msgstr "" @@ -231,7 +248,7 @@ msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:110 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 #: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action #: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate #, python-format @@ -244,7 +261,7 @@ msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:26 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -252,14 +269,15 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:166 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form -msgid "Timesheet Period" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#, python-format +msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate @@ -273,16 +291,11 @@ msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:183 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 #, python-format msgid "You must select at least one product." msgstr "" -#. module: stock_demand_estimate -#: model:ir.model,name:stock_demand_estimate.model_date_range -msgid "date.range" -msgstr "" - #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "or" diff --git a/stock_demand_estimate/i18n/hr.po b/stock_demand_estimate/i18n/hr.po index ed67e7588..410f553e6 100644 --- a/stock_demand_estimate/i18n/hr.po +++ b/stock_demand_estimate/i18n/hr.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_demand_estimate -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,11 +12,12 @@ msgstr "" "PO-Revision-Date: 2018-01-16 14:35+0000\n" "Last-Translator: OCA Transbot , 2018\n" "Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n" +"Language: hr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: hr\n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form @@ -52,23 +53,37 @@ msgid "Created on" msgstr "Datum kreiranja" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start msgid "Date From" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_date_range +msgid "Date Range" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id msgid "Date Range Type" msgstr "" +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +msgid "Date Ranges" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end msgid "Date To" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +msgid "Date to" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days msgid "Days between dates" @@ -88,14 +103,14 @@ msgid "Display Name" msgstr "Naziv za prikaz" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:194 -#, python-format -msgid "Estimate Sheet" +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id -msgid "Estimate id" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#, python-format +msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate @@ -156,6 +171,7 @@ msgstr "Lokacija" #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form msgid "Period" msgstr "" @@ -172,6 +188,7 @@ msgid "Product" msgstr "Proizvod" #. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "Products" @@ -204,6 +221,7 @@ msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot #: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree msgid "Stock Demand Estimate" msgstr "" @@ -231,7 +249,7 @@ msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:110 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 #: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action #: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate #, python-format @@ -244,7 +262,7 @@ msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:26 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -252,14 +270,15 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:166 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form -msgid "Timesheet Period" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#, python-format +msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate @@ -273,16 +292,11 @@ msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:183 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 #, python-format msgid "You must select at least one product." msgstr "" -#. module: stock_demand_estimate -#: model:ir.model,name:stock_demand_estimate.model_date_range -msgid "date.range" -msgstr "" - #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "or" diff --git a/stock_demand_estimate/i18n/hr_HR.po b/stock_demand_estimate/i18n/hr_HR.po index b72f0dc9b..d0f727ce8 100644 --- a/stock_demand_estimate/i18n/hr_HR.po +++ b/stock_demand_estimate/i18n/hr_HR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_demand_estimate -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -11,12 +11,14 @@ msgstr "" "POT-Creation-Date: 2018-01-16 14:35+0000\n" "PO-Revision-Date: 2018-01-16 14:35+0000\n" "Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/hr_HR/)\n" +"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/" +"hr_HR/)\n" +"Language: hr_HR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: hr_HR\n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form @@ -52,23 +54,37 @@ msgid "Created on" msgstr "Kreirano" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start msgid "Date From" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_date_range +msgid "Date Range" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id msgid "Date Range Type" msgstr "" +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +msgid "Date Ranges" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end msgid "Date To" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +msgid "Date to" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days msgid "Days between dates" @@ -88,14 +104,14 @@ msgid "Display Name" msgstr "Naziv" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:194 -#, python-format -msgid "Estimate Sheet" +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id -msgid "Estimate id" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#, python-format +msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate @@ -156,6 +172,7 @@ msgstr "Lokacija" #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form msgid "Period" msgstr "" @@ -172,6 +189,7 @@ msgid "Product" msgstr "Proizvod" #. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "Products" @@ -204,6 +222,7 @@ msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot #: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree msgid "Stock Demand Estimate" msgstr "" @@ -231,7 +250,7 @@ msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:110 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 #: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action #: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate #, python-format @@ -244,7 +263,7 @@ msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:26 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -252,14 +271,15 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:166 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form -msgid "Timesheet Period" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#, python-format +msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate @@ -273,16 +293,11 @@ msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:183 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 #, python-format msgid "You must select at least one product." msgstr "" -#. module: stock_demand_estimate -#: model:ir.model,name:stock_demand_estimate.model_date_range -msgid "date.range" -msgstr "" - #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "or" diff --git a/stock_demand_estimate/i18n/hu.po b/stock_demand_estimate/i18n/hu.po index 67b965299..4d0452e63 100644 --- a/stock_demand_estimate/i18n/hu.po +++ b/stock_demand_estimate/i18n/hu.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_demand_estimate -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 14:35+0000\n" "Last-Translator: OCA Transbot , 2018\n" "Language-Team: Hungarian (https://www.transifex.com/oca/teams/23907/hu/)\n" +"Language: hu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: hu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_demand_estimate @@ -52,23 +52,37 @@ msgid "Created on" msgstr "Létrehozás dátuma" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start msgid "Date From" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_date_range +msgid "Date Range" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id msgid "Date Range Type" msgstr "" +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +msgid "Date Ranges" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end msgid "Date To" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +msgid "Date to" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days msgid "Days between dates" @@ -88,14 +102,14 @@ msgid "Display Name" msgstr "Név megjelenítése" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:194 -#, python-format -msgid "Estimate Sheet" +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id -msgid "Estimate id" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#, python-format +msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate @@ -156,6 +170,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form msgid "Period" msgstr "" @@ -172,6 +187,7 @@ msgid "Product" msgstr "" #. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "Products" @@ -204,6 +220,7 @@ msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot #: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree msgid "Stock Demand Estimate" msgstr "" @@ -231,7 +248,7 @@ msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:110 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 #: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action #: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate #, python-format @@ -244,7 +261,7 @@ msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:26 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -252,14 +269,15 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:166 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form -msgid "Timesheet Period" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#, python-format +msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate @@ -273,16 +291,11 @@ msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:183 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 #, python-format msgid "You must select at least one product." msgstr "" -#. module: stock_demand_estimate -#: model:ir.model,name:stock_demand_estimate.model_date_range -msgid "date.range" -msgstr "" - #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "or" diff --git a/stock_demand_estimate/i18n/id.po b/stock_demand_estimate/i18n/id.po index 5d0b51bec..adf34ad8e 100644 --- a/stock_demand_estimate/i18n/id.po +++ b/stock_demand_estimate/i18n/id.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_demand_estimate -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 14:35+0000\n" "Last-Translator: OCA Transbot , 2018\n" "Language-Team: Indonesian (https://www.transifex.com/oca/teams/23907/id/)\n" +"Language: id\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: id\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: stock_demand_estimate @@ -52,23 +52,37 @@ msgid "Created on" msgstr "Dibuat pada" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start msgid "Date From" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_date_range +msgid "Date Range" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id msgid "Date Range Type" msgstr "" +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +msgid "Date Ranges" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end msgid "Date To" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +msgid "Date to" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days msgid "Days between dates" @@ -88,14 +102,14 @@ msgid "Display Name" msgstr "Nama Tampilan" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:194 -#, python-format -msgid "Estimate Sheet" +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id -msgid "Estimate id" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#, python-format +msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate @@ -156,6 +170,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form msgid "Period" msgstr "" @@ -172,6 +187,7 @@ msgid "Product" msgstr "" #. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "Products" @@ -204,6 +220,7 @@ msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot #: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree msgid "Stock Demand Estimate" msgstr "" @@ -231,7 +248,7 @@ msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:110 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 #: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action #: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate #, python-format @@ -244,7 +261,7 @@ msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:26 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -252,14 +269,15 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:166 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form -msgid "Timesheet Period" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#, python-format +msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate @@ -273,16 +291,11 @@ msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:183 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 #, python-format msgid "You must select at least one product." msgstr "" -#. module: stock_demand_estimate -#: model:ir.model,name:stock_demand_estimate.model_date_range -msgid "date.range" -msgstr "" - #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "or" diff --git a/stock_demand_estimate/i18n/it.po b/stock_demand_estimate/i18n/it.po index fa296e497..298a9817e 100644 --- a/stock_demand_estimate/i18n/it.po +++ b/stock_demand_estimate/i18n/it.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_demand_estimate -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 14:35+0000\n" "Last-Translator: OCA Transbot , 2018\n" "Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_demand_estimate @@ -52,23 +52,37 @@ msgid "Created on" msgstr "Creato il" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start msgid "Date From" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_date_range +msgid "Date Range" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id msgid "Date Range Type" msgstr "" +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +msgid "Date Ranges" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end msgid "Date To" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +msgid "Date to" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days msgid "Days between dates" @@ -88,14 +102,14 @@ msgid "Display Name" msgstr "Nome da visualizzare" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:194 -#, python-format -msgid "Estimate Sheet" +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id -msgid "Estimate id" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#, python-format +msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate @@ -156,6 +170,7 @@ msgstr "Locazione" #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form msgid "Period" msgstr "" @@ -172,6 +187,7 @@ msgid "Product" msgstr "Prodotto" #. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "Products" @@ -204,6 +220,7 @@ msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot #: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree msgid "Stock Demand Estimate" msgstr "" @@ -231,7 +248,7 @@ msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:110 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 #: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action #: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate #, python-format @@ -244,7 +261,7 @@ msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:26 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -252,14 +269,15 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:166 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form -msgid "Timesheet Period" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#, python-format +msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate @@ -273,16 +291,11 @@ msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:183 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 #, python-format msgid "You must select at least one product." msgstr "" -#. module: stock_demand_estimate -#: model:ir.model,name:stock_demand_estimate.model_date_range -msgid "date.range" -msgstr "" - #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "or" diff --git a/stock_demand_estimate/i18n/ja.po b/stock_demand_estimate/i18n/ja.po index 45f9cffa9..cee16fca0 100644 --- a/stock_demand_estimate/i18n/ja.po +++ b/stock_demand_estimate/i18n/ja.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_demand_estimate -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 14:35+0000\n" "Last-Translator: OCA Transbot , 2018\n" "Language-Team: Japanese (https://www.transifex.com/oca/teams/23907/ja/)\n" +"Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: stock_demand_estimate @@ -52,23 +52,37 @@ msgid "Created on" msgstr "作成日" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start msgid "Date From" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_date_range +msgid "Date Range" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id msgid "Date Range Type" msgstr "" +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +msgid "Date Ranges" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end msgid "Date To" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +msgid "Date to" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days msgid "Days between dates" @@ -88,14 +102,14 @@ msgid "Display Name" msgstr "表示名" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:194 -#, python-format -msgid "Estimate Sheet" +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id -msgid "Estimate id" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#, python-format +msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate @@ -156,6 +170,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form msgid "Period" msgstr "" @@ -172,6 +187,7 @@ msgid "Product" msgstr "" #. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "Products" @@ -204,6 +220,7 @@ msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot #: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree msgid "Stock Demand Estimate" msgstr "" @@ -231,7 +248,7 @@ msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:110 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 #: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action #: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate #, python-format @@ -244,7 +261,7 @@ msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:26 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -252,14 +269,15 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:166 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form -msgid "Timesheet Period" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#, python-format +msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate @@ -273,16 +291,11 @@ msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:183 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 #, python-format msgid "You must select at least one product." msgstr "" -#. module: stock_demand_estimate -#: model:ir.model,name:stock_demand_estimate.model_date_range -msgid "date.range" -msgstr "" - #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "or" diff --git a/stock_demand_estimate/i18n/ko.po b/stock_demand_estimate/i18n/ko.po index 92971687f..7946a5efb 100644 --- a/stock_demand_estimate/i18n/ko.po +++ b/stock_demand_estimate/i18n/ko.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_demand_estimate -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 14:35+0000\n" "Last-Translator: OCA Transbot , 2018\n" "Language-Team: Korean (https://www.transifex.com/oca/teams/23907/ko/)\n" +"Language: ko\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: ko\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: stock_demand_estimate @@ -52,23 +52,37 @@ msgid "Created on" msgstr "작성일" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start msgid "Date From" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_date_range +msgid "Date Range" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id msgid "Date Range Type" msgstr "" +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +msgid "Date Ranges" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end msgid "Date To" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +msgid "Date to" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days msgid "Days between dates" @@ -88,14 +102,14 @@ msgid "Display Name" msgstr "표시 이름" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:194 -#, python-format -msgid "Estimate Sheet" +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id -msgid "Estimate id" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#, python-format +msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate @@ -156,6 +170,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form msgid "Period" msgstr "" @@ -172,6 +187,7 @@ msgid "Product" msgstr "" #. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "Products" @@ -204,6 +220,7 @@ msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot #: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree msgid "Stock Demand Estimate" msgstr "" @@ -231,7 +248,7 @@ msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:110 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 #: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action #: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate #, python-format @@ -244,7 +261,7 @@ msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:26 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -252,14 +269,15 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:166 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form -msgid "Timesheet Period" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#, python-format +msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate @@ -273,16 +291,11 @@ msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:183 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 #, python-format msgid "You must select at least one product." msgstr "" -#. module: stock_demand_estimate -#: model:ir.model,name:stock_demand_estimate.model_date_range -msgid "date.range" -msgstr "" - #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "or" diff --git a/stock_demand_estimate/i18n/lo.po b/stock_demand_estimate/i18n/lo.po index ad17e218e..a0180f28c 100644 --- a/stock_demand_estimate/i18n/lo.po +++ b/stock_demand_estimate/i18n/lo.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_demand_estimate -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 14:35+0000\n" "Last-Translator: OCA Transbot , 2018\n" "Language-Team: Lao (https://www.transifex.com/oca/teams/23907/lo/)\n" +"Language: lo\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: lo\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: stock_demand_estimate @@ -52,23 +52,37 @@ msgid "Created on" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start msgid "Date From" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_date_range +msgid "Date Range" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id msgid "Date Range Type" msgstr "" +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +msgid "Date Ranges" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end msgid "Date To" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +msgid "Date to" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days msgid "Days between dates" @@ -88,14 +102,14 @@ msgid "Display Name" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:194 -#, python-format -msgid "Estimate Sheet" +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id -msgid "Estimate id" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#, python-format +msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate @@ -156,6 +170,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form msgid "Period" msgstr "" @@ -172,6 +187,7 @@ msgid "Product" msgstr "" #. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "Products" @@ -204,6 +220,7 @@ msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot #: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree msgid "Stock Demand Estimate" msgstr "" @@ -231,7 +248,7 @@ msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:110 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 #: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action #: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate #, python-format @@ -244,7 +261,7 @@ msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:26 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -252,14 +269,15 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:166 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form -msgid "Timesheet Period" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#, python-format +msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate @@ -273,16 +291,11 @@ msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:183 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 #, python-format msgid "You must select at least one product." msgstr "" -#. module: stock_demand_estimate -#: model:ir.model,name:stock_demand_estimate.model_date_range -msgid "date.range" -msgstr "" - #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "or" diff --git a/stock_demand_estimate/i18n/lt.po b/stock_demand_estimate/i18n/lt.po index d0ad51a34..8974c2ddf 100644 --- a/stock_demand_estimate/i18n/lt.po +++ b/stock_demand_estimate/i18n/lt.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_demand_estimate -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,11 +12,12 @@ msgstr "" "PO-Revision-Date: 2018-01-16 14:35+0000\n" "Last-Translator: OCA Transbot , 2018\n" "Language-Team: Lithuanian (https://www.transifex.com/oca/teams/23907/lt/)\n" +"Language: lt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: lt\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n" +"%100<10 || n%100>=20) ? 1 : 2);\n" #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form @@ -52,23 +53,37 @@ msgid "Created on" msgstr "Sukurta" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start msgid "Date From" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_date_range +msgid "Date Range" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id msgid "Date Range Type" msgstr "" +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +msgid "Date Ranges" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end msgid "Date To" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +msgid "Date to" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days msgid "Days between dates" @@ -88,14 +103,14 @@ msgid "Display Name" msgstr "Vaizduojamas pavadinimas" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:194 -#, python-format -msgid "Estimate Sheet" +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id -msgid "Estimate id" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#, python-format +msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate @@ -156,6 +171,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form msgid "Period" msgstr "" @@ -172,6 +188,7 @@ msgid "Product" msgstr "" #. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "Products" @@ -204,6 +221,7 @@ msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot #: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree msgid "Stock Demand Estimate" msgstr "" @@ -231,7 +249,7 @@ msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:110 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 #: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action #: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate #, python-format @@ -244,7 +262,7 @@ msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:26 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -252,14 +270,15 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:166 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form -msgid "Timesheet Period" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#, python-format +msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate @@ -273,16 +292,11 @@ msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:183 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 #, python-format msgid "You must select at least one product." msgstr "" -#. module: stock_demand_estimate -#: model:ir.model,name:stock_demand_estimate.model_date_range -msgid "date.range" -msgstr "" - #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "or" diff --git a/stock_demand_estimate/i18n/lt_LT.po b/stock_demand_estimate/i18n/lt_LT.po index d71ea6f7b..68f76ab67 100644 --- a/stock_demand_estimate/i18n/lt_LT.po +++ b/stock_demand_estimate/i18n/lt_LT.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_demand_estimate -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -11,12 +11,14 @@ msgstr "" "POT-Creation-Date: 2018-01-16 14:35+0000\n" "PO-Revision-Date: 2018-01-16 14:35+0000\n" "Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Lithuanian (Lithuania) (https://www.transifex.com/oca/teams/23907/lt_LT/)\n" +"Language-Team: Lithuanian (Lithuania) (https://www.transifex.com/oca/" +"teams/23907/lt_LT/)\n" +"Language: lt_LT\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: lt_LT\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n" +"%100<10 || n%100>=20) ? 1 : 2);\n" #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form @@ -52,23 +54,37 @@ msgid "Created on" msgstr "Sukurta" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start msgid "Date From" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_date_range +msgid "Date Range" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id msgid "Date Range Type" msgstr "" +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +msgid "Date Ranges" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end msgid "Date To" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +msgid "Date to" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days msgid "Days between dates" @@ -88,14 +104,14 @@ msgid "Display Name" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:194 -#, python-format -msgid "Estimate Sheet" +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id -msgid "Estimate id" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#, python-format +msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate @@ -156,6 +172,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form msgid "Period" msgstr "" @@ -172,6 +189,7 @@ msgid "Product" msgstr "" #. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "Products" @@ -204,6 +222,7 @@ msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot #: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree msgid "Stock Demand Estimate" msgstr "" @@ -231,7 +250,7 @@ msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:110 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 #: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action #: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate #, python-format @@ -244,7 +263,7 @@ msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:26 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -252,14 +271,15 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:166 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form -msgid "Timesheet Period" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#, python-format +msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate @@ -273,16 +293,11 @@ msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:183 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 #, python-format msgid "You must select at least one product." msgstr "" -#. module: stock_demand_estimate -#: model:ir.model,name:stock_demand_estimate.model_date_range -msgid "date.range" -msgstr "" - #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "or" diff --git a/stock_demand_estimate/i18n/lv.po b/stock_demand_estimate/i18n/lv.po index aa4f8285b..e1f24664c 100644 --- a/stock_demand_estimate/i18n/lv.po +++ b/stock_demand_estimate/i18n/lv.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_demand_estimate -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,11 +12,12 @@ msgstr "" "PO-Revision-Date: 2018-01-16 14:35+0000\n" "Last-Translator: OCA Transbot , 2018\n" "Language-Team: Latvian (https://www.transifex.com/oca/teams/23907/lv/)\n" +"Language: lv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: lv\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " +"2);\n" #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form @@ -52,23 +53,37 @@ msgid "Created on" msgstr "Izveidots" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start msgid "Date From" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_date_range +msgid "Date Range" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id msgid "Date Range Type" msgstr "" +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +msgid "Date Ranges" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end msgid "Date To" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +msgid "Date to" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days msgid "Days between dates" @@ -88,14 +103,14 @@ msgid "Display Name" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:194 -#, python-format -msgid "Estimate Sheet" +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id -msgid "Estimate id" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#, python-format +msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate @@ -156,6 +171,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form msgid "Period" msgstr "" @@ -172,6 +188,7 @@ msgid "Product" msgstr "" #. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "Products" @@ -204,6 +221,7 @@ msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot #: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree msgid "Stock Demand Estimate" msgstr "" @@ -231,7 +249,7 @@ msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:110 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 #: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action #: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate #, python-format @@ -244,7 +262,7 @@ msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:26 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -252,14 +270,15 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:166 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form -msgid "Timesheet Period" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#, python-format +msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate @@ -273,16 +292,11 @@ msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:183 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 #, python-format msgid "You must select at least one product." msgstr "" -#. module: stock_demand_estimate -#: model:ir.model,name:stock_demand_estimate.model_date_range -msgid "date.range" -msgstr "" - #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "or" diff --git a/stock_demand_estimate/i18n/mk.po b/stock_demand_estimate/i18n/mk.po index 5237d3c97..6e2c54852 100644 --- a/stock_demand_estimate/i18n/mk.po +++ b/stock_demand_estimate/i18n/mk.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_demand_estimate -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 14:35+0000\n" "Last-Translator: OCA Transbot , 2018\n" "Language-Team: Macedonian (https://www.transifex.com/oca/teams/23907/mk/)\n" +"Language: mk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: mk\n" "Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" #. module: stock_demand_estimate @@ -52,23 +52,37 @@ msgid "Created on" msgstr "Креирано на" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start msgid "Date From" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_date_range +msgid "Date Range" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id msgid "Date Range Type" msgstr "" +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +msgid "Date Ranges" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end msgid "Date To" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +msgid "Date to" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days msgid "Days between dates" @@ -88,14 +102,14 @@ msgid "Display Name" msgstr "Прикажи име" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:194 -#, python-format -msgid "Estimate Sheet" +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id -msgid "Estimate id" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#, python-format +msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate @@ -156,6 +170,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form msgid "Period" msgstr "" @@ -172,6 +187,7 @@ msgid "Product" msgstr "" #. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "Products" @@ -204,6 +220,7 @@ msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot #: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree msgid "Stock Demand Estimate" msgstr "" @@ -231,7 +248,7 @@ msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:110 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 #: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action #: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate #, python-format @@ -244,7 +261,7 @@ msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:26 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -252,14 +269,15 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:166 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form -msgid "Timesheet Period" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#, python-format +msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate @@ -273,16 +291,11 @@ msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:183 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 #, python-format msgid "You must select at least one product." msgstr "" -#. module: stock_demand_estimate -#: model:ir.model,name:stock_demand_estimate.model_date_range -msgid "date.range" -msgstr "" - #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "or" diff --git a/stock_demand_estimate/i18n/mn.po b/stock_demand_estimate/i18n/mn.po index a153b4c41..54ce84f4d 100644 --- a/stock_demand_estimate/i18n/mn.po +++ b/stock_demand_estimate/i18n/mn.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_demand_estimate -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 14:35+0000\n" "Last-Translator: OCA Transbot , 2018\n" "Language-Team: Mongolian (https://www.transifex.com/oca/teams/23907/mn/)\n" +"Language: mn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: mn\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_demand_estimate @@ -52,23 +52,37 @@ msgid "Created on" msgstr "Үүсгэсэн" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start msgid "Date From" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_date_range +msgid "Date Range" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id msgid "Date Range Type" msgstr "" +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +msgid "Date Ranges" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end msgid "Date To" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +msgid "Date to" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days msgid "Days between dates" @@ -88,14 +102,14 @@ msgid "Display Name" msgstr "Дэлгэцийн Нэр" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:194 -#, python-format -msgid "Estimate Sheet" +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id -msgid "Estimate id" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#, python-format +msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate @@ -156,6 +170,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form msgid "Period" msgstr "" @@ -172,6 +187,7 @@ msgid "Product" msgstr "" #. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "Products" @@ -204,6 +220,7 @@ msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot #: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree msgid "Stock Demand Estimate" msgstr "" @@ -231,7 +248,7 @@ msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:110 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 #: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action #: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate #, python-format @@ -244,7 +261,7 @@ msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:26 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -252,14 +269,15 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:166 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form -msgid "Timesheet Period" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#, python-format +msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate @@ -273,16 +291,11 @@ msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:183 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 #, python-format msgid "You must select at least one product." msgstr "" -#. module: stock_demand_estimate -#: model:ir.model,name:stock_demand_estimate.model_date_range -msgid "date.range" -msgstr "" - #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "or" diff --git a/stock_demand_estimate/i18n/nb.po b/stock_demand_estimate/i18n/nb.po index 822dce251..a4b9275f3 100644 --- a/stock_demand_estimate/i18n/nb.po +++ b/stock_demand_estimate/i18n/nb.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_demand_estimate -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2018-01-16 14:35+0000\n" "PO-Revision-Date: 2018-01-16 14:35+0000\n" "Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Norwegian Bokmål (https://www.transifex.com/oca/teams/23907/nb/)\n" +"Language-Team: Norwegian Bokmål (https://www.transifex.com/oca/teams/23907/" +"nb/)\n" +"Language: nb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: nb\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_demand_estimate @@ -52,23 +53,37 @@ msgid "Created on" msgstr "Opprettet den" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start msgid "Date From" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_date_range +msgid "Date Range" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id msgid "Date Range Type" msgstr "" +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +msgid "Date Ranges" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end msgid "Date To" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +msgid "Date to" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days msgid "Days between dates" @@ -88,14 +103,14 @@ msgid "Display Name" msgstr "Visnings navn" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:194 -#, python-format -msgid "Estimate Sheet" +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id -msgid "Estimate id" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#, python-format +msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate @@ -156,6 +171,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form msgid "Period" msgstr "" @@ -172,6 +188,7 @@ msgid "Product" msgstr "" #. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "Products" @@ -204,6 +221,7 @@ msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot #: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree msgid "Stock Demand Estimate" msgstr "" @@ -231,7 +249,7 @@ msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:110 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 #: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action #: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate #, python-format @@ -244,7 +262,7 @@ msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:26 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -252,14 +270,15 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:166 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form -msgid "Timesheet Period" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#, python-format +msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate @@ -273,16 +292,11 @@ msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:183 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 #, python-format msgid "You must select at least one product." msgstr "" -#. module: stock_demand_estimate -#: model:ir.model,name:stock_demand_estimate.model_date_range -msgid "date.range" -msgstr "" - #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "or" diff --git a/stock_demand_estimate/i18n/nb_NO.po b/stock_demand_estimate/i18n/nb_NO.po index df70d12a9..1d4c3d2eb 100644 --- a/stock_demand_estimate/i18n/nb_NO.po +++ b/stock_demand_estimate/i18n/nb_NO.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_demand_estimate -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2018-01-16 14:35+0000\n" "PO-Revision-Date: 2018-01-16 14:35+0000\n" "Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Norwegian Bokmål (Norway) (https://www.transifex.com/oca/teams/23907/nb_NO/)\n" +"Language-Team: Norwegian Bokmål (Norway) (https://www.transifex.com/oca/" +"teams/23907/nb_NO/)\n" +"Language: nb_NO\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: nb_NO\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_demand_estimate @@ -52,23 +53,37 @@ msgid "Created on" msgstr "Laget den" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start msgid "Date From" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_date_range +msgid "Date Range" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id msgid "Date Range Type" msgstr "" +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +msgid "Date Ranges" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end msgid "Date To" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +msgid "Date to" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days msgid "Days between dates" @@ -88,14 +103,14 @@ msgid "Display Name" msgstr "Vis navn" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:194 -#, python-format -msgid "Estimate Sheet" +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id -msgid "Estimate id" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#, python-format +msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate @@ -156,6 +171,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form msgid "Period" msgstr "" @@ -172,6 +188,7 @@ msgid "Product" msgstr "" #. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "Products" @@ -204,6 +221,7 @@ msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot #: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree msgid "Stock Demand Estimate" msgstr "" @@ -231,7 +249,7 @@ msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:110 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 #: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action #: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate #, python-format @@ -244,7 +262,7 @@ msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:26 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -252,14 +270,15 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:166 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form -msgid "Timesheet Period" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#, python-format +msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate @@ -273,16 +292,11 @@ msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:183 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 #, python-format msgid "You must select at least one product." msgstr "" -#. module: stock_demand_estimate -#: model:ir.model,name:stock_demand_estimate.model_date_range -msgid "date.range" -msgstr "" - #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "or" diff --git a/stock_demand_estimate/i18n/nl.po b/stock_demand_estimate/i18n/nl.po index d98c72e2b..c1ccdc563 100644 --- a/stock_demand_estimate/i18n/nl.po +++ b/stock_demand_estimate/i18n/nl.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_demand_estimate -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 14:35+0000\n" "Last-Translator: OCA Transbot , 2018\n" "Language-Team: Dutch (https://www.transifex.com/oca/teams/23907/nl/)\n" +"Language: nl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: nl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_demand_estimate @@ -52,23 +52,38 @@ msgid "Created on" msgstr "Aangemaakt op" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start msgid "Date From" msgstr "Datum van" +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_date_range +msgid "Date Range" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id msgid "Date Range Type" msgstr "" +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +msgid "Date Ranges" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end msgid "Date To" msgstr "Datum tot" +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#, fuzzy +msgid "Date to" +msgstr "Datum tot" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days msgid "Days between dates" @@ -88,14 +103,14 @@ msgid "Display Name" msgstr "Te tonen naam" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:194 -#, python-format -msgid "Estimate Sheet" +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id -msgid "Estimate id" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#, python-format +msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate @@ -156,6 +171,7 @@ msgstr "Locatie" #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form msgid "Period" msgstr "" @@ -172,6 +188,7 @@ msgid "Product" msgstr "Product" #. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "Products" @@ -204,6 +221,7 @@ msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot #: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree msgid "Stock Demand Estimate" msgstr "" @@ -231,7 +249,7 @@ msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:110 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 #: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action #: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate #, python-format @@ -244,7 +262,7 @@ msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:26 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -252,14 +270,15 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:166 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form -msgid "Timesheet Period" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#, python-format +msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate @@ -273,16 +292,11 @@ msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:183 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 #, python-format msgid "You must select at least one product." msgstr "" -#. module: stock_demand_estimate -#: model:ir.model,name:stock_demand_estimate.model_date_range -msgid "date.range" -msgstr "" - #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "or" diff --git a/stock_demand_estimate/i18n/nl_BE.po b/stock_demand_estimate/i18n/nl_BE.po index ada296433..5226b3de1 100644 --- a/stock_demand_estimate/i18n/nl_BE.po +++ b/stock_demand_estimate/i18n/nl_BE.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_demand_estimate -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2018-01-05 03:49+0000\n" "PO-Revision-Date: 2018-01-05 03:49+0000\n" "Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Dutch (Belgium) (https://www.transifex.com/oca/teams/23907/nl_BE/)\n" +"Language-Team: Dutch (Belgium) (https://www.transifex.com/oca/teams/23907/" +"nl_BE/)\n" +"Language: nl_BE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: nl_BE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_demand_estimate @@ -52,23 +53,37 @@ msgid "Created on" msgstr "Gemaakt op" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start msgid "Date From" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_date_range +msgid "Date Range" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id msgid "Date Range Type" msgstr "" +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +msgid "Date Ranges" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end msgid "Date To" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +msgid "Date to" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days msgid "Days between dates" @@ -88,14 +103,14 @@ msgid "Display Name" msgstr "Schermnaam" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:194 -#, python-format -msgid "Estimate Sheet" +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id -msgid "Estimate id" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#, python-format +msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate @@ -156,6 +171,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form msgid "Period" msgstr "" @@ -172,6 +188,7 @@ msgid "Product" msgstr "" #. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "Products" @@ -204,6 +221,7 @@ msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot #: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree msgid "Stock Demand Estimate" msgstr "" @@ -231,7 +249,7 @@ msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:110 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 #: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action #: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate #, python-format @@ -244,7 +262,7 @@ msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:26 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -252,14 +270,15 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:166 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form -msgid "Timesheet Period" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#, python-format +msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate @@ -273,16 +292,11 @@ msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:183 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 #, python-format msgid "You must select at least one product." msgstr "" -#. module: stock_demand_estimate -#: model:ir.model,name:stock_demand_estimate.model_date_range -msgid "date.range" -msgstr "" - #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "or" diff --git a/stock_demand_estimate/i18n/nl_NL.po b/stock_demand_estimate/i18n/nl_NL.po index ca5f868c8..73767d105 100644 --- a/stock_demand_estimate/i18n/nl_NL.po +++ b/stock_demand_estimate/i18n/nl_NL.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_demand_estimate -# +# # Translators: # Peter Hageman , 2018 # OCA Transbot , 2018 @@ -12,11 +12,12 @@ msgstr "" "POT-Creation-Date: 2018-01-05 03:49+0000\n" "PO-Revision-Date: 2018-01-05 03:49+0000\n" "Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/teams/23907/nl_NL/)\n" +"Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/" +"teams/23907/nl_NL/)\n" +"Language: nl_NL\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: nl_NL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_demand_estimate @@ -53,23 +54,37 @@ msgid "Created on" msgstr "Aangemaakt op" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start msgid "Date From" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_date_range +msgid "Date Range" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id msgid "Date Range Type" msgstr "" +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +msgid "Date Ranges" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end msgid "Date To" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +msgid "Date to" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days msgid "Days between dates" @@ -89,14 +104,14 @@ msgid "Display Name" msgstr "Weergavenaam" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:194 -#, python-format -msgid "Estimate Sheet" +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id -msgid "Estimate id" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#, python-format +msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate @@ -157,6 +172,7 @@ msgstr "Locatie" #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form msgid "Period" msgstr "" @@ -173,6 +189,7 @@ msgid "Product" msgstr "Product" #. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "Products" @@ -205,6 +222,7 @@ msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot #: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree msgid "Stock Demand Estimate" msgstr "" @@ -232,7 +250,7 @@ msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:110 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 #: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action #: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate #, python-format @@ -245,7 +263,7 @@ msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:26 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -253,14 +271,15 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:166 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form -msgid "Timesheet Period" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#, python-format +msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate @@ -274,16 +293,11 @@ msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:183 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 #, python-format msgid "You must select at least one product." msgstr "" -#. module: stock_demand_estimate -#: model:ir.model,name:stock_demand_estimate.model_date_range -msgid "date.range" -msgstr "" - #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "or" diff --git a/stock_demand_estimate/i18n/pl.po b/stock_demand_estimate/i18n/pl.po index 6e6418bb3..6fb703ce7 100644 --- a/stock_demand_estimate/i18n/pl.po +++ b/stock_demand_estimate/i18n/pl.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_demand_estimate -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,11 +12,13 @@ msgstr "" "PO-Revision-Date: 2018-01-16 14:35+0000\n" "Last-Translator: OCA Transbot , 2018\n" "Language-Team: Polish (https://www.transifex.com/oca/teams/23907/pl/)\n" +"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: pl\n" -"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n" +"%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n" +"%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form @@ -52,23 +54,37 @@ msgid "Created on" msgstr "Utworzono" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start msgid "Date From" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_date_range +msgid "Date Range" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id msgid "Date Range Type" msgstr "" +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +msgid "Date Ranges" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end msgid "Date To" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +msgid "Date to" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days msgid "Days between dates" @@ -88,14 +104,14 @@ msgid "Display Name" msgstr "Wyświetlana nazwa " #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:194 -#, python-format -msgid "Estimate Sheet" +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id -msgid "Estimate id" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#, python-format +msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate @@ -156,6 +172,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form msgid "Period" msgstr "" @@ -172,6 +189,7 @@ msgid "Product" msgstr "" #. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "Products" @@ -204,6 +222,7 @@ msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot #: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree msgid "Stock Demand Estimate" msgstr "" @@ -231,7 +250,7 @@ msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:110 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 #: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action #: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate #, python-format @@ -244,7 +263,7 @@ msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:26 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -252,14 +271,15 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:166 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form -msgid "Timesheet Period" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#, python-format +msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate @@ -273,16 +293,11 @@ msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:183 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 #, python-format msgid "You must select at least one product." msgstr "" -#. module: stock_demand_estimate -#: model:ir.model,name:stock_demand_estimate.model_date_range -msgid "date.range" -msgstr "" - #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "or" diff --git a/stock_demand_estimate/i18n/pt.po b/stock_demand_estimate/i18n/pt.po index 3e74057d7..1e0b2d4dd 100644 --- a/stock_demand_estimate/i18n/pt.po +++ b/stock_demand_estimate/i18n/pt.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_demand_estimate -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 14:35+0000\n" "Last-Translator: OCA Transbot , 2018\n" "Language-Team: Portuguese (https://www.transifex.com/oca/teams/23907/pt/)\n" +"Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_demand_estimate @@ -52,23 +52,37 @@ msgid "Created on" msgstr "Criado em" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start msgid "Date From" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_date_range +msgid "Date Range" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id msgid "Date Range Type" msgstr "" +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +msgid "Date Ranges" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end msgid "Date To" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +msgid "Date to" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days msgid "Days between dates" @@ -88,14 +102,14 @@ msgid "Display Name" msgstr "Nome a Apresentar" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:194 -#, python-format -msgid "Estimate Sheet" +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id -msgid "Estimate id" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#, python-format +msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate @@ -156,6 +170,7 @@ msgstr "Localização" #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form msgid "Period" msgstr "" @@ -172,6 +187,7 @@ msgid "Product" msgstr "Produto" #. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "Products" @@ -204,6 +220,7 @@ msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot #: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree msgid "Stock Demand Estimate" msgstr "" @@ -231,7 +248,7 @@ msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:110 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 #: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action #: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate #, python-format @@ -244,7 +261,7 @@ msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:26 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -252,14 +269,15 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:166 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form -msgid "Timesheet Period" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#, python-format +msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate @@ -273,16 +291,11 @@ msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:183 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 #, python-format msgid "You must select at least one product." msgstr "" -#. module: stock_demand_estimate -#: model:ir.model,name:stock_demand_estimate.model_date_range -msgid "date.range" -msgstr "" - #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "or" diff --git a/stock_demand_estimate/i18n/pt_BR.po b/stock_demand_estimate/i18n/pt_BR.po index 1e0bd5cdf..010a7a224 100644 --- a/stock_demand_estimate/i18n/pt_BR.po +++ b/stock_demand_estimate/i18n/pt_BR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_demand_estimate -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2018-01-16 14:35+0000\n" "PO-Revision-Date: 2018-01-16 14:35+0000\n" "Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/teams/23907/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/" +"teams/23907/pt_BR/)\n" +"Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: stock_demand_estimate @@ -52,23 +53,38 @@ msgid "Created on" msgstr "Criado em" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start msgid "Date From" msgstr "Data a partir" +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_date_range +msgid "Date Range" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id msgid "Date Range Type" msgstr "" +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +msgid "Date Ranges" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end msgid "Date To" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#, fuzzy +msgid "Date to" +msgstr "Data a partir" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days msgid "Days between dates" @@ -88,14 +104,14 @@ msgid "Display Name" msgstr "Mostrar Nome" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:194 -#, python-format -msgid "Estimate Sheet" +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id -msgid "Estimate id" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#, python-format +msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate @@ -156,6 +172,7 @@ msgstr "Localização" #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form msgid "Period" msgstr "" @@ -172,6 +189,7 @@ msgid "Product" msgstr "Produto" #. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "Products" @@ -204,6 +222,7 @@ msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot #: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree msgid "Stock Demand Estimate" msgstr "" @@ -231,7 +250,7 @@ msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:110 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 #: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action #: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate #, python-format @@ -244,7 +263,7 @@ msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:26 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -252,14 +271,15 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:166 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form -msgid "Timesheet Period" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#, python-format +msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate @@ -273,16 +293,11 @@ msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:183 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 #, python-format msgid "You must select at least one product." msgstr "" -#. module: stock_demand_estimate -#: model:ir.model,name:stock_demand_estimate.model_date_range -msgid "date.range" -msgstr "" - #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "or" diff --git a/stock_demand_estimate/i18n/pt_PT.po b/stock_demand_estimate/i18n/pt_PT.po index 7f272422a..9caa7fa69 100644 --- a/stock_demand_estimate/i18n/pt_PT.po +++ b/stock_demand_estimate/i18n/pt_PT.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_demand_estimate -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2018-01-16 14:35+0000\n" "PO-Revision-Date: 2018-01-16 14:35+0000\n" "Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Portuguese (Portugal) (https://www.transifex.com/oca/teams/23907/pt_PT/)\n" +"Language-Team: Portuguese (Portugal) (https://www.transifex.com/oca/" +"teams/23907/pt_PT/)\n" +"Language: pt_PT\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: pt_PT\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_demand_estimate @@ -52,23 +53,37 @@ msgid "Created on" msgstr "Criado em" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start msgid "Date From" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_date_range +msgid "Date Range" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id msgid "Date Range Type" msgstr "" +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +msgid "Date Ranges" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end msgid "Date To" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +msgid "Date to" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days msgid "Days between dates" @@ -88,14 +103,14 @@ msgid "Display Name" msgstr "Nome a Apresentar" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:194 -#, python-format -msgid "Estimate Sheet" +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id -msgid "Estimate id" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#, python-format +msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate @@ -156,6 +171,7 @@ msgstr "Localização" #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form msgid "Period" msgstr "" @@ -172,6 +188,7 @@ msgid "Product" msgstr "" #. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "Products" @@ -204,6 +221,7 @@ msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot #: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree msgid "Stock Demand Estimate" msgstr "" @@ -231,7 +249,7 @@ msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:110 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 #: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action #: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate #, python-format @@ -244,7 +262,7 @@ msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:26 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -252,14 +270,15 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:166 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form -msgid "Timesheet Period" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#, python-format +msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate @@ -273,16 +292,11 @@ msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:183 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 #, python-format msgid "You must select at least one product." msgstr "" -#. module: stock_demand_estimate -#: model:ir.model,name:stock_demand_estimate.model_date_range -msgid "date.range" -msgstr "" - #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "or" diff --git a/stock_demand_estimate/i18n/ro.po b/stock_demand_estimate/i18n/ro.po index 669e28463..d514d3581 100644 --- a/stock_demand_estimate/i18n/ro.po +++ b/stock_demand_estimate/i18n/ro.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_demand_estimate -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,11 +12,12 @@ msgstr "" "PO-Revision-Date: 2018-01-16 14:35+0000\n" "Last-Translator: OCA Transbot , 2018\n" "Language-Team: Romanian (https://www.transifex.com/oca/teams/23907/ro/)\n" +"Language: ro\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: ro\n" -"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" +"2:1));\n" #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form @@ -52,23 +53,37 @@ msgid "Created on" msgstr "Creat la" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start msgid "Date From" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_date_range +msgid "Date Range" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id msgid "Date Range Type" msgstr "" +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +msgid "Date Ranges" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end msgid "Date To" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +msgid "Date to" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days msgid "Days between dates" @@ -88,14 +103,14 @@ msgid "Display Name" msgstr "Nume Afişat" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:194 -#, python-format -msgid "Estimate Sheet" +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id -msgid "Estimate id" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#, python-format +msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate @@ -156,6 +171,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form msgid "Period" msgstr "" @@ -172,6 +188,7 @@ msgid "Product" msgstr "Produs" #. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "Products" @@ -204,6 +221,7 @@ msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot #: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree msgid "Stock Demand Estimate" msgstr "" @@ -231,7 +249,7 @@ msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:110 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 #: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action #: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate #, python-format @@ -244,7 +262,7 @@ msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:26 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -252,14 +270,15 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:166 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form -msgid "Timesheet Period" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#, python-format +msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate @@ -273,16 +292,11 @@ msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:183 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 #, python-format msgid "You must select at least one product." msgstr "" -#. module: stock_demand_estimate -#: model:ir.model,name:stock_demand_estimate.model_date_range -msgid "date.range" -msgstr "" - #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "or" diff --git a/stock_demand_estimate/i18n/ru.po b/stock_demand_estimate/i18n/ru.po index 27ed86235..82fe73cbc 100644 --- a/stock_demand_estimate/i18n/ru.po +++ b/stock_demand_estimate/i18n/ru.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_demand_estimate -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,11 +12,13 @@ msgstr "" "PO-Revision-Date: 2018-01-16 14:35+0000\n" "Last-Translator: OCA Transbot , 2018\n" "Language-Team: Russian (https://www.transifex.com/oca/teams/23907/ru/)\n" +"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: ru\n" -"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n" +"%100>=11 && n%100<=14)? 2 : 3);\n" #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form @@ -52,23 +54,37 @@ msgid "Created on" msgstr "Создан" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start msgid "Date From" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_date_range +msgid "Date Range" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id msgid "Date Range Type" msgstr "" +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +msgid "Date Ranges" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end msgid "Date To" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +msgid "Date to" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days msgid "Days between dates" @@ -88,14 +104,14 @@ msgid "Display Name" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:194 -#, python-format -msgid "Estimate Sheet" +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id -msgid "Estimate id" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#, python-format +msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate @@ -156,6 +172,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form msgid "Period" msgstr "" @@ -172,6 +189,7 @@ msgid "Product" msgstr "Товар/Услуга" #. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "Products" @@ -204,6 +222,7 @@ msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot #: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree msgid "Stock Demand Estimate" msgstr "" @@ -231,7 +250,7 @@ msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:110 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 #: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action #: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate #, python-format @@ -244,7 +263,7 @@ msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:26 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -252,14 +271,15 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:166 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form -msgid "Timesheet Period" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#, python-format +msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate @@ -273,16 +293,11 @@ msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:183 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 #, python-format msgid "You must select at least one product." msgstr "" -#. module: stock_demand_estimate -#: model:ir.model,name:stock_demand_estimate.model_date_range -msgid "date.range" -msgstr "" - #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "or" diff --git a/stock_demand_estimate/i18n/sk.po b/stock_demand_estimate/i18n/sk.po index ae599b6d2..244c83453 100644 --- a/stock_demand_estimate/i18n/sk.po +++ b/stock_demand_estimate/i18n/sk.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_demand_estimate -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 14:35+0000\n" "Last-Translator: OCA Transbot , 2018\n" "Language-Team: Slovak (https://www.transifex.com/oca/teams/23907/sk/)\n" +"Language: sk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: sk\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #. module: stock_demand_estimate @@ -52,23 +52,37 @@ msgid "Created on" msgstr "Vytvorené" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start msgid "Date From" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_date_range +msgid "Date Range" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id msgid "Date Range Type" msgstr "" +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +msgid "Date Ranges" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end msgid "Date To" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +msgid "Date to" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days msgid "Days between dates" @@ -88,14 +102,14 @@ msgid "Display Name" msgstr "Zobraziť meno" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:194 -#, python-format -msgid "Estimate Sheet" +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id -msgid "Estimate id" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#, python-format +msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate @@ -156,6 +170,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form msgid "Period" msgstr "" @@ -172,6 +187,7 @@ msgid "Product" msgstr "" #. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "Products" @@ -204,6 +220,7 @@ msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot #: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree msgid "Stock Demand Estimate" msgstr "" @@ -231,7 +248,7 @@ msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:110 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 #: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action #: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate #, python-format @@ -244,7 +261,7 @@ msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:26 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -252,14 +269,15 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:166 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form -msgid "Timesheet Period" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#, python-format +msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate @@ -273,16 +291,11 @@ msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:183 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 #, python-format msgid "You must select at least one product." msgstr "" -#. module: stock_demand_estimate -#: model:ir.model,name:stock_demand_estimate.model_date_range -msgid "date.range" -msgstr "" - #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "or" diff --git a/stock_demand_estimate/i18n/sl.po b/stock_demand_estimate/i18n/sl.po index 63c7ef3a9..d5a76bc92 100644 --- a/stock_demand_estimate/i18n/sl.po +++ b/stock_demand_estimate/i18n/sl.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_demand_estimate -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,11 +12,12 @@ msgstr "" "PO-Revision-Date: 2018-01-16 14:35+0000\n" "Last-Translator: OCA Transbot , 2018\n" "Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n" +"Language: sl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: sl\n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" +"%100==4 ? 2 : 3);\n" #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form @@ -52,23 +53,38 @@ msgid "Created on" msgstr "Ustvarjeno" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start msgid "Date From" msgstr "Od datuma" +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_date_range +msgid "Date Range" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id msgid "Date Range Type" msgstr "" +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +msgid "Date Ranges" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end msgid "Date To" msgstr "Do datuma" +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#, fuzzy +msgid "Date to" +msgstr "Do datuma" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days msgid "Days between dates" @@ -88,14 +104,14 @@ msgid "Display Name" msgstr "Prikazni naziv" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:194 -#, python-format -msgid "Estimate Sheet" +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id -msgid "Estimate id" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#, python-format +msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate @@ -156,6 +172,7 @@ msgstr "Lokacija" #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form msgid "Period" msgstr "" @@ -172,6 +189,7 @@ msgid "Product" msgstr "Proizvod" #. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "Products" @@ -204,6 +222,7 @@ msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot #: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree msgid "Stock Demand Estimate" msgstr "" @@ -231,7 +250,7 @@ msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:110 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 #: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action #: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate #, python-format @@ -244,7 +263,7 @@ msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:26 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -252,14 +271,15 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:166 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form -msgid "Timesheet Period" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#, python-format +msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate @@ -273,16 +293,11 @@ msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:183 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 #, python-format msgid "You must select at least one product." msgstr "" -#. module: stock_demand_estimate -#: model:ir.model,name:stock_demand_estimate.model_date_range -msgid "date.range" -msgstr "" - #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "or" diff --git a/stock_demand_estimate/i18n/sr.po b/stock_demand_estimate/i18n/sr.po index 5c236c56d..600d90971 100644 --- a/stock_demand_estimate/i18n/sr.po +++ b/stock_demand_estimate/i18n/sr.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_demand_estimate -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,11 +12,12 @@ msgstr "" "PO-Revision-Date: 2018-01-16 14:35+0000\n" "Last-Translator: OCA Transbot , 2018\n" "Language-Team: Serbian (https://www.transifex.com/oca/teams/23907/sr/)\n" +"Language: sr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: sr\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form @@ -52,23 +53,37 @@ msgid "Created on" msgstr "Kreiran" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start msgid "Date From" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_date_range +msgid "Date Range" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id msgid "Date Range Type" msgstr "" +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +msgid "Date Ranges" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end msgid "Date To" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +msgid "Date to" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days msgid "Days between dates" @@ -88,14 +103,14 @@ msgid "Display Name" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:194 -#, python-format -msgid "Estimate Sheet" +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id -msgid "Estimate id" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#, python-format +msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate @@ -156,6 +171,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form msgid "Period" msgstr "" @@ -172,6 +188,7 @@ msgid "Product" msgstr "" #. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "Products" @@ -204,6 +221,7 @@ msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot #: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree msgid "Stock Demand Estimate" msgstr "" @@ -231,7 +249,7 @@ msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:110 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 #: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action #: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate #, python-format @@ -244,7 +262,7 @@ msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:26 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -252,14 +270,15 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:166 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form -msgid "Timesheet Period" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#, python-format +msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate @@ -273,16 +292,11 @@ msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:183 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 #, python-format msgid "You must select at least one product." msgstr "" -#. module: stock_demand_estimate -#: model:ir.model,name:stock_demand_estimate.model_date_range -msgid "date.range" -msgstr "" - #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "or" diff --git a/stock_demand_estimate/i18n/sr@latin.po b/stock_demand_estimate/i18n/sr@latin.po index f5f2c33f4..38a8da9c8 100644 --- a/stock_demand_estimate/i18n/sr@latin.po +++ b/stock_demand_estimate/i18n/sr@latin.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_demand_estimate -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -11,12 +11,14 @@ msgstr "" "POT-Creation-Date: 2018-01-16 14:35+0000\n" "PO-Revision-Date: 2018-01-16 14:35+0000\n" "Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Serbian (Latin) (https://www.transifex.com/oca/teams/23907/sr%40latin/)\n" +"Language-Team: Serbian (Latin) (https://www.transifex.com/oca/teams/23907/sr" +"%40latin/)\n" +"Language: sr@latin\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: sr@latin\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form @@ -52,23 +54,37 @@ msgid "Created on" msgstr "Kreiran" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start msgid "Date From" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_date_range +msgid "Date Range" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id msgid "Date Range Type" msgstr "" +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +msgid "Date Ranges" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end msgid "Date To" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +msgid "Date to" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days msgid "Days between dates" @@ -88,14 +104,14 @@ msgid "Display Name" msgstr "Ime za prikaz" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:194 -#, python-format -msgid "Estimate Sheet" +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id -msgid "Estimate id" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#, python-format +msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate @@ -156,6 +172,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form msgid "Period" msgstr "" @@ -172,6 +189,7 @@ msgid "Product" msgstr "" #. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "Products" @@ -204,6 +222,7 @@ msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot #: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree msgid "Stock Demand Estimate" msgstr "" @@ -231,7 +250,7 @@ msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:110 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 #: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action #: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate #, python-format @@ -244,7 +263,7 @@ msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:26 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -252,14 +271,15 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:166 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form -msgid "Timesheet Period" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#, python-format +msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate @@ -273,16 +293,11 @@ msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:183 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 #, python-format msgid "You must select at least one product." msgstr "" -#. module: stock_demand_estimate -#: model:ir.model,name:stock_demand_estimate.model_date_range -msgid "date.range" -msgstr "" - #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "or" diff --git a/stock_demand_estimate/i18n/stock_demand_estimate.pot b/stock_demand_estimate/i18n/stock_demand_estimate.pot new file mode 100644 index 000000000..87ba00e8c --- /dev/null +++ b/stock_demand_estimate/i18n/stock_demand_estimate.pot @@ -0,0 +1,302 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_demand_estimate +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"Last-Translator: <>\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +msgid "Cancel" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_company_id +msgid "Company" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.actions.act_window,name:stock_demand_estimate.action_stock_demand_estimate_wizard +#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate_wizard +msgid "Create Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_uid +msgid "Created by" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_date +msgid "Created on" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start +msgid "Date From" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_date_range +msgid "Date Range" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id +msgid "Date Range Type" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +msgid "Date Ranges" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end +msgid "Date To" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +msgid "Date to" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days +msgid "Days between dates" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_planning +msgid "Demand Planning" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_display_name +msgid "Display Name" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +msgid "Estimate" +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#, python-format +msgid "Estimate Sheet" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +msgid "Estimated quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_ids +msgid "Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_date_range_id +msgid "Estimating Period" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_id +msgid "ID" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate___last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet___last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line___last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard___last_update +msgid "Last Modified on" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_date +msgid "Last Updated on" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_location_id +msgid "Location" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +msgid "Period" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +msgid "Prepare" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_y +msgid "Product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +msgid "Products" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_daily_qty +msgid "Quantity / Day" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate_product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_search +msgid "Search Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree +msgid "Stock Demand Estimate" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate +msgid "Stock Demand Estimate Line" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_sheet +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +msgid "Stock Demand Estimate Sheet" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_sheet_line +msgid "Stock Demand Estimate Sheet Line" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_wizard +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +msgid "Stock Demand Estimate Wizard" +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action +#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate +#, python-format +msgid "Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_location_id +msgid "Stock Location" +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 +#, python-format +msgid "The requested operation cannot be processed because of a programming error setting the `product_qty` field instead of the `product_uom_qty`." +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 +#, python-format +msgid "The start date cannot be later than the end date." +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#, python-format +msgid "There is no ranges created." +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom +msgid "Unit of measure" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +msgid "Validate" +msgstr "" + +#. module: stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 +#, python-format +msgid "You must select at least one product." +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +msgid "or" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +msgid "to" +msgstr "" + diff --git a/stock_demand_estimate/i18n/sv.po b/stock_demand_estimate/i18n/sv.po index 96648ce2a..5662c1b3b 100644 --- a/stock_demand_estimate/i18n/sv.po +++ b/stock_demand_estimate/i18n/sv.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_demand_estimate -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 14:35+0000\n" "Last-Translator: OCA Transbot , 2018\n" "Language-Team: Swedish (https://www.transifex.com/oca/teams/23907/sv/)\n" +"Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: sv\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_demand_estimate @@ -52,23 +52,37 @@ msgid "Created on" msgstr "Skapad den" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start msgid "Date From" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_date_range +msgid "Date Range" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id msgid "Date Range Type" msgstr "" +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +msgid "Date Ranges" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end msgid "Date To" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +msgid "Date to" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days msgid "Days between dates" @@ -88,14 +102,14 @@ msgid "Display Name" msgstr "Visa namn" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:194 -#, python-format -msgid "Estimate Sheet" +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id -msgid "Estimate id" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#, python-format +msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate @@ -156,6 +170,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form msgid "Period" msgstr "" @@ -172,6 +187,7 @@ msgid "Product" msgstr "" #. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "Products" @@ -204,6 +220,7 @@ msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot #: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree msgid "Stock Demand Estimate" msgstr "" @@ -231,7 +248,7 @@ msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:110 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 #: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action #: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate #, python-format @@ -244,7 +261,7 @@ msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:26 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -252,14 +269,15 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:166 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form -msgid "Timesheet Period" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#, python-format +msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate @@ -273,16 +291,11 @@ msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:183 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 #, python-format msgid "You must select at least one product." msgstr "" -#. module: stock_demand_estimate -#: model:ir.model,name:stock_demand_estimate.model_date_range -msgid "date.range" -msgstr "" - #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "or" diff --git a/stock_demand_estimate/i18n/th.po b/stock_demand_estimate/i18n/th.po index da0b247e7..58890ea7d 100644 --- a/stock_demand_estimate/i18n/th.po +++ b/stock_demand_estimate/i18n/th.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_demand_estimate -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 14:35+0000\n" "Last-Translator: OCA Transbot , 2018\n" "Language-Team: Thai (https://www.transifex.com/oca/teams/23907/th/)\n" +"Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: th\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: stock_demand_estimate @@ -52,23 +52,37 @@ msgid "Created on" msgstr "สร้างเมื่อ" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start msgid "Date From" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_date_range +msgid "Date Range" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id msgid "Date Range Type" msgstr "" +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +msgid "Date Ranges" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end msgid "Date To" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +msgid "Date to" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days msgid "Days between dates" @@ -88,14 +102,14 @@ msgid "Display Name" msgstr "ชื่อที่ใช้แสดง" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:194 -#, python-format -msgid "Estimate Sheet" +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id -msgid "Estimate id" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#, python-format +msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate @@ -156,6 +170,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form msgid "Period" msgstr "" @@ -172,6 +187,7 @@ msgid "Product" msgstr "" #. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "Products" @@ -204,6 +220,7 @@ msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot #: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree msgid "Stock Demand Estimate" msgstr "" @@ -231,7 +248,7 @@ msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:110 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 #: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action #: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate #, python-format @@ -244,7 +261,7 @@ msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:26 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -252,14 +269,15 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:166 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form -msgid "Timesheet Period" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#, python-format +msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate @@ -273,16 +291,11 @@ msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:183 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 #, python-format msgid "You must select at least one product." msgstr "" -#. module: stock_demand_estimate -#: model:ir.model,name:stock_demand_estimate.model_date_range -msgid "date.range" -msgstr "" - #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "or" diff --git a/stock_demand_estimate/i18n/tr.po b/stock_demand_estimate/i18n/tr.po index dbf31c20d..b6d124368 100644 --- a/stock_demand_estimate/i18n/tr.po +++ b/stock_demand_estimate/i18n/tr.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_demand_estimate -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 14:35+0000\n" "Last-Translator: OCA Transbot , 2018\n" "Language-Team: Turkish (https://www.transifex.com/oca/teams/23907/tr/)\n" +"Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: tr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: stock_demand_estimate @@ -52,23 +52,37 @@ msgid "Created on" msgstr "Oluşturuldu" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start msgid "Date From" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_date_range +msgid "Date Range" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id msgid "Date Range Type" msgstr "" +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +msgid "Date Ranges" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end msgid "Date To" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +msgid "Date to" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days msgid "Days between dates" @@ -88,14 +102,14 @@ msgid "Display Name" msgstr "Görünen İsim" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:194 -#, python-format -msgid "Estimate Sheet" +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id -msgid "Estimate id" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#, python-format +msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate @@ -156,6 +170,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form msgid "Period" msgstr "" @@ -172,6 +187,7 @@ msgid "Product" msgstr "Ürün" #. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "Products" @@ -204,6 +220,7 @@ msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot #: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree msgid "Stock Demand Estimate" msgstr "" @@ -231,7 +248,7 @@ msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:110 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 #: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action #: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate #, python-format @@ -244,7 +261,7 @@ msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:26 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -252,14 +269,15 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:166 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form -msgid "Timesheet Period" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#, python-format +msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate @@ -273,16 +291,11 @@ msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:183 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 #, python-format msgid "You must select at least one product." msgstr "" -#. module: stock_demand_estimate -#: model:ir.model,name:stock_demand_estimate.model_date_range -msgid "date.range" -msgstr "" - #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "or" diff --git a/stock_demand_estimate/i18n/tr_TR.po b/stock_demand_estimate/i18n/tr_TR.po index 365c79c8a..0d47e547a 100644 --- a/stock_demand_estimate/i18n/tr_TR.po +++ b/stock_demand_estimate/i18n/tr_TR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_demand_estimate -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2018-01-16 14:35+0000\n" "PO-Revision-Date: 2018-01-16 14:35+0000\n" "Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Turkish (Turkey) (https://www.transifex.com/oca/teams/23907/tr_TR/)\n" +"Language-Team: Turkish (Turkey) (https://www.transifex.com/oca/teams/23907/" +"tr_TR/)\n" +"Language: tr_TR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: tr_TR\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: stock_demand_estimate @@ -52,23 +53,37 @@ msgid "Created on" msgstr "Oluşturulma tarihi" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start msgid "Date From" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_date_range +msgid "Date Range" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id msgid "Date Range Type" msgstr "" +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +msgid "Date Ranges" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end msgid "Date To" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +msgid "Date to" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days msgid "Days between dates" @@ -88,14 +103,14 @@ msgid "Display Name" msgstr "Görünen ad" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:194 -#, python-format -msgid "Estimate Sheet" +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id -msgid "Estimate id" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#, python-format +msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate @@ -156,6 +171,7 @@ msgstr "Konum" #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form msgid "Period" msgstr "" @@ -172,6 +188,7 @@ msgid "Product" msgstr "Ürün" #. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "Products" @@ -204,6 +221,7 @@ msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot #: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree msgid "Stock Demand Estimate" msgstr "" @@ -231,7 +249,7 @@ msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:110 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 #: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action #: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate #, python-format @@ -244,7 +262,7 @@ msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:26 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -252,14 +270,15 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:166 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form -msgid "Timesheet Period" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#, python-format +msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate @@ -273,16 +292,11 @@ msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:183 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 #, python-format msgid "You must select at least one product." msgstr "" -#. module: stock_demand_estimate -#: model:ir.model,name:stock_demand_estimate.model_date_range -msgid "date.range" -msgstr "" - #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "or" diff --git a/stock_demand_estimate/i18n/uk.po b/stock_demand_estimate/i18n/uk.po index c2c856821..38af58d18 100644 --- a/stock_demand_estimate/i18n/uk.po +++ b/stock_demand_estimate/i18n/uk.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_demand_estimate -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,11 +12,12 @@ msgstr "" "PO-Revision-Date: 2018-01-16 14:35+0000\n" "Last-Translator: OCA Transbot , 2018\n" "Language-Team: Ukrainian (https://www.transifex.com/oca/teams/23907/uk/)\n" +"Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: uk\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form @@ -52,23 +53,37 @@ msgid "Created on" msgstr "Дата створення" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start msgid "Date From" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_date_range +msgid "Date Range" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id msgid "Date Range Type" msgstr "" +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +msgid "Date Ranges" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end msgid "Date To" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +msgid "Date to" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days msgid "Days between dates" @@ -88,14 +103,14 @@ msgid "Display Name" msgstr "Назва для відображення" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:194 -#, python-format -msgid "Estimate Sheet" +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id -msgid "Estimate id" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#, python-format +msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate @@ -156,6 +171,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form msgid "Period" msgstr "" @@ -172,6 +188,7 @@ msgid "Product" msgstr "" #. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "Products" @@ -204,6 +221,7 @@ msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot #: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree msgid "Stock Demand Estimate" msgstr "" @@ -231,7 +249,7 @@ msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:110 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 #: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action #: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate #, python-format @@ -244,7 +262,7 @@ msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:26 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -252,14 +270,15 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:166 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form -msgid "Timesheet Period" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#, python-format +msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate @@ -273,16 +292,11 @@ msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:183 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 #, python-format msgid "You must select at least one product." msgstr "" -#. module: stock_demand_estimate -#: model:ir.model,name:stock_demand_estimate.model_date_range -msgid "date.range" -msgstr "" - #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "or" diff --git a/stock_demand_estimate/i18n/vi.po b/stock_demand_estimate/i18n/vi.po index 4a07ac380..ab075bd25 100644 --- a/stock_demand_estimate/i18n/vi.po +++ b/stock_demand_estimate/i18n/vi.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_demand_estimate -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-05 03:49+0000\n" "Last-Translator: OCA Transbot , 2018\n" "Language-Team: Vietnamese (https://www.transifex.com/oca/teams/23907/vi/)\n" +"Language: vi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: stock_demand_estimate @@ -52,23 +52,37 @@ msgid "Created on" msgstr "Được tạo vào" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start msgid "Date From" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_date_range +msgid "Date Range" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id msgid "Date Range Type" msgstr "" +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +msgid "Date Ranges" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end msgid "Date To" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +msgid "Date to" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days msgid "Days between dates" @@ -88,14 +102,14 @@ msgid "Display Name" msgstr "Tên hiển thị" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:194 -#, python-format -msgid "Estimate Sheet" +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id -msgid "Estimate id" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#, python-format +msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate @@ -156,6 +170,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form msgid "Period" msgstr "" @@ -172,6 +187,7 @@ msgid "Product" msgstr "" #. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "Products" @@ -204,6 +220,7 @@ msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot #: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree msgid "Stock Demand Estimate" msgstr "" @@ -231,7 +248,7 @@ msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:110 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 #: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action #: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate #, python-format @@ -244,7 +261,7 @@ msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:26 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -252,14 +269,15 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:166 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form -msgid "Timesheet Period" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#, python-format +msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate @@ -273,16 +291,11 @@ msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:183 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 #, python-format msgid "You must select at least one product." msgstr "" -#. module: stock_demand_estimate -#: model:ir.model,name:stock_demand_estimate.model_date_range -msgid "date.range" -msgstr "" - #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "or" diff --git a/stock_demand_estimate/i18n/vi_VN.po b/stock_demand_estimate/i18n/vi_VN.po index 257407400..4122a64d0 100644 --- a/stock_demand_estimate/i18n/vi_VN.po +++ b/stock_demand_estimate/i18n/vi_VN.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_demand_estimate -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2018-01-16 14:35+0000\n" "PO-Revision-Date: 2018-01-16 14:35+0000\n" "Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Vietnamese (Viet Nam) (https://www.transifex.com/oca/teams/23907/vi_VN/)\n" +"Language-Team: Vietnamese (Viet Nam) (https://www.transifex.com/oca/" +"teams/23907/vi_VN/)\n" +"Language: vi_VN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: vi_VN\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: stock_demand_estimate @@ -52,23 +53,37 @@ msgid "Created on" msgstr "Tạo vào" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start msgid "Date From" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_date_range +msgid "Date Range" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id msgid "Date Range Type" msgstr "" +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +msgid "Date Ranges" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end msgid "Date To" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +msgid "Date to" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days msgid "Days between dates" @@ -88,14 +103,14 @@ msgid "Display Name" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:194 -#, python-format -msgid "Estimate Sheet" +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id -msgid "Estimate id" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#, python-format +msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate @@ -156,6 +171,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form msgid "Period" msgstr "" @@ -172,6 +188,7 @@ msgid "Product" msgstr "Sản phẩm" #. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "Products" @@ -204,6 +221,7 @@ msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot #: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree msgid "Stock Demand Estimate" msgstr "" @@ -231,7 +249,7 @@ msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:110 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 #: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action #: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate #, python-format @@ -244,7 +262,7 @@ msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:26 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -252,14 +270,15 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:166 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form -msgid "Timesheet Period" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#, python-format +msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate @@ -273,16 +292,11 @@ msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:183 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 #, python-format msgid "You must select at least one product." msgstr "" -#. module: stock_demand_estimate -#: model:ir.model,name:stock_demand_estimate.model_date_range -msgid "date.range" -msgstr "" - #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "or" diff --git a/stock_demand_estimate/i18n/zh_CN.po b/stock_demand_estimate/i18n/zh_CN.po index d489def49..34a918746 100644 --- a/stock_demand_estimate/i18n/zh_CN.po +++ b/stock_demand_estimate/i18n/zh_CN.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_demand_estimate -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2018-01-16 14:35+0000\n" "PO-Revision-Date: 2018-01-16 14:35+0000\n" "Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Chinese (China) (https://www.transifex.com/oca/teams/23907/zh_CN/)\n" +"Language-Team: Chinese (China) (https://www.transifex.com/oca/teams/23907/" +"zh_CN/)\n" +"Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: stock_demand_estimate @@ -52,23 +53,37 @@ msgid "Created on" msgstr "创建时间" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start msgid "Date From" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_date_range +msgid "Date Range" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id msgid "Date Range Type" msgstr "" +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +msgid "Date Ranges" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end msgid "Date To" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +msgid "Date to" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days msgid "Days between dates" @@ -88,14 +103,14 @@ msgid "Display Name" msgstr "显示名称" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:194 -#, python-format -msgid "Estimate Sheet" +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id -msgid "Estimate id" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#, python-format +msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate @@ -156,6 +171,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form msgid "Period" msgstr "" @@ -172,6 +188,7 @@ msgid "Product" msgstr "产品" #. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "Products" @@ -204,6 +221,7 @@ msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot #: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree msgid "Stock Demand Estimate" msgstr "" @@ -231,7 +249,7 @@ msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:110 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 #: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action #: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate #, python-format @@ -244,7 +262,7 @@ msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:26 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -252,14 +270,15 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:166 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form -msgid "Timesheet Period" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#, python-format +msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate @@ -273,16 +292,11 @@ msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:183 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 #, python-format msgid "You must select at least one product." msgstr "" -#. module: stock_demand_estimate -#: model:ir.model,name:stock_demand_estimate.model_date_range -msgid "date.range" -msgstr "" - #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "or" diff --git a/stock_demand_estimate/i18n/zh_TW.po b/stock_demand_estimate/i18n/zh_TW.po index abfd08a58..4a4e38b96 100644 --- a/stock_demand_estimate/i18n/zh_TW.po +++ b/stock_demand_estimate/i18n/zh_TW.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_demand_estimate -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2018-01-16 14:35+0000\n" "PO-Revision-Date: 2018-01-16 14:35+0000\n" "Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Chinese (Taiwan) (https://www.transifex.com/oca/teams/23907/zh_TW/)\n" +"Language-Team: Chinese (Taiwan) (https://www.transifex.com/oca/teams/23907/" +"zh_TW/)\n" +"Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: stock_demand_estimate @@ -52,23 +53,37 @@ msgid "Created on" msgstr "建立於" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start msgid "Date From" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model,name:stock_demand_estimate.model_date_range +msgid "Date Range" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id msgid "Date Range Type" msgstr "" +#. module: stock_demand_estimate +#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +msgid "Date Ranges" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end msgid "Date To" msgstr "" +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +msgid "Date to" +msgstr "" + #. module: stock_demand_estimate #: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days msgid "Days between dates" @@ -88,14 +103,14 @@ msgid "Display Name" msgstr "顯示名稱" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:194 -#, python-format -msgid "Estimate Sheet" +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id -msgid "Estimate id" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#, python-format +msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate @@ -156,6 +171,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form msgid "Period" msgstr "" @@ -172,6 +188,7 @@ msgid "Product" msgstr "" #. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids #: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "Products" @@ -204,6 +221,7 @@ msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate +#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot #: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree msgid "Stock Demand Estimate" msgstr "" @@ -231,7 +249,7 @@ msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:110 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 #: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action #: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate #, python-format @@ -244,7 +262,7 @@ msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:26 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -252,14 +270,15 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:166 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form -msgid "Timesheet Period" +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#, python-format +msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate @@ -273,16 +292,11 @@ msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:183 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 #, python-format msgid "You must select at least one product." msgstr "" -#. module: stock_demand_estimate -#: model:ir.model,name:stock_demand_estimate.model_date_range -msgid "date.range" -msgstr "" - #. module: stock_demand_estimate #: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form msgid "or" From 6a41308cc8588850019db7c9b363389fecdd81a5 Mon Sep 17 00:00:00 2001 From: mreficent Date: Tue, 19 Mar 2019 19:24:59 +0100 Subject: [PATCH 190/631] [MIG] stock_demand_estimate: Migration to 12.0 --- stock_demand_estimate/README.rst | 14 ++-- stock_demand_estimate/__init__.py | 2 - stock_demand_estimate/__manifest__.py | 3 +- stock_demand_estimate/models/__init__.py | 2 - stock_demand_estimate/models/date_range.py | 4 +- .../models/stock_demand_estimate.py | 9 +-- stock_demand_estimate/readme/CONTRIBUTORS.rst | 2 + stock_demand_estimate/readme/DESCRIPTION.rst | 4 + stock_demand_estimate/readme/INSTALL.rst | 6 ++ stock_demand_estimate/readme/USAGE.rst | 7 ++ .../security/stock_security.xml | 2 +- stock_demand_estimate/tests/__init__.py | 2 - .../tests/test_stock_demand_estimate.py | 9 ++- stock_demand_estimate/views/date_range.xml | 13 ++-- .../views/stock_demand_estimate_view.xml | 22 +++--- stock_demand_estimate/wizards/__init__.py | 2 - .../wizards/stock_demand_estimate_wizard.py | 74 ++++++++++--------- .../stock_demand_estimate_wizard_view.xml | 17 ++--- 18 files changed, 102 insertions(+), 92 deletions(-) create mode 100644 stock_demand_estimate/readme/CONTRIBUTORS.rst create mode 100644 stock_demand_estimate/readme/DESCRIPTION.rst create mode 100644 stock_demand_estimate/readme/INSTALL.rst create mode 100644 stock_demand_estimate/readme/USAGE.rst diff --git a/stock_demand_estimate/README.rst b/stock_demand_estimate/README.rst index 5814c3a6c..4ae5d51bd 100644 --- a/stock_demand_estimate/README.rst +++ b/stock_demand_estimate/README.rst @@ -1,5 +1,5 @@ -.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.png - :target: https://www.gnu.org/licenses/agpl-3.0-standalone.html +.. image:: https://img.shields.io/badge/license-AGPL--3-blue.png + :target: https://www.gnu.org/licenses/agpl :alt: License: AGPL-3 ===================== @@ -17,9 +17,9 @@ Installation This module relies on: * The OCA module '2D matrix for x2many fields', and can be downloaded from - Github: https://github.com/OCA/web/tree/11.0/web_widget_x2many_2d_matrix + Github: https://github.com/OCA/web/tree/12.0/web_widget_x2many_2d_matrix * The OCA module 'Date Range', and can be downloaded from - Github: https://github.com/OCA/server-ux/tree/11.0/date_range + Github: https://github.com/OCA/server-ux/tree/12.0/date_range Usage @@ -35,7 +35,7 @@ estimates created. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas :alt: Try me on Runbot - :target: https://runbot.odoo-community.org/runbot/153/11.0 + :target: https://runbot.odoo-community.org/runbot/153/12.0 Bug Tracker =========== @@ -43,7 +43,7 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, -help us smashing it by providing a detailed and welcomed feedback. +help us smash it by providing detailed and welcomed feedback. Credits ======= @@ -51,7 +51,7 @@ Credits Images ------ -* Odoo Community Association: `Icon `_. +* Odoo Community Association: `Icon `_. Contributors ------------ diff --git a/stock_demand_estimate/__init__.py b/stock_demand_estimate/__init__.py index db2f7970e..e1e144406 100644 --- a/stock_demand_estimate/__init__.py +++ b/stock_demand_estimate/__init__.py @@ -1,5 +1,3 @@ -# Copyright 2016 Eficent Business and IT Consulting Services S.L. -# (http://www.eficent.com) # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). from . import models diff --git a/stock_demand_estimate/__manifest__.py b/stock_demand_estimate/__manifest__.py index 6c33f7337..da4e4e337 100644 --- a/stock_demand_estimate/__manifest__.py +++ b/stock_demand_estimate/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Stock Demand Estimate", "summary": "Allows to create demand estimates.", - "version": "11.0.1.2.0", + "version": "12.0.1.0.0", "author": "Eficent, " "Odoo Community Association (OCA)", "website": "https://github.com/OCA/stock-logistics-warehouse", @@ -22,4 +22,5 @@ "wizards/stock_demand_estimate_wizard_view.xml", ], "license": "AGPL-3", + "installable": True, } diff --git a/stock_demand_estimate/models/__init__.py b/stock_demand_estimate/models/__init__.py index 595f15d26..796276209 100644 --- a/stock_demand_estimate/models/__init__.py +++ b/stock_demand_estimate/models/__init__.py @@ -1,5 +1,3 @@ -# Copyright 2016 Eficent Business and IT Consulting Services S.L. -# (http://www.eficent.com) # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). from . import stock_demand_estimate diff --git a/stock_demand_estimate/models/date_range.py b/stock_demand_estimate/models/date_range.py index a33594d4a..4fd1daba2 100644 --- a/stock_demand_estimate/models/date_range.py +++ b/stock_demand_estimate/models/date_range.py @@ -18,6 +18,6 @@ class DateRange(models.Model): def _compute_days(self): for rec in self.filtered(lambda x: x.date_start and x.date_end): rec.days = abs(( - fields.Date.from_string(rec.date_end) - - fields.Date.from_string(rec.date_start) + rec.date_end - + rec.date_start ).days) + 1 diff --git a/stock_demand_estimate/models/stock_demand_estimate.py b/stock_demand_estimate/models/stock_demand_estimate.py index 7cf73e526..068073642 100644 --- a/stock_demand_estimate/models/stock_demand_estimate.py +++ b/stock_demand_estimate/models/stock_demand_estimate.py @@ -24,7 +24,7 @@ class StockDemandEstimate(models.Model): required=True, ) product_uom = fields.Many2one( - comodel_name="product.uom", + comodel_name="uom.uom", string="Unit of measure", ) location_id = fields.Many2one( @@ -43,7 +43,6 @@ class StockDemandEstimate(models.Model): digits=0, store=True, help='Quantity in the default UoM of the product', - readonly=True, ) daily_qty = fields.Float( string='Quantity / Day', @@ -99,10 +98,8 @@ class StockDemandEstimate(models.Model): def get_quantity_by_date_range(self, date_start, date_end): """To be used in other modules""" # Check if the dates overlap with the period - period_date_start = fields.Date.from_string( - self.date_range_id.date_start - ) - period_date_end = fields.Date.from_string(self.date_range_id.date_end) + period_date_start = self.date_range_id.date_start + period_date_end = self.date_range_id.date_end # We need only the periods that overlap # the dates introduced by the user. diff --git a/stock_demand_estimate/readme/CONTRIBUTORS.rst b/stock_demand_estimate/readme/CONTRIBUTORS.rst new file mode 100644 index 000000000..daeadd46d --- /dev/null +++ b/stock_demand_estimate/readme/CONTRIBUTORS.rst @@ -0,0 +1,2 @@ +* Jordi Ballester Alomar +* Lois Rilo diff --git a/stock_demand_estimate/readme/DESCRIPTION.rst b/stock_demand_estimate/readme/DESCRIPTION.rst new file mode 100644 index 000000000..9f8401d71 --- /dev/null +++ b/stock_demand_estimate/readme/DESCRIPTION.rst @@ -0,0 +1,4 @@ +This module allows to create demand estimates for a given product and +location, on configurable time periods. + +The module does not provide in itself any specific usage of the estimates. diff --git a/stock_demand_estimate/readme/INSTALL.rst b/stock_demand_estimate/readme/INSTALL.rst new file mode 100644 index 000000000..7d7d64dce --- /dev/null +++ b/stock_demand_estimate/readme/INSTALL.rst @@ -0,0 +1,6 @@ +This module relies on: + +* The OCA module '2D matrix for x2many fields', and can be downloaded from + Github: https://github.com/OCA/web/tree/12.0/web_widget_x2many_2d_matrix +* The OCA module 'Date Range', and can be downloaded from + Github: https://github.com/OCA/server-ux/tree/12.0/date_range diff --git a/stock_demand_estimate/readme/USAGE.rst b/stock_demand_estimate/readme/USAGE.rst new file mode 100644 index 000000000..dacb48d45 --- /dev/null +++ b/stock_demand_estimate/readme/USAGE.rst @@ -0,0 +1,7 @@ +Go to 'Inventory / Configuration / Date Ranges' and define your estimating periods. + +Go to 'Inventory / Demand Planning / Create Demand Estimates' to create or +update your demand estimates. + +Go to 'Inventory / Demand Planning / Demand Estimates' to review the +estimates created. diff --git a/stock_demand_estimate/security/stock_security.xml b/stock_demand_estimate/security/stock_security.xml index d26124b0f..24d61ad29 100644 --- a/stock_demand_estimate/security/stock_security.xml +++ b/stock_demand_estimate/security/stock_security.xml @@ -1,7 +1,7 @@ - + Stock demand estimate multi-company diff --git a/stock_demand_estimate/tests/__init__.py b/stock_demand_estimate/tests/__init__.py index 216a1ed7a..c8d75c468 100644 --- a/stock_demand_estimate/tests/__init__.py +++ b/stock_demand_estimate/tests/__init__.py @@ -1,5 +1,3 @@ -# Copyright 2017 Eficent Business and IT Consulting Services S.L. -# (http://www.eficent.com) # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). from . import test_stock_demand_estimate diff --git a/stock_demand_estimate/tests/test_stock_demand_estimate.py b/stock_demand_estimate/tests/test_stock_demand_estimate.py index 97d2d362b..26033121e 100644 --- a/stock_demand_estimate/tests/test_stock_demand_estimate.py +++ b/stock_demand_estimate/tests/test_stock_demand_estimate.py @@ -2,6 +2,7 @@ # (http://www.eficent.com) # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). from dateutil.rrule import MONTHLY +from odoo import fields from odoo.exceptions import ValidationError from odoo.tests.common import SavepointCase @@ -93,12 +94,12 @@ class TestStockDemandEstimate(SavepointCase): 'There should be 12 lines.', ) self.assertEqual( - sheet.date_start, + fields.Date.to_string(sheet.date_start), '1943-01-01', 'The date start should be 1943-01-01', ) self.assertEqual( - sheet.date_end, + fields.Date.to_string(sheet.date_end), '1943-12-31', 'The date end should be 1943-12-31', ) @@ -152,7 +153,7 @@ class TestStockDemandEstimate(SavepointCase): 'date_end': '1943-12-31', 'location_id': self.location.id, 'date_range_type_id': self.drt_monthly.id, - 'product_ids': [(6, 0, [self.product1.id])] + 'product_ids': [(6, 0, [self.product1.id])], }) wiz.create_sheet() sheets = self.env['stock.demand.estimate.sheet'].search([]) @@ -173,5 +174,5 @@ class TestStockDemandEstimate(SavepointCase): 'date_end': '1943-01-01', 'location_id': self.location.id, 'date_range_type_id': self.drt_monthly.id, - 'product_ids': [(6, 0, [self.product1.id])] + 'product_ids': [(6, 0, [self.product1.id])], }) diff --git a/stock_demand_estimate/views/date_range.xml b/stock_demand_estimate/views/date_range.xml index c33e48198..dbd9544dc 100644 --- a/stock_demand_estimate/views/date_range.xml +++ b/stock_demand_estimate/views/date_range.xml @@ -1,11 +1,10 @@ - + - \ No newline at end of file + diff --git a/stock_demand_estimate/views/stock_demand_estimate_view.xml b/stock_demand_estimate/views/stock_demand_estimate_view.xml index dcdf7159c..6d6ef7c7c 100644 --- a/stock_demand_estimate/views/stock_demand_estimate_view.xml +++ b/stock_demand_estimate/views/stock_demand_estimate_view.xml @@ -1,8 +1,8 @@ - + stock.demand.estimate.tree stock.demand.estimate @@ -18,7 +18,7 @@ - + stock.demand.estimate.pivot stock.demand.estimate @@ -30,7 +30,7 @@ - stock.demand.estimate.search stock.demand.estimate @@ -43,23 +43,23 @@ - + Stock Demand Estimates ir.actions.act_window stock.demand.estimate form tree,pivot + ref="stock_demand_estimate_view_search"/> - + id="stock_demand_estimate_menu" + parent="stock_demand_planning_menu" + action="stock_demand_estimate_action"/> diff --git a/stock_demand_estimate/wizards/__init__.py b/stock_demand_estimate/wizards/__init__.py index 4dbc3b980..efaf6f4ee 100644 --- a/stock_demand_estimate/wizards/__init__.py +++ b/stock_demand_estimate/wizards/__init__.py @@ -1,5 +1,3 @@ -# Copyright 2016 Eficent Business and IT Consulting Services S.L. -# (http://www.eficent.com) # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). from . import stock_demand_estimate_wizard diff --git a/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py b/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py index 76980af0c..cd317b005 100644 --- a/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py +++ b/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py @@ -5,7 +5,7 @@ from odoo import api, fields, models, _ from odoo.osv import expression -import odoo.addons.decimal_precision as dp +from odoo.addons import decimal_precision as dp from odoo.exceptions import UserError, ValidationError @@ -43,39 +43,41 @@ class StockDemandEstimateSheet(models.TransientModel): @api.onchange('date_start', 'date_end', 'date_range_type_id',) def _onchange_dates(self): - if not all([self.date_start, self.date_end, self.date_range_type_id]): - return - ranges = self._get_ranges() - if not ranges: - raise UserError(_('There is no ranges created.')) - estimates = self.env['stock.demand.estimate'].search([ - ('product_id', 'in', self.product_ids.ids), - ('date_range_id', 'in', ranges.ids), - ('location_id', '=', self.location_id.id), - ]) - lines = [] - for product in self.product_ids: - for _range in ranges: - estimate = estimates.filtered( - lambda x: (x.date_range_id == _range and - x.product_id == product) - ) - if estimate: - uom_id = estimate[0].product_uom.id - uom_qty = estimate[0].product_uom_qty - estimate_id = estimate[0].id - else: - uom_id = product.uom_id.id - uom_qty = 0.0 - estimate_id = None - lines.append((0, 0, self._get_default_estimate_line( - _range, - product, - uom_id, - uom_qty, - estimate_id=estimate_id, - ))) - self.line_ids = lines + for sheet in self: + if not all([sheet.date_start, sheet.date_end, + sheet.date_range_type_id]): + return + ranges = sheet._get_ranges() + if not ranges: + raise UserError(_('There is no ranges created.')) + estimates = self.env['stock.demand.estimate'].search([ + ('product_id', 'in', sheet.product_ids.ids), + ('date_range_id', 'in', ranges.ids), + ('location_id', '=', sheet.location_id.id), + ]) + lines = [] + for product in sheet.product_ids: + for _range in ranges: + estimate = estimates.filtered( + lambda x: (x.date_range_id == _range and + x.product_id == product) + ) + if estimate: + uom_id = estimate[0].product_uom.id + uom_qty = estimate[0].product_uom_qty + estimate_id = estimate[0].id + else: + uom_id = product.uom_id.id + uom_qty = 0.0 + estimate_id = None + lines.append((0, 0, sheet._get_default_estimate_line( + _range, + product, + uom_id, + uom_qty, + estimate_id=estimate_id, + ))) + sheet.line_ids = lines def _get_ranges(self): domain_1 = [ @@ -168,10 +170,10 @@ class StockDemandEstimateSheetLine(models.TransientModel): string='Product', ) value_x = fields.Char( - string='Period', + string='Period Name', ) value_y = fields.Char( - string='Product', + string='Product Name', ) product_uom_qty = fields.Float( string="Quantity", diff --git a/stock_demand_estimate/wizards/stock_demand_estimate_wizard_view.xml b/stock_demand_estimate/wizards/stock_demand_estimate_wizard_view.xml index 6a0878045..e08995276 100644 --- a/stock_demand_estimate/wizards/stock_demand_estimate_wizard_view.xml +++ b/stock_demand_estimate/wizards/stock_demand_estimate_wizard_view.xml @@ -1,8 +1,8 @@ - + stock.demand.estimate.sheet.form stock.demand.estimate.sheet @@ -47,8 +47,8 @@ - + stock.demand.estimate.wizard.form stock.demand.estimate.wizard @@ -84,11 +84,10 @@ view_mode="form" target="new" key2="client_action_multi" - id="action_stock_demand_estimate_wizard"/> + id="stock_demand_estimate_wizard_action"/> - + From bd99c3407edbd1cc5b33518ab7798ac5a9b69585 Mon Sep 17 00:00:00 2001 From: "Denis Roussel (ACSONE)" Date: Tue, 2 Apr 2019 13:02:21 +0200 Subject: [PATCH 191/631] [IMP] stock_demand_estimate: use of first() Co-Authored-By: mreficent --- stock_demand_estimate/wizards/stock_demand_estimate_wizard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py b/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py index cd317b005..ff5b7e554 100644 --- a/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py +++ b/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py @@ -63,7 +63,7 @@ class StockDemandEstimateSheet(models.TransientModel): x.product_id == product) ) if estimate: - uom_id = estimate[0].product_uom.id + uom_id = fields.first(estimate).product_uom.id uom_qty = estimate[0].product_uom_qty estimate_id = estimate[0].id else: From c10e92f3bb7924dd534611fc08758ad4114c65fa Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Sat, 11 May 2019 17:28:28 +0000 Subject: [PATCH 192/631] [UPD] README.rst --- stock_demand_estimate/README.rst | 67 ++- .../static/description/index.html | 442 ++++++++++++++++++ 2 files changed, 487 insertions(+), 22 deletions(-) create mode 100644 stock_demand_estimate/static/description/index.html diff --git a/stock_demand_estimate/README.rst b/stock_demand_estimate/README.rst index 4ae5d51bd..22e5412f8 100644 --- a/stock_demand_estimate/README.rst +++ b/stock_demand_estimate/README.rst @@ -1,16 +1,40 @@ -.. image:: https://img.shields.io/badge/license-AGPL--3-blue.png - :target: https://www.gnu.org/licenses/agpl - :alt: License: AGPL-3 - ===================== Stock Demand Estimate ===================== +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png + :target: https://odoo-community.org/page/development-status + :alt: Beta +.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--warehouse-lightgray.png?logo=github + :target: https://github.com/OCA/stock-logistics-warehouse/tree/12.0/stock_demand_estimate + :alt: OCA/stock-logistics-warehouse +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-12-0/stock-logistics-warehouse-12-0-stock_demand_estimate + :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png + :target: https://runbot.odoo-community.org/runbot/153/12.0 + :alt: Try me on Runbot + +|badge1| |badge2| |badge3| |badge4| |badge5| + This module allows to create demand estimates for a given product and location, on configurable time periods. The module does not provide in itself any specific usage of the estimates. +**Table of contents** + +.. contents:: + :local: + Installation ============ @@ -21,7 +45,6 @@ This module relies on: * The OCA module 'Date Range', and can be downloaded from Github: https://github.com/OCA/server-ux/tree/12.0/date_range - Usage ===== @@ -33,43 +56,43 @@ update your demand estimates. Go to 'Inventory / Demand Planning / Demand Estimates' to review the estimates created. -.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas - :alt: Try me on Runbot - :target: https://runbot.odoo-community.org/runbot/153/12.0 - Bug Tracker =========== -Bugs are tracked on `GitHub Issues -`_. In case of trouble, please -check there if your issue has already been reported. If you spotted it first, -help us smash it by providing detailed and welcomed feedback. +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed +`feedback `_. + +Do not contact contributors directly about support or help with technical issues. Credits ======= -Images ------- +Authors +~~~~~~~ -* Odoo Community Association: `Icon `_. +* Eficent Contributors ------------- +~~~~~~~~~~~~ * Jordi Ballester Alomar * Lois Rilo -Maintainer ----------- +Maintainers +~~~~~~~~~~~ + +This module is maintained by the OCA. .. image:: https://odoo-community.org/logo.png :alt: Odoo Community Association :target: https://odoo-community.org -This module is maintained by the OCA. - OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. -To contribute to this module, please visit https://odoo-community.org. +This module is part of the `OCA/stock-logistics-warehouse `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/stock_demand_estimate/static/description/index.html b/stock_demand_estimate/static/description/index.html new file mode 100644 index 000000000..9ea65258b --- /dev/null +++ b/stock_demand_estimate/static/description/index.html @@ -0,0 +1,442 @@ + + + + + + +Stock Demand Estimate + + + +
+

Stock Demand Estimate

+ + +

Beta License: AGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runbot

+

This module allows to create demand estimates for a given product and +location, on configurable time periods.

+

The module does not provide in itself any specific usage of the estimates.

+

Table of contents

+ +
+

Installation

+

This module relies on:

+ +
+
+

Usage

+

Go to ‘Inventory / Configuration / Date Ranges’ and define your estimating periods.

+

Go to ‘Inventory / Demand Planning / Create Demand Estimates’ to create or +update your demand estimates.

+

Go to ‘Inventory / Demand Planning / Demand Estimates’ to review the +estimates created.

+
+
+

Bug Tracker

+

Bugs are tracked on GitHub Issues. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed +feedback.

+

Do not contact contributors directly about support or help with technical issues.

+
+
+

Credits

+
+

Authors

+
    +
  • Eficent
  • +
+
+
+

Contributors

+ +
+
+

Maintainers

+

This module is maintained by the OCA.

+Odoo Community Association +

OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use.

+

This module is part of the OCA/stock-logistics-warehouse project on GitHub.

+

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

+
+
+
+ + From b6577ae2a7bca3f6164b2bce6c7ad7543e76a74c Mon Sep 17 00:00:00 2001 From: oca-travis Date: Sat, 11 May 2019 17:37:05 +0000 Subject: [PATCH 193/631] [UPD] Update stock_demand_estimate.pot --- .../i18n/stock_demand_estimate.pot | 178 +++++++++--------- 1 file changed, 93 insertions(+), 85 deletions(-) diff --git a/stock_demand_estimate/i18n/stock_demand_estimate.pot b/stock_demand_estimate/i18n/stock_demand_estimate.pot index 87ba00e8c..d84ed39b4 100644 --- a/stock_demand_estimate/i18n/stock_demand_estimate.pot +++ b/stock_demand_estimate/i18n/stock_demand_estimate.pot @@ -4,7 +4,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 11.0\n" +"Project-Id-Version: Odoo Server 12.0\n" "Report-Msgid-Bugs-To: \n" "Last-Translator: <>\n" "Language-Team: \n" @@ -14,41 +14,41 @@ msgstr "" "Plural-Forms: \n" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Cancel" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_company_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id msgid "Company" msgstr "" #. module: stock_demand_estimate -#: model:ir.actions.act_window,name:stock_demand_estimate.action_stock_demand_estimate_wizard -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate_wizard +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_wizard_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_wizard_menu msgid "Create Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_uid msgid "Created by" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_date msgid "Created on" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_start msgid "Date From" msgstr "" @@ -58,165 +58,173 @@ msgid "Date Range" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_range_type_id msgid "Date Range Type" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +#: model:ir.ui.menu,name:stock_demand_estimate.date_range_menu msgid "Date Ranges" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_end msgid "Date To" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_end msgid "Date to" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days +#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range__days msgid "Days between dates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_planning +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu msgid "Demand Planning" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__display_name msgid "Display Name" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__estimate_id msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:256 #, python-format msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Estimated quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__line_ids msgid "Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_date_range_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_range_id msgid "Estimating Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__id msgid "ID" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard___last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard____last_update msgid "Last Modified on" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_uid msgid "Last Updated by" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_date msgid "Last Updated on" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__location_id msgid "Location" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__date_range_id +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_x +msgid "Period Name" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Prepare" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_y +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_id msgid "Product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_y +msgid "Product Name" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__product_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__product_ids +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Products" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom_qty -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_daily_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty msgid "Quantity / Day" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Real Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_search +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree msgid "Stock Demand Estimate" msgstr "" @@ -227,7 +235,7 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_sheet -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Stock Demand Estimate Sheet" msgstr "" @@ -238,65 +246,65 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_wizard -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 -#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:143 +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu #, python-format msgid "Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__location_id msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:79 #, python-format msgid "The requested operation cannot be processed because of a programming error setting the `product_qty` field instead of the `product_uom_qty`." msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:226 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:52 #, python-format msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom msgid "Unit of measure" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:243 #, python-format msgid "You must select at least one product." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "or" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "to" msgstr "" From 4d7832eeeb37561fe6b57ba490e8e2851d39fb6b Mon Sep 17 00:00:00 2001 From: OCA Transbot Date: Mon, 20 May 2019 21:05:35 +0000 Subject: [PATCH 194/631] Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: stock-logistics-warehouse-12.0/stock-logistics-warehouse-12.0-stock_demand_estimate Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-12-0/stock-logistics-warehouse-12-0-stock_demand_estimate/ --- stock_demand_estimate/i18n/am.po | 176 ++++++++++++------------ stock_demand_estimate/i18n/ar.po | 176 ++++++++++++------------ stock_demand_estimate/i18n/bg.po | 176 ++++++++++++------------ stock_demand_estimate/i18n/bs.po | 176 ++++++++++++------------ stock_demand_estimate/i18n/ca.po | 178 +++++++++++++------------ stock_demand_estimate/i18n/ca_ES.po | 176 ++++++++++++------------ stock_demand_estimate/i18n/cs.po | 176 ++++++++++++------------ stock_demand_estimate/i18n/da.po | 176 ++++++++++++------------ stock_demand_estimate/i18n/de.po | 178 +++++++++++++------------ stock_demand_estimate/i18n/el_GR.po | 178 +++++++++++++------------ stock_demand_estimate/i18n/en_AU.po | 176 ++++++++++++------------ stock_demand_estimate/i18n/en_GB.po | 176 ++++++++++++------------ stock_demand_estimate/i18n/es.po | 178 +++++++++++++------------ stock_demand_estimate/i18n/es_AR.po | 176 ++++++++++++------------ stock_demand_estimate/i18n/es_CL.po | 176 ++++++++++++------------ stock_demand_estimate/i18n/es_CO.po | 176 ++++++++++++------------ stock_demand_estimate/i18n/es_CR.po | 176 ++++++++++++------------ stock_demand_estimate/i18n/es_DO.po | 176 ++++++++++++------------ stock_demand_estimate/i18n/es_EC.po | 176 ++++++++++++------------ stock_demand_estimate/i18n/es_ES.po | 178 +++++++++++++------------ stock_demand_estimate/i18n/es_MX.po | 176 ++++++++++++------------ stock_demand_estimate/i18n/es_PE.po | 176 ++++++++++++------------ stock_demand_estimate/i18n/es_PY.po | 176 ++++++++++++------------ stock_demand_estimate/i18n/es_VE.po | 176 ++++++++++++------------ stock_demand_estimate/i18n/et.po | 176 ++++++++++++------------ stock_demand_estimate/i18n/eu.po | 178 +++++++++++++------------ stock_demand_estimate/i18n/fa.po | 176 ++++++++++++------------ stock_demand_estimate/i18n/fi.po | 178 +++++++++++++------------ stock_demand_estimate/i18n/fr.po | 178 +++++++++++++------------ stock_demand_estimate/i18n/fr_CA.po | 176 ++++++++++++------------ stock_demand_estimate/i18n/fr_CH.po | 178 +++++++++++++------------ stock_demand_estimate/i18n/fr_FR.po | 178 +++++++++++++------------ stock_demand_estimate/i18n/gl.po | 178 +++++++++++++------------ stock_demand_estimate/i18n/gl_ES.po | 176 ++++++++++++------------ stock_demand_estimate/i18n/he.po | 176 ++++++++++++------------ stock_demand_estimate/i18n/hi.po | 176 ++++++++++++------------ stock_demand_estimate/i18n/hr.po | 178 +++++++++++++------------ stock_demand_estimate/i18n/hr_HR.po | 178 +++++++++++++------------ stock_demand_estimate/i18n/hu.po | 176 ++++++++++++------------ stock_demand_estimate/i18n/id.po | 176 ++++++++++++------------ stock_demand_estimate/i18n/it.po | 178 +++++++++++++------------ stock_demand_estimate/i18n/ja.po | 176 ++++++++++++------------ stock_demand_estimate/i18n/ko.po | 176 ++++++++++++------------ stock_demand_estimate/i18n/lo.po | 176 ++++++++++++------------ stock_demand_estimate/i18n/lt.po | 176 ++++++++++++------------ stock_demand_estimate/i18n/lt_LT.po | 176 ++++++++++++------------ stock_demand_estimate/i18n/lv.po | 176 ++++++++++++------------ stock_demand_estimate/i18n/mk.po | 176 ++++++++++++------------ stock_demand_estimate/i18n/mn.po | 176 ++++++++++++------------ stock_demand_estimate/i18n/nb.po | 176 ++++++++++++------------ stock_demand_estimate/i18n/nb_NO.po | 176 ++++++++++++------------ stock_demand_estimate/i18n/nl.po | 178 +++++++++++++------------ stock_demand_estimate/i18n/nl_BE.po | 176 ++++++++++++------------ stock_demand_estimate/i18n/nl_NL.po | 178 +++++++++++++------------ stock_demand_estimate/i18n/pl.po | 176 ++++++++++++------------ stock_demand_estimate/i18n/pt.po | 178 +++++++++++++------------ stock_demand_estimate/i18n/pt_BR.po | 178 +++++++++++++------------ stock_demand_estimate/i18n/pt_PT.po | 176 ++++++++++++------------ stock_demand_estimate/i18n/ro.po | 178 +++++++++++++------------ stock_demand_estimate/i18n/ru.po | 178 +++++++++++++------------ stock_demand_estimate/i18n/sk.po | 176 ++++++++++++------------ stock_demand_estimate/i18n/sl.po | 178 +++++++++++++------------ stock_demand_estimate/i18n/sr.po | 176 ++++++++++++------------ stock_demand_estimate/i18n/sr@latin.po | 176 ++++++++++++------------ stock_demand_estimate/i18n/sv.po | 176 ++++++++++++------------ stock_demand_estimate/i18n/th.po | 176 ++++++++++++------------ stock_demand_estimate/i18n/tr.po | 178 +++++++++++++------------ stock_demand_estimate/i18n/tr_TR.po | 178 +++++++++++++------------ stock_demand_estimate/i18n/uk.po | 176 ++++++++++++------------ stock_demand_estimate/i18n/vi.po | 176 ++++++++++++------------ stock_demand_estimate/i18n/vi_VN.po | 178 +++++++++++++------------ stock_demand_estimate/i18n/zh_CN.po | 178 +++++++++++++------------ stock_demand_estimate/i18n/zh_TW.po | 176 ++++++++++++------------ 73 files changed, 6766 insertions(+), 6132 deletions(-) diff --git a/stock_demand_estimate/i18n/am.po b/stock_demand_estimate/i18n/am.po index 9e02be37a..4c2b59fd6 100644 --- a/stock_demand_estimate/i18n/am.po +++ b/stock_demand_estimate/i18n/am.po @@ -19,41 +19,41 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Cancel" msgstr "Cancelar" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_company_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id msgid "Company" msgstr "" #. module: stock_demand_estimate -#: model:ir.actions.act_window,name:stock_demand_estimate.action_stock_demand_estimate_wizard -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate_wizard +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_wizard_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_wizard_menu msgid "Create Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_uid msgid "Created by" msgstr "Creado por" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_date msgid "Created on" msgstr "Creado en" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_start msgid "Date From" msgstr "" @@ -63,165 +63,173 @@ msgid "Date Range" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_range_type_id msgid "Date Range Type" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +#: model:ir.ui.menu,name:stock_demand_estimate.date_range_menu msgid "Date Ranges" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_end msgid "Date To" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_end msgid "Date to" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days +#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range__days msgid "Days between dates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_planning +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu msgid "Demand Planning" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__display_name msgid "Display Name" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__estimate_id msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:256 #, python-format msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Estimated quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__line_ids msgid "Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_date_range_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_range_id msgid "Estimating Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__id msgid "ID" msgstr "ID" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard___last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard____last_update msgid "Last Modified on" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_uid msgid "Last Updated by" msgstr "Última actualización por" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_date msgid "Last Updated on" msgstr "Última actualización en" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__location_id msgid "Location" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__date_range_id +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_x +msgid "Period Name" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Prepare" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_y +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_id msgid "Product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_y +msgid "Product Name" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__product_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__product_ids +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Products" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom_qty -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_daily_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty msgid "Quantity / Day" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Real Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_search +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree msgid "Stock Demand Estimate" msgstr "" @@ -232,7 +240,7 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_sheet -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Stock Demand Estimate Sheet" msgstr "" @@ -243,25 +251,25 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_wizard -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 -#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:143 +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu #, python-format msgid "Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__location_id msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:79 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -269,40 +277,40 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:226 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:52 #, python-format msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom msgid "Unit of measure" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:243 #, python-format msgid "You must select at least one product." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "or" msgstr "o" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "to" msgstr "" diff --git a/stock_demand_estimate/i18n/ar.po b/stock_demand_estimate/i18n/ar.po index 4da5de598..12ef33b00 100644 --- a/stock_demand_estimate/i18n/ar.po +++ b/stock_demand_estimate/i18n/ar.po @@ -20,41 +20,41 @@ msgstr "" "&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Cancel" msgstr "إلغاء" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_company_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id msgid "Company" msgstr "الشركة" #. module: stock_demand_estimate -#: model:ir.actions.act_window,name:stock_demand_estimate.action_stock_demand_estimate_wizard -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate_wizard +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_wizard_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_wizard_menu msgid "Create Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_uid msgid "Created by" msgstr "أنشئ بواسطة" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_date msgid "Created on" msgstr "أنشئ في" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_start msgid "Date From" msgstr "" @@ -64,165 +64,173 @@ msgid "Date Range" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_range_type_id msgid "Date Range Type" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +#: model:ir.ui.menu,name:stock_demand_estimate.date_range_menu msgid "Date Ranges" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_end msgid "Date To" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_end msgid "Date to" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days +#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range__days msgid "Days between dates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_planning +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu msgid "Demand Planning" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__display_name msgid "Display Name" msgstr "اسم العرض" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__estimate_id msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:256 #, python-format msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Estimated quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__line_ids msgid "Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_date_range_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_range_id msgid "Estimating Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__id msgid "ID" msgstr "المعرف" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard___last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard____last_update msgid "Last Modified on" msgstr "آخر تعديل في" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_uid msgid "Last Updated by" msgstr "آخر تحديث بواسطة" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_date msgid "Last Updated on" msgstr "آخر تحديث في" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__location_id msgid "Location" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__date_range_id +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_x +msgid "Period Name" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Prepare" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_y +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_id msgid "Product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_y +msgid "Product Name" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__product_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__product_ids +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Products" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom_qty -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_daily_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty msgid "Quantity / Day" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Real Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_search +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree msgid "Stock Demand Estimate" msgstr "" @@ -233,7 +241,7 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_sheet -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Stock Demand Estimate Sheet" msgstr "" @@ -244,25 +252,25 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_wizard -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 -#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:143 +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu #, python-format msgid "Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__location_id msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:79 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -270,40 +278,40 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:226 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:52 #, python-format msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom msgid "Unit of measure" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:243 #, python-format msgid "You must select at least one product." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "or" msgstr "أو" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "to" msgstr "" diff --git a/stock_demand_estimate/i18n/bg.po b/stock_demand_estimate/i18n/bg.po index 2e74a68bb..d36eb4057 100644 --- a/stock_demand_estimate/i18n/bg.po +++ b/stock_demand_estimate/i18n/bg.po @@ -19,41 +19,41 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Cancel" msgstr "Откажи" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_company_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id msgid "Company" msgstr "Фирма" #. module: stock_demand_estimate -#: model:ir.actions.act_window,name:stock_demand_estimate.action_stock_demand_estimate_wizard -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate_wizard +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_wizard_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_wizard_menu msgid "Create Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_uid msgid "Created by" msgstr "Създадено от" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_date msgid "Created on" msgstr "Създадено на" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_start msgid "Date From" msgstr "" @@ -63,165 +63,173 @@ msgid "Date Range" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_range_type_id msgid "Date Range Type" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +#: model:ir.ui.menu,name:stock_demand_estimate.date_range_menu msgid "Date Ranges" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_end msgid "Date To" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_end msgid "Date to" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days +#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range__days msgid "Days between dates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_planning +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu msgid "Demand Planning" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__display_name msgid "Display Name" msgstr "Име за показване" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__estimate_id msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:256 #, python-format msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Estimated quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__line_ids msgid "Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_date_range_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_range_id msgid "Estimating Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__id msgid "ID" msgstr "ID" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard___last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard____last_update msgid "Last Modified on" msgstr "Последно променено на" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_uid msgid "Last Updated by" msgstr "Последно обновено от" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_date msgid "Last Updated on" msgstr "Последно обновено на" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__location_id msgid "Location" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__date_range_id +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_x +msgid "Period Name" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Prepare" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_y +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_id msgid "Product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_y +msgid "Product Name" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__product_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__product_ids +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Products" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom_qty -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_daily_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty msgid "Quantity / Day" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Real Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_search +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree msgid "Stock Demand Estimate" msgstr "" @@ -232,7 +240,7 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_sheet -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Stock Demand Estimate Sheet" msgstr "" @@ -243,25 +251,25 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_wizard -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 -#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:143 +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu #, python-format msgid "Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__location_id msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:79 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -269,40 +277,40 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:226 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:52 #, python-format msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom msgid "Unit of measure" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:243 #, python-format msgid "You must select at least one product." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "or" msgstr "или" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "to" msgstr "" diff --git a/stock_demand_estimate/i18n/bs.po b/stock_demand_estimate/i18n/bs.po index ec38a8ef7..3c0f022f9 100644 --- a/stock_demand_estimate/i18n/bs.po +++ b/stock_demand_estimate/i18n/bs.po @@ -20,41 +20,41 @@ msgstr "" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Cancel" msgstr "Otkaži" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_company_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id msgid "Company" msgstr "Kompanija" #. module: stock_demand_estimate -#: model:ir.actions.act_window,name:stock_demand_estimate.action_stock_demand_estimate_wizard -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate_wizard +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_wizard_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_wizard_menu msgid "Create Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_uid msgid "Created by" msgstr "Kreirao" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_date msgid "Created on" msgstr "Kreirano" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_start msgid "Date From" msgstr "" @@ -64,165 +64,173 @@ msgid "Date Range" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_range_type_id msgid "Date Range Type" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +#: model:ir.ui.menu,name:stock_demand_estimate.date_range_menu msgid "Date Ranges" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_end msgid "Date To" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_end msgid "Date to" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days +#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range__days msgid "Days between dates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_planning +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu msgid "Demand Planning" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__display_name msgid "Display Name" msgstr "Prikaži naziv" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__estimate_id msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:256 #, python-format msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Estimated quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__line_ids msgid "Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_date_range_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_range_id msgid "Estimating Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__id msgid "ID" msgstr "ID" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard___last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard____last_update msgid "Last Modified on" msgstr "Zadnje mijenjano" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_uid msgid "Last Updated by" msgstr "Zadnji ažurirao" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_date msgid "Last Updated on" msgstr "Zadnje ažurirano" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__location_id msgid "Location" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__date_range_id +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_x +msgid "Period Name" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Prepare" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_y +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_id msgid "Product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_y +msgid "Product Name" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__product_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__product_ids +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Products" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom_qty -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_daily_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty msgid "Quantity / Day" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Real Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_search +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree msgid "Stock Demand Estimate" msgstr "" @@ -233,7 +241,7 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_sheet -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Stock Demand Estimate Sheet" msgstr "" @@ -244,25 +252,25 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_wizard -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 -#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:143 +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu #, python-format msgid "Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__location_id msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:79 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -270,40 +278,40 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:226 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:52 #, python-format msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom msgid "Unit of measure" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:243 #, python-format msgid "You must select at least one product." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "or" msgstr "ili" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "to" msgstr "" diff --git a/stock_demand_estimate/i18n/ca.po b/stock_demand_estimate/i18n/ca.po index cfb4c0bde..bfa8aa7fc 100644 --- a/stock_demand_estimate/i18n/ca.po +++ b/stock_demand_estimate/i18n/ca.po @@ -19,41 +19,41 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Cancel" msgstr "Cancel·la" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_company_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id msgid "Company" msgstr "Companyia" #. module: stock_demand_estimate -#: model:ir.actions.act_window,name:stock_demand_estimate.action_stock_demand_estimate_wizard -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate_wizard +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_wizard_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_wizard_menu msgid "Create Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_uid msgid "Created by" msgstr "Creat per" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_date msgid "Created on" msgstr "Creat el" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_start msgid "Date From" msgstr "" @@ -63,165 +63,175 @@ msgid "Date Range" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_range_type_id msgid "Date Range Type" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +#: model:ir.ui.menu,name:stock_demand_estimate.date_range_menu msgid "Date Ranges" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_end msgid "Date To" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_end msgid "Date to" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days +#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range__days msgid "Days between dates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_planning +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu msgid "Demand Planning" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__display_name msgid "Display Name" msgstr "Veure el nom" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__estimate_id msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:256 #, python-format msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Estimated quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__line_ids msgid "Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_date_range_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_range_id msgid "Estimating Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__id msgid "ID" msgstr "ID" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard___last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard____last_update msgid "Last Modified on" msgstr "Darrera modificació el" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_uid msgid "Last Updated by" msgstr "Darrera Actualització per" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_date msgid "Last Updated on" msgstr "Darrera Actualització el" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__location_id msgid "Location" msgstr "Ubicació " #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__date_range_id +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_x +msgid "Period Name" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Prepare" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_y +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_id msgid "Product" msgstr "Producte" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_y +#, fuzzy +#| msgid "Product" +msgid "Product Name" +msgstr "Producte" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__product_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__product_ids +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Products" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom_qty -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_uom_qty msgid "Quantity" msgstr "Quantitat" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_daily_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty msgid "Quantity / Day" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Real Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_search +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree msgid "Stock Demand Estimate" msgstr "" @@ -232,7 +242,7 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_sheet -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Stock Demand Estimate Sheet" msgstr "" @@ -243,25 +253,25 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_wizard -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 -#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:143 +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu #, python-format msgid "Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__location_id msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:79 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -269,40 +279,40 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:226 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:52 #, python-format msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom msgid "Unit of measure" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:243 #, python-format msgid "You must select at least one product." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "or" msgstr "o" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "to" msgstr "" diff --git a/stock_demand_estimate/i18n/ca_ES.po b/stock_demand_estimate/i18n/ca_ES.po index 33848f32d..4a92fa24f 100644 --- a/stock_demand_estimate/i18n/ca_ES.po +++ b/stock_demand_estimate/i18n/ca_ES.po @@ -20,41 +20,41 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Cancel" msgstr "Cancel·la" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_company_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id msgid "Company" msgstr "Companyia" #. module: stock_demand_estimate -#: model:ir.actions.act_window,name:stock_demand_estimate.action_stock_demand_estimate_wizard -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate_wizard +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_wizard_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_wizard_menu msgid "Create Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_uid msgid "Created by" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_date msgid "Created on" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_start msgid "Date From" msgstr "" @@ -64,165 +64,173 @@ msgid "Date Range" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_range_type_id msgid "Date Range Type" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +#: model:ir.ui.menu,name:stock_demand_estimate.date_range_menu msgid "Date Ranges" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_end msgid "Date To" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_end msgid "Date to" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days +#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range__days msgid "Days between dates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_planning +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu msgid "Demand Planning" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__display_name msgid "Display Name" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__estimate_id msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:256 #, python-format msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Estimated quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__line_ids msgid "Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_date_range_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_range_id msgid "Estimating Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__id msgid "ID" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard___last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard____last_update msgid "Last Modified on" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_uid msgid "Last Updated by" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_date msgid "Last Updated on" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__location_id msgid "Location" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__date_range_id +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_x +msgid "Period Name" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Prepare" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_y +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_id msgid "Product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_y +msgid "Product Name" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__product_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__product_ids +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Products" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom_qty -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_daily_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty msgid "Quantity / Day" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Real Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_search +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree msgid "Stock Demand Estimate" msgstr "" @@ -233,7 +241,7 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_sheet -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Stock Demand Estimate Sheet" msgstr "" @@ -244,25 +252,25 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_wizard -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 -#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:143 +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu #, python-format msgid "Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__location_id msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:79 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -270,40 +278,40 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:226 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:52 #, python-format msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom msgid "Unit of measure" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:243 #, python-format msgid "You must select at least one product." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "or" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "to" msgstr "" diff --git a/stock_demand_estimate/i18n/cs.po b/stock_demand_estimate/i18n/cs.po index f5285d273..b39961887 100644 --- a/stock_demand_estimate/i18n/cs.po +++ b/stock_demand_estimate/i18n/cs.po @@ -19,41 +19,41 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Cancel" msgstr "Zrušit" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_company_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id msgid "Company" msgstr "Společnost" #. module: stock_demand_estimate -#: model:ir.actions.act_window,name:stock_demand_estimate.action_stock_demand_estimate_wizard -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate_wizard +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_wizard_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_wizard_menu msgid "Create Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_uid msgid "Created by" msgstr "Vytvořil(a)" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_date msgid "Created on" msgstr "Vytvořeno" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_start msgid "Date From" msgstr "" @@ -63,165 +63,173 @@ msgid "Date Range" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_range_type_id msgid "Date Range Type" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +#: model:ir.ui.menu,name:stock_demand_estimate.date_range_menu msgid "Date Ranges" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_end msgid "Date To" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_end msgid "Date to" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days +#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range__days msgid "Days between dates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_planning +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu msgid "Demand Planning" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__display_name msgid "Display Name" msgstr "Zobrazovaný název" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__estimate_id msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:256 #, python-format msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Estimated quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__line_ids msgid "Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_date_range_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_range_id msgid "Estimating Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__id msgid "ID" msgstr "ID" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard___last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard____last_update msgid "Last Modified on" msgstr "Naposled upraveno" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_uid msgid "Last Updated by" msgstr "Naposled upraveno" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_date msgid "Last Updated on" msgstr "Naposled upraveno" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__location_id msgid "Location" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__date_range_id +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_x +msgid "Period Name" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Prepare" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_y +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_id msgid "Product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_y +msgid "Product Name" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__product_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__product_ids +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Products" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom_qty -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_daily_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty msgid "Quantity / Day" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Real Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_search +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree msgid "Stock Demand Estimate" msgstr "" @@ -232,7 +240,7 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_sheet -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Stock Demand Estimate Sheet" msgstr "" @@ -243,25 +251,25 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_wizard -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 -#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:143 +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu #, python-format msgid "Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__location_id msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:79 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -269,40 +277,40 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:226 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:52 #, python-format msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom msgid "Unit of measure" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:243 #, python-format msgid "You must select at least one product." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "or" msgstr "nebo" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "to" msgstr "" diff --git a/stock_demand_estimate/i18n/da.po b/stock_demand_estimate/i18n/da.po index cd9e76718..187b24678 100644 --- a/stock_demand_estimate/i18n/da.po +++ b/stock_demand_estimate/i18n/da.po @@ -19,41 +19,41 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Cancel" msgstr "Annuller" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_company_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id msgid "Company" msgstr "Virksomhed" #. module: stock_demand_estimate -#: model:ir.actions.act_window,name:stock_demand_estimate.action_stock_demand_estimate_wizard -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate_wizard +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_wizard_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_wizard_menu msgid "Create Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_uid msgid "Created by" msgstr "Oprettet af" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_date msgid "Created on" msgstr "Oprettet den" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_start msgid "Date From" msgstr "" @@ -63,165 +63,173 @@ msgid "Date Range" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_range_type_id msgid "Date Range Type" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +#: model:ir.ui.menu,name:stock_demand_estimate.date_range_menu msgid "Date Ranges" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_end msgid "Date To" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_end msgid "Date to" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days +#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range__days msgid "Days between dates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_planning +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu msgid "Demand Planning" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__display_name msgid "Display Name" msgstr "Vist navn" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__estimate_id msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:256 #, python-format msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Estimated quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__line_ids msgid "Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_date_range_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_range_id msgid "Estimating Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__id msgid "ID" msgstr "Id" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard___last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard____last_update msgid "Last Modified on" msgstr "Sidst ændret den" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_uid msgid "Last Updated by" msgstr "Sidst opdateret af" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_date msgid "Last Updated on" msgstr "Sidst opdateret den" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__location_id msgid "Location" msgstr "Postnr/by " #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__date_range_id +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_x +msgid "Period Name" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Prepare" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_y +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_id msgid "Product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_y +msgid "Product Name" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__product_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__product_ids +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Products" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom_qty -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_daily_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty msgid "Quantity / Day" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Real Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_search +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree msgid "Stock Demand Estimate" msgstr "" @@ -232,7 +240,7 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_sheet -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Stock Demand Estimate Sheet" msgstr "" @@ -243,25 +251,25 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_wizard -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 -#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:143 +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu #, python-format msgid "Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__location_id msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:79 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -269,40 +277,40 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:226 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:52 #, python-format msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom msgid "Unit of measure" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:243 #, python-format msgid "You must select at least one product." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "or" msgstr "eller" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "to" msgstr "" diff --git a/stock_demand_estimate/i18n/de.po b/stock_demand_estimate/i18n/de.po index 1f554f7a4..b49a9ee80 100644 --- a/stock_demand_estimate/i18n/de.po +++ b/stock_demand_estimate/i18n/de.po @@ -19,41 +19,41 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Cancel" msgstr "Abbrechen" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_company_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id msgid "Company" msgstr "Unternehmen" #. module: stock_demand_estimate -#: model:ir.actions.act_window,name:stock_demand_estimate.action_stock_demand_estimate_wizard -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate_wizard +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_wizard_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_wizard_menu msgid "Create Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_uid msgid "Created by" msgstr "Angelegt durch" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_date msgid "Created on" msgstr "Angelegt am" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_start msgid "Date From" msgstr "Datum ab" @@ -63,166 +63,176 @@ msgid "Date Range" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_range_type_id msgid "Date Range Type" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +#: model:ir.ui.menu,name:stock_demand_estimate.date_range_menu msgid "Date Ranges" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_end msgid "Date To" msgstr "Datum bis" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_end #, fuzzy msgid "Date to" msgstr "Datum bis" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days +#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range__days msgid "Days between dates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_planning +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu msgid "Demand Planning" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__display_name msgid "Display Name" msgstr "Anzeigename" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__estimate_id msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:256 #, python-format msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Estimated quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__line_ids msgid "Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_date_range_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_range_id msgid "Estimating Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__id msgid "ID" msgstr "ID" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard___last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard____last_update msgid "Last Modified on" msgstr "Zuletzt geändert am" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_uid msgid "Last Updated by" msgstr "Zuletzt aktualisiert durch" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_date msgid "Last Updated on" msgstr "Zuletzt aktualisiert am" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__location_id msgid "Location" msgstr "Standort" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__date_range_id +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_x +msgid "Period Name" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Prepare" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_y +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_id msgid "Product" msgstr "Produkt" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_y +#, fuzzy +#| msgid "Product" +msgid "Product Name" +msgstr "Produkt" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__product_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__product_ids +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Products" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom_qty -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_uom_qty msgid "Quantity" msgstr "Menge" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_daily_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty msgid "Quantity / Day" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Real Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_search +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree msgid "Stock Demand Estimate" msgstr "" @@ -233,7 +243,7 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_sheet -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Stock Demand Estimate Sheet" msgstr "" @@ -244,25 +254,25 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_wizard -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 -#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:143 +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu #, python-format msgid "Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__location_id msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:79 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -270,40 +280,40 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:226 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:52 #, python-format msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom msgid "Unit of measure" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:243 #, python-format msgid "You must select at least one product." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "or" msgstr "oder" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "to" msgstr "" diff --git a/stock_demand_estimate/i18n/el_GR.po b/stock_demand_estimate/i18n/el_GR.po index 9ae3df381..32cee6fb7 100644 --- a/stock_demand_estimate/i18n/el_GR.po +++ b/stock_demand_estimate/i18n/el_GR.po @@ -20,41 +20,41 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Cancel" msgstr "Άκυρο" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_company_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id msgid "Company" msgstr "Εταιρεία" #. module: stock_demand_estimate -#: model:ir.actions.act_window,name:stock_demand_estimate.action_stock_demand_estimate_wizard -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate_wizard +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_wizard_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_wizard_menu msgid "Create Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_uid msgid "Created by" msgstr "Δημιουργήθηκε από " #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_date msgid "Created on" msgstr "Δημιουργήθηκε στις" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_start msgid "Date From" msgstr "" @@ -64,165 +64,175 @@ msgid "Date Range" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_range_type_id msgid "Date Range Type" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +#: model:ir.ui.menu,name:stock_demand_estimate.date_range_menu msgid "Date Ranges" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_end msgid "Date To" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_end msgid "Date to" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days +#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range__days msgid "Days between dates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_planning +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu msgid "Demand Planning" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__display_name msgid "Display Name" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__estimate_id msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:256 #, python-format msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Estimated quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__line_ids msgid "Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_date_range_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_range_id msgid "Estimating Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__id msgid "ID" msgstr "Κωδικός" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard___last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard____last_update msgid "Last Modified on" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_uid msgid "Last Updated by" msgstr "Τελευταία ενημέρωση από" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_date msgid "Last Updated on" msgstr "Τελευταία ενημέρωση στις" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__location_id msgid "Location" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__date_range_id +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_x +msgid "Period Name" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Prepare" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_y +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_id msgid "Product" msgstr "Προϊόν" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_y +#, fuzzy +#| msgid "Product" +msgid "Product Name" +msgstr "Προϊόν" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__product_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__product_ids +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Products" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom_qty -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_uom_qty msgid "Quantity" msgstr "Ποσότητα" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_daily_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty msgid "Quantity / Day" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Real Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_search +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree msgid "Stock Demand Estimate" msgstr "" @@ -233,7 +243,7 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_sheet -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Stock Demand Estimate Sheet" msgstr "" @@ -244,25 +254,25 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_wizard -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 -#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:143 +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu #, python-format msgid "Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__location_id msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:79 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -270,40 +280,40 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:226 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:52 #, python-format msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom msgid "Unit of measure" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:243 #, python-format msgid "You must select at least one product." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "or" msgstr "ή" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "to" msgstr "" diff --git a/stock_demand_estimate/i18n/en_AU.po b/stock_demand_estimate/i18n/en_AU.po index 2df352364..e6de1f845 100644 --- a/stock_demand_estimate/i18n/en_AU.po +++ b/stock_demand_estimate/i18n/en_AU.po @@ -20,41 +20,41 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Cancel" msgstr "Cancel" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_company_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id msgid "Company" msgstr "" #. module: stock_demand_estimate -#: model:ir.actions.act_window,name:stock_demand_estimate.action_stock_demand_estimate_wizard -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate_wizard +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_wizard_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_wizard_menu msgid "Create Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_uid msgid "Created by" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_date msgid "Created on" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_start msgid "Date From" msgstr "" @@ -64,165 +64,173 @@ msgid "Date Range" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_range_type_id msgid "Date Range Type" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +#: model:ir.ui.menu,name:stock_demand_estimate.date_range_menu msgid "Date Ranges" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_end msgid "Date To" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_end msgid "Date to" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days +#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range__days msgid "Days between dates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_planning +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu msgid "Demand Planning" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__display_name msgid "Display Name" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__estimate_id msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:256 #, python-format msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Estimated quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__line_ids msgid "Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_date_range_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_range_id msgid "Estimating Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__id msgid "ID" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard___last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard____last_update msgid "Last Modified on" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_uid msgid "Last Updated by" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_date msgid "Last Updated on" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__location_id msgid "Location" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__date_range_id +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_x +msgid "Period Name" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Prepare" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_y +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_id msgid "Product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_y +msgid "Product Name" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__product_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__product_ids +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Products" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom_qty -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_daily_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty msgid "Quantity / Day" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Real Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_search +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree msgid "Stock Demand Estimate" msgstr "" @@ -233,7 +241,7 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_sheet -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Stock Demand Estimate Sheet" msgstr "" @@ -244,25 +252,25 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_wizard -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 -#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:143 +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu #, python-format msgid "Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__location_id msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:79 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -270,40 +278,40 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:226 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:52 #, python-format msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom msgid "Unit of measure" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:243 #, python-format msgid "You must select at least one product." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "or" msgstr "or" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "to" msgstr "" diff --git a/stock_demand_estimate/i18n/en_GB.po b/stock_demand_estimate/i18n/en_GB.po index ebfcf5fc7..5024f1fe6 100644 --- a/stock_demand_estimate/i18n/en_GB.po +++ b/stock_demand_estimate/i18n/en_GB.po @@ -20,41 +20,41 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Cancel" msgstr "Cancel" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_company_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id msgid "Company" msgstr "Company" #. module: stock_demand_estimate -#: model:ir.actions.act_window,name:stock_demand_estimate.action_stock_demand_estimate_wizard -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate_wizard +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_wizard_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_wizard_menu msgid "Create Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_uid msgid "Created by" msgstr "Created by" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_date msgid "Created on" msgstr "Created on" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_start msgid "Date From" msgstr "" @@ -64,165 +64,173 @@ msgid "Date Range" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_range_type_id msgid "Date Range Type" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +#: model:ir.ui.menu,name:stock_demand_estimate.date_range_menu msgid "Date Ranges" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_end msgid "Date To" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_end msgid "Date to" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days +#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range__days msgid "Days between dates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_planning +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu msgid "Demand Planning" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__display_name msgid "Display Name" msgstr "Display Name" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__estimate_id msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:256 #, python-format msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Estimated quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__line_ids msgid "Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_date_range_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_range_id msgid "Estimating Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__id msgid "ID" msgstr "ID" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard___last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard____last_update msgid "Last Modified on" msgstr "Last Modified on" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_uid msgid "Last Updated by" msgstr "Last Updated by" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_date msgid "Last Updated on" msgstr "Last Updated on" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__location_id msgid "Location" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__date_range_id +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_x +msgid "Period Name" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Prepare" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_y +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_id msgid "Product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_y +msgid "Product Name" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__product_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__product_ids +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Products" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom_qty -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_daily_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty msgid "Quantity / Day" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Real Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_search +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree msgid "Stock Demand Estimate" msgstr "" @@ -233,7 +241,7 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_sheet -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Stock Demand Estimate Sheet" msgstr "" @@ -244,25 +252,25 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_wizard -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 -#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:143 +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu #, python-format msgid "Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__location_id msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:79 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -270,40 +278,40 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:226 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:52 #, python-format msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom msgid "Unit of measure" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:243 #, python-format msgid "You must select at least one product." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "or" msgstr "or" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "to" msgstr "" diff --git a/stock_demand_estimate/i18n/es.po b/stock_demand_estimate/i18n/es.po index f11781bab..55481c549 100644 --- a/stock_demand_estimate/i18n/es.po +++ b/stock_demand_estimate/i18n/es.po @@ -19,41 +19,41 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Cancel" msgstr "Cancelar" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_company_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id msgid "Company" msgstr "Compañia" #. module: stock_demand_estimate -#: model:ir.actions.act_window,name:stock_demand_estimate.action_stock_demand_estimate_wizard -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate_wizard +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_wizard_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_wizard_menu msgid "Create Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_uid msgid "Created by" msgstr "Creado por" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_date msgid "Created on" msgstr "Creado el" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_start msgid "Date From" msgstr "Fecha desde" @@ -63,166 +63,176 @@ msgid "Date Range" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_range_type_id msgid "Date Range Type" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +#: model:ir.ui.menu,name:stock_demand_estimate.date_range_menu msgid "Date Ranges" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_end msgid "Date To" msgstr "Fecha hasta" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_end #, fuzzy msgid "Date to" msgstr "Fecha hasta" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days +#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range__days msgid "Days between dates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_planning +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu msgid "Demand Planning" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__display_name msgid "Display Name" msgstr "Nombre mostrado" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__estimate_id msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:256 #, python-format msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Estimated quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__line_ids msgid "Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_date_range_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_range_id msgid "Estimating Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__id msgid "ID" msgstr "ID" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard___last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard____last_update msgid "Last Modified on" msgstr "Última modificación el" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_uid msgid "Last Updated by" msgstr "Actualizado por última vez por" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_date msgid "Last Updated on" msgstr "Actualizado por última vez el" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__location_id msgid "Location" msgstr "Localización" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__date_range_id +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_x +msgid "Period Name" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Prepare" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_y +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_id msgid "Product" msgstr "Producto" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_y +#, fuzzy +#| msgid "Product" +msgid "Product Name" +msgstr "Producto" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__product_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__product_ids +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Products" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom_qty -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_uom_qty msgid "Quantity" msgstr "Cantidad" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_daily_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty msgid "Quantity / Day" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Real Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_search +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree msgid "Stock Demand Estimate" msgstr "" @@ -233,7 +243,7 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_sheet -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Stock Demand Estimate Sheet" msgstr "" @@ -244,25 +254,25 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_wizard -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 -#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:143 +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu #, python-format msgid "Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__location_id msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:79 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -270,40 +280,40 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:226 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:52 #, python-format msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom msgid "Unit of measure" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:243 #, python-format msgid "You must select at least one product." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "or" msgstr "o" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "to" msgstr "" diff --git a/stock_demand_estimate/i18n/es_AR.po b/stock_demand_estimate/i18n/es_AR.po index a209737d8..a3676d6f4 100644 --- a/stock_demand_estimate/i18n/es_AR.po +++ b/stock_demand_estimate/i18n/es_AR.po @@ -20,41 +20,41 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Cancel" msgstr "Cancelar" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_company_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id msgid "Company" msgstr "" #. module: stock_demand_estimate -#: model:ir.actions.act_window,name:stock_demand_estimate.action_stock_demand_estimate_wizard -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate_wizard +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_wizard_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_wizard_menu msgid "Create Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_uid msgid "Created by" msgstr "Creado por" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_date msgid "Created on" msgstr "Creado en" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_start msgid "Date From" msgstr "" @@ -64,165 +64,173 @@ msgid "Date Range" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_range_type_id msgid "Date Range Type" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +#: model:ir.ui.menu,name:stock_demand_estimate.date_range_menu msgid "Date Ranges" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_end msgid "Date To" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_end msgid "Date to" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days +#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range__days msgid "Days between dates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_planning +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu msgid "Demand Planning" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__display_name msgid "Display Name" msgstr "Mostrar Nombre" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__estimate_id msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:256 #, python-format msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Estimated quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__line_ids msgid "Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_date_range_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_range_id msgid "Estimating Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__id msgid "ID" msgstr "ID" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard___last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard____last_update msgid "Last Modified on" msgstr "Última modificación en" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_uid msgid "Last Updated by" msgstr "Última actualización realizada por" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_date msgid "Last Updated on" msgstr "Última actualización el" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__location_id msgid "Location" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__date_range_id +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_x +msgid "Period Name" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Prepare" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_y +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_id msgid "Product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_y +msgid "Product Name" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__product_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__product_ids +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Products" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom_qty -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_daily_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty msgid "Quantity / Day" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Real Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_search +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree msgid "Stock Demand Estimate" msgstr "" @@ -233,7 +241,7 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_sheet -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Stock Demand Estimate Sheet" msgstr "" @@ -244,25 +252,25 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_wizard -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 -#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:143 +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu #, python-format msgid "Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__location_id msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:79 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -270,40 +278,40 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:226 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:52 #, python-format msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom msgid "Unit of measure" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:243 #, python-format msgid "You must select at least one product." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "or" msgstr "o" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "to" msgstr "" diff --git a/stock_demand_estimate/i18n/es_CL.po b/stock_demand_estimate/i18n/es_CL.po index 49a8dc198..693119694 100644 --- a/stock_demand_estimate/i18n/es_CL.po +++ b/stock_demand_estimate/i18n/es_CL.po @@ -20,41 +20,41 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Cancel" msgstr "Cancelar" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_company_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id msgid "Company" msgstr "" #. module: stock_demand_estimate -#: model:ir.actions.act_window,name:stock_demand_estimate.action_stock_demand_estimate_wizard -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate_wizard +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_wizard_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_wizard_menu msgid "Create Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_uid msgid "Created by" msgstr "Creado por" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_date msgid "Created on" msgstr "Creado en" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_start msgid "Date From" msgstr "" @@ -64,165 +64,173 @@ msgid "Date Range" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_range_type_id msgid "Date Range Type" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +#: model:ir.ui.menu,name:stock_demand_estimate.date_range_menu msgid "Date Ranges" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_end msgid "Date To" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_end msgid "Date to" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days +#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range__days msgid "Days between dates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_planning +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu msgid "Demand Planning" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__display_name msgid "Display Name" msgstr "Nombre mostrado" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__estimate_id msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:256 #, python-format msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Estimated quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__line_ids msgid "Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_date_range_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_range_id msgid "Estimating Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__id msgid "ID" msgstr "ID (identificación)" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard___last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard____last_update msgid "Last Modified on" msgstr "Última modificación en" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_uid msgid "Last Updated by" msgstr "Última actualización de" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_date msgid "Last Updated on" msgstr "Última actualización en" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__location_id msgid "Location" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__date_range_id +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_x +msgid "Period Name" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Prepare" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_y +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_id msgid "Product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_y +msgid "Product Name" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__product_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__product_ids +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Products" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom_qty -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_daily_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty msgid "Quantity / Day" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Real Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_search +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree msgid "Stock Demand Estimate" msgstr "" @@ -233,7 +241,7 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_sheet -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Stock Demand Estimate Sheet" msgstr "" @@ -244,25 +252,25 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_wizard -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 -#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:143 +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu #, python-format msgid "Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__location_id msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:79 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -270,40 +278,40 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:226 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:52 #, python-format msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom msgid "Unit of measure" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:243 #, python-format msgid "You must select at least one product." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "or" msgstr "o" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "to" msgstr "" diff --git a/stock_demand_estimate/i18n/es_CO.po b/stock_demand_estimate/i18n/es_CO.po index b7cecae51..ec30a515a 100644 --- a/stock_demand_estimate/i18n/es_CO.po +++ b/stock_demand_estimate/i18n/es_CO.po @@ -20,41 +20,41 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Cancel" msgstr "Cancelar" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_company_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id msgid "Company" msgstr "" #. module: stock_demand_estimate -#: model:ir.actions.act_window,name:stock_demand_estimate.action_stock_demand_estimate_wizard -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate_wizard +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_wizard_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_wizard_menu msgid "Create Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_uid msgid "Created by" msgstr "Creado por" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_date msgid "Created on" msgstr "Creado" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_start msgid "Date From" msgstr "" @@ -64,165 +64,173 @@ msgid "Date Range" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_range_type_id msgid "Date Range Type" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +#: model:ir.ui.menu,name:stock_demand_estimate.date_range_menu msgid "Date Ranges" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_end msgid "Date To" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_end msgid "Date to" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days +#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range__days msgid "Days between dates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_planning +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu msgid "Demand Planning" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__display_name msgid "Display Name" msgstr "Nombre Público" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__estimate_id msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:256 #, python-format msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Estimated quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__line_ids msgid "Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_date_range_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_range_id msgid "Estimating Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__id msgid "ID" msgstr "ID" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard___last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard____last_update msgid "Last Modified on" msgstr "Última Modificación el" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_uid msgid "Last Updated by" msgstr "Actualizado por" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_date msgid "Last Updated on" msgstr "Actualizado" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__location_id msgid "Location" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__date_range_id +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_x +msgid "Period Name" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Prepare" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_y +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_id msgid "Product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_y +msgid "Product Name" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__product_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__product_ids +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Products" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom_qty -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_daily_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty msgid "Quantity / Day" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Real Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_search +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree msgid "Stock Demand Estimate" msgstr "" @@ -233,7 +241,7 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_sheet -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Stock Demand Estimate Sheet" msgstr "" @@ -244,25 +252,25 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_wizard -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 -#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:143 +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu #, python-format msgid "Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__location_id msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:79 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -270,40 +278,40 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:226 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:52 #, python-format msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom msgid "Unit of measure" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:243 #, python-format msgid "You must select at least one product." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "or" msgstr "o" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "to" msgstr "" diff --git a/stock_demand_estimate/i18n/es_CR.po b/stock_demand_estimate/i18n/es_CR.po index 0a4841d62..cb03ff7e5 100644 --- a/stock_demand_estimate/i18n/es_CR.po +++ b/stock_demand_estimate/i18n/es_CR.po @@ -20,41 +20,41 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Cancel" msgstr "Cancelar" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_company_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id msgid "Company" msgstr "Compañía" #. module: stock_demand_estimate -#: model:ir.actions.act_window,name:stock_demand_estimate.action_stock_demand_estimate_wizard -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate_wizard +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_wizard_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_wizard_menu msgid "Create Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_uid msgid "Created by" msgstr "Creado por" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_date msgid "Created on" msgstr "Creado en" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_start msgid "Date From" msgstr "" @@ -64,165 +64,173 @@ msgid "Date Range" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_range_type_id msgid "Date Range Type" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +#: model:ir.ui.menu,name:stock_demand_estimate.date_range_menu msgid "Date Ranges" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_end msgid "Date To" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_end msgid "Date to" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days +#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range__days msgid "Days between dates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_planning +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu msgid "Demand Planning" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__display_name msgid "Display Name" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__estimate_id msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:256 #, python-format msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Estimated quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__line_ids msgid "Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_date_range_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_range_id msgid "Estimating Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__id msgid "ID" msgstr "ID" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard___last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard____last_update msgid "Last Modified on" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_uid msgid "Last Updated by" msgstr "Ultima actualización por" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_date msgid "Last Updated on" msgstr "Ultima actualización en" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__location_id msgid "Location" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__date_range_id +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_x +msgid "Period Name" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Prepare" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_y +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_id msgid "Product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_y +msgid "Product Name" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__product_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__product_ids +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Products" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom_qty -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_daily_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty msgid "Quantity / Day" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Real Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_search +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree msgid "Stock Demand Estimate" msgstr "" @@ -233,7 +241,7 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_sheet -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Stock Demand Estimate Sheet" msgstr "" @@ -244,25 +252,25 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_wizard -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 -#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:143 +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu #, python-format msgid "Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__location_id msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:79 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -270,40 +278,40 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:226 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:52 #, python-format msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom msgid "Unit of measure" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:243 #, python-format msgid "You must select at least one product." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "or" msgstr "o" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "to" msgstr "" diff --git a/stock_demand_estimate/i18n/es_DO.po b/stock_demand_estimate/i18n/es_DO.po index 51e89fbeb..0236bbc30 100644 --- a/stock_demand_estimate/i18n/es_DO.po +++ b/stock_demand_estimate/i18n/es_DO.po @@ -20,41 +20,41 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Cancel" msgstr "Cancelar" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_company_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id msgid "Company" msgstr "" #. module: stock_demand_estimate -#: model:ir.actions.act_window,name:stock_demand_estimate.action_stock_demand_estimate_wizard -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate_wizard +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_wizard_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_wizard_menu msgid "Create Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_uid msgid "Created by" msgstr "Creado por" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_date msgid "Created on" msgstr "Creado en" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_start msgid "Date From" msgstr "" @@ -64,165 +64,173 @@ msgid "Date Range" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_range_type_id msgid "Date Range Type" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +#: model:ir.ui.menu,name:stock_demand_estimate.date_range_menu msgid "Date Ranges" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_end msgid "Date To" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_end msgid "Date to" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days +#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range__days msgid "Days between dates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_planning +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu msgid "Demand Planning" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__display_name msgid "Display Name" msgstr "Nombre mostrado" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__estimate_id msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:256 #, python-format msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Estimated quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__line_ids msgid "Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_date_range_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_range_id msgid "Estimating Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__id msgid "ID" msgstr "ID" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard___last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard____last_update msgid "Last Modified on" msgstr "Última modificación en" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_uid msgid "Last Updated by" msgstr "Última actualización de" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_date msgid "Last Updated on" msgstr "Última actualización en" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__location_id msgid "Location" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__date_range_id +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_x +msgid "Period Name" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Prepare" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_y +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_id msgid "Product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_y +msgid "Product Name" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__product_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__product_ids +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Products" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom_qty -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_daily_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty msgid "Quantity / Day" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Real Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_search +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree msgid "Stock Demand Estimate" msgstr "" @@ -233,7 +241,7 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_sheet -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Stock Demand Estimate Sheet" msgstr "" @@ -244,25 +252,25 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_wizard -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 -#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:143 +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu #, python-format msgid "Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__location_id msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:79 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -270,40 +278,40 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:226 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:52 #, python-format msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom msgid "Unit of measure" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:243 #, python-format msgid "You must select at least one product." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "or" msgstr "o" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "to" msgstr "" diff --git a/stock_demand_estimate/i18n/es_EC.po b/stock_demand_estimate/i18n/es_EC.po index a6a90cb13..120e517a4 100644 --- a/stock_demand_estimate/i18n/es_EC.po +++ b/stock_demand_estimate/i18n/es_EC.po @@ -20,41 +20,41 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Cancel" msgstr "Cancelar" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_company_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id msgid "Company" msgstr "Compañia" #. module: stock_demand_estimate -#: model:ir.actions.act_window,name:stock_demand_estimate.action_stock_demand_estimate_wizard -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate_wizard +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_wizard_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_wizard_menu msgid "Create Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_uid msgid "Created by" msgstr "Creado por" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_date msgid "Created on" msgstr "Creado en" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_start msgid "Date From" msgstr "" @@ -64,165 +64,173 @@ msgid "Date Range" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_range_type_id msgid "Date Range Type" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +#: model:ir.ui.menu,name:stock_demand_estimate.date_range_menu msgid "Date Ranges" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_end msgid "Date To" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_end msgid "Date to" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days +#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range__days msgid "Days between dates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_planning +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu msgid "Demand Planning" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__display_name msgid "Display Name" msgstr "Nombre mostrado" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__estimate_id msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:256 #, python-format msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Estimated quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__line_ids msgid "Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_date_range_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_range_id msgid "Estimating Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__id msgid "ID" msgstr "ID (identificación)" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard___last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard____last_update msgid "Last Modified on" msgstr "Última modificación en" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_uid msgid "Last Updated by" msgstr "Última actualización de" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_date msgid "Last Updated on" msgstr "Última actualización en" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__location_id msgid "Location" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__date_range_id +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_x +msgid "Period Name" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Prepare" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_y +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_id msgid "Product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_y +msgid "Product Name" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__product_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__product_ids +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Products" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom_qty -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_daily_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty msgid "Quantity / Day" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Real Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_search +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree msgid "Stock Demand Estimate" msgstr "" @@ -233,7 +241,7 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_sheet -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Stock Demand Estimate Sheet" msgstr "" @@ -244,25 +252,25 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_wizard -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 -#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:143 +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu #, python-format msgid "Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__location_id msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:79 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -270,40 +278,40 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:226 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:52 #, python-format msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom msgid "Unit of measure" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:243 #, python-format msgid "You must select at least one product." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "or" msgstr "o" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "to" msgstr "" diff --git a/stock_demand_estimate/i18n/es_ES.po b/stock_demand_estimate/i18n/es_ES.po index 210bb9829..5fda4c828 100644 --- a/stock_demand_estimate/i18n/es_ES.po +++ b/stock_demand_estimate/i18n/es_ES.po @@ -20,41 +20,41 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Cancel" msgstr "Cancelar" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_company_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id msgid "Company" msgstr "Compañía" #. module: stock_demand_estimate -#: model:ir.actions.act_window,name:stock_demand_estimate.action_stock_demand_estimate_wizard -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate_wizard +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_wizard_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_wizard_menu msgid "Create Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_uid msgid "Created by" msgstr "Creado por" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_date msgid "Created on" msgstr "Creado en" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_start msgid "Date From" msgstr "" @@ -64,165 +64,175 @@ msgid "Date Range" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_range_type_id msgid "Date Range Type" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +#: model:ir.ui.menu,name:stock_demand_estimate.date_range_menu msgid "Date Ranges" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_end msgid "Date To" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_end msgid "Date to" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days +#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range__days msgid "Days between dates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_planning +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu msgid "Demand Planning" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__display_name msgid "Display Name" msgstr "Nombre para mostrar" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__estimate_id msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:256 #, python-format msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Estimated quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__line_ids msgid "Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_date_range_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_range_id msgid "Estimating Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__id msgid "ID" msgstr "ID" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard___last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard____last_update msgid "Last Modified on" msgstr "Última modificación en" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_uid msgid "Last Updated by" msgstr "Última actualización por" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_date msgid "Last Updated on" msgstr "Última actualización en" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__location_id msgid "Location" msgstr "Ubicación" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__date_range_id +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_x +msgid "Period Name" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Prepare" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_y +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_id msgid "Product" msgstr "Producto" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_y +#, fuzzy +#| msgid "Product" +msgid "Product Name" +msgstr "Producto" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__product_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__product_ids +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Products" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom_qty -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_daily_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty msgid "Quantity / Day" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Real Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_search +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree msgid "Stock Demand Estimate" msgstr "" @@ -233,7 +243,7 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_sheet -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Stock Demand Estimate Sheet" msgstr "" @@ -244,25 +254,25 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_wizard -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 -#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:143 +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu #, python-format msgid "Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__location_id msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:79 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -270,40 +280,40 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:226 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:52 #, python-format msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom msgid "Unit of measure" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:243 #, python-format msgid "You must select at least one product." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "or" msgstr "o" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "to" msgstr "" diff --git a/stock_demand_estimate/i18n/es_MX.po b/stock_demand_estimate/i18n/es_MX.po index cc393a890..e0d433221 100644 --- a/stock_demand_estimate/i18n/es_MX.po +++ b/stock_demand_estimate/i18n/es_MX.po @@ -20,41 +20,41 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Cancel" msgstr "Cancelar" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_company_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id msgid "Company" msgstr "Compañía" #. module: stock_demand_estimate -#: model:ir.actions.act_window,name:stock_demand_estimate.action_stock_demand_estimate_wizard -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate_wizard +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_wizard_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_wizard_menu msgid "Create Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_uid msgid "Created by" msgstr "Creado por" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_date msgid "Created on" msgstr "Creado en" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_start msgid "Date From" msgstr "" @@ -64,165 +64,173 @@ msgid "Date Range" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_range_type_id msgid "Date Range Type" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +#: model:ir.ui.menu,name:stock_demand_estimate.date_range_menu msgid "Date Ranges" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_end msgid "Date To" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_end msgid "Date to" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days +#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range__days msgid "Days between dates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_planning +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu msgid "Demand Planning" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__display_name msgid "Display Name" msgstr "Nombre desplegado" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__estimate_id msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:256 #, python-format msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Estimated quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__line_ids msgid "Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_date_range_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_range_id msgid "Estimating Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__id msgid "ID" msgstr "ID" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard___last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard____last_update msgid "Last Modified on" msgstr "Ultima modificacion realizada" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_uid msgid "Last Updated by" msgstr "Ultima actualizacion por" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_date msgid "Last Updated on" msgstr "Ultima actualización realizada" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__location_id msgid "Location" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__date_range_id +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_x +msgid "Period Name" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Prepare" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_y +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_id msgid "Product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_y +msgid "Product Name" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__product_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__product_ids +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Products" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom_qty -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_daily_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty msgid "Quantity / Day" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Real Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_search +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree msgid "Stock Demand Estimate" msgstr "" @@ -233,7 +241,7 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_sheet -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Stock Demand Estimate Sheet" msgstr "" @@ -244,25 +252,25 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_wizard -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 -#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:143 +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu #, python-format msgid "Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__location_id msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:79 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -270,40 +278,40 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:226 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:52 #, python-format msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom msgid "Unit of measure" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:243 #, python-format msgid "You must select at least one product." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "or" msgstr "ó" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "to" msgstr "" diff --git a/stock_demand_estimate/i18n/es_PE.po b/stock_demand_estimate/i18n/es_PE.po index 18adb8eb7..b7408af8e 100644 --- a/stock_demand_estimate/i18n/es_PE.po +++ b/stock_demand_estimate/i18n/es_PE.po @@ -20,41 +20,41 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Cancel" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_company_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id msgid "Company" msgstr "" #. module: stock_demand_estimate -#: model:ir.actions.act_window,name:stock_demand_estimate.action_stock_demand_estimate_wizard -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate_wizard +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_wizard_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_wizard_menu msgid "Create Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_uid msgid "Created by" msgstr "Creado por" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_date msgid "Created on" msgstr "Creado en" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_start msgid "Date From" msgstr "" @@ -64,165 +64,173 @@ msgid "Date Range" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_range_type_id msgid "Date Range Type" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +#: model:ir.ui.menu,name:stock_demand_estimate.date_range_menu msgid "Date Ranges" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_end msgid "Date To" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_end msgid "Date to" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days +#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range__days msgid "Days between dates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_planning +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu msgid "Demand Planning" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__display_name msgid "Display Name" msgstr "Nombre a Mostrar" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__estimate_id msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:256 #, python-format msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Estimated quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__line_ids msgid "Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_date_range_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_range_id msgid "Estimating Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__id msgid "ID" msgstr "ID" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard___last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard____last_update msgid "Last Modified on" msgstr "Ultima Modificación en" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_uid msgid "Last Updated by" msgstr "Actualizado última vez por" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_date msgid "Last Updated on" msgstr "Ultima Actualización" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__location_id msgid "Location" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__date_range_id +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_x +msgid "Period Name" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Prepare" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_y +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_id msgid "Product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_y +msgid "Product Name" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__product_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__product_ids +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Products" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom_qty -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_daily_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty msgid "Quantity / Day" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Real Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_search +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree msgid "Stock Demand Estimate" msgstr "" @@ -233,7 +241,7 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_sheet -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Stock Demand Estimate Sheet" msgstr "" @@ -244,25 +252,25 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_wizard -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 -#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:143 +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu #, python-format msgid "Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__location_id msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:79 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -270,40 +278,40 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:226 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:52 #, python-format msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom msgid "Unit of measure" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:243 #, python-format msgid "You must select at least one product." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "or" msgstr "o" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "to" msgstr "" diff --git a/stock_demand_estimate/i18n/es_PY.po b/stock_demand_estimate/i18n/es_PY.po index 497aa8850..2125cde79 100644 --- a/stock_demand_estimate/i18n/es_PY.po +++ b/stock_demand_estimate/i18n/es_PY.po @@ -20,41 +20,41 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Cancel" msgstr "Cancelar" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_company_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id msgid "Company" msgstr "" #. module: stock_demand_estimate -#: model:ir.actions.act_window,name:stock_demand_estimate.action_stock_demand_estimate_wizard -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate_wizard +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_wizard_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_wizard_menu msgid "Create Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_uid msgid "Created by" msgstr "Creado por" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_date msgid "Created on" msgstr "Creado en" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_start msgid "Date From" msgstr "" @@ -64,165 +64,173 @@ msgid "Date Range" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_range_type_id msgid "Date Range Type" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +#: model:ir.ui.menu,name:stock_demand_estimate.date_range_menu msgid "Date Ranges" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_end msgid "Date To" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_end msgid "Date to" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days +#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range__days msgid "Days between dates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_planning +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu msgid "Demand Planning" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__display_name msgid "Display Name" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__estimate_id msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:256 #, python-format msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Estimated quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__line_ids msgid "Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_date_range_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_range_id msgid "Estimating Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__id msgid "ID" msgstr "ID" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard___last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard____last_update msgid "Last Modified on" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_uid msgid "Last Updated by" msgstr "Ultima actualización por" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_date msgid "Last Updated on" msgstr "Ultima actualización en" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__location_id msgid "Location" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__date_range_id +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_x +msgid "Period Name" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Prepare" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_y +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_id msgid "Product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_y +msgid "Product Name" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__product_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__product_ids +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Products" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom_qty -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_daily_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty msgid "Quantity / Day" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Real Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_search +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree msgid "Stock Demand Estimate" msgstr "" @@ -233,7 +241,7 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_sheet -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Stock Demand Estimate Sheet" msgstr "" @@ -244,25 +252,25 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_wizard -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 -#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:143 +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu #, python-format msgid "Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__location_id msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:79 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -270,40 +278,40 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:226 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:52 #, python-format msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom msgid "Unit of measure" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:243 #, python-format msgid "You must select at least one product." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "or" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "to" msgstr "" diff --git a/stock_demand_estimate/i18n/es_VE.po b/stock_demand_estimate/i18n/es_VE.po index c09cc4434..fdc3e929f 100644 --- a/stock_demand_estimate/i18n/es_VE.po +++ b/stock_demand_estimate/i18n/es_VE.po @@ -20,41 +20,41 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Cancel" msgstr "Cancelar" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_company_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id msgid "Company" msgstr "" #. module: stock_demand_estimate -#: model:ir.actions.act_window,name:stock_demand_estimate.action_stock_demand_estimate_wizard -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate_wizard +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_wizard_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_wizard_menu msgid "Create Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_uid msgid "Created by" msgstr "Creado por" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_date msgid "Created on" msgstr "Creado en" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_start msgid "Date From" msgstr "" @@ -64,165 +64,173 @@ msgid "Date Range" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_range_type_id msgid "Date Range Type" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +#: model:ir.ui.menu,name:stock_demand_estimate.date_range_menu msgid "Date Ranges" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_end msgid "Date To" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_end msgid "Date to" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days +#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range__days msgid "Days between dates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_planning +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu msgid "Demand Planning" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__display_name msgid "Display Name" msgstr "Mostrar nombre" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__estimate_id msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:256 #, python-format msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Estimated quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__line_ids msgid "Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_date_range_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_range_id msgid "Estimating Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__id msgid "ID" msgstr "ID" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard___last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard____last_update msgid "Last Modified on" msgstr "Modificada por última vez" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_uid msgid "Last Updated by" msgstr "Última actualización realizada por" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_date msgid "Last Updated on" msgstr "Ultima actualizacion en" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__location_id msgid "Location" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__date_range_id +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_x +msgid "Period Name" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Prepare" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_y +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_id msgid "Product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_y +msgid "Product Name" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__product_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__product_ids +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Products" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom_qty -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_daily_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty msgid "Quantity / Day" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Real Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_search +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree msgid "Stock Demand Estimate" msgstr "" @@ -233,7 +241,7 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_sheet -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Stock Demand Estimate Sheet" msgstr "" @@ -244,25 +252,25 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_wizard -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 -#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:143 +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu #, python-format msgid "Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__location_id msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:79 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -270,40 +278,40 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:226 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:52 #, python-format msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom msgid "Unit of measure" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:243 #, python-format msgid "You must select at least one product." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "or" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "to" msgstr "" diff --git a/stock_demand_estimate/i18n/et.po b/stock_demand_estimate/i18n/et.po index c42a2284b..0a0a32165 100644 --- a/stock_demand_estimate/i18n/et.po +++ b/stock_demand_estimate/i18n/et.po @@ -19,41 +19,41 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Cancel" msgstr "Loobu" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_company_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id msgid "Company" msgstr "Ettevõte" #. module: stock_demand_estimate -#: model:ir.actions.act_window,name:stock_demand_estimate.action_stock_demand_estimate_wizard -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate_wizard +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_wizard_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_wizard_menu msgid "Create Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_uid msgid "Created by" msgstr "Loonud" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_date msgid "Created on" msgstr "Loodud" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_start msgid "Date From" msgstr "" @@ -63,165 +63,173 @@ msgid "Date Range" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_range_type_id msgid "Date Range Type" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +#: model:ir.ui.menu,name:stock_demand_estimate.date_range_menu msgid "Date Ranges" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_end msgid "Date To" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_end msgid "Date to" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days +#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range__days msgid "Days between dates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_planning +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu msgid "Demand Planning" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__display_name msgid "Display Name" msgstr "Näidatav nimi" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__estimate_id msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:256 #, python-format msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Estimated quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__line_ids msgid "Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_date_range_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_range_id msgid "Estimating Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__id msgid "ID" msgstr "ID" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard___last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard____last_update msgid "Last Modified on" msgstr "Viimati muudetud" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_uid msgid "Last Updated by" msgstr "Viimati uuendatud" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_date msgid "Last Updated on" msgstr "Viimati uuendatud" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__location_id msgid "Location" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__date_range_id +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_x +msgid "Period Name" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Prepare" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_y +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_id msgid "Product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_y +msgid "Product Name" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__product_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__product_ids +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Products" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom_qty -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_daily_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty msgid "Quantity / Day" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Real Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_search +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree msgid "Stock Demand Estimate" msgstr "" @@ -232,7 +240,7 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_sheet -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Stock Demand Estimate Sheet" msgstr "" @@ -243,25 +251,25 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_wizard -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 -#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:143 +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu #, python-format msgid "Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__location_id msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:79 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -269,40 +277,40 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:226 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:52 #, python-format msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom msgid "Unit of measure" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:243 #, python-format msgid "You must select at least one product." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "or" msgstr "või" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "to" msgstr "" diff --git a/stock_demand_estimate/i18n/eu.po b/stock_demand_estimate/i18n/eu.po index 964dd8539..ed2405b17 100644 --- a/stock_demand_estimate/i18n/eu.po +++ b/stock_demand_estimate/i18n/eu.po @@ -19,41 +19,41 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Cancel" msgstr "Ezeztatu" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_company_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id msgid "Company" msgstr "Enpresa" #. module: stock_demand_estimate -#: model:ir.actions.act_window,name:stock_demand_estimate.action_stock_demand_estimate_wizard -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate_wizard +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_wizard_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_wizard_menu msgid "Create Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_uid msgid "Created by" msgstr "Nork sortua" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_date msgid "Created on" msgstr "Created on" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_start msgid "Date From" msgstr "" @@ -63,165 +63,175 @@ msgid "Date Range" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_range_type_id msgid "Date Range Type" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +#: model:ir.ui.menu,name:stock_demand_estimate.date_range_menu msgid "Date Ranges" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_end msgid "Date To" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_end msgid "Date to" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days +#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range__days msgid "Days between dates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_planning +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu msgid "Demand Planning" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__display_name msgid "Display Name" msgstr "Izena erakutsi" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__estimate_id msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:256 #, python-format msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Estimated quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__line_ids msgid "Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_date_range_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_range_id msgid "Estimating Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__id msgid "ID" msgstr "ID" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard___last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard____last_update msgid "Last Modified on" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_uid msgid "Last Updated by" msgstr "Last Updated by" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_date msgid "Last Updated on" msgstr "Last Updated on" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__location_id msgid "Location" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__date_range_id +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_x +msgid "Period Name" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Prepare" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_y +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_id msgid "Product" msgstr "Produktua" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_y +#, fuzzy +#| msgid "Product" +msgid "Product Name" +msgstr "Produktua" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__product_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__product_ids +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Products" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom_qty -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_daily_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty msgid "Quantity / Day" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Real Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_search +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree msgid "Stock Demand Estimate" msgstr "" @@ -232,7 +242,7 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_sheet -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Stock Demand Estimate Sheet" msgstr "" @@ -243,25 +253,25 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_wizard -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 -#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:143 +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu #, python-format msgid "Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__location_id msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:79 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -269,40 +279,40 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:226 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:52 #, python-format msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom msgid "Unit of measure" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:243 #, python-format msgid "You must select at least one product." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "or" msgstr "edo" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "to" msgstr "" diff --git a/stock_demand_estimate/i18n/fa.po b/stock_demand_estimate/i18n/fa.po index bdf18b66d..b313bdc15 100644 --- a/stock_demand_estimate/i18n/fa.po +++ b/stock_demand_estimate/i18n/fa.po @@ -19,41 +19,41 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Cancel" msgstr "لغو" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_company_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id msgid "Company" msgstr "" #. module: stock_demand_estimate -#: model:ir.actions.act_window,name:stock_demand_estimate.action_stock_demand_estimate_wizard -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate_wizard +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_wizard_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_wizard_menu msgid "Create Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_uid msgid "Created by" msgstr "ایجاد شده توسط" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_date msgid "Created on" msgstr "ایجاد شده در" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_start msgid "Date From" msgstr "" @@ -63,165 +63,173 @@ msgid "Date Range" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_range_type_id msgid "Date Range Type" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +#: model:ir.ui.menu,name:stock_demand_estimate.date_range_menu msgid "Date Ranges" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_end msgid "Date To" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_end msgid "Date to" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days +#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range__days msgid "Days between dates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_planning +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu msgid "Demand Planning" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__display_name msgid "Display Name" msgstr "نام نمایشی" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__estimate_id msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:256 #, python-format msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Estimated quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__line_ids msgid "Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_date_range_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_range_id msgid "Estimating Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__id msgid "ID" msgstr "شناسه" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard___last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard____last_update msgid "Last Modified on" msgstr "تاریخ آخرین به‌روزرسانی" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_uid msgid "Last Updated by" msgstr "آخرین به روز رسانی توسط" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_date msgid "Last Updated on" msgstr "آخرین به روز رسانی در" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__location_id msgid "Location" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__date_range_id +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_x +msgid "Period Name" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Prepare" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_y +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_id msgid "Product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_y +msgid "Product Name" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__product_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__product_ids +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Products" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom_qty -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_daily_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty msgid "Quantity / Day" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Real Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_search +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree msgid "Stock Demand Estimate" msgstr "" @@ -232,7 +240,7 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_sheet -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Stock Demand Estimate Sheet" msgstr "" @@ -243,25 +251,25 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_wizard -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 -#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:143 +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu #, python-format msgid "Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__location_id msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:79 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -269,40 +277,40 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:226 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:52 #, python-format msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom msgid "Unit of measure" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:243 #, python-format msgid "You must select at least one product." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "or" msgstr "یا" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "to" msgstr "" diff --git a/stock_demand_estimate/i18n/fi.po b/stock_demand_estimate/i18n/fi.po index ca16bb6e8..266aeeaff 100644 --- a/stock_demand_estimate/i18n/fi.po +++ b/stock_demand_estimate/i18n/fi.po @@ -19,41 +19,41 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Cancel" msgstr "Peruuta" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_company_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id msgid "Company" msgstr "Yritys" #. module: stock_demand_estimate -#: model:ir.actions.act_window,name:stock_demand_estimate.action_stock_demand_estimate_wizard -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate_wizard +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_wizard_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_wizard_menu msgid "Create Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_uid msgid "Created by" msgstr "Luonut" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_date msgid "Created on" msgstr "Luotu" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_start msgid "Date From" msgstr "" @@ -63,165 +63,175 @@ msgid "Date Range" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_range_type_id msgid "Date Range Type" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +#: model:ir.ui.menu,name:stock_demand_estimate.date_range_menu msgid "Date Ranges" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_end msgid "Date To" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_end msgid "Date to" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days +#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range__days msgid "Days between dates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_planning +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu msgid "Demand Planning" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__display_name msgid "Display Name" msgstr "Nimi" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__estimate_id msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:256 #, python-format msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Estimated quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__line_ids msgid "Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_date_range_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_range_id msgid "Estimating Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__id msgid "ID" msgstr "ID" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard___last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard____last_update msgid "Last Modified on" msgstr "Viimeksi muokattu" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_uid msgid "Last Updated by" msgstr "Viimeksi päivittänyt" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_date msgid "Last Updated on" msgstr "Viimeksi päivitetty" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__location_id msgid "Location" msgstr "Sijainti" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__date_range_id +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_x +msgid "Period Name" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Prepare" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_y +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_id msgid "Product" msgstr "Tuote" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_y +#, fuzzy +#| msgid "Product" +msgid "Product Name" +msgstr "Tuote" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__product_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__product_ids +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Products" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom_qty -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_uom_qty msgid "Quantity" msgstr "Määrä" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_daily_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty msgid "Quantity / Day" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Real Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_search +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree msgid "Stock Demand Estimate" msgstr "" @@ -232,7 +242,7 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_sheet -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Stock Demand Estimate Sheet" msgstr "" @@ -243,25 +253,25 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_wizard -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 -#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:143 +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu #, python-format msgid "Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__location_id msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:79 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -269,40 +279,40 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:226 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:52 #, python-format msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom msgid "Unit of measure" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:243 #, python-format msgid "You must select at least one product." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "or" msgstr "tai" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "to" msgstr "" diff --git a/stock_demand_estimate/i18n/fr.po b/stock_demand_estimate/i18n/fr.po index 99ec85945..ef2b2f6f4 100644 --- a/stock_demand_estimate/i18n/fr.po +++ b/stock_demand_estimate/i18n/fr.po @@ -19,41 +19,41 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Cancel" msgstr "Annuler" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_company_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id msgid "Company" msgstr "Société" #. module: stock_demand_estimate -#: model:ir.actions.act_window,name:stock_demand_estimate.action_stock_demand_estimate_wizard -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate_wizard +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_wizard_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_wizard_menu msgid "Create Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_uid msgid "Created by" msgstr "Créé par" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_date msgid "Created on" msgstr "Créé le" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_start msgid "Date From" msgstr "Date de" @@ -63,166 +63,176 @@ msgid "Date Range" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_range_type_id msgid "Date Range Type" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +#: model:ir.ui.menu,name:stock_demand_estimate.date_range_menu msgid "Date Ranges" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_end msgid "Date To" msgstr "Date de fin" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_end #, fuzzy msgid "Date to" msgstr "Date de fin" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days +#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range__days msgid "Days between dates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_planning +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu msgid "Demand Planning" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__display_name msgid "Display Name" msgstr "Nom affiché" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__estimate_id msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:256 #, python-format msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Estimated quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__line_ids msgid "Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_date_range_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_range_id msgid "Estimating Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__id msgid "ID" msgstr "ID" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard___last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard____last_update msgid "Last Modified on" msgstr "Modifié le" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_uid msgid "Last Updated by" msgstr "Dernière màj par" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_date msgid "Last Updated on" msgstr "Dernière màj le" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__location_id msgid "Location" msgstr "Emplacement" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__date_range_id +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_x +msgid "Period Name" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Prepare" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_y +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_id msgid "Product" msgstr "Article" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_y +#, fuzzy +#| msgid "Product" +msgid "Product Name" +msgstr "Article" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__product_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__product_ids +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Products" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom_qty -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_uom_qty msgid "Quantity" msgstr "Quantité" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_daily_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty msgid "Quantity / Day" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Real Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_search +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree msgid "Stock Demand Estimate" msgstr "" @@ -233,7 +243,7 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_sheet -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Stock Demand Estimate Sheet" msgstr "" @@ -244,25 +254,25 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_wizard -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 -#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:143 +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu #, python-format msgid "Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__location_id msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:79 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -270,40 +280,40 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:226 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:52 #, python-format msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom msgid "Unit of measure" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:243 #, python-format msgid "You must select at least one product." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "or" msgstr "ou" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "to" msgstr "" diff --git a/stock_demand_estimate/i18n/fr_CA.po b/stock_demand_estimate/i18n/fr_CA.po index 99ce90149..58298ed81 100644 --- a/stock_demand_estimate/i18n/fr_CA.po +++ b/stock_demand_estimate/i18n/fr_CA.po @@ -20,41 +20,41 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Cancel" msgstr "Annuler" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_company_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id msgid "Company" msgstr "" #. module: stock_demand_estimate -#: model:ir.actions.act_window,name:stock_demand_estimate.action_stock_demand_estimate_wizard -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate_wizard +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_wizard_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_wizard_menu msgid "Create Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_uid msgid "Created by" msgstr "Créé par" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_date msgid "Created on" msgstr "Créé le" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_start msgid "Date From" msgstr "" @@ -64,165 +64,173 @@ msgid "Date Range" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_range_type_id msgid "Date Range Type" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +#: model:ir.ui.menu,name:stock_demand_estimate.date_range_menu msgid "Date Ranges" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_end msgid "Date To" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_end msgid "Date to" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days +#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range__days msgid "Days between dates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_planning +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu msgid "Demand Planning" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__display_name msgid "Display Name" msgstr "Afficher le nom" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__estimate_id msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:256 #, python-format msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Estimated quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__line_ids msgid "Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_date_range_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_range_id msgid "Estimating Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__id msgid "ID" msgstr "Identifiant" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard___last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard____last_update msgid "Last Modified on" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_uid msgid "Last Updated by" msgstr "Dernière mise à jour par" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_date msgid "Last Updated on" msgstr "Dernière mise à jour le" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__location_id msgid "Location" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__date_range_id +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_x +msgid "Period Name" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Prepare" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_y +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_id msgid "Product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_y +msgid "Product Name" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__product_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__product_ids +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Products" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom_qty -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_daily_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty msgid "Quantity / Day" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Real Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_search +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree msgid "Stock Demand Estimate" msgstr "" @@ -233,7 +241,7 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_sheet -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Stock Demand Estimate Sheet" msgstr "" @@ -244,25 +252,25 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_wizard -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 -#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:143 +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu #, python-format msgid "Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__location_id msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:79 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -270,40 +278,40 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:226 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:52 #, python-format msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom msgid "Unit of measure" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:243 #, python-format msgid "You must select at least one product." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "or" msgstr "ou" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "to" msgstr "" diff --git a/stock_demand_estimate/i18n/fr_CH.po b/stock_demand_estimate/i18n/fr_CH.po index 3d5e25d35..6d1a118b0 100644 --- a/stock_demand_estimate/i18n/fr_CH.po +++ b/stock_demand_estimate/i18n/fr_CH.po @@ -20,41 +20,41 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Cancel" msgstr "Annuler" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_company_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id msgid "Company" msgstr "" #. module: stock_demand_estimate -#: model:ir.actions.act_window,name:stock_demand_estimate.action_stock_demand_estimate_wizard -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate_wizard +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_wizard_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_wizard_menu msgid "Create Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_uid msgid "Created by" msgstr "Créé par" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_date msgid "Created on" msgstr "Créé le" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_start msgid "Date From" msgstr "" @@ -64,165 +64,175 @@ msgid "Date Range" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_range_type_id msgid "Date Range Type" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +#: model:ir.ui.menu,name:stock_demand_estimate.date_range_menu msgid "Date Ranges" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_end msgid "Date To" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_end msgid "Date to" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days +#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range__days msgid "Days between dates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_planning +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu msgid "Demand Planning" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__display_name msgid "Display Name" msgstr "Nom affiché" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__estimate_id msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:256 #, python-format msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Estimated quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__line_ids msgid "Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_date_range_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_range_id msgid "Estimating Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__id msgid "ID" msgstr "ID" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard___last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard____last_update msgid "Last Modified on" msgstr "Dernière modification le" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_uid msgid "Last Updated by" msgstr "Modifié par" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_date msgid "Last Updated on" msgstr "Modifié le" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__location_id msgid "Location" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__date_range_id +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_x +msgid "Period Name" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Prepare" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_y +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_id msgid "Product" msgstr "Produit" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_y +#, fuzzy +#| msgid "Product" +msgid "Product Name" +msgstr "Produit" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__product_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__product_ids +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Products" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom_qty -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_daily_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty msgid "Quantity / Day" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Real Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_search +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree msgid "Stock Demand Estimate" msgstr "" @@ -233,7 +243,7 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_sheet -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Stock Demand Estimate Sheet" msgstr "" @@ -244,25 +254,25 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_wizard -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 -#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:143 +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu #, python-format msgid "Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__location_id msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:79 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -270,40 +280,40 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:226 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:52 #, python-format msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom msgid "Unit of measure" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:243 #, python-format msgid "You must select at least one product." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "or" msgstr "ou" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "to" msgstr "" diff --git a/stock_demand_estimate/i18n/fr_FR.po b/stock_demand_estimate/i18n/fr_FR.po index 626571712..7f703665a 100644 --- a/stock_demand_estimate/i18n/fr_FR.po +++ b/stock_demand_estimate/i18n/fr_FR.po @@ -20,41 +20,41 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Cancel" msgstr "Annuler" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_company_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id msgid "Company" msgstr "" #. module: stock_demand_estimate -#: model:ir.actions.act_window,name:stock_demand_estimate.action_stock_demand_estimate_wizard -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate_wizard +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_wizard_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_wizard_menu msgid "Create Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_uid msgid "Created by" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_date msgid "Created on" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_start msgid "Date From" msgstr "" @@ -64,165 +64,175 @@ msgid "Date Range" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_range_type_id msgid "Date Range Type" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +#: model:ir.ui.menu,name:stock_demand_estimate.date_range_menu msgid "Date Ranges" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_end msgid "Date To" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_end msgid "Date to" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days +#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range__days msgid "Days between dates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_planning +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu msgid "Demand Planning" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__display_name msgid "Display Name" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__estimate_id msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:256 #, python-format msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Estimated quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__line_ids msgid "Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_date_range_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_range_id msgid "Estimating Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__id msgid "ID" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard___last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard____last_update msgid "Last Modified on" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_uid msgid "Last Updated by" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_date msgid "Last Updated on" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__location_id msgid "Location" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__date_range_id +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_x +msgid "Period Name" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Prepare" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_y +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_id msgid "Product" msgstr "Produit" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_y +#, fuzzy +#| msgid "Product" +msgid "Product Name" +msgstr "Produit" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__product_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__product_ids +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Products" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom_qty -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_uom_qty msgid "Quantity" msgstr "Quantité" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_daily_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty msgid "Quantity / Day" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Real Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_search +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree msgid "Stock Demand Estimate" msgstr "" @@ -233,7 +243,7 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_sheet -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Stock Demand Estimate Sheet" msgstr "" @@ -244,25 +254,25 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_wizard -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 -#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:143 +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu #, python-format msgid "Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__location_id msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:79 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -270,40 +280,40 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:226 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:52 #, python-format msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom msgid "Unit of measure" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:243 #, python-format msgid "You must select at least one product." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "or" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "to" msgstr "" diff --git a/stock_demand_estimate/i18n/gl.po b/stock_demand_estimate/i18n/gl.po index b3a93f339..b6ae33b90 100644 --- a/stock_demand_estimate/i18n/gl.po +++ b/stock_demand_estimate/i18n/gl.po @@ -19,41 +19,41 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Cancel" msgstr "Cancelar" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_company_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id msgid "Company" msgstr "Compañía" #. module: stock_demand_estimate -#: model:ir.actions.act_window,name:stock_demand_estimate.action_stock_demand_estimate_wizard -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate_wizard +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_wizard_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_wizard_menu msgid "Create Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_uid msgid "Created by" msgstr "Creado por" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_date msgid "Created on" msgstr "Creado en" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_start msgid "Date From" msgstr "" @@ -63,165 +63,175 @@ msgid "Date Range" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_range_type_id msgid "Date Range Type" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +#: model:ir.ui.menu,name:stock_demand_estimate.date_range_menu msgid "Date Ranges" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_end msgid "Date To" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_end msgid "Date to" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days +#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range__days msgid "Days between dates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_planning +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu msgid "Demand Planning" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__display_name msgid "Display Name" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__estimate_id msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:256 #, python-format msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Estimated quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__line_ids msgid "Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_date_range_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_range_id msgid "Estimating Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__id msgid "ID" msgstr "ID" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard___last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard____last_update msgid "Last Modified on" msgstr "Modificado por última vez o" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_uid msgid "Last Updated by" msgstr "ültima actualización por" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_date msgid "Last Updated on" msgstr "Última actualización en" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__location_id msgid "Location" msgstr "Localidade" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__date_range_id +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_x +msgid "Period Name" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Prepare" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_y +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_id msgid "Product" msgstr "Produto" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_y +#, fuzzy +#| msgid "Product" +msgid "Product Name" +msgstr "Produto" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__product_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__product_ids +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Products" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom_qty -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_uom_qty msgid "Quantity" msgstr "Cantidade" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_daily_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty msgid "Quantity / Day" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Real Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_search +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree msgid "Stock Demand Estimate" msgstr "" @@ -232,7 +242,7 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_sheet -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Stock Demand Estimate Sheet" msgstr "" @@ -243,25 +253,25 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_wizard -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 -#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:143 +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu #, python-format msgid "Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__location_id msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:79 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -269,40 +279,40 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:226 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:52 #, python-format msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom msgid "Unit of measure" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:243 #, python-format msgid "You must select at least one product." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "or" msgstr "ou" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "to" msgstr "" diff --git a/stock_demand_estimate/i18n/gl_ES.po b/stock_demand_estimate/i18n/gl_ES.po index 0da5fa0cd..01c9dce04 100644 --- a/stock_demand_estimate/i18n/gl_ES.po +++ b/stock_demand_estimate/i18n/gl_ES.po @@ -20,41 +20,41 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Cancel" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_company_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id msgid "Company" msgstr "" #. module: stock_demand_estimate -#: model:ir.actions.act_window,name:stock_demand_estimate.action_stock_demand_estimate_wizard -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate_wizard +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_wizard_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_wizard_menu msgid "Create Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_uid msgid "Created by" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_date msgid "Created on" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_start msgid "Date From" msgstr "" @@ -64,165 +64,173 @@ msgid "Date Range" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_range_type_id msgid "Date Range Type" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +#: model:ir.ui.menu,name:stock_demand_estimate.date_range_menu msgid "Date Ranges" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_end msgid "Date To" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_end msgid "Date to" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days +#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range__days msgid "Days between dates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_planning +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu msgid "Demand Planning" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__display_name msgid "Display Name" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__estimate_id msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:256 #, python-format msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Estimated quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__line_ids msgid "Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_date_range_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_range_id msgid "Estimating Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__id msgid "ID" msgstr "ID" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard___last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard____last_update msgid "Last Modified on" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_uid msgid "Last Updated by" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_date msgid "Last Updated on" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__location_id msgid "Location" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__date_range_id +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_x +msgid "Period Name" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Prepare" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_y +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_id msgid "Product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_y +msgid "Product Name" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__product_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__product_ids +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Products" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom_qty -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_daily_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty msgid "Quantity / Day" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Real Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_search +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree msgid "Stock Demand Estimate" msgstr "" @@ -233,7 +241,7 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_sheet -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Stock Demand Estimate Sheet" msgstr "" @@ -244,25 +252,25 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_wizard -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 -#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:143 +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu #, python-format msgid "Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__location_id msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:79 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -270,40 +278,40 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:226 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:52 #, python-format msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom msgid "Unit of measure" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:243 #, python-format msgid "You must select at least one product." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "or" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "to" msgstr "" diff --git a/stock_demand_estimate/i18n/he.po b/stock_demand_estimate/i18n/he.po index c42d498da..3a08805fd 100644 --- a/stock_demand_estimate/i18n/he.po +++ b/stock_demand_estimate/i18n/he.po @@ -19,41 +19,41 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Cancel" msgstr "בטל" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_company_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id msgid "Company" msgstr "" #. module: stock_demand_estimate -#: model:ir.actions.act_window,name:stock_demand_estimate.action_stock_demand_estimate_wizard -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate_wizard +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_wizard_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_wizard_menu msgid "Create Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_uid msgid "Created by" msgstr "נוצר על ידי" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_date msgid "Created on" msgstr "נוצר ב-" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_start msgid "Date From" msgstr "" @@ -63,165 +63,173 @@ msgid "Date Range" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_range_type_id msgid "Date Range Type" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +#: model:ir.ui.menu,name:stock_demand_estimate.date_range_menu msgid "Date Ranges" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_end msgid "Date To" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_end msgid "Date to" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days +#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range__days msgid "Days between dates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_planning +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu msgid "Demand Planning" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__display_name msgid "Display Name" msgstr "השם המוצג" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__estimate_id msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:256 #, python-format msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Estimated quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__line_ids msgid "Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_date_range_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_range_id msgid "Estimating Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__id msgid "ID" msgstr "מזהה" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard___last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard____last_update msgid "Last Modified on" msgstr "תאריך שינוי אחרון" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_uid msgid "Last Updated by" msgstr "עודכן לאחרונה על ידי" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_date msgid "Last Updated on" msgstr "עודכן לאחרונה על" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__location_id msgid "Location" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__date_range_id +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_x +msgid "Period Name" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Prepare" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_y +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_id msgid "Product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_y +msgid "Product Name" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__product_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__product_ids +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Products" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom_qty -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_daily_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty msgid "Quantity / Day" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Real Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_search +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree msgid "Stock Demand Estimate" msgstr "" @@ -232,7 +240,7 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_sheet -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Stock Demand Estimate Sheet" msgstr "" @@ -243,25 +251,25 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_wizard -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 -#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:143 +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu #, python-format msgid "Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__location_id msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:79 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -269,40 +277,40 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:226 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:52 #, python-format msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom msgid "Unit of measure" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:243 #, python-format msgid "You must select at least one product." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "or" msgstr "או" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "to" msgstr "" diff --git a/stock_demand_estimate/i18n/hi.po b/stock_demand_estimate/i18n/hi.po index bd84c83d2..961a8d9ad 100644 --- a/stock_demand_estimate/i18n/hi.po +++ b/stock_demand_estimate/i18n/hi.po @@ -19,41 +19,41 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Cancel" msgstr "रद्द" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_company_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id msgid "Company" msgstr "" #. module: stock_demand_estimate -#: model:ir.actions.act_window,name:stock_demand_estimate.action_stock_demand_estimate_wizard -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate_wizard +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_wizard_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_wizard_menu msgid "Create Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_uid msgid "Created by" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_date msgid "Created on" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_start msgid "Date From" msgstr "" @@ -63,165 +63,173 @@ msgid "Date Range" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_range_type_id msgid "Date Range Type" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +#: model:ir.ui.menu,name:stock_demand_estimate.date_range_menu msgid "Date Ranges" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_end msgid "Date To" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_end msgid "Date to" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days +#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range__days msgid "Days between dates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_planning +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu msgid "Demand Planning" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__display_name msgid "Display Name" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__estimate_id msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:256 #, python-format msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Estimated quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__line_ids msgid "Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_date_range_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_range_id msgid "Estimating Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__id msgid "ID" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard___last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard____last_update msgid "Last Modified on" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_uid msgid "Last Updated by" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_date msgid "Last Updated on" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__location_id msgid "Location" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__date_range_id +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_x +msgid "Period Name" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Prepare" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_y +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_id msgid "Product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_y +msgid "Product Name" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__product_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__product_ids +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Products" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom_qty -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_daily_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty msgid "Quantity / Day" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Real Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_search +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree msgid "Stock Demand Estimate" msgstr "" @@ -232,7 +240,7 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_sheet -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Stock Demand Estimate Sheet" msgstr "" @@ -243,25 +251,25 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_wizard -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 -#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:143 +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu #, python-format msgid "Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__location_id msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:79 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -269,40 +277,40 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:226 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:52 #, python-format msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom msgid "Unit of measure" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:243 #, python-format msgid "You must select at least one product." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "or" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "to" msgstr "" diff --git a/stock_demand_estimate/i18n/hr.po b/stock_demand_estimate/i18n/hr.po index 410f553e6..baf28ff89 100644 --- a/stock_demand_estimate/i18n/hr.po +++ b/stock_demand_estimate/i18n/hr.po @@ -20,41 +20,41 @@ msgstr "" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Cancel" msgstr "Odustani" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_company_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id msgid "Company" msgstr "Poduzeće" #. module: stock_demand_estimate -#: model:ir.actions.act_window,name:stock_demand_estimate.action_stock_demand_estimate_wizard -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate_wizard +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_wizard_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_wizard_menu msgid "Create Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_uid msgid "Created by" msgstr "Kreirao" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_date msgid "Created on" msgstr "Datum kreiranja" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_start msgid "Date From" msgstr "" @@ -64,165 +64,175 @@ msgid "Date Range" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_range_type_id msgid "Date Range Type" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +#: model:ir.ui.menu,name:stock_demand_estimate.date_range_menu msgid "Date Ranges" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_end msgid "Date To" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_end msgid "Date to" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days +#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range__days msgid "Days between dates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_planning +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu msgid "Demand Planning" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__display_name msgid "Display Name" msgstr "Naziv za prikaz" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__estimate_id msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:256 #, python-format msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Estimated quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__line_ids msgid "Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_date_range_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_range_id msgid "Estimating Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__id msgid "ID" msgstr "ID" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard___last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard____last_update msgid "Last Modified on" msgstr "Zadnja promjena" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_uid msgid "Last Updated by" msgstr "Promijenio" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_date msgid "Last Updated on" msgstr "Vrijeme promjene" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__location_id msgid "Location" msgstr "Lokacija" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__date_range_id +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_x +msgid "Period Name" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Prepare" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_y +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_id msgid "Product" msgstr "Proizvod" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_y +#, fuzzy +#| msgid "Product" +msgid "Product Name" +msgstr "Proizvod" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__product_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__product_ids +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Products" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom_qty -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_uom_qty msgid "Quantity" msgstr "Količina" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_daily_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty msgid "Quantity / Day" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Real Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_search +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree msgid "Stock Demand Estimate" msgstr "" @@ -233,7 +243,7 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_sheet -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Stock Demand Estimate Sheet" msgstr "" @@ -244,25 +254,25 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_wizard -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 -#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:143 +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu #, python-format msgid "Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__location_id msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:79 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -270,40 +280,40 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:226 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:52 #, python-format msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom msgid "Unit of measure" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:243 #, python-format msgid "You must select at least one product." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "or" msgstr "ili" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "to" msgstr "" diff --git a/stock_demand_estimate/i18n/hr_HR.po b/stock_demand_estimate/i18n/hr_HR.po index d0f727ce8..826a00565 100644 --- a/stock_demand_estimate/i18n/hr_HR.po +++ b/stock_demand_estimate/i18n/hr_HR.po @@ -21,41 +21,41 @@ msgstr "" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Cancel" msgstr "Otkaži" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_company_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id msgid "Company" msgstr "Poduzeće" #. module: stock_demand_estimate -#: model:ir.actions.act_window,name:stock_demand_estimate.action_stock_demand_estimate_wizard -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate_wizard +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_wizard_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_wizard_menu msgid "Create Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_uid msgid "Created by" msgstr "Kreirao" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_date msgid "Created on" msgstr "Kreirano" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_start msgid "Date From" msgstr "" @@ -65,165 +65,175 @@ msgid "Date Range" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_range_type_id msgid "Date Range Type" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +#: model:ir.ui.menu,name:stock_demand_estimate.date_range_menu msgid "Date Ranges" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_end msgid "Date To" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_end msgid "Date to" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days +#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range__days msgid "Days between dates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_planning +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu msgid "Demand Planning" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__display_name msgid "Display Name" msgstr "Naziv" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__estimate_id msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:256 #, python-format msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Estimated quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__line_ids msgid "Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_date_range_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_range_id msgid "Estimating Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__id msgid "ID" msgstr "ID" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard___last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard____last_update msgid "Last Modified on" msgstr "Zadnje modificirano" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_uid msgid "Last Updated by" msgstr "Zadnji ažurirao" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_date msgid "Last Updated on" msgstr "Zadnje ažurirano" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__location_id msgid "Location" msgstr "Lokacija" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__date_range_id +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_x +msgid "Period Name" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Prepare" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_y +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_id msgid "Product" msgstr "Proizvod" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_y +#, fuzzy +#| msgid "Product" +msgid "Product Name" +msgstr "Proizvod" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__product_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__product_ids +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Products" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom_qty -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_uom_qty msgid "Quantity" msgstr "Količina" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_daily_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty msgid "Quantity / Day" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Real Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_search +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree msgid "Stock Demand Estimate" msgstr "" @@ -234,7 +244,7 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_sheet -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Stock Demand Estimate Sheet" msgstr "" @@ -245,25 +255,25 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_wizard -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 -#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:143 +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu #, python-format msgid "Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__location_id msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:79 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -271,40 +281,40 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:226 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:52 #, python-format msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom msgid "Unit of measure" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:243 #, python-format msgid "You must select at least one product." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "or" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "to" msgstr "" diff --git a/stock_demand_estimate/i18n/hu.po b/stock_demand_estimate/i18n/hu.po index 4d0452e63..a9b9b7c28 100644 --- a/stock_demand_estimate/i18n/hu.po +++ b/stock_demand_estimate/i18n/hu.po @@ -19,41 +19,41 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Cancel" msgstr "Mégsem" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_company_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id msgid "Company" msgstr "Vállalat" #. module: stock_demand_estimate -#: model:ir.actions.act_window,name:stock_demand_estimate.action_stock_demand_estimate_wizard -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate_wizard +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_wizard_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_wizard_menu msgid "Create Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_uid msgid "Created by" msgstr "Készítette" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_date msgid "Created on" msgstr "Létrehozás dátuma" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_start msgid "Date From" msgstr "" @@ -63,165 +63,173 @@ msgid "Date Range" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_range_type_id msgid "Date Range Type" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +#: model:ir.ui.menu,name:stock_demand_estimate.date_range_menu msgid "Date Ranges" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_end msgid "Date To" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_end msgid "Date to" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days +#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range__days msgid "Days between dates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_planning +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu msgid "Demand Planning" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__display_name msgid "Display Name" msgstr "Név megjelenítése" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__estimate_id msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:256 #, python-format msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Estimated quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__line_ids msgid "Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_date_range_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_range_id msgid "Estimating Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__id msgid "ID" msgstr "ID" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard___last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard____last_update msgid "Last Modified on" msgstr "Utolsó frissítés dátuma" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_uid msgid "Last Updated by" msgstr "Utoljára frissítve, által" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_date msgid "Last Updated on" msgstr "Utoljára frissítve " #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__location_id msgid "Location" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__date_range_id +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_x +msgid "Period Name" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Prepare" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_y +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_id msgid "Product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_y +msgid "Product Name" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__product_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__product_ids +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Products" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom_qty -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_daily_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty msgid "Quantity / Day" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Real Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_search +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree msgid "Stock Demand Estimate" msgstr "" @@ -232,7 +240,7 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_sheet -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Stock Demand Estimate Sheet" msgstr "" @@ -243,25 +251,25 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_wizard -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 -#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:143 +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu #, python-format msgid "Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__location_id msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:79 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -269,40 +277,40 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:226 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:52 #, python-format msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom msgid "Unit of measure" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:243 #, python-format msgid "You must select at least one product." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "or" msgstr "vagy" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "to" msgstr "" diff --git a/stock_demand_estimate/i18n/id.po b/stock_demand_estimate/i18n/id.po index adf34ad8e..709f6ab3e 100644 --- a/stock_demand_estimate/i18n/id.po +++ b/stock_demand_estimate/i18n/id.po @@ -19,41 +19,41 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Cancel" msgstr "Batalkan" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_company_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id msgid "Company" msgstr "Perusahaan" #. module: stock_demand_estimate -#: model:ir.actions.act_window,name:stock_demand_estimate.action_stock_demand_estimate_wizard -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate_wizard +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_wizard_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_wizard_menu msgid "Create Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_uid msgid "Created by" msgstr "Dibuat oleh" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_date msgid "Created on" msgstr "Dibuat pada" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_start msgid "Date From" msgstr "" @@ -63,165 +63,173 @@ msgid "Date Range" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_range_type_id msgid "Date Range Type" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +#: model:ir.ui.menu,name:stock_demand_estimate.date_range_menu msgid "Date Ranges" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_end msgid "Date To" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_end msgid "Date to" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days +#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range__days msgid "Days between dates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_planning +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu msgid "Demand Planning" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__display_name msgid "Display Name" msgstr "Nama Tampilan" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__estimate_id msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:256 #, python-format msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Estimated quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__line_ids msgid "Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_date_range_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_range_id msgid "Estimating Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__id msgid "ID" msgstr "ID" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard___last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard____last_update msgid "Last Modified on" msgstr "Terakhir Dimodifikasi pada" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_uid msgid "Last Updated by" msgstr "Diperbaharui oleh" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_date msgid "Last Updated on" msgstr "Diperbaharui pada" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__location_id msgid "Location" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__date_range_id +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_x +msgid "Period Name" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Prepare" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_y +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_id msgid "Product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_y +msgid "Product Name" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__product_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__product_ids +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Products" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom_qty -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_daily_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty msgid "Quantity / Day" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Real Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_search +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree msgid "Stock Demand Estimate" msgstr "" @@ -232,7 +240,7 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_sheet -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Stock Demand Estimate Sheet" msgstr "" @@ -243,25 +251,25 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_wizard -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 -#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:143 +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu #, python-format msgid "Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__location_id msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:79 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -269,40 +277,40 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:226 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:52 #, python-format msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom msgid "Unit of measure" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:243 #, python-format msgid "You must select at least one product." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "or" msgstr "atau" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "to" msgstr "" diff --git a/stock_demand_estimate/i18n/it.po b/stock_demand_estimate/i18n/it.po index 298a9817e..e108be2f0 100644 --- a/stock_demand_estimate/i18n/it.po +++ b/stock_demand_estimate/i18n/it.po @@ -19,41 +19,41 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Cancel" msgstr "Cancella" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_company_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id msgid "Company" msgstr "Azienda" #. module: stock_demand_estimate -#: model:ir.actions.act_window,name:stock_demand_estimate.action_stock_demand_estimate_wizard -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate_wizard +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_wizard_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_wizard_menu msgid "Create Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_uid msgid "Created by" msgstr "Creato da" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_date msgid "Created on" msgstr "Creato il" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_start msgid "Date From" msgstr "" @@ -63,165 +63,175 @@ msgid "Date Range" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_range_type_id msgid "Date Range Type" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +#: model:ir.ui.menu,name:stock_demand_estimate.date_range_menu msgid "Date Ranges" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_end msgid "Date To" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_end msgid "Date to" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days +#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range__days msgid "Days between dates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_planning +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu msgid "Demand Planning" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__display_name msgid "Display Name" msgstr "Nome da visualizzare" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__estimate_id msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:256 #, python-format msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Estimated quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__line_ids msgid "Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_date_range_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_range_id msgid "Estimating Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__id msgid "ID" msgstr "ID" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard___last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard____last_update msgid "Last Modified on" msgstr "Ultima modifica il" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_uid msgid "Last Updated by" msgstr "Autore ultimo aggiornamento" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_date msgid "Last Updated on" msgstr "Data ultimo aggiornamento" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__location_id msgid "Location" msgstr "Locazione" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__date_range_id +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_x +msgid "Period Name" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Prepare" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_y +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_id msgid "Product" msgstr "Prodotto" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_y +#, fuzzy +#| msgid "Product" +msgid "Product Name" +msgstr "Prodotto" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__product_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__product_ids +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Products" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom_qty -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_uom_qty msgid "Quantity" msgstr "Quantià" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_daily_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty msgid "Quantity / Day" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Real Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_search +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree msgid "Stock Demand Estimate" msgstr "" @@ -232,7 +242,7 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_sheet -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Stock Demand Estimate Sheet" msgstr "" @@ -243,25 +253,25 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_wizard -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 -#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:143 +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu #, python-format msgid "Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__location_id msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:79 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -269,40 +279,40 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:226 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:52 #, python-format msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom msgid "Unit of measure" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:243 #, python-format msgid "You must select at least one product." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "or" msgstr "o" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "to" msgstr "" diff --git a/stock_demand_estimate/i18n/ja.po b/stock_demand_estimate/i18n/ja.po index cee16fca0..fe136b8c3 100644 --- a/stock_demand_estimate/i18n/ja.po +++ b/stock_demand_estimate/i18n/ja.po @@ -19,41 +19,41 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Cancel" msgstr "キャンセル" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_company_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id msgid "Company" msgstr "会社" #. module: stock_demand_estimate -#: model:ir.actions.act_window,name:stock_demand_estimate.action_stock_demand_estimate_wizard -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate_wizard +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_wizard_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_wizard_menu msgid "Create Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_uid msgid "Created by" msgstr "作成者" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_date msgid "Created on" msgstr "作成日" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_start msgid "Date From" msgstr "" @@ -63,165 +63,173 @@ msgid "Date Range" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_range_type_id msgid "Date Range Type" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +#: model:ir.ui.menu,name:stock_demand_estimate.date_range_menu msgid "Date Ranges" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_end msgid "Date To" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_end msgid "Date to" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days +#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range__days msgid "Days between dates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_planning +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu msgid "Demand Planning" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__display_name msgid "Display Name" msgstr "表示名" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__estimate_id msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:256 #, python-format msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Estimated quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__line_ids msgid "Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_date_range_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_range_id msgid "Estimating Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__id msgid "ID" msgstr "ID" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard___last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard____last_update msgid "Last Modified on" msgstr "最終更新日" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_uid msgid "Last Updated by" msgstr "最終更新者" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_date msgid "Last Updated on" msgstr "最終更新日" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__location_id msgid "Location" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__date_range_id +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_x +msgid "Period Name" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Prepare" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_y +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_id msgid "Product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_y +msgid "Product Name" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__product_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__product_ids +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Products" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom_qty -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_daily_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty msgid "Quantity / Day" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Real Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_search +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree msgid "Stock Demand Estimate" msgstr "" @@ -232,7 +240,7 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_sheet -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Stock Demand Estimate Sheet" msgstr "" @@ -243,25 +251,25 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_wizard -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 -#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:143 +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu #, python-format msgid "Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__location_id msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:79 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -269,40 +277,40 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:226 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:52 #, python-format msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom msgid "Unit of measure" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:243 #, python-format msgid "You must select at least one product." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "or" msgstr "または" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "to" msgstr "" diff --git a/stock_demand_estimate/i18n/ko.po b/stock_demand_estimate/i18n/ko.po index 7946a5efb..cae7f0ad6 100644 --- a/stock_demand_estimate/i18n/ko.po +++ b/stock_demand_estimate/i18n/ko.po @@ -19,41 +19,41 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Cancel" msgstr "취소" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_company_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id msgid "Company" msgstr "" #. module: stock_demand_estimate -#: model:ir.actions.act_window,name:stock_demand_estimate.action_stock_demand_estimate_wizard -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate_wizard +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_wizard_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_wizard_menu msgid "Create Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_uid msgid "Created by" msgstr "작성자" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_date msgid "Created on" msgstr "작성일" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_start msgid "Date From" msgstr "" @@ -63,165 +63,173 @@ msgid "Date Range" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_range_type_id msgid "Date Range Type" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +#: model:ir.ui.menu,name:stock_demand_estimate.date_range_menu msgid "Date Ranges" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_end msgid "Date To" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_end msgid "Date to" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days +#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range__days msgid "Days between dates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_planning +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu msgid "Demand Planning" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__display_name msgid "Display Name" msgstr "표시 이름" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__estimate_id msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:256 #, python-format msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Estimated quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__line_ids msgid "Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_date_range_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_range_id msgid "Estimating Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__id msgid "ID" msgstr "ID" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard___last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard____last_update msgid "Last Modified on" msgstr "최근 수정" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_uid msgid "Last Updated by" msgstr "최근 갱신한 사람" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_date msgid "Last Updated on" msgstr "최근 갱신 날짜" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__location_id msgid "Location" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__date_range_id +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_x +msgid "Period Name" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Prepare" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_y +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_id msgid "Product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_y +msgid "Product Name" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__product_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__product_ids +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Products" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom_qty -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_daily_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty msgid "Quantity / Day" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Real Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_search +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree msgid "Stock Demand Estimate" msgstr "" @@ -232,7 +240,7 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_sheet -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Stock Demand Estimate Sheet" msgstr "" @@ -243,25 +251,25 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_wizard -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 -#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:143 +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu #, python-format msgid "Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__location_id msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:79 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -269,40 +277,40 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:226 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:52 #, python-format msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom msgid "Unit of measure" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:243 #, python-format msgid "You must select at least one product." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "or" msgstr "또는" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "to" msgstr "" diff --git a/stock_demand_estimate/i18n/lo.po b/stock_demand_estimate/i18n/lo.po index a0180f28c..93d644551 100644 --- a/stock_demand_estimate/i18n/lo.po +++ b/stock_demand_estimate/i18n/lo.po @@ -19,41 +19,41 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Cancel" msgstr "ຍົກເລີອກ" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_company_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id msgid "Company" msgstr "" #. module: stock_demand_estimate -#: model:ir.actions.act_window,name:stock_demand_estimate.action_stock_demand_estimate_wizard -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate_wizard +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_wizard_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_wizard_menu msgid "Create Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_uid msgid "Created by" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_date msgid "Created on" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_start msgid "Date From" msgstr "" @@ -63,165 +63,173 @@ msgid "Date Range" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_range_type_id msgid "Date Range Type" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +#: model:ir.ui.menu,name:stock_demand_estimate.date_range_menu msgid "Date Ranges" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_end msgid "Date To" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_end msgid "Date to" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days +#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range__days msgid "Days between dates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_planning +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu msgid "Demand Planning" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__display_name msgid "Display Name" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__estimate_id msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:256 #, python-format msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Estimated quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__line_ids msgid "Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_date_range_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_range_id msgid "Estimating Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__id msgid "ID" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard___last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard____last_update msgid "Last Modified on" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_uid msgid "Last Updated by" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_date msgid "Last Updated on" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__location_id msgid "Location" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__date_range_id +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_x +msgid "Period Name" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Prepare" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_y +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_id msgid "Product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_y +msgid "Product Name" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__product_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__product_ids +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Products" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom_qty -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_daily_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty msgid "Quantity / Day" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Real Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_search +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree msgid "Stock Demand Estimate" msgstr "" @@ -232,7 +240,7 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_sheet -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Stock Demand Estimate Sheet" msgstr "" @@ -243,25 +251,25 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_wizard -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 -#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:143 +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu #, python-format msgid "Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__location_id msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:79 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -269,40 +277,40 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:226 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:52 #, python-format msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom msgid "Unit of measure" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:243 #, python-format msgid "You must select at least one product." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "or" msgstr "ຫຼື" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "to" msgstr "" diff --git a/stock_demand_estimate/i18n/lt.po b/stock_demand_estimate/i18n/lt.po index 8974c2ddf..18adf65a3 100644 --- a/stock_demand_estimate/i18n/lt.po +++ b/stock_demand_estimate/i18n/lt.po @@ -20,41 +20,41 @@ msgstr "" "%100<10 || n%100>=20) ? 1 : 2);\n" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Cancel" msgstr "Atšaukti" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_company_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id msgid "Company" msgstr "Įmonė" #. module: stock_demand_estimate -#: model:ir.actions.act_window,name:stock_demand_estimate.action_stock_demand_estimate_wizard -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate_wizard +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_wizard_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_wizard_menu msgid "Create Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_uid msgid "Created by" msgstr "Sukūrė" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_date msgid "Created on" msgstr "Sukurta" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_start msgid "Date From" msgstr "" @@ -64,165 +64,173 @@ msgid "Date Range" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_range_type_id msgid "Date Range Type" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +#: model:ir.ui.menu,name:stock_demand_estimate.date_range_menu msgid "Date Ranges" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_end msgid "Date To" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_end msgid "Date to" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days +#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range__days msgid "Days between dates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_planning +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu msgid "Demand Planning" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__display_name msgid "Display Name" msgstr "Vaizduojamas pavadinimas" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__estimate_id msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:256 #, python-format msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Estimated quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__line_ids msgid "Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_date_range_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_range_id msgid "Estimating Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__id msgid "ID" msgstr "ID" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard___last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard____last_update msgid "Last Modified on" msgstr "Paskutinį kartą keista" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_uid msgid "Last Updated by" msgstr "Paskutinį kartą atnaujino" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_date msgid "Last Updated on" msgstr "Paskutinį kartą atnaujinta" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__location_id msgid "Location" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__date_range_id +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_x +msgid "Period Name" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Prepare" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_y +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_id msgid "Product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_y +msgid "Product Name" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__product_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__product_ids +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Products" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom_qty -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_daily_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty msgid "Quantity / Day" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Real Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_search +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree msgid "Stock Demand Estimate" msgstr "" @@ -233,7 +241,7 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_sheet -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Stock Demand Estimate Sheet" msgstr "" @@ -244,25 +252,25 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_wizard -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 -#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:143 +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu #, python-format msgid "Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__location_id msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:79 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -270,40 +278,40 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:226 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:52 #, python-format msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom msgid "Unit of measure" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:243 #, python-format msgid "You must select at least one product." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "or" msgstr "arba" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "to" msgstr "" diff --git a/stock_demand_estimate/i18n/lt_LT.po b/stock_demand_estimate/i18n/lt_LT.po index 68f76ab67..89790bb59 100644 --- a/stock_demand_estimate/i18n/lt_LT.po +++ b/stock_demand_estimate/i18n/lt_LT.po @@ -21,41 +21,41 @@ msgstr "" "%100<10 || n%100>=20) ? 1 : 2);\n" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Cancel" msgstr "Atšaukti" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_company_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id msgid "Company" msgstr "" #. module: stock_demand_estimate -#: model:ir.actions.act_window,name:stock_demand_estimate.action_stock_demand_estimate_wizard -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate_wizard +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_wizard_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_wizard_menu msgid "Create Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_uid msgid "Created by" msgstr "Sukūrė" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_date msgid "Created on" msgstr "Sukurta" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_start msgid "Date From" msgstr "" @@ -65,165 +65,173 @@ msgid "Date Range" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_range_type_id msgid "Date Range Type" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +#: model:ir.ui.menu,name:stock_demand_estimate.date_range_menu msgid "Date Ranges" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_end msgid "Date To" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_end msgid "Date to" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days +#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range__days msgid "Days between dates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_planning +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu msgid "Demand Planning" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__display_name msgid "Display Name" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__estimate_id msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:256 #, python-format msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Estimated quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__line_ids msgid "Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_date_range_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_range_id msgid "Estimating Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__id msgid "ID" msgstr "ID" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard___last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard____last_update msgid "Last Modified on" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_uid msgid "Last Updated by" msgstr "Paskutinį kartą atnaujino" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_date msgid "Last Updated on" msgstr "Paskutinį kartą atnaujinta" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__location_id msgid "Location" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__date_range_id +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_x +msgid "Period Name" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Prepare" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_y +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_id msgid "Product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_y +msgid "Product Name" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__product_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__product_ids +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Products" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom_qty -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_daily_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty msgid "Quantity / Day" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Real Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_search +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree msgid "Stock Demand Estimate" msgstr "" @@ -234,7 +242,7 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_sheet -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Stock Demand Estimate Sheet" msgstr "" @@ -245,25 +253,25 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_wizard -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 -#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:143 +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu #, python-format msgid "Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__location_id msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:79 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -271,40 +279,40 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:226 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:52 #, python-format msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom msgid "Unit of measure" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:243 #, python-format msgid "You must select at least one product." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "or" msgstr "arba" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "to" msgstr "" diff --git a/stock_demand_estimate/i18n/lv.po b/stock_demand_estimate/i18n/lv.po index e1f24664c..12e9ae0ac 100644 --- a/stock_demand_estimate/i18n/lv.po +++ b/stock_demand_estimate/i18n/lv.po @@ -20,41 +20,41 @@ msgstr "" "2);\n" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Cancel" msgstr "Atcelt" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_company_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id msgid "Company" msgstr "Uzņēmums" #. module: stock_demand_estimate -#: model:ir.actions.act_window,name:stock_demand_estimate.action_stock_demand_estimate_wizard -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate_wizard +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_wizard_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_wizard_menu msgid "Create Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_uid msgid "Created by" msgstr "Izveidoja" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_date msgid "Created on" msgstr "Izveidots" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_start msgid "Date From" msgstr "" @@ -64,165 +64,173 @@ msgid "Date Range" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_range_type_id msgid "Date Range Type" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +#: model:ir.ui.menu,name:stock_demand_estimate.date_range_menu msgid "Date Ranges" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_end msgid "Date To" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_end msgid "Date to" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days +#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range__days msgid "Days between dates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_planning +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu msgid "Demand Planning" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__display_name msgid "Display Name" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__estimate_id msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:256 #, python-format msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Estimated quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__line_ids msgid "Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_date_range_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_range_id msgid "Estimating Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__id msgid "ID" msgstr "ID" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard___last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard____last_update msgid "Last Modified on" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_uid msgid "Last Updated by" msgstr "Pēdējo reizi atjaunoja" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_date msgid "Last Updated on" msgstr "Pēdējās izmaiņas" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__location_id msgid "Location" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__date_range_id +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_x +msgid "Period Name" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Prepare" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_y +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_id msgid "Product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_y +msgid "Product Name" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__product_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__product_ids +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Products" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom_qty -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_daily_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty msgid "Quantity / Day" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Real Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_search +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree msgid "Stock Demand Estimate" msgstr "" @@ -233,7 +241,7 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_sheet -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Stock Demand Estimate Sheet" msgstr "" @@ -244,25 +252,25 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_wizard -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 -#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:143 +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu #, python-format msgid "Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__location_id msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:79 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -270,40 +278,40 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:226 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:52 #, python-format msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom msgid "Unit of measure" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:243 #, python-format msgid "You must select at least one product." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "or" msgstr "vai" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "to" msgstr "" diff --git a/stock_demand_estimate/i18n/mk.po b/stock_demand_estimate/i18n/mk.po index 6e2c54852..a91356d43 100644 --- a/stock_demand_estimate/i18n/mk.po +++ b/stock_demand_estimate/i18n/mk.po @@ -19,41 +19,41 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Cancel" msgstr "Откажи" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_company_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id msgid "Company" msgstr "Компанија" #. module: stock_demand_estimate -#: model:ir.actions.act_window,name:stock_demand_estimate.action_stock_demand_estimate_wizard -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate_wizard +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_wizard_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_wizard_menu msgid "Create Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_uid msgid "Created by" msgstr "Креирано од" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_date msgid "Created on" msgstr "Креирано на" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_start msgid "Date From" msgstr "" @@ -63,165 +63,173 @@ msgid "Date Range" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_range_type_id msgid "Date Range Type" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +#: model:ir.ui.menu,name:stock_demand_estimate.date_range_menu msgid "Date Ranges" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_end msgid "Date To" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_end msgid "Date to" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days +#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range__days msgid "Days between dates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_planning +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu msgid "Demand Planning" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__display_name msgid "Display Name" msgstr "Прикажи име" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__estimate_id msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:256 #, python-format msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Estimated quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__line_ids msgid "Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_date_range_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_range_id msgid "Estimating Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__id msgid "ID" msgstr "ID" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard___last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard____last_update msgid "Last Modified on" msgstr "Последна промена на" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_uid msgid "Last Updated by" msgstr "Последно ажурирање од" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_date msgid "Last Updated on" msgstr "Последно ажурирање на" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__location_id msgid "Location" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__date_range_id +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_x +msgid "Period Name" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Prepare" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_y +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_id msgid "Product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_y +msgid "Product Name" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__product_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__product_ids +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Products" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom_qty -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_daily_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty msgid "Quantity / Day" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Real Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_search +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree msgid "Stock Demand Estimate" msgstr "" @@ -232,7 +240,7 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_sheet -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Stock Demand Estimate Sheet" msgstr "" @@ -243,25 +251,25 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_wizard -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 -#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:143 +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu #, python-format msgid "Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__location_id msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:79 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -269,40 +277,40 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:226 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:52 #, python-format msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom msgid "Unit of measure" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:243 #, python-format msgid "You must select at least one product." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "or" msgstr "или" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "to" msgstr "" diff --git a/stock_demand_estimate/i18n/mn.po b/stock_demand_estimate/i18n/mn.po index 54ce84f4d..3c5296468 100644 --- a/stock_demand_estimate/i18n/mn.po +++ b/stock_demand_estimate/i18n/mn.po @@ -19,41 +19,41 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Cancel" msgstr "Цуцлах" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_company_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id msgid "Company" msgstr "Компани" #. module: stock_demand_estimate -#: model:ir.actions.act_window,name:stock_demand_estimate.action_stock_demand_estimate_wizard -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate_wizard +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_wizard_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_wizard_menu msgid "Create Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_uid msgid "Created by" msgstr "Үүсгэгч" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_date msgid "Created on" msgstr "Үүсгэсэн" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_start msgid "Date From" msgstr "" @@ -63,165 +63,173 @@ msgid "Date Range" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_range_type_id msgid "Date Range Type" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +#: model:ir.ui.menu,name:stock_demand_estimate.date_range_menu msgid "Date Ranges" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_end msgid "Date To" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_end msgid "Date to" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days +#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range__days msgid "Days between dates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_planning +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu msgid "Demand Planning" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__display_name msgid "Display Name" msgstr "Дэлгэцийн Нэр" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__estimate_id msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:256 #, python-format msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Estimated quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__line_ids msgid "Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_date_range_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_range_id msgid "Estimating Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__id msgid "ID" msgstr "ID" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard___last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard____last_update msgid "Last Modified on" msgstr "Сүүлийн засвар хийсэн огноо" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_uid msgid "Last Updated by" msgstr "Сүүлийн засвар хийсэн" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_date msgid "Last Updated on" msgstr "Сүүлийн засвар хийсэн огноо" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__location_id msgid "Location" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__date_range_id +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_x +msgid "Period Name" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Prepare" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_y +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_id msgid "Product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_y +msgid "Product Name" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__product_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__product_ids +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Products" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom_qty -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_daily_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty msgid "Quantity / Day" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Real Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_search +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree msgid "Stock Demand Estimate" msgstr "" @@ -232,7 +240,7 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_sheet -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Stock Demand Estimate Sheet" msgstr "" @@ -243,25 +251,25 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_wizard -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 -#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:143 +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu #, python-format msgid "Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__location_id msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:79 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -269,40 +277,40 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:226 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:52 #, python-format msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom msgid "Unit of measure" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:243 #, python-format msgid "You must select at least one product." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "or" msgstr "эсвэл" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "to" msgstr "" diff --git a/stock_demand_estimate/i18n/nb.po b/stock_demand_estimate/i18n/nb.po index a4b9275f3..c3ceadd2b 100644 --- a/stock_demand_estimate/i18n/nb.po +++ b/stock_demand_estimate/i18n/nb.po @@ -20,41 +20,41 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Cancel" msgstr "Avbryt" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_company_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id msgid "Company" msgstr "Firma" #. module: stock_demand_estimate -#: model:ir.actions.act_window,name:stock_demand_estimate.action_stock_demand_estimate_wizard -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate_wizard +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_wizard_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_wizard_menu msgid "Create Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_uid msgid "Created by" msgstr "Opprettet av" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_date msgid "Created on" msgstr "Opprettet den" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_start msgid "Date From" msgstr "" @@ -64,165 +64,173 @@ msgid "Date Range" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_range_type_id msgid "Date Range Type" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +#: model:ir.ui.menu,name:stock_demand_estimate.date_range_menu msgid "Date Ranges" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_end msgid "Date To" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_end msgid "Date to" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days +#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range__days msgid "Days between dates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_planning +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu msgid "Demand Planning" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__display_name msgid "Display Name" msgstr "Visnings navn" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__estimate_id msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:256 #, python-format msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Estimated quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__line_ids msgid "Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_date_range_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_range_id msgid "Estimating Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__id msgid "ID" msgstr "ID" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard___last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard____last_update msgid "Last Modified on" msgstr "Sist oppdatert " #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_uid msgid "Last Updated by" msgstr "Sist oppdatert av" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_date msgid "Last Updated on" msgstr "Sist oppdatert" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__location_id msgid "Location" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__date_range_id +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_x +msgid "Period Name" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Prepare" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_y +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_id msgid "Product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_y +msgid "Product Name" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__product_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__product_ids +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Products" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom_qty -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_daily_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty msgid "Quantity / Day" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Real Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_search +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree msgid "Stock Demand Estimate" msgstr "" @@ -233,7 +241,7 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_sheet -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Stock Demand Estimate Sheet" msgstr "" @@ -244,25 +252,25 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_wizard -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 -#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:143 +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu #, python-format msgid "Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__location_id msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:79 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -270,40 +278,40 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:226 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:52 #, python-format msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom msgid "Unit of measure" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:243 #, python-format msgid "You must select at least one product." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "or" msgstr "eller" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "to" msgstr "" diff --git a/stock_demand_estimate/i18n/nb_NO.po b/stock_demand_estimate/i18n/nb_NO.po index 1d4c3d2eb..d455129f1 100644 --- a/stock_demand_estimate/i18n/nb_NO.po +++ b/stock_demand_estimate/i18n/nb_NO.po @@ -20,41 +20,41 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Cancel" msgstr "Lukk" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_company_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id msgid "Company" msgstr "Firma" #. module: stock_demand_estimate -#: model:ir.actions.act_window,name:stock_demand_estimate.action_stock_demand_estimate_wizard -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate_wizard +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_wizard_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_wizard_menu msgid "Create Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_uid msgid "Created by" msgstr "Laget av" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_date msgid "Created on" msgstr "Laget den" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_start msgid "Date From" msgstr "" @@ -64,165 +64,173 @@ msgid "Date Range" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_range_type_id msgid "Date Range Type" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +#: model:ir.ui.menu,name:stock_demand_estimate.date_range_menu msgid "Date Ranges" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_end msgid "Date To" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_end msgid "Date to" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days +#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range__days msgid "Days between dates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_planning +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu msgid "Demand Planning" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__display_name msgid "Display Name" msgstr "Vis navn" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__estimate_id msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:256 #, python-format msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Estimated quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__line_ids msgid "Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_date_range_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_range_id msgid "Estimating Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__id msgid "ID" msgstr "ID" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard___last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard____last_update msgid "Last Modified on" msgstr "Sist endret den" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_uid msgid "Last Updated by" msgstr "Sist oppdatert av" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_date msgid "Last Updated on" msgstr "Sist oppdatert den" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__location_id msgid "Location" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__date_range_id +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_x +msgid "Period Name" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Prepare" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_y +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_id msgid "Product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_y +msgid "Product Name" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__product_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__product_ids +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Products" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom_qty -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_daily_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty msgid "Quantity / Day" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Real Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_search +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree msgid "Stock Demand Estimate" msgstr "" @@ -233,7 +241,7 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_sheet -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Stock Demand Estimate Sheet" msgstr "" @@ -244,25 +252,25 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_wizard -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 -#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:143 +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu #, python-format msgid "Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__location_id msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:79 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -270,40 +278,40 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:226 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:52 #, python-format msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom msgid "Unit of measure" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:243 #, python-format msgid "You must select at least one product." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "or" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "to" msgstr "" diff --git a/stock_demand_estimate/i18n/nl.po b/stock_demand_estimate/i18n/nl.po index c1ccdc563..8499ea731 100644 --- a/stock_demand_estimate/i18n/nl.po +++ b/stock_demand_estimate/i18n/nl.po @@ -19,41 +19,41 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Cancel" msgstr "Annuleer" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_company_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id msgid "Company" msgstr "Bedrijf" #. module: stock_demand_estimate -#: model:ir.actions.act_window,name:stock_demand_estimate.action_stock_demand_estimate_wizard -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate_wizard +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_wizard_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_wizard_menu msgid "Create Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_uid msgid "Created by" msgstr "Aangemaakt door" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_date msgid "Created on" msgstr "Aangemaakt op" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_start msgid "Date From" msgstr "Datum van" @@ -63,166 +63,176 @@ msgid "Date Range" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_range_type_id msgid "Date Range Type" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +#: model:ir.ui.menu,name:stock_demand_estimate.date_range_menu msgid "Date Ranges" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_end msgid "Date To" msgstr "Datum tot" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_end #, fuzzy msgid "Date to" msgstr "Datum tot" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days +#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range__days msgid "Days between dates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_planning +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu msgid "Demand Planning" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__display_name msgid "Display Name" msgstr "Te tonen naam" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__estimate_id msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:256 #, python-format msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Estimated quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__line_ids msgid "Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_date_range_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_range_id msgid "Estimating Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__id msgid "ID" msgstr "ID" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard___last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard____last_update msgid "Last Modified on" msgstr "Laatst bijgewerkt op" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_uid msgid "Last Updated by" msgstr "Laatst bijgewerkt door" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_date msgid "Last Updated on" msgstr "Laatst bijgewerkt op" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__location_id msgid "Location" msgstr "Locatie" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__date_range_id +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_x +msgid "Period Name" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Prepare" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_y +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_id msgid "Product" msgstr "Product" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_y +#, fuzzy +#| msgid "Product" +msgid "Product Name" +msgstr "Product" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__product_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__product_ids +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Products" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom_qty -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_uom_qty msgid "Quantity" msgstr "Hoeveelheid" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_daily_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty msgid "Quantity / Day" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Real Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_search +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree msgid "Stock Demand Estimate" msgstr "" @@ -233,7 +243,7 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_sheet -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Stock Demand Estimate Sheet" msgstr "" @@ -244,25 +254,25 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_wizard -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 -#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:143 +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu #, python-format msgid "Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__location_id msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:79 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -270,40 +280,40 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:226 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:52 #, python-format msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom msgid "Unit of measure" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:243 #, python-format msgid "You must select at least one product." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "or" msgstr "of" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "to" msgstr "" diff --git a/stock_demand_estimate/i18n/nl_BE.po b/stock_demand_estimate/i18n/nl_BE.po index 5226b3de1..5e77905f0 100644 --- a/stock_demand_estimate/i18n/nl_BE.po +++ b/stock_demand_estimate/i18n/nl_BE.po @@ -20,41 +20,41 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Cancel" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_company_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id msgid "Company" msgstr "Bedrijf" #. module: stock_demand_estimate -#: model:ir.actions.act_window,name:stock_demand_estimate.action_stock_demand_estimate_wizard -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate_wizard +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_wizard_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_wizard_menu msgid "Create Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_uid msgid "Created by" msgstr "Gemaakt door" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_date msgid "Created on" msgstr "Gemaakt op" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_start msgid "Date From" msgstr "" @@ -64,165 +64,173 @@ msgid "Date Range" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_range_type_id msgid "Date Range Type" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +#: model:ir.ui.menu,name:stock_demand_estimate.date_range_menu msgid "Date Ranges" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_end msgid "Date To" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_end msgid "Date to" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days +#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range__days msgid "Days between dates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_planning +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu msgid "Demand Planning" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__display_name msgid "Display Name" msgstr "Schermnaam" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__estimate_id msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:256 #, python-format msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Estimated quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__line_ids msgid "Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_date_range_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_range_id msgid "Estimating Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__id msgid "ID" msgstr "ID" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard___last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard____last_update msgid "Last Modified on" msgstr "Laatst Aangepast op" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_uid msgid "Last Updated by" msgstr "Laatst bijgewerkt door" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_date msgid "Last Updated on" msgstr "Laatst bijgewerkt op" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__location_id msgid "Location" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__date_range_id +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_x +msgid "Period Name" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Prepare" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_y +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_id msgid "Product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_y +msgid "Product Name" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__product_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__product_ids +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Products" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom_qty -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_uom_qty msgid "Quantity" msgstr "Hoeveelheid" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_daily_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty msgid "Quantity / Day" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Real Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_search +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree msgid "Stock Demand Estimate" msgstr "" @@ -233,7 +241,7 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_sheet -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Stock Demand Estimate Sheet" msgstr "" @@ -244,25 +252,25 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_wizard -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 -#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:143 +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu #, python-format msgid "Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__location_id msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:79 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -270,40 +278,40 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:226 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:52 #, python-format msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom msgid "Unit of measure" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:243 #, python-format msgid "You must select at least one product." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "or" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "to" msgstr "" diff --git a/stock_demand_estimate/i18n/nl_NL.po b/stock_demand_estimate/i18n/nl_NL.po index 73767d105..ee98d50a1 100644 --- a/stock_demand_estimate/i18n/nl_NL.po +++ b/stock_demand_estimate/i18n/nl_NL.po @@ -21,41 +21,41 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Cancel" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_company_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id msgid "Company" msgstr "" #. module: stock_demand_estimate -#: model:ir.actions.act_window,name:stock_demand_estimate.action_stock_demand_estimate_wizard -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate_wizard +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_wizard_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_wizard_menu msgid "Create Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_uid msgid "Created by" msgstr "Aangemaakt door" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_date msgid "Created on" msgstr "Aangemaakt op" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_start msgid "Date From" msgstr "" @@ -65,165 +65,175 @@ msgid "Date Range" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_range_type_id msgid "Date Range Type" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +#: model:ir.ui.menu,name:stock_demand_estimate.date_range_menu msgid "Date Ranges" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_end msgid "Date To" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_end msgid "Date to" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days +#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range__days msgid "Days between dates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_planning +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu msgid "Demand Planning" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__display_name msgid "Display Name" msgstr "Weergavenaam" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__estimate_id msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:256 #, python-format msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Estimated quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__line_ids msgid "Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_date_range_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_range_id msgid "Estimating Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__id msgid "ID" msgstr "ID" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard___last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard____last_update msgid "Last Modified on" msgstr "Laatst aangepast op" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_uid msgid "Last Updated by" msgstr "Laatst bijgewerkt door" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_date msgid "Last Updated on" msgstr "Laatst bijgewerkt op" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__location_id msgid "Location" msgstr "Locatie" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__date_range_id +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_x +msgid "Period Name" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Prepare" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_y +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_id msgid "Product" msgstr "Product" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_y +#, fuzzy +#| msgid "Product" +msgid "Product Name" +msgstr "Product" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__product_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__product_ids +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Products" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom_qty -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_uom_qty msgid "Quantity" msgstr "Aantal" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_daily_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty msgid "Quantity / Day" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Real Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_search +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree msgid "Stock Demand Estimate" msgstr "" @@ -234,7 +244,7 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_sheet -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Stock Demand Estimate Sheet" msgstr "" @@ -245,25 +255,25 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_wizard -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 -#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:143 +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu #, python-format msgid "Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__location_id msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:79 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -271,40 +281,40 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:226 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:52 #, python-format msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom msgid "Unit of measure" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:243 #, python-format msgid "You must select at least one product." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "or" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "to" msgstr "" diff --git a/stock_demand_estimate/i18n/pl.po b/stock_demand_estimate/i18n/pl.po index 6fb703ce7..d71218ce0 100644 --- a/stock_demand_estimate/i18n/pl.po +++ b/stock_demand_estimate/i18n/pl.po @@ -21,41 +21,41 @@ msgstr "" "%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Cancel" msgstr "Anuluj" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_company_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id msgid "Company" msgstr "Firma" #. module: stock_demand_estimate -#: model:ir.actions.act_window,name:stock_demand_estimate.action_stock_demand_estimate_wizard -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate_wizard +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_wizard_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_wizard_menu msgid "Create Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_uid msgid "Created by" msgstr "Utworzone przez" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_date msgid "Created on" msgstr "Utworzono" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_start msgid "Date From" msgstr "" @@ -65,165 +65,173 @@ msgid "Date Range" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_range_type_id msgid "Date Range Type" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +#: model:ir.ui.menu,name:stock_demand_estimate.date_range_menu msgid "Date Ranges" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_end msgid "Date To" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_end msgid "Date to" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days +#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range__days msgid "Days between dates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_planning +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu msgid "Demand Planning" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__display_name msgid "Display Name" msgstr "Wyświetlana nazwa " #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__estimate_id msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:256 #, python-format msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Estimated quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__line_ids msgid "Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_date_range_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_range_id msgid "Estimating Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__id msgid "ID" msgstr "ID" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard___last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard____last_update msgid "Last Modified on" msgstr "Ostatnio modyfikowano" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_uid msgid "Last Updated by" msgstr "Ostatnio modyfikowane przez" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_date msgid "Last Updated on" msgstr "Ostatnia zmiana" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__location_id msgid "Location" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__date_range_id +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_x +msgid "Period Name" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Prepare" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_y +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_id msgid "Product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_y +msgid "Product Name" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__product_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__product_ids +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Products" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom_qty -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_daily_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty msgid "Quantity / Day" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Real Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_search +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree msgid "Stock Demand Estimate" msgstr "" @@ -234,7 +242,7 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_sheet -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Stock Demand Estimate Sheet" msgstr "" @@ -245,25 +253,25 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_wizard -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 -#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:143 +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu #, python-format msgid "Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__location_id msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:79 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -271,40 +279,40 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:226 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:52 #, python-format msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom msgid "Unit of measure" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:243 #, python-format msgid "You must select at least one product." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "or" msgstr "lub" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "to" msgstr "" diff --git a/stock_demand_estimate/i18n/pt.po b/stock_demand_estimate/i18n/pt.po index 1e0b2d4dd..a3868e98e 100644 --- a/stock_demand_estimate/i18n/pt.po +++ b/stock_demand_estimate/i18n/pt.po @@ -19,41 +19,41 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Cancel" msgstr "Cancelar" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_company_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id msgid "Company" msgstr "Empresa" #. module: stock_demand_estimate -#: model:ir.actions.act_window,name:stock_demand_estimate.action_stock_demand_estimate_wizard -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate_wizard +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_wizard_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_wizard_menu msgid "Create Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_uid msgid "Created by" msgstr "Criado por" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_date msgid "Created on" msgstr "Criado em" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_start msgid "Date From" msgstr "" @@ -63,165 +63,175 @@ msgid "Date Range" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_range_type_id msgid "Date Range Type" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +#: model:ir.ui.menu,name:stock_demand_estimate.date_range_menu msgid "Date Ranges" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_end msgid "Date To" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_end msgid "Date to" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days +#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range__days msgid "Days between dates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_planning +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu msgid "Demand Planning" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__display_name msgid "Display Name" msgstr "Nome a Apresentar" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__estimate_id msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:256 #, python-format msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Estimated quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__line_ids msgid "Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_date_range_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_range_id msgid "Estimating Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__id msgid "ID" msgstr "ID" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard___last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard____last_update msgid "Last Modified on" msgstr "Modificado a última vez por" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_uid msgid "Last Updated by" msgstr "Atualizado pela última vez por" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_date msgid "Last Updated on" msgstr "Atualizado pela última vez em" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__location_id msgid "Location" msgstr "Localização" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__date_range_id +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_x +msgid "Period Name" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Prepare" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_y +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_id msgid "Product" msgstr "Produto" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_y +#, fuzzy +#| msgid "Product" +msgid "Product Name" +msgstr "Produto" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__product_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__product_ids +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Products" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom_qty -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_uom_qty msgid "Quantity" msgstr "Quantidade" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_daily_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty msgid "Quantity / Day" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Real Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_search +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree msgid "Stock Demand Estimate" msgstr "" @@ -232,7 +242,7 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_sheet -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Stock Demand Estimate Sheet" msgstr "" @@ -243,25 +253,25 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_wizard -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 -#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:143 +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu #, python-format msgid "Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__location_id msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:79 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -269,40 +279,40 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:226 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:52 #, python-format msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom msgid "Unit of measure" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:243 #, python-format msgid "You must select at least one product." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "or" msgstr "ou" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "to" msgstr "" diff --git a/stock_demand_estimate/i18n/pt_BR.po b/stock_demand_estimate/i18n/pt_BR.po index 010a7a224..f3ca3ce7e 100644 --- a/stock_demand_estimate/i18n/pt_BR.po +++ b/stock_demand_estimate/i18n/pt_BR.po @@ -20,41 +20,41 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Cancel" msgstr "Cancelar" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_company_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id msgid "Company" msgstr "Empresa" #. module: stock_demand_estimate -#: model:ir.actions.act_window,name:stock_demand_estimate.action_stock_demand_estimate_wizard -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate_wizard +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_wizard_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_wizard_menu msgid "Create Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_uid msgid "Created by" msgstr "Criado por" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_date msgid "Created on" msgstr "Criado em" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_start msgid "Date From" msgstr "Data a partir" @@ -64,166 +64,176 @@ msgid "Date Range" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_range_type_id msgid "Date Range Type" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +#: model:ir.ui.menu,name:stock_demand_estimate.date_range_menu msgid "Date Ranges" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_end msgid "Date To" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_end #, fuzzy msgid "Date to" msgstr "Data a partir" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days +#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range__days msgid "Days between dates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_planning +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu msgid "Demand Planning" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__display_name msgid "Display Name" msgstr "Mostrar Nome" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__estimate_id msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:256 #, python-format msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Estimated quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__line_ids msgid "Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_date_range_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_range_id msgid "Estimating Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__id msgid "ID" msgstr "ID" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard___last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard____last_update msgid "Last Modified on" msgstr "Última Modificação em" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_uid msgid "Last Updated by" msgstr "Última atualização por" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_date msgid "Last Updated on" msgstr "Última atualização em" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__location_id msgid "Location" msgstr "Localização" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__date_range_id +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_x +msgid "Period Name" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Prepare" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_y +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_id msgid "Product" msgstr "Produto" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_y +#, fuzzy +#| msgid "Product" +msgid "Product Name" +msgstr "Produto" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__product_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__product_ids +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Products" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom_qty -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_uom_qty msgid "Quantity" msgstr "Quantidade" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_daily_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty msgid "Quantity / Day" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Real Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_search +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree msgid "Stock Demand Estimate" msgstr "" @@ -234,7 +244,7 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_sheet -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Stock Demand Estimate Sheet" msgstr "" @@ -245,25 +255,25 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_wizard -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 -#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:143 +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu #, python-format msgid "Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__location_id msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:79 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -271,40 +281,40 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:226 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:52 #, python-format msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom msgid "Unit of measure" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:243 #, python-format msgid "You must select at least one product." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "or" msgstr "ou" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "to" msgstr "" diff --git a/stock_demand_estimate/i18n/pt_PT.po b/stock_demand_estimate/i18n/pt_PT.po index 9caa7fa69..fb2f7abcf 100644 --- a/stock_demand_estimate/i18n/pt_PT.po +++ b/stock_demand_estimate/i18n/pt_PT.po @@ -20,41 +20,41 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Cancel" msgstr "Cancelar" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_company_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id msgid "Company" msgstr "Empresa" #. module: stock_demand_estimate -#: model:ir.actions.act_window,name:stock_demand_estimate.action_stock_demand_estimate_wizard -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate_wizard +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_wizard_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_wizard_menu msgid "Create Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_uid msgid "Created by" msgstr "Criado por" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_date msgid "Created on" msgstr "Criado em" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_start msgid "Date From" msgstr "" @@ -64,165 +64,173 @@ msgid "Date Range" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_range_type_id msgid "Date Range Type" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +#: model:ir.ui.menu,name:stock_demand_estimate.date_range_menu msgid "Date Ranges" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_end msgid "Date To" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_end msgid "Date to" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days +#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range__days msgid "Days between dates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_planning +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu msgid "Demand Planning" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__display_name msgid "Display Name" msgstr "Nome a Apresentar" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__estimate_id msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:256 #, python-format msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Estimated quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__line_ids msgid "Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_date_range_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_range_id msgid "Estimating Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__id msgid "ID" msgstr "ID" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard___last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard____last_update msgid "Last Modified on" msgstr "Última Modificação em" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_uid msgid "Last Updated by" msgstr "Atualizado pela última vez por" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_date msgid "Last Updated on" msgstr "Atualizado pela última vez em" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__location_id msgid "Location" msgstr "Localização" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__date_range_id +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_x +msgid "Period Name" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Prepare" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_y +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_id msgid "Product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_y +msgid "Product Name" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__product_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__product_ids +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Products" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom_qty -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_daily_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty msgid "Quantity / Day" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Real Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_search +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree msgid "Stock Demand Estimate" msgstr "" @@ -233,7 +241,7 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_sheet -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Stock Demand Estimate Sheet" msgstr "" @@ -244,25 +252,25 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_wizard -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 -#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:143 +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu #, python-format msgid "Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__location_id msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:79 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -270,40 +278,40 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:226 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:52 #, python-format msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom msgid "Unit of measure" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:243 #, python-format msgid "You must select at least one product." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "or" msgstr "ou" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "to" msgstr "" diff --git a/stock_demand_estimate/i18n/ro.po b/stock_demand_estimate/i18n/ro.po index d514d3581..e6add01a2 100644 --- a/stock_demand_estimate/i18n/ro.po +++ b/stock_demand_estimate/i18n/ro.po @@ -20,41 +20,41 @@ msgstr "" "2:1));\n" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Cancel" msgstr "Anuleaza" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_company_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id msgid "Company" msgstr "Companie" #. module: stock_demand_estimate -#: model:ir.actions.act_window,name:stock_demand_estimate.action_stock_demand_estimate_wizard -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate_wizard +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_wizard_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_wizard_menu msgid "Create Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_uid msgid "Created by" msgstr "Creat de" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_date msgid "Created on" msgstr "Creat la" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_start msgid "Date From" msgstr "" @@ -64,165 +64,175 @@ msgid "Date Range" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_range_type_id msgid "Date Range Type" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +#: model:ir.ui.menu,name:stock_demand_estimate.date_range_menu msgid "Date Ranges" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_end msgid "Date To" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_end msgid "Date to" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days +#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range__days msgid "Days between dates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_planning +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu msgid "Demand Planning" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__display_name msgid "Display Name" msgstr "Nume Afişat" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__estimate_id msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:256 #, python-format msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Estimated quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__line_ids msgid "Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_date_range_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_range_id msgid "Estimating Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__id msgid "ID" msgstr "ID" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard___last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard____last_update msgid "Last Modified on" msgstr "Ultima actualizare în" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_uid msgid "Last Updated by" msgstr "Ultima actualizare făcută de" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_date msgid "Last Updated on" msgstr "Ultima actualizare la" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__location_id msgid "Location" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__date_range_id +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_x +msgid "Period Name" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Prepare" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_y +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_id msgid "Product" msgstr "Produs" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_y +#, fuzzy +#| msgid "Product" +msgid "Product Name" +msgstr "Produs" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__product_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__product_ids +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Products" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom_qty -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_uom_qty msgid "Quantity" msgstr "Cantitate" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_daily_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty msgid "Quantity / Day" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Real Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_search +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree msgid "Stock Demand Estimate" msgstr "" @@ -233,7 +243,7 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_sheet -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Stock Demand Estimate Sheet" msgstr "" @@ -244,25 +254,25 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_wizard -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 -#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:143 +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu #, python-format msgid "Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__location_id msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:79 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -270,40 +280,40 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:226 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:52 #, python-format msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom msgid "Unit of measure" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:243 #, python-format msgid "You must select at least one product." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "or" msgstr "sau" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "to" msgstr "" diff --git a/stock_demand_estimate/i18n/ru.po b/stock_demand_estimate/i18n/ru.po index 82fe73cbc..39ca4ee12 100644 --- a/stock_demand_estimate/i18n/ru.po +++ b/stock_demand_estimate/i18n/ru.po @@ -21,41 +21,41 @@ msgstr "" "%100>=11 && n%100<=14)? 2 : 3);\n" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Cancel" msgstr "Отменена" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_company_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id msgid "Company" msgstr "Компания" #. module: stock_demand_estimate -#: model:ir.actions.act_window,name:stock_demand_estimate.action_stock_demand_estimate_wizard -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate_wizard +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_wizard_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_wizard_menu msgid "Create Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_uid msgid "Created by" msgstr "Создано" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_date msgid "Created on" msgstr "Создан" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_start msgid "Date From" msgstr "" @@ -65,165 +65,175 @@ msgid "Date Range" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_range_type_id msgid "Date Range Type" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +#: model:ir.ui.menu,name:stock_demand_estimate.date_range_menu msgid "Date Ranges" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_end msgid "Date To" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_end msgid "Date to" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days +#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range__days msgid "Days between dates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_planning +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu msgid "Demand Planning" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__display_name msgid "Display Name" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__estimate_id msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:256 #, python-format msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Estimated quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__line_ids msgid "Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_date_range_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_range_id msgid "Estimating Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__id msgid "ID" msgstr "ID" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard___last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard____last_update msgid "Last Modified on" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_uid msgid "Last Updated by" msgstr "Последний раз обновлено" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_date msgid "Last Updated on" msgstr "Последний раз обновлено" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__location_id msgid "Location" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__date_range_id +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_x +msgid "Period Name" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Prepare" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_y +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_id msgid "Product" msgstr "Товар/Услуга" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_y +#, fuzzy +#| msgid "Product" +msgid "Product Name" +msgstr "Товар/Услуга" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__product_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__product_ids +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Products" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom_qty -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_uom_qty msgid "Quantity" msgstr "Кол-во" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_daily_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty msgid "Quantity / Day" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Real Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_search +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree msgid "Stock Demand Estimate" msgstr "" @@ -234,7 +244,7 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_sheet -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Stock Demand Estimate Sheet" msgstr "" @@ -245,25 +255,25 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_wizard -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 -#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:143 +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu #, python-format msgid "Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__location_id msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:79 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -271,40 +281,40 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:226 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:52 #, python-format msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom msgid "Unit of measure" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:243 #, python-format msgid "You must select at least one product." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "or" msgstr "или" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "to" msgstr "" diff --git a/stock_demand_estimate/i18n/sk.po b/stock_demand_estimate/i18n/sk.po index 244c83453..3b997a18a 100644 --- a/stock_demand_estimate/i18n/sk.po +++ b/stock_demand_estimate/i18n/sk.po @@ -19,41 +19,41 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Cancel" msgstr "Zrušiť" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_company_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id msgid "Company" msgstr "Spoločnosť" #. module: stock_demand_estimate -#: model:ir.actions.act_window,name:stock_demand_estimate.action_stock_demand_estimate_wizard -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate_wizard +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_wizard_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_wizard_menu msgid "Create Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_uid msgid "Created by" msgstr "Vytvoril" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_date msgid "Created on" msgstr "Vytvorené" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_start msgid "Date From" msgstr "" @@ -63,165 +63,173 @@ msgid "Date Range" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_range_type_id msgid "Date Range Type" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +#: model:ir.ui.menu,name:stock_demand_estimate.date_range_menu msgid "Date Ranges" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_end msgid "Date To" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_end msgid "Date to" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days +#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range__days msgid "Days between dates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_planning +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu msgid "Demand Planning" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__display_name msgid "Display Name" msgstr "Zobraziť meno" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__estimate_id msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:256 #, python-format msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Estimated quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__line_ids msgid "Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_date_range_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_range_id msgid "Estimating Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__id msgid "ID" msgstr "ID" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard___last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard____last_update msgid "Last Modified on" msgstr "Posledná modifikácia" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_uid msgid "Last Updated by" msgstr "Naposledy upravoval" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_date msgid "Last Updated on" msgstr "Naposledy upravované" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__location_id msgid "Location" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__date_range_id +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_x +msgid "Period Name" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Prepare" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_y +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_id msgid "Product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_y +msgid "Product Name" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__product_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__product_ids +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Products" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom_qty -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_daily_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty msgid "Quantity / Day" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Real Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_search +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree msgid "Stock Demand Estimate" msgstr "" @@ -232,7 +240,7 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_sheet -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Stock Demand Estimate Sheet" msgstr "" @@ -243,25 +251,25 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_wizard -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 -#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:143 +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu #, python-format msgid "Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__location_id msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:79 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -269,40 +277,40 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:226 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:52 #, python-format msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom msgid "Unit of measure" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:243 #, python-format msgid "You must select at least one product." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "or" msgstr "alebo" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "to" msgstr "" diff --git a/stock_demand_estimate/i18n/sl.po b/stock_demand_estimate/i18n/sl.po index d5a76bc92..8d0f28ccc 100644 --- a/stock_demand_estimate/i18n/sl.po +++ b/stock_demand_estimate/i18n/sl.po @@ -20,41 +20,41 @@ msgstr "" "%100==4 ? 2 : 3);\n" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Cancel" msgstr "Preklic" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_company_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id msgid "Company" msgstr "Družba" #. module: stock_demand_estimate -#: model:ir.actions.act_window,name:stock_demand_estimate.action_stock_demand_estimate_wizard -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate_wizard +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_wizard_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_wizard_menu msgid "Create Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_uid msgid "Created by" msgstr "Ustvaril" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_date msgid "Created on" msgstr "Ustvarjeno" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_start msgid "Date From" msgstr "Od datuma" @@ -64,166 +64,176 @@ msgid "Date Range" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_range_type_id msgid "Date Range Type" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +#: model:ir.ui.menu,name:stock_demand_estimate.date_range_menu msgid "Date Ranges" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_end msgid "Date To" msgstr "Do datuma" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_end #, fuzzy msgid "Date to" msgstr "Do datuma" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days +#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range__days msgid "Days between dates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_planning +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu msgid "Demand Planning" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__display_name msgid "Display Name" msgstr "Prikazni naziv" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__estimate_id msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:256 #, python-format msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Estimated quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__line_ids msgid "Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_date_range_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_range_id msgid "Estimating Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__id msgid "ID" msgstr "ID" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard___last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard____last_update msgid "Last Modified on" msgstr "Zadnjič spremenjeno" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_uid msgid "Last Updated by" msgstr "Zadnjič posodobil" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_date msgid "Last Updated on" msgstr "Zadnjič posodobljeno" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__location_id msgid "Location" msgstr "Lokacija" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__date_range_id +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_x +msgid "Period Name" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Prepare" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_y +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_id msgid "Product" msgstr "Proizvod" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_y +#, fuzzy +#| msgid "Product" +msgid "Product Name" +msgstr "Proizvod" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__product_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__product_ids +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Products" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom_qty -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_uom_qty msgid "Quantity" msgstr "Količina" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_daily_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty msgid "Quantity / Day" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Quantity in the default UoM of the product" msgstr "Količina v privzeti EM za ta proizvod" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Real Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_search +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree msgid "Stock Demand Estimate" msgstr "" @@ -234,7 +244,7 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_sheet -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Stock Demand Estimate Sheet" msgstr "" @@ -245,25 +255,25 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_wizard -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 -#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:143 +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu #, python-format msgid "Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__location_id msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:79 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -271,40 +281,40 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:226 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:52 #, python-format msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom msgid "Unit of measure" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:243 #, python-format msgid "You must select at least one product." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "or" msgstr "ali" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "to" msgstr "" diff --git a/stock_demand_estimate/i18n/sr.po b/stock_demand_estimate/i18n/sr.po index 600d90971..4a95568db 100644 --- a/stock_demand_estimate/i18n/sr.po +++ b/stock_demand_estimate/i18n/sr.po @@ -20,41 +20,41 @@ msgstr "" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Cancel" msgstr "Otkaži" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_company_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id msgid "Company" msgstr "" #. module: stock_demand_estimate -#: model:ir.actions.act_window,name:stock_demand_estimate.action_stock_demand_estimate_wizard -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate_wizard +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_wizard_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_wizard_menu msgid "Create Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_uid msgid "Created by" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_date msgid "Created on" msgstr "Kreiran" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_start msgid "Date From" msgstr "" @@ -64,165 +64,173 @@ msgid "Date Range" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_range_type_id msgid "Date Range Type" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +#: model:ir.ui.menu,name:stock_demand_estimate.date_range_menu msgid "Date Ranges" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_end msgid "Date To" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_end msgid "Date to" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days +#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range__days msgid "Days between dates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_planning +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu msgid "Demand Planning" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__display_name msgid "Display Name" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__estimate_id msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:256 #, python-format msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Estimated quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__line_ids msgid "Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_date_range_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_range_id msgid "Estimating Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__id msgid "ID" msgstr "ID" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard___last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard____last_update msgid "Last Modified on" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_uid msgid "Last Updated by" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_date msgid "Last Updated on" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__location_id msgid "Location" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__date_range_id +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_x +msgid "Period Name" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Prepare" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_y +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_id msgid "Product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_y +msgid "Product Name" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__product_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__product_ids +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Products" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom_qty -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_daily_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty msgid "Quantity / Day" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Real Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_search +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree msgid "Stock Demand Estimate" msgstr "" @@ -233,7 +241,7 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_sheet -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Stock Demand Estimate Sheet" msgstr "" @@ -244,25 +252,25 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_wizard -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 -#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:143 +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu #, python-format msgid "Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__location_id msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:79 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -270,40 +278,40 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:226 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:52 #, python-format msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom msgid "Unit of measure" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:243 #, python-format msgid "You must select at least one product." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "or" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "to" msgstr "" diff --git a/stock_demand_estimate/i18n/sr@latin.po b/stock_demand_estimate/i18n/sr@latin.po index 38a8da9c8..92b523c5b 100644 --- a/stock_demand_estimate/i18n/sr@latin.po +++ b/stock_demand_estimate/i18n/sr@latin.po @@ -21,41 +21,41 @@ msgstr "" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Cancel" msgstr "Otkaži" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_company_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id msgid "Company" msgstr "" #. module: stock_demand_estimate -#: model:ir.actions.act_window,name:stock_demand_estimate.action_stock_demand_estimate_wizard -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate_wizard +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_wizard_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_wizard_menu msgid "Create Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_uid msgid "Created by" msgstr "Kreirao" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_date msgid "Created on" msgstr "Kreiran" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_start msgid "Date From" msgstr "" @@ -65,165 +65,173 @@ msgid "Date Range" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_range_type_id msgid "Date Range Type" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +#: model:ir.ui.menu,name:stock_demand_estimate.date_range_menu msgid "Date Ranges" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_end msgid "Date To" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_end msgid "Date to" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days +#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range__days msgid "Days between dates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_planning +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu msgid "Demand Planning" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__display_name msgid "Display Name" msgstr "Ime za prikaz" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__estimate_id msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:256 #, python-format msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Estimated quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__line_ids msgid "Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_date_range_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_range_id msgid "Estimating Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__id msgid "ID" msgstr "ID" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard___last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard____last_update msgid "Last Modified on" msgstr "Zadnja izmjena" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_uid msgid "Last Updated by" msgstr "Zadnja izmjena" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_date msgid "Last Updated on" msgstr "Zadnja izmjena" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__location_id msgid "Location" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__date_range_id +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_x +msgid "Period Name" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Prepare" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_y +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_id msgid "Product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_y +msgid "Product Name" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__product_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__product_ids +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Products" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom_qty -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_daily_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty msgid "Quantity / Day" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Real Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_search +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree msgid "Stock Demand Estimate" msgstr "" @@ -234,7 +242,7 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_sheet -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Stock Demand Estimate Sheet" msgstr "" @@ -245,25 +253,25 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_wizard -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 -#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:143 +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu #, python-format msgid "Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__location_id msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:79 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -271,40 +279,40 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:226 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:52 #, python-format msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom msgid "Unit of measure" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:243 #, python-format msgid "You must select at least one product." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "or" msgstr "ili" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "to" msgstr "" diff --git a/stock_demand_estimate/i18n/sv.po b/stock_demand_estimate/i18n/sv.po index 5662c1b3b..e148839ca 100644 --- a/stock_demand_estimate/i18n/sv.po +++ b/stock_demand_estimate/i18n/sv.po @@ -19,41 +19,41 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Cancel" msgstr "Avbryt" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_company_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id msgid "Company" msgstr "Bolag" #. module: stock_demand_estimate -#: model:ir.actions.act_window,name:stock_demand_estimate.action_stock_demand_estimate_wizard -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate_wizard +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_wizard_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_wizard_menu msgid "Create Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_uid msgid "Created by" msgstr "Skapad av" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_date msgid "Created on" msgstr "Skapad den" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_start msgid "Date From" msgstr "" @@ -63,165 +63,173 @@ msgid "Date Range" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_range_type_id msgid "Date Range Type" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +#: model:ir.ui.menu,name:stock_demand_estimate.date_range_menu msgid "Date Ranges" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_end msgid "Date To" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_end msgid "Date to" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days +#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range__days msgid "Days between dates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_planning +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu msgid "Demand Planning" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__display_name msgid "Display Name" msgstr "Visa namn" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__estimate_id msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:256 #, python-format msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Estimated quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__line_ids msgid "Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_date_range_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_range_id msgid "Estimating Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__id msgid "ID" msgstr "ID" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard___last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard____last_update msgid "Last Modified on" msgstr "Senast redigerad" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_uid msgid "Last Updated by" msgstr "Senast uppdaterad av" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_date msgid "Last Updated on" msgstr "Senast uppdaterad" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__location_id msgid "Location" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__date_range_id +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_x +msgid "Period Name" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Prepare" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_y +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_id msgid "Product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_y +msgid "Product Name" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__product_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__product_ids +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Products" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom_qty -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_daily_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty msgid "Quantity / Day" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Real Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_search +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree msgid "Stock Demand Estimate" msgstr "" @@ -232,7 +240,7 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_sheet -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Stock Demand Estimate Sheet" msgstr "" @@ -243,25 +251,25 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_wizard -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 -#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:143 +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu #, python-format msgid "Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__location_id msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:79 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -269,40 +277,40 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:226 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:52 #, python-format msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom msgid "Unit of measure" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:243 #, python-format msgid "You must select at least one product." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "or" msgstr "eller" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "to" msgstr "" diff --git a/stock_demand_estimate/i18n/th.po b/stock_demand_estimate/i18n/th.po index 58890ea7d..3a0b5ca42 100644 --- a/stock_demand_estimate/i18n/th.po +++ b/stock_demand_estimate/i18n/th.po @@ -19,41 +19,41 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Cancel" msgstr "ยกเลิก" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_company_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id msgid "Company" msgstr "บริษัท" #. module: stock_demand_estimate -#: model:ir.actions.act_window,name:stock_demand_estimate.action_stock_demand_estimate_wizard -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate_wizard +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_wizard_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_wizard_menu msgid "Create Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_uid msgid "Created by" msgstr "สร้างโดย" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_date msgid "Created on" msgstr "สร้างเมื่อ" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_start msgid "Date From" msgstr "" @@ -63,165 +63,173 @@ msgid "Date Range" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_range_type_id msgid "Date Range Type" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +#: model:ir.ui.menu,name:stock_demand_estimate.date_range_menu msgid "Date Ranges" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_end msgid "Date To" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_end msgid "Date to" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days +#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range__days msgid "Days between dates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_planning +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu msgid "Demand Planning" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__display_name msgid "Display Name" msgstr "ชื่อที่ใช้แสดง" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__estimate_id msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:256 #, python-format msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Estimated quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__line_ids msgid "Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_date_range_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_range_id msgid "Estimating Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__id msgid "ID" msgstr "รหัส" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard___last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard____last_update msgid "Last Modified on" msgstr "แก้ไขครั้งสุดท้ายเมื่อ" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_uid msgid "Last Updated by" msgstr "อัพเดทครั้งสุดท้ายโดย" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_date msgid "Last Updated on" msgstr "อัพเดทครั้งสุดท้ายเมื่อ" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__location_id msgid "Location" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__date_range_id +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_x +msgid "Period Name" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Prepare" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_y +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_id msgid "Product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_y +msgid "Product Name" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__product_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__product_ids +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Products" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom_qty -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_daily_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty msgid "Quantity / Day" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Real Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_search +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree msgid "Stock Demand Estimate" msgstr "" @@ -232,7 +240,7 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_sheet -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Stock Demand Estimate Sheet" msgstr "" @@ -243,25 +251,25 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_wizard -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 -#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:143 +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu #, python-format msgid "Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__location_id msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:79 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -269,40 +277,40 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:226 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:52 #, python-format msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom msgid "Unit of measure" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:243 #, python-format msgid "You must select at least one product." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "or" msgstr "หรือ" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "to" msgstr "" diff --git a/stock_demand_estimate/i18n/tr.po b/stock_demand_estimate/i18n/tr.po index b6d124368..a0db6819d 100644 --- a/stock_demand_estimate/i18n/tr.po +++ b/stock_demand_estimate/i18n/tr.po @@ -19,41 +19,41 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Cancel" msgstr "Vazgeç" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_company_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id msgid "Company" msgstr "Şirket" #. module: stock_demand_estimate -#: model:ir.actions.act_window,name:stock_demand_estimate.action_stock_demand_estimate_wizard -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate_wizard +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_wizard_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_wizard_menu msgid "Create Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_uid msgid "Created by" msgstr "Oluşturan" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_date msgid "Created on" msgstr "Oluşturuldu" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_start msgid "Date From" msgstr "" @@ -63,165 +63,175 @@ msgid "Date Range" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_range_type_id msgid "Date Range Type" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +#: model:ir.ui.menu,name:stock_demand_estimate.date_range_menu msgid "Date Ranges" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_end msgid "Date To" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_end msgid "Date to" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days +#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range__days msgid "Days between dates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_planning +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu msgid "Demand Planning" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__display_name msgid "Display Name" msgstr "Görünen İsim" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__estimate_id msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:256 #, python-format msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Estimated quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__line_ids msgid "Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_date_range_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_range_id msgid "Estimating Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__id msgid "ID" msgstr "ID" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard___last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard____last_update msgid "Last Modified on" msgstr "Son değişiklik" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_uid msgid "Last Updated by" msgstr "Son güncelleyen" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_date msgid "Last Updated on" msgstr "Son güncellenme" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__location_id msgid "Location" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__date_range_id +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_x +msgid "Period Name" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Prepare" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_y +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_id msgid "Product" msgstr "Ürün" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_y +#, fuzzy +#| msgid "Product" +msgid "Product Name" +msgstr "Ürün" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__product_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__product_ids +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Products" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom_qty -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_daily_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty msgid "Quantity / Day" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Real Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_search +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree msgid "Stock Demand Estimate" msgstr "" @@ -232,7 +242,7 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_sheet -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Stock Demand Estimate Sheet" msgstr "" @@ -243,25 +253,25 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_wizard -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 -#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:143 +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu #, python-format msgid "Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__location_id msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:79 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -269,40 +279,40 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:226 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:52 #, python-format msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom msgid "Unit of measure" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:243 #, python-format msgid "You must select at least one product." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "or" msgstr "ya da" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "to" msgstr "" diff --git a/stock_demand_estimate/i18n/tr_TR.po b/stock_demand_estimate/i18n/tr_TR.po index 0d47e547a..1fe73a1ec 100644 --- a/stock_demand_estimate/i18n/tr_TR.po +++ b/stock_demand_estimate/i18n/tr_TR.po @@ -20,41 +20,41 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Cancel" msgstr "İptal et" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_company_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id msgid "Company" msgstr "Firma" #. module: stock_demand_estimate -#: model:ir.actions.act_window,name:stock_demand_estimate.action_stock_demand_estimate_wizard -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate_wizard +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_wizard_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_wizard_menu msgid "Create Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_uid msgid "Created by" msgstr "Oluşturan" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_date msgid "Created on" msgstr "Oluşturulma tarihi" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_start msgid "Date From" msgstr "" @@ -64,165 +64,175 @@ msgid "Date Range" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_range_type_id msgid "Date Range Type" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +#: model:ir.ui.menu,name:stock_demand_estimate.date_range_menu msgid "Date Ranges" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_end msgid "Date To" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_end msgid "Date to" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days +#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range__days msgid "Days between dates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_planning +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu msgid "Demand Planning" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__display_name msgid "Display Name" msgstr "Görünen ad" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__estimate_id msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:256 #, python-format msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Estimated quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__line_ids msgid "Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_date_range_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_range_id msgid "Estimating Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__id msgid "ID" msgstr "Kimlik" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard___last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard____last_update msgid "Last Modified on" msgstr "En son güncelleme tarihi" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_uid msgid "Last Updated by" msgstr "En son güncelleyen " #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_date msgid "Last Updated on" msgstr "En son güncelleme tarihi" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__location_id msgid "Location" msgstr "Konum" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__date_range_id +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_x +msgid "Period Name" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Prepare" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_y +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_id msgid "Product" msgstr "Ürün" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_y +#, fuzzy +#| msgid "Product" +msgid "Product Name" +msgstr "Ürün" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__product_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__product_ids +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Products" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom_qty -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_uom_qty msgid "Quantity" msgstr "Miktar" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_daily_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty msgid "Quantity / Day" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Real Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_search +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree msgid "Stock Demand Estimate" msgstr "" @@ -233,7 +243,7 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_sheet -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Stock Demand Estimate Sheet" msgstr "" @@ -244,25 +254,25 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_wizard -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 -#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:143 +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu #, python-format msgid "Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__location_id msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:79 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -270,40 +280,40 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:226 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:52 #, python-format msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom msgid "Unit of measure" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:243 #, python-format msgid "You must select at least one product." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "or" msgstr "ya da " #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "to" msgstr "" diff --git a/stock_demand_estimate/i18n/uk.po b/stock_demand_estimate/i18n/uk.po index 38af58d18..a34ce86d4 100644 --- a/stock_demand_estimate/i18n/uk.po +++ b/stock_demand_estimate/i18n/uk.po @@ -20,41 +20,41 @@ msgstr "" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Cancel" msgstr "Скасувати" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_company_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id msgid "Company" msgstr "" #. module: stock_demand_estimate -#: model:ir.actions.act_window,name:stock_demand_estimate.action_stock_demand_estimate_wizard -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate_wizard +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_wizard_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_wizard_menu msgid "Create Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_uid msgid "Created by" msgstr "Створив" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_date msgid "Created on" msgstr "Дата створення" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_start msgid "Date From" msgstr "" @@ -64,165 +64,173 @@ msgid "Date Range" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_range_type_id msgid "Date Range Type" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +#: model:ir.ui.menu,name:stock_demand_estimate.date_range_menu msgid "Date Ranges" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_end msgid "Date To" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_end msgid "Date to" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days +#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range__days msgid "Days between dates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_planning +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu msgid "Demand Planning" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__display_name msgid "Display Name" msgstr "Назва для відображення" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__estimate_id msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:256 #, python-format msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Estimated quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__line_ids msgid "Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_date_range_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_range_id msgid "Estimating Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__id msgid "ID" msgstr "ID" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard___last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard____last_update msgid "Last Modified on" msgstr "Остання модифікація" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_uid msgid "Last Updated by" msgstr "Востаннє оновив" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_date msgid "Last Updated on" msgstr "Останнє оновлення" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__location_id msgid "Location" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__date_range_id +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_x +msgid "Period Name" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Prepare" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_y +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_id msgid "Product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_y +msgid "Product Name" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__product_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__product_ids +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Products" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom_qty -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_daily_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty msgid "Quantity / Day" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Real Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_search +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree msgid "Stock Demand Estimate" msgstr "" @@ -233,7 +241,7 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_sheet -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Stock Demand Estimate Sheet" msgstr "" @@ -244,25 +252,25 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_wizard -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 -#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:143 +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu #, python-format msgid "Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__location_id msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:79 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -270,40 +278,40 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:226 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:52 #, python-format msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom msgid "Unit of measure" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:243 #, python-format msgid "You must select at least one product." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "or" msgstr "або" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "to" msgstr "" diff --git a/stock_demand_estimate/i18n/vi.po b/stock_demand_estimate/i18n/vi.po index ab075bd25..fdbe69831 100644 --- a/stock_demand_estimate/i18n/vi.po +++ b/stock_demand_estimate/i18n/vi.po @@ -19,41 +19,41 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Cancel" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_company_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id msgid "Company" msgstr "" #. module: stock_demand_estimate -#: model:ir.actions.act_window,name:stock_demand_estimate.action_stock_demand_estimate_wizard -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate_wizard +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_wizard_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_wizard_menu msgid "Create Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_uid msgid "Created by" msgstr "Được tạo bởi" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_date msgid "Created on" msgstr "Được tạo vào" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_start msgid "Date From" msgstr "" @@ -63,165 +63,173 @@ msgid "Date Range" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_range_type_id msgid "Date Range Type" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +#: model:ir.ui.menu,name:stock_demand_estimate.date_range_menu msgid "Date Ranges" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_end msgid "Date To" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_end msgid "Date to" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days +#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range__days msgid "Days between dates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_planning +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu msgid "Demand Planning" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__display_name msgid "Display Name" msgstr "Tên hiển thị" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__estimate_id msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:256 #, python-format msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Estimated quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__line_ids msgid "Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_date_range_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_range_id msgid "Estimating Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__id msgid "ID" msgstr "ID" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard___last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard____last_update msgid "Last Modified on" msgstr "Sửa lần cuối vào" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_uid msgid "Last Updated by" msgstr "Last Updated by" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_date msgid "Last Updated on" msgstr "Cập nhật lần cuối vào" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__location_id msgid "Location" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__date_range_id +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_x +msgid "Period Name" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Prepare" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_y +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_id msgid "Product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_y +msgid "Product Name" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__product_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__product_ids +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Products" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom_qty -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_daily_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty msgid "Quantity / Day" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Real Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_search +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree msgid "Stock Demand Estimate" msgstr "" @@ -232,7 +240,7 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_sheet -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Stock Demand Estimate Sheet" msgstr "" @@ -243,25 +251,25 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_wizard -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 -#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:143 +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu #, python-format msgid "Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__location_id msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:79 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -269,40 +277,40 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:226 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:52 #, python-format msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom msgid "Unit of measure" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:243 #, python-format msgid "You must select at least one product." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "or" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "to" msgstr "" diff --git a/stock_demand_estimate/i18n/vi_VN.po b/stock_demand_estimate/i18n/vi_VN.po index 4122a64d0..2fbc20065 100644 --- a/stock_demand_estimate/i18n/vi_VN.po +++ b/stock_demand_estimate/i18n/vi_VN.po @@ -20,41 +20,41 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Cancel" msgstr "Hủy" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_company_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id msgid "Company" msgstr "" #. module: stock_demand_estimate -#: model:ir.actions.act_window,name:stock_demand_estimate.action_stock_demand_estimate_wizard -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate_wizard +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_wizard_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_wizard_menu msgid "Create Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_uid msgid "Created by" msgstr "Tạo bởi" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_date msgid "Created on" msgstr "Tạo vào" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_start msgid "Date From" msgstr "" @@ -64,165 +64,175 @@ msgid "Date Range" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_range_type_id msgid "Date Range Type" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +#: model:ir.ui.menu,name:stock_demand_estimate.date_range_menu msgid "Date Ranges" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_end msgid "Date To" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_end msgid "Date to" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days +#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range__days msgid "Days between dates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_planning +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu msgid "Demand Planning" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__display_name msgid "Display Name" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__estimate_id msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:256 #, python-format msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Estimated quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__line_ids msgid "Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_date_range_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_range_id msgid "Estimating Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__id msgid "ID" msgstr "ID" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard___last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard____last_update msgid "Last Modified on" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_uid msgid "Last Updated by" msgstr "Cập nhật lần cuối bởi" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_date msgid "Last Updated on" msgstr "Cập nhật lần cuối vào" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__location_id msgid "Location" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__date_range_id +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_x +msgid "Period Name" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Prepare" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_y +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_id msgid "Product" msgstr "Sản phẩm" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_y +#, fuzzy +#| msgid "Product" +msgid "Product Name" +msgstr "Sản phẩm" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__product_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__product_ids +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Products" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom_qty -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_daily_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty msgid "Quantity / Day" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Real Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_search +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree msgid "Stock Demand Estimate" msgstr "" @@ -233,7 +243,7 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_sheet -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Stock Demand Estimate Sheet" msgstr "" @@ -244,25 +254,25 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_wizard -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 -#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:143 +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu #, python-format msgid "Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__location_id msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:79 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -270,40 +280,40 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:226 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:52 #, python-format msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom msgid "Unit of measure" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:243 #, python-format msgid "You must select at least one product." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "or" msgstr "hoặc" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "to" msgstr "" diff --git a/stock_demand_estimate/i18n/zh_CN.po b/stock_demand_estimate/i18n/zh_CN.po index 34a918746..c639bf92a 100644 --- a/stock_demand_estimate/i18n/zh_CN.po +++ b/stock_demand_estimate/i18n/zh_CN.po @@ -20,41 +20,41 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Cancel" msgstr "取消" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_company_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id msgid "Company" msgstr "公司" #. module: stock_demand_estimate -#: model:ir.actions.act_window,name:stock_demand_estimate.action_stock_demand_estimate_wizard -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate_wizard +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_wizard_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_wizard_menu msgid "Create Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_uid msgid "Created by" msgstr "创建者" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_date msgid "Created on" msgstr "创建时间" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_start msgid "Date From" msgstr "" @@ -64,165 +64,175 @@ msgid "Date Range" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_range_type_id msgid "Date Range Type" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +#: model:ir.ui.menu,name:stock_demand_estimate.date_range_menu msgid "Date Ranges" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_end msgid "Date To" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_end msgid "Date to" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days +#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range__days msgid "Days between dates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_planning +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu msgid "Demand Planning" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__display_name msgid "Display Name" msgstr "显示名称" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__estimate_id msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:256 #, python-format msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Estimated quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__line_ids msgid "Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_date_range_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_range_id msgid "Estimating Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__id msgid "ID" msgstr "ID" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard___last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard____last_update msgid "Last Modified on" msgstr "最后修改时间" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_uid msgid "Last Updated by" msgstr "最后更新者" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_date msgid "Last Updated on" msgstr "最后更新时间" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__location_id msgid "Location" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__date_range_id +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_x +msgid "Period Name" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Prepare" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_y +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_id msgid "Product" msgstr "产品" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_y +#, fuzzy +#| msgid "Product" +msgid "Product Name" +msgstr "产品" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__product_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__product_ids +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Products" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom_qty -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_daily_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty msgid "Quantity / Day" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Real Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_search +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree msgid "Stock Demand Estimate" msgstr "" @@ -233,7 +243,7 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_sheet -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Stock Demand Estimate Sheet" msgstr "" @@ -244,25 +254,25 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_wizard -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 -#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:143 +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu #, python-format msgid "Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__location_id msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:79 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -270,40 +280,40 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:226 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:52 #, python-format msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom msgid "Unit of measure" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:243 #, python-format msgid "You must select at least one product." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "or" msgstr "或" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "to" msgstr "" diff --git a/stock_demand_estimate/i18n/zh_TW.po b/stock_demand_estimate/i18n/zh_TW.po index 4a4e38b96..da3ead188 100644 --- a/stock_demand_estimate/i18n/zh_TW.po +++ b/stock_demand_estimate/i18n/zh_TW.po @@ -20,41 +20,41 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Cancel" msgstr "刪除" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_company_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__company_id msgid "Company" msgstr "公司" #. module: stock_demand_estimate -#: model:ir.actions.act_window,name:stock_demand_estimate.action_stock_demand_estimate_wizard -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate_wizard +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_wizard_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_wizard_menu msgid "Create Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_uid msgid "Created by" msgstr "建立者" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_create_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__create_date msgid "Created on" msgstr "建立於" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_start -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_start +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_start msgid "Date From" msgstr "" @@ -64,165 +64,173 @@ msgid "Date Range" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_range_type_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_range_type_id msgid "Date Range Type" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menuitem_date_range +#: model:ir.ui.menu,name:stock_demand_estimate.date_range_menu msgid "Date Ranges" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__date_end msgid "Date To" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_date_end +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__date_end msgid "Date to" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range_days +#: model:ir.model.fields,field_description:stock_demand_estimate.field_date_range__days msgid "Days between dates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_planning +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_planning_menu msgid "Demand Planning" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_display_name -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__display_name msgid "Display Name" msgstr "顯示名稱" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_estimate_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__estimate_id msgid "Estimate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:254 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:256 #, python-format msgid "Estimate Sheet" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Estimated quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__line_ids msgid "Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_date_range_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__date_range_id msgid "Estimating Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__id msgid "ID" msgstr "編號" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line___last_update -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard___last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard____last_update msgid "Last Modified on" msgstr "最後修改:" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_uid -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_uid msgid "Last Updated by" msgstr "最後更新:" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_write_date -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__write_date msgid "Last Updated on" msgstr "最後更新於" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_location_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__location_id msgid "Location" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_date_range_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_x -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__date_range_id +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Period" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_x +msgid "Period Name" +msgstr "" + +#. module: stock_demand_estimate +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Prepare" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_id -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_value_y +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_id msgid "Product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_product_ids -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard_product_ids -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__value_y +msgid "Product Name" +msgstr "" + +#. module: stock_demand_estimate +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet__product_ids +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_wizard__product_ids +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Products" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom_qty -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_daily_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__daily_qty msgid "Quantity / Day" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,help:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_qty +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_qty msgid "Real Quantity" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_search +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_search msgid "Search Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_pivot -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_tree +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_pivot +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_view_tree msgid "Stock Demand Estimate" msgstr "" @@ -233,7 +241,7 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_sheet -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Stock Demand Estimate Sheet" msgstr "" @@ -244,25 +252,25 @@ msgstr "" #. module: stock_demand_estimate #: model:ir.model,name:stock_demand_estimate.model_stock_demand_estimate_wizard -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:141 -#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_form_action -#: model:ir.ui.menu,name:stock_demand_estimate.menu_stock_demand_estimate +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:143 +#: model:ir.actions.act_window,name:stock_demand_estimate.stock_demand_estimate_action +#: model:ir.ui.menu,name:stock_demand_estimate.stock_demand_estimate_menu #, python-format msgid "Stock Demand Estimates" msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line_location_id +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_sheet_line__location_id msgid "Stock Location" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:80 +#: code:addons/stock_demand_estimate/models/stock_demand_estimate.py:79 #, python-format msgid "" "The requested operation cannot be processed because of a programming error " @@ -270,40 +278,40 @@ msgid "" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:224 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:226 #, python-format msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:50 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:52 #, python-format msgid "There is no ranges created." msgstr "" #. module: stock_demand_estimate -#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate_product_uom +#: model:ir.model.fields,field_description:stock_demand_estimate.field_stock_demand_estimate__product_uom msgid "Unit of measure" msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "Validate" msgstr "" #. module: stock_demand_estimate -#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:241 +#: code:addons/stock_demand_estimate/wizards/stock_demand_estimate_wizard.py:243 #, python-format msgid "You must select at least one product." msgstr "" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form msgid "or" msgstr "或" #. module: stock_demand_estimate -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_demand_estimate_wizard_form -#: model:ir.ui.view,arch_db:stock_demand_estimate.view_stock_demand_estimate_sheet_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate.stock_demand_estimate_sheet_view_form msgid "to" msgstr "" From 2f60c6910fb57f9b57a1c4c3f0fad143ff3e6294 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Mon, 29 Jul 2019 03:43:10 +0000 Subject: [PATCH 195/631] [UPD] README.rst --- stock_demand_estimate/static/description/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock_demand_estimate/static/description/index.html b/stock_demand_estimate/static/description/index.html index 9ea65258b..ecd2bd4fc 100644 --- a/stock_demand_estimate/static/description/index.html +++ b/stock_demand_estimate/static/description/index.html @@ -3,7 +3,7 @@ - + Stock Demand Estimate + + +
+

Stock Location Position

+ + +

Alpha License: AGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runbot

+

This module adds position attributes on stock location such as:

+
    +
  • Corridor
  • +
  • Row
  • +
  • Rack
  • +
  • Level
  • +
+

and renames position (XYZ) to box (XYZ).

+
+

Important

+

This is an alpha version, the data model and design can change at any time without warning. +Only for development or testing purpose, do not use in production. +More details on development status

+
+

Table of contents

+ +
+

Bug Tracker

+

Bugs are tracked on GitHub Issues. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed +feedback.

+

Do not contact contributors directly about support or help with technical issues.

+
+
+

Credits

+
+

Authors

+
    +
  • BCIM
  • +
  • Okia
  • +
  • Camptocamp
  • +
+
+
+

Contributors

+ +
+
+

Maintainers

+

This module is maintained by the OCA.

+Odoo Community Association +

OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use.

+

This module is part of the OCA/stock-logistics-warehouse project on GitHub.

+

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

+
+
+
+ + diff --git a/stock_location_position/views/stock_location.xml b/stock_location_position/views/stock_location.xml new file mode 100644 index 000000000..e28eca89c --- /dev/null +++ b/stock_location_position/views/stock_location.xml @@ -0,0 +1,34 @@ + + + + + stock.location.inherit + stock.location + + + + + + + + + + + + + view.location.search.inherit + stock.location + + + + + + + + + + + + + + From aaea2610f93ec2a2b1e59985a8aede6f0205fc4f Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Thu, 19 Dec 2019 11:02:56 +0100 Subject: [PATCH 228/631] [IMP] stock_location_position: black, isort --- stock_location_position/__manifest__.py | 26 ++++++++----------- .../models/stock_location.py | 16 ++++++------ 2 files changed, 19 insertions(+), 23 deletions(-) diff --git a/stock_location_position/__manifest__.py b/stock_location_position/__manifest__.py index 5ed80d403..e8866ac9c 100644 --- a/stock_location_position/__manifest__.py +++ b/stock_location_position/__manifest__.py @@ -3,19 +3,15 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { - 'name': 'Stock Location Position', - 'version': '12.0.1.0.0', - 'author': "BCIM, Okia, Camptocamp, Odoo Community Association (OCA)", - 'website': "https://github.com/OCA/stock-logistics-warehouse", - 'summary': "Add coordinate attributes on stock location.", - 'category': 'Stock Management', - 'depends': [ - 'stock', - ], - 'data': [ - 'views/stock_location.xml', - ], - 'installable': True, - 'development_status': 'Alpha', - 'license': 'AGPL-3', + "name": "Stock Location Position", + "version": "12.0.1.0.0", + "author": "BCIM, Okia, Camptocamp, Odoo Community Association (OCA)", + "website": "https://github.com/OCA/stock-logistics-warehouse", + "summary": "Add coordinate attributes on stock location.", + "category": "Stock Management", + "depends": ["stock"], + "data": ["views/stock_location.xml"], + "installable": True, + "development_status": "Alpha", + "license": "AGPL-3", } diff --git a/stock_location_position/models/stock_location.py b/stock_location_position/models/stock_location.py index ee43c13d2..42048cc62 100644 --- a/stock_location_position/models/stock_location.py +++ b/stock_location_position/models/stock_location.py @@ -8,12 +8,12 @@ from odoo import fields, models class StockLocation(models.Model): - _inherit = 'stock.location' + _inherit = "stock.location" - corridor = fields.Char('Corridor') - row = fields.Char('Row') - rack = fields.Char('Rack') - level = fields.Char('Level') - posx = fields.Integer('Box (X)') - posy = fields.Integer('Box (Y)') - posz = fields.Integer('Box (Z)') + corridor = fields.Char("Corridor") + row = fields.Char("Row") + rack = fields.Char("Rack") + level = fields.Char("Level") + posx = fields.Integer("Box (X)") + posy = fields.Integer("Box (Y)") + posz = fields.Integer("Box (Z)") From 49ce4edf60cd263cc5b02aa5debd789784552d8e Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Thu, 19 Dec 2019 11:06:17 +0100 Subject: [PATCH 229/631] Add tooltips --- .../models/stock_location.py | 26 ++++++++++++++----- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/stock_location_position/models/stock_location.py b/stock_location_position/models/stock_location.py index 42048cc62..537700303 100644 --- a/stock_location_position/models/stock_location.py +++ b/stock_location_position/models/stock_location.py @@ -10,10 +10,22 @@ class StockLocation(models.Model): _inherit = "stock.location" - corridor = fields.Char("Corridor") - row = fields.Char("Row") - rack = fields.Char("Rack") - level = fields.Char("Level") - posx = fields.Integer("Box (X)") - posy = fields.Integer("Box (Y)") - posz = fields.Integer("Box (Z)") + corridor = fields.Char("Corridor", help="Define as the street") + row = fields.Char("Row", help="Define as the side within the street") + rack = fields.Char("Rack", help="Define as the house number within the street") + level = fields.Char("Level", help="Define as the floor of the house") + posx = fields.Integer( + "Box (X)", + help="Optional (X) coordinate of the bin if the location" + " is split in several parts. (e.g. drawer storage)", + ) + posy = fields.Integer( + "Box (Y)", + help="Optional (Y) coordinate of the bin if the location" + " is split in several parts. (e.g. drawer storage)", + ) + posz = fields.Integer( + "Box (Z)", + help="Optional (Z) coordinate of the bin if the location" + " is split in several parts. (e.g. storage tray)", + ) From 10216c0f28158aeb44076a944b51670e7102362b Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Thu, 19 Dec 2019 11:11:41 +0100 Subject: [PATCH 230/631] [MIG] Migration of stock_location_position to 13.0 --- stock_location_position/__manifest__.py | 2 +- .../views/stock_location.xml | 20 +++++++++++++------ 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/stock_location_position/__manifest__.py b/stock_location_position/__manifest__.py index e8866ac9c..4bd354639 100644 --- a/stock_location_position/__manifest__.py +++ b/stock_location_position/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Stock Location Position", - "version": "12.0.1.0.0", + "version": "13.0.1.0.0", "author": "BCIM, Okia, Camptocamp, Odoo Community Association (OCA)", "website": "https://github.com/OCA/stock-logistics-warehouse", "summary": "Add coordinate attributes on stock location.", diff --git a/stock_location_position/views/stock_location.xml b/stock_location_position/views/stock_location.xml index e28eca89c..7b555893a 100644 --- a/stock_location_position/views/stock_location.xml +++ b/stock_location_position/views/stock_location.xml @@ -6,12 +6,17 @@ stock.location - - - - - - + + + + + + + + + + +
@@ -26,6 +31,9 @@ + + + From 9353d6397ac83594aa69d0f5b8dc2aec59d8374f Mon Sep 17 00:00:00 2001 From: oca-travis Date: Wed, 4 Mar 2020 07:42:46 +0000 Subject: [PATCH 231/631] [UPD] Update stock_location_position.pot --- .../i18n/stock_location_position.pot | 100 ++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100644 stock_location_position/i18n/stock_location_position.pot diff --git a/stock_location_position/i18n/stock_location_position.pot b/stock_location_position/i18n/stock_location_position.pot new file mode 100644 index 000000000..3660b9f2e --- /dev/null +++ b/stock_location_position/i18n/stock_location_position.pot @@ -0,0 +1,100 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_location_position +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 13.0\n" +"Report-Msgid-Bugs-To: \n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: stock_location_position +#: model:ir.model.fields,field_description:stock_location_position.field_stock_location__posx +msgid "Box (X)" +msgstr "" + +#. module: stock_location_position +#: model:ir.model.fields,field_description:stock_location_position.field_stock_location__posy +msgid "Box (Y)" +msgstr "" + +#. module: stock_location_position +#: model:ir.model.fields,field_description:stock_location_position.field_stock_location__posz +msgid "Box (Z)" +msgstr "" + +#. module: stock_location_position +#: model:ir.model.fields,field_description:stock_location_position.field_stock_location__corridor +msgid "Corridor" +msgstr "" + +#. module: stock_location_position +#: model:ir.model.fields,help:stock_location_position.field_stock_location__level +msgid "Define as the floor of the house" +msgstr "" + +#. module: stock_location_position +#: model:ir.model.fields,help:stock_location_position.field_stock_location__rack +msgid "Define as the house number within the street" +msgstr "" + +#. module: stock_location_position +#: model:ir.model.fields,help:stock_location_position.field_stock_location__row +msgid "Define as the side within the street" +msgstr "" + +#. module: stock_location_position +#: model:ir.model.fields,help:stock_location_position.field_stock_location__corridor +msgid "Define as the street" +msgstr "" + +#. module: stock_location_position +#: model:ir.model,name:stock_location_position.model_stock_location +msgid "Inventory Locations" +msgstr "" + +#. module: stock_location_position +#: model:ir.model.fields,field_description:stock_location_position.field_stock_location__level +msgid "Level" +msgstr "" + +#. module: stock_location_position +#: model:ir.model.fields,help:stock_location_position.field_stock_location__posx +msgid "" +"Optional (X) coordinate of the bin if the location is split in several " +"parts. (e.g. drawer storage)" +msgstr "" + +#. module: stock_location_position +#: model:ir.model.fields,help:stock_location_position.field_stock_location__posy +msgid "" +"Optional (Y) coordinate of the bin if the location is split in several " +"parts. (e.g. drawer storage)" +msgstr "" + +#. module: stock_location_position +#: model:ir.model.fields,help:stock_location_position.field_stock_location__posz +msgid "" +"Optional (Z) coordinate of the bin if the location is split in several " +"parts. (e.g. storage tray)" +msgstr "" + +#. module: stock_location_position +#: model_terms:ir.ui.view,arch_db:stock_location_position.stock_location_form_inherit +msgid "Position" +msgstr "" + +#. module: stock_location_position +#: model:ir.model.fields,field_description:stock_location_position.field_stock_location__rack +msgid "Rack" +msgstr "" + +#. module: stock_location_position +#: model:ir.model.fields,field_description:stock_location_position.field_stock_location__row +msgid "Row" +msgstr "" From 8e12805c249f64d433c440eccce27f6735408be7 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Wed, 4 Mar 2020 08:01:11 +0000 Subject: [PATCH 232/631] [UPD] README.rst --- stock_location_position/static/description/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock_location_position/static/description/index.html b/stock_location_position/static/description/index.html index 42f966faf..87f19ea8d 100644 --- a/stock_location_position/static/description/index.html +++ b/stock_location_position/static/description/index.html @@ -3,7 +3,7 @@ - + Stock Location Position + + +
+

Stock location children

+ + +

Alpha License: AGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runbot

+

This module adds a children_ids field on stock.location in order to compute +and store all the children for a stock.location and not only its first level +children as is the case for child_ids.

+
+

Important

+

This is an alpha version, the data model and design can change at any time without warning. +Only for development or testing purpose, do not use in production. +More details on development status

+
+

Table of contents

+ +
+

Bug Tracker

+

Bugs are tracked on GitHub Issues. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed +feedback.

+

Do not contact contributors directly about support or help with technical issues.

+
+
+

Credits

+
+

Authors

+
    +
  • Camptocamp
  • +
+
+ +
+

Maintainers

+

This module is maintained by the OCA.

+Odoo Community Association +

OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use.

+

This module is part of the OCA/stock-logistics-warehouse project on GitHub.

+

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

+
+
+
+ + diff --git a/stock_location_children/tests/test_stock_location_children.py b/stock_location_children/tests/test_stock_location_children.py index f28bbe0cf..773f64b8b 100644 --- a/stock_location_children/tests/test_stock_location_children.py +++ b/stock_location_children/tests/test_stock_location_children.py @@ -11,9 +11,18 @@ class TestStockLocationChildren(SavepointCase): ref = cls.env.ref cls.stock_input = ref("stock.stock_location_company") cls.stock_location = ref("stock.stock_location_stock") - cls.stock_shelf_1 = ref("stock.stock_location_components") - cls.stock_shelf_2 = ref("stock.stock_location_14") - cls.stock_shelf_2_refrigerator = ref("stock.location_refrigerator_small") + cls.test_location = cls.env["stock.location"].create( + {"name": "Test Location", "location_id": cls.stock_location.id} + ) + cls.stock_shelf_1 = cls.env["stock.location"].create( + {"name": "Test Shelf 1", "location_id": cls.test_location.id} + ) + cls.stock_shelf_2 = cls.env["stock.location"].create( + {"name": "Test Shelf 2", "location_id": cls.test_location.id} + ) + cls.stock_shelf_2_refrigerator = cls.env["stock.location"].create( + {"name": "Test Shelf Refrigerator", "location_id": cls.stock_shelf_2.id} + ) def test_location_children(self): self.assertFalse(self.stock_shelf_2_refrigerator.child_ids) @@ -22,10 +31,10 @@ class TestStockLocationChildren(SavepointCase): self.assertFalse(self.stock_shelf_1.child_ids) self.assertFalse(self.stock_shelf_1.children_ids) self.assertEqual( - self.stock_location.child_ids, self.stock_shelf_1 | self.stock_shelf_2 + self.test_location.child_ids, self.stock_shelf_1 | self.stock_shelf_2 ) self.assertEqual( - self.stock_location.children_ids, + self.test_location.children_ids, self.stock_shelf_1 | self.stock_shelf_2 | self.stock_shelf_2_refrigerator, ) @@ -45,7 +54,7 @@ class TestStockLocationChildren(SavepointCase): self.stock_shelf_2_refrigerator | refrigerator_drawer, ) self.assertEqual( - self.stock_location.children_ids, + self.test_location.children_ids, self.stock_shelf_1 | self.stock_shelf_2 | self.stock_shelf_2_refrigerator @@ -56,6 +65,6 @@ class TestStockLocationChildren(SavepointCase): self.assertEqual(self.stock_shelf_2.child_ids, self.stock_shelf_2_refrigerator) self.assertEqual(self.stock_shelf_2.child_ids, self.stock_shelf_2.children_ids) self.assertEqual( - self.stock_location.children_ids, + self.test_location.children_ids, self.stock_shelf_1 | self.stock_shelf_2 | self.stock_shelf_2_refrigerator, ) From 9ba6690d5ff68223290b30d59f3ded9ee6531e11 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Mon, 18 Jan 2021 13:37:39 +0000 Subject: [PATCH 243/631] [ADD] icon.png --- .../static/description/icon.png | Bin 0 -> 9455 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 stock_location_children/static/description/icon.png diff --git a/stock_location_children/static/description/icon.png b/stock_location_children/static/description/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..3a0328b516c4980e8e44cdb63fd945757ddd132d GIT binary patch literal 9455 zcmW++2RxMjAAjx~&dlBk9S+%}OXg)AGE&Cb*&}d0jUxM@u(PQx^-s)697TX`ehR4?GS^qbkof1cslKgkU)h65qZ9Oc=ml_0temigYLJfnz{IDzUf>bGs4N!v3=Z3jMq&A#7%rM5eQ#dc?k~! zVpnB`o+K7|Al`Q_U;eD$B zfJtP*jH`siUq~{KE)`jP2|#TUEFGRryE2`i0**z#*^6~AI|YzIWy$Cu#CSLW3q=GA z6`?GZymC;dCPk~rBS%eCb`5OLr;RUZ;D`}um=H)BfVIq%7VhiMr)_#G0N#zrNH|__ zc+blN2UAB0=617@>_u;MPHN;P;N#YoE=)R#i$k_`UAA>WWCcEVMh~L_ zj--gtp&|K1#58Yz*AHCTMziU1Jzt_jG0I@qAOHsk$2}yTmVkBp_eHuY$A9)>P6o~I z%aQ?!(GqeQ-Y+b0I(m9pwgi(IIZZzsbMv+9w{PFtd_<_(LA~0H(xz{=FhLB@(1&qHA5EJw1>>=%q2f&^X>IQ{!GJ4e9U z&KlB)z(84HmNgm2hg2C0>WM{E(DdPr+EeU_N@57;PC2&DmGFW_9kP&%?X4}+xWi)( z;)z%wI5>D4a*5XwD)P--sPkoY(a~WBw;E~AW`Yue4kFa^LM3X`8x|}ZUeMnqr}>kH zG%WWW>3ml$Yez?i%)2pbKPI7?5o?hydokgQyZsNEr{a|mLdt;X2TX(#B1j35xPnPW z*bMSSOauW>o;*=kO8ojw91VX!qoOQb)zHJ!odWB}d+*K?#sY_jqPdg{Sm2HdYzdEx zOGVPhVRTGPtv0o}RfVP;Nd(|CB)I;*t&QO8h zFfekr30S!-LHmV_Su-W+rEwYXJ^;6&3|L$mMC8*bQptyOo9;>Qb9Q9`ySe3%V$A*9 zeKEe+b0{#KWGp$F+tga)0RtI)nhMa-K@JS}2krK~n8vJ=Ngm?R!9G<~RyuU0d?nz# z-5EK$o(!F?hmX*2Yt6+coY`6jGbb7tF#6nHA zuKk=GGJ;ZwON1iAfG$E#Y7MnZVmrY|j0eVI(DN_MNFJmyZ|;w4tf@=CCDZ#5N_0K= z$;R~bbk?}TpfDjfB&aiQ$VA}s?P}xPERJG{kxk5~R`iRS(SK5d+Xs9swCozZISbnS zk!)I0>t=A<-^z(cmSFz3=jZ23u13X><0b)P)^1T_))Kr`e!-pb#q&J*Q`p+B6la%C zuVl&0duN<;uOsB3%T9Fp8t{ED108<+W(nOZd?gDnfNBC3>M8WE61$So|P zVvqH0SNtDTcsUdzaMDpT=Ty0pDHHNL@Z0w$Y`XO z2M-_r1S+GaH%pz#Uy0*w$Vdl=X=rQXEzO}d6J^R6zjM1u&c9vYLvLp?W7w(?np9x1 zE_0JSAJCPB%i7p*Wvg)pn5T`8k3-uR?*NT|J`eS#_#54p>!p(mLDvmc-3o0mX*mp_ zN*AeS<>#^-{S%W<*mz^!X$w_2dHWpcJ6^j64qFBft-o}o_Vx80o0>}Du;>kLts;$8 zC`7q$QI(dKYG`Wa8#wl@V4jVWBRGQ@1dr-hstpQL)Tl+aqVpGpbSfN>5i&QMXfiZ> zaA?T1VGe?rpQ@;+pkrVdd{klI&jVS@I5_iz!=UMpTsa~mBga?1r}aRBm1WS;TT*s0f0lY=JBl66Upy)-k4J}lh=P^8(SXk~0xW=T9v*B|gzIhN z>qsO7dFd~mgxAy4V?&)=5ieYq?zi?ZEoj)&2o)RLy=@hbCRcfT5jigwtQGE{L*8<@Yd{zg;CsL5mvzfDY}P-wos_6PfprFVaeqNE%h zKZhLtcQld;ZD+>=nqN~>GvROfueSzJD&BE*}XfU|H&(FssBqY=hPCt`d zH?@s2>I(|;fcW&YM6#V#!kUIP8$Nkdh0A(bEVj``-AAyYgwY~jB zT|I7Bf@%;7aL7Wf4dZ%VqF$eiaC38OV6oy3Z#TER2G+fOCd9Iaoy6aLYbPTN{XRPz z;U!V|vBf%H!}52L2gH_+j;`bTcQRXB+y9onc^wLm5wi3-Be}U>k_u>2Eg$=k!(l@I zcCg+flakT2Nej3i0yn+g+}%NYb?ta;R?(g5SnwsQ49U8Wng8d|{B+lyRcEDvR3+`O{zfmrmvFrL6acVP%yG98X zo&+VBg@px@i)%o?dG(`T;n*$S5*rnyiR#=wW}}GsAcfyQpE|>a{=$Hjg=-*_K;UtD z#z-)AXwSRY?OPefw^iI+ z)AXz#PfEjlwTes|_{sB?4(O@fg0AJ^g8gP}ex9Ucf*@_^J(s_5jJV}c)s$`Myn|Kd z$6>}#q^n{4vN@+Os$m7KV+`}c%4)4pv@06af4-x5#wj!KKb%caK{A&Y#Rfs z-po?Dcb1({W=6FKIUirH&(yg=*6aLCekcKwyfK^JN5{wcA3nhO(o}SK#!CINhI`-I z1)6&n7O&ZmyFMuNwvEic#IiOAwNkR=u5it{B9n2sAJV5pNhar=j5`*N!Na;c7g!l$ z3aYBqUkqqTJ=Re-;)s!EOeij=7SQZ3Hq}ZRds%IM*PtM$wV z@;rlc*NRK7i3y5BETSKuumEN`Xu_8GP1Ri=OKQ$@I^ko8>H6)4rjiG5{VBM>B|%`&&s^)jS|-_95&yc=GqjNo{zFkw%%HHhS~e=s zD#sfS+-?*t|J!+ozP6KvtOl!R)@@-z24}`9{QaVLD^9VCSR2b`b!KC#o;Ki<+wXB6 zx3&O0LOWcg4&rv4QG0)4yb}7BFSEg~=IR5#ZRj8kg}dS7_V&^%#Do==#`u zpy6{ox?jWuR(;pg+f@mT>#HGWHAJRRDDDv~@(IDw&R>9643kK#HN`!1vBJHnC+RM&yIh8{gG2q zA%e*U3|N0XSRa~oX-3EAneep)@{h2vvd3Xvy$7og(sayr@95+e6~Xvi1tUqnIxoIH zVWo*OwYElb#uyW{Imam6f2rGbjR!Y3`#gPqkv57dB6K^wRGxc9B(t|aYDGS=m$&S!NmCtrMMaUg(c zc2qC=2Z`EEFMW-me5B)24AqF*bV5Dr-M5ig(l-WPS%CgaPzs6p_gnCIvTJ=Y<6!gT zVt@AfYCzjjsMEGi=rDQHo0yc;HqoRNnNFeWZgcm?f;cp(6CNylj36DoL(?TS7eU#+ z7&mfr#y))+CJOXQKUMZ7QIdS9@#-}7y2K1{8)cCt0~-X0O!O?Qx#E4Og+;A2SjalQ zs7r?qn0H044=sDN$SRG$arw~n=+T_DNdSrarmu)V6@|?1-ZB#hRn`uilTGPJ@fqEy zGt(f0B+^JDP&f=r{#Y_wi#AVDf-y!RIXU^0jXsFpf>=Ji*TeqSY!H~AMbJdCGLhC) zn7Rx+sXw6uYj;WRYrLd^5IZq@6JI1C^YkgnedZEYy<&4(z%Q$5yv#Boo{AH8n$a zhb4Y3PWdr269&?V%uI$xMcUrMzl=;w<_nm*qr=c3Rl@i5wWB;e-`t7D&c-mcQl7x! zZWB`UGcw=Y2=}~wzrfLx=uet<;m3~=8I~ZRuzvMQUQdr+yTV|ATf1Uuomr__nDf=X zZ3WYJtHp_ri(}SQAPjv+Y+0=fH4krOP@S&=zZ-t1jW1o@}z;xk8 z(Nz1co&El^HK^NrhVHa-_;&88vTU>_J33=%{if;BEY*J#1n59=07jrGQ#IP>@u#3A z;!q+E1Rj3ZJ+!4bq9F8PXJ@yMgZL;>&gYA0%_Kbi8?S=XGM~dnQZQ!yBSgcZhY96H zrWnU;k)qy`rX&&xlDyA%(a1Hhi5CWkmg(`Gb%m(HKi-7Z!LKGRP_B8@`7&hdDy5n= z`OIxqxiVfX@OX1p(mQu>0Ai*v_cTMiw4qRt3~NBvr9oBy0)r>w3p~V0SCm=An6@3n)>@z!|o-$HvDK z|3D2ZMJkLE5loMKl6R^ez@Zz%S$&mbeoqH5`Bb){Ei21q&VP)hWS2tjShfFtGE+$z zzCR$P#uktu+#!w)cX!lWN1XU%K-r=s{|j?)Akf@q#3b#{6cZCuJ~gCxuMXRmI$nGtnH+-h z+GEi!*X=AP<|fG`1>MBdTb?28JYc=fGvAi2I<$B(rs$;eoJCyR6_bc~p!XR@O-+sD z=eH`-ye})I5ic1eL~TDmtfJ|8`0VJ*Yr=hNCd)G1p2MMz4C3^Mj?7;!w|Ly%JqmuW zlIEW^Ft%z?*|fpXda>Jr^1noFZEwFgVV%|*XhH@acv8rdGxeEX{M$(vG{Zw+x(ei@ zmfXb22}8-?Fi`vo-YVrTH*C?a8%M=Hv9MqVH7H^J$KsD?>!SFZ;ZsvnHr_gn=7acz z#W?0eCdVhVMWN12VV^$>WlQ?f;P^{(&pYTops|btm6aj>_Uz+hqpGwB)vWp0Cf5y< zft8-je~nn?W11plq}N)4A{l8I7$!ks_x$PXW-2XaRFswX_BnF{R#6YIwMhAgd5F9X zGmwdadS6(a^fjHtXg8=l?Rc0Sm%hk6E9!5cLVloEy4eh(=FwgP`)~I^5~pBEWo+F6 zSf2ncyMurJN91#cJTy_u8Y}@%!bq1RkGC~-bV@SXRd4F{R-*V`bS+6;W5vZ(&+I<9$;-V|eNfLa5n-6% z2(}&uGRF;p92eS*sE*oR$@pexaqr*meB)VhmIg@h{uzkk$9~qh#cHhw#>O%)b@+(| z^IQgqzuj~Sk(J;swEM-3TrJAPCq9k^^^`q{IItKBRXYe}e0Tdr=Huf7da3$l4PdpwWDop%^}n;dD#K4s#DYA8SHZ z&1!riV4W4R7R#C))JH1~axJ)RYnM$$lIR%6fIVA@zV{XVyx}C+a-Dt8Y9M)^KU0+H zR4IUb2CJ{Hg>CuaXtD50jB(_Tcx=Z$^WYu2u5kubqmwp%drJ6 z?Fo40g!Qd<-l=TQxqHEOuPX0;^z7iX?Ke^a%XT<13TA^5`4Xcw6D@Ur&VT&CUe0d} z1GjOVF1^L@>O)l@?bD~$wzgf(nxX1OGD8fEV?TdJcZc2KoUe|oP1#=$$7ee|xbY)A zDZq+cuTpc(fFdj^=!;{k03C69lMQ(|>uhRfRu%+!k&YOi-3|1QKB z z?n?eq1XP>p-IM$Z^C;2L3itnbJZAip*Zo0aw2bs8@(s^~*8T9go!%dHcAz2lM;`yp zD=7&xjFV$S&5uDaiScyD?B-i1ze`+CoRtz`Wn+Zl&#s4&}MO{@N!ufrzjG$B79)Y2d3tBk&)TxUTw@QS0TEL_?njX|@vq?Uz(nBFK5Pq7*xj#u*R&i|?7+6# z+|r_n#SW&LXhtheZdah{ZVoqwyT{D>MC3nkFF#N)xLi{p7J1jXlmVeb;cP5?e(=f# zuT7fvjSbjS781v?7{)-X3*?>tq?)Yd)~|1{BDS(pqC zC}~H#WXlkUW*H5CDOo<)#x7%RY)A;ShGhI5s*#cRDA8YgqG(HeKDx+#(ZQ?386dv! zlXCO)w91~Vw4AmOcATuV653fa9R$fyK8ul%rG z-wfS zihugoZyr38Im?Zuh6@RcF~t1anQu7>#lPpb#}4cOA!EM11`%f*07RqOVkmX{p~KJ9 z^zP;K#|)$`^Rb{rnHGH{~>1(fawV0*Z#)}M`m8-?ZJV<+e}s9wE# z)l&az?w^5{)`S(%MRzxdNqrs1n*-=jS^_jqE*5XDrA0+VE`5^*p3CuM<&dZEeCjoz zR;uu_H9ZPZV|fQq`Cyw4nscrVwi!fE6ciMmX$!_hN7uF;jjKG)d2@aC4ropY)8etW=xJvni)8eHi`H$%#zn^WJ5NLc-rqk|u&&4Z6fD_m&JfSI1Bvb?b<*n&sfl0^t z=HnmRl`XrFvMKB%9}>PaA`m-fK6a0(8=qPkWS5bb4=v?XcWi&hRY?O5HdulRi4?fN zlsJ*N-0Qw+Yic@s0(2uy%F@ib;GjXt01Fmx5XbRo6+n|pP(&nodMoap^z{~q ziEeaUT@Mxe3vJSfI6?uLND(CNr=#^W<1b}jzW58bIfyWTDle$mmS(|x-0|2UlX+9k zQ^EX7Nw}?EzVoBfT(-LT|=9N@^hcn-_p&sqG z&*oVs2JSU+N4ZD`FhCAWaS;>|wH2G*Id|?pa#@>tyxX`+4HyIArWDvVrX)2WAOQff z0qyHu&-S@i^MS-+j--!pr4fPBj~_8({~e1bfcl0wI1kaoN>mJL6KUPQm5N7lB(ui1 zE-o%kq)&djzWJ}ob<-GfDlkB;F31j-VHKvQUGQ3sp`CwyGJk_i!y^sD0fqC@$9|jO zOqN!r!8-p==F@ZVP=U$qSpY(gQ0)59P1&t@y?5rvg<}E+GB}26NYPp4f2YFQrQtot5mn3wu_qprZ=>Ig-$ zbW26Ws~IgY>}^5w`vTB(G`PTZaDiGBo5o(tp)qli|NeV( z@H_=R8V39rt5J5YB2Ky?4eJJ#b`_iBe2ot~6%7mLt5t8Vwi^Jy7|jWXqa3amOIoRb zOr}WVFP--DsS`1WpN%~)t3R!arKF^Q$e12KEqU36AWwnCBICpH4XCsfnyrHr>$I$4 z!DpKX$OKLWarN7nv@!uIA+~RNO)l$$w}p(;b>mx8pwYvu;dD_unryX_NhT8*Tj>BTrTTL&!?O+%Rv;b?B??gSzdp?6Uug9{ zd@V08Z$BdI?fpoCS$)t4mg4rT8Q_I}h`0d-vYZ^|dOB*Q^S|xqTV*vIg?@fVFSmMpaw0qtTRbx} z({Pg?#{2`sc9)M5N$*N|4;^t$+QP?#mov zGVC@I*lBVrOU-%2y!7%)fAKjpEFsgQc4{amtiHb95KQEwvf<(3T<9-Zm$xIew#P22 zc2Ix|App^>v6(3L_MCU0d3W##AB0M~3D00EWoKZqsJYT(#@w$Y_H7G22M~ApVFTRHMI_3be)Lkn#0F*V8Pq zc}`Cjy$bE;FJ6H7p=0y#R>`}-m4(0F>%@P|?7fx{=R^uFdISRnZ2W_xQhD{YuR3t< z{6yxu=4~JkeA;|(J6_nv#>Nvs&FuLA&PW^he@t(UwFFE8)|a!R{`E`K`i^ZnyE4$k z;(749Ix|oi$c3QbEJ3b~D_kQsPz~fIUKym($a_7dJ?o+40*OLl^{=&oq$<#Q(yyrp z{J-FAniyAw9tPbe&IhQ|a`DqFTVQGQ&Gq3!C2==4x{6EJwiPZ8zub-iXoUtkJiG{} zPaR&}_fn8_z~(=;5lD-aPWD3z8PZS@AaUiomF!G8I}Mf>e~0g#BelA-5#`cj;O5>N Xviia!U7SGha1wx#SCgwmn*{w2TRX*I literal 0 HcmV?d00001 From dafc6ade6ba714fb98d5b3be54d47e44bad977b5 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Mon, 18 Jan 2021 13:37:40 +0000 Subject: [PATCH 244/631] stock_location_children 13.0.1.0.1 --- stock_location_children/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock_location_children/__manifest__.py b/stock_location_children/__manifest__.py index 614b259b3..4305ce452 100644 --- a/stock_location_children/__manifest__.py +++ b/stock_location_children/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Stock location children", "summary": "Add relation between stock location and all its children", - "version": "13.0.1.0.0", + "version": "13.0.1.0.1", "development_status": "Alpha", "category": "Warehouse Management", "website": "https://github.com/OCA/stock-logistics-warehouse", From 792e7e60422c374590ee7595408cb9cb3e74bd50 Mon Sep 17 00:00:00 2001 From: hparfr Date: Thu, 11 Feb 2021 16:40:12 +0100 Subject: [PATCH 245/631] [IMP] stock_location_children: black, isort, prettier --- .../odoo/addons/stock_location_children | 1 + setup/stock_location_children/setup.py | 6 ++++++ 2 files changed, 7 insertions(+) create mode 120000 setup/stock_location_children/odoo/addons/stock_location_children create mode 100644 setup/stock_location_children/setup.py diff --git a/setup/stock_location_children/odoo/addons/stock_location_children b/setup/stock_location_children/odoo/addons/stock_location_children new file mode 120000 index 000000000..094bfef70 --- /dev/null +++ b/setup/stock_location_children/odoo/addons/stock_location_children @@ -0,0 +1 @@ +../../../../stock_location_children \ No newline at end of file diff --git a/setup/stock_location_children/setup.py b/setup/stock_location_children/setup.py new file mode 100644 index 000000000..28c57bb64 --- /dev/null +++ b/setup/stock_location_children/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) From a3d9fade2a75aa97296eae0622a4fe3f9f20f457 Mon Sep 17 00:00:00 2001 From: Jordi Ballester Alomar Date: Thu, 28 Jun 2018 19:02:11 +0200 Subject: [PATCH 246/631] 11.0 - add stock_warehouse_calendar --- stock_warehouse_calendar/__init__.py | 1 + stock_warehouse_calendar/__manifest__.py | 23 ++++++ stock_warehouse_calendar/models/__init__.py | 2 + .../models/procurement_rule.py | 24 +++++++ .../models/stock_warehouse.py | 11 +++ stock_warehouse_calendar/readme/CONFIGURE.rst | 14 ++++ .../readme/CONTRIBUTORS.rst | 1 + .../readme/DESCRIPTION.rst | 7 ++ stock_warehouse_calendar/readme/ROADMAP.rst | 0 stock_warehouse_calendar/readme/USAGE.rst | 6 ++ .../static/description/icon.png | Bin 0 -> 9455 bytes stock_warehouse_calendar/tests/__init__.py | 2 + .../tests/test_stock_warehouse_calendar.py | 68 ++++++++++++++++++ .../views/stock_warehouse_views.xml | 16 +++++ 14 files changed, 175 insertions(+) create mode 100644 stock_warehouse_calendar/__init__.py create mode 100644 stock_warehouse_calendar/__manifest__.py create mode 100644 stock_warehouse_calendar/models/__init__.py create mode 100644 stock_warehouse_calendar/models/procurement_rule.py create mode 100644 stock_warehouse_calendar/models/stock_warehouse.py create mode 100644 stock_warehouse_calendar/readme/CONFIGURE.rst create mode 100644 stock_warehouse_calendar/readme/CONTRIBUTORS.rst create mode 100644 stock_warehouse_calendar/readme/DESCRIPTION.rst create mode 100644 stock_warehouse_calendar/readme/ROADMAP.rst create mode 100644 stock_warehouse_calendar/readme/USAGE.rst create mode 100644 stock_warehouse_calendar/static/description/icon.png create mode 100644 stock_warehouse_calendar/tests/__init__.py create mode 100644 stock_warehouse_calendar/tests/test_stock_warehouse_calendar.py create mode 100644 stock_warehouse_calendar/views/stock_warehouse_views.xml diff --git a/stock_warehouse_calendar/__init__.py b/stock_warehouse_calendar/__init__.py new file mode 100644 index 000000000..0650744f6 --- /dev/null +++ b/stock_warehouse_calendar/__init__.py @@ -0,0 +1 @@ +from . import models diff --git a/stock_warehouse_calendar/__manifest__.py b/stock_warehouse_calendar/__manifest__.py new file mode 100644 index 000000000..5b31625f2 --- /dev/null +++ b/stock_warehouse_calendar/__manifest__.py @@ -0,0 +1,23 @@ +# Copyright 2017 Eficent Business and IT Consulting Services, S.L. +# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html). + +{ + "name": "Stock Warehouse Calendar", + "summary": "Adds a calendar to the Warehouse", + "version": "11.0.1.0.0", + "license": "AGPL-3", + "website": "https://github.com/stock-logistics-warehouse", + "author": "Eficent, " + "Odoo Community Association (OCA)", + "category": "Warehouse Management", + "depends": [ + "stock", + "resource" + ], + "data": [ + "views/stock_warehouse_views.xml", + ], + "installable": True, + 'development_status': 'Beta', + 'maintainers': ['jbeficent'], +} diff --git a/stock_warehouse_calendar/models/__init__.py b/stock_warehouse_calendar/models/__init__.py new file mode 100644 index 000000000..e41660708 --- /dev/null +++ b/stock_warehouse_calendar/models/__init__.py @@ -0,0 +1,2 @@ +from . import stock_warehouse +from . import procurement_rule diff --git a/stock_warehouse_calendar/models/procurement_rule.py b/stock_warehouse_calendar/models/procurement_rule.py new file mode 100644 index 000000000..ebe166203 --- /dev/null +++ b/stock_warehouse_calendar/models/procurement_rule.py @@ -0,0 +1,24 @@ +# Copyright 2018 Eficent Business and IT Consulting Services, S.L. +# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html). + +from odoo import fields, models +from datetime import datetime + + +class ProcurementRule(models.Model): + _inherit = 'procurement.rule' + + def _get_stock_move_values(self, product_id, product_qty, product_uom, + location_id, name, origin, values, group_id): + res = super(ProcurementRule, self)._get_stock_move_values( + product_id, product_qty, product_uom, + location_id, name, origin, values, group_id) + dt_planned = fields.Datetime.from_string(values['date_planned']) + warehouse = self.propagate_warehouse_id or self.warehouse_id + if warehouse.calendar_id and self.delay: + date_expected = warehouse.calendar_id.plan_days( + -1 * self.delay - 1, dt_planned) + if date_expected > datetime.now(): + res['date'] = date_expected + res['date_expected'] = date_expected + return res diff --git a/stock_warehouse_calendar/models/stock_warehouse.py b/stock_warehouse_calendar/models/stock_warehouse.py new file mode 100644 index 000000000..9cfb899be --- /dev/null +++ b/stock_warehouse_calendar/models/stock_warehouse.py @@ -0,0 +1,11 @@ +# Copyright 2018 Eficent Business and IT Consulting Services, S.L. +# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html). + +from odoo import fields, models + + +class StockWarehouse(models.Model): + _inherit = 'stock.warehouse' + + calendar_id = fields.Many2one('resource.calendar', + 'Working Hours') diff --git a/stock_warehouse_calendar/readme/CONFIGURE.rst b/stock_warehouse_calendar/readme/CONFIGURE.rst new file mode 100644 index 000000000..b77834e5b --- /dev/null +++ b/stock_warehouse_calendar/readme/CONFIGURE.rst @@ -0,0 +1,14 @@ +* Go to *Settings* and activate the developer mode. + +* Go to *Settings > Technical > Resource > Working Time* and define your + resource calendar. + +* Go to *Inventory > Configuration > Warehouse Management > Warehouses* + and assign the Resource Calendar. + +* Go to *Inventory > Configuration > Settings* and in *Warehouse* mark + 'Multi-Step Routes option'. + +* Go to *Inventory > Configuration > Warehouse Management > Routes* and + set up the proper delays in the procurement rules where 'action' + is 'Move From Another Location'. diff --git a/stock_warehouse_calendar/readme/CONTRIBUTORS.rst b/stock_warehouse_calendar/readme/CONTRIBUTORS.rst new file mode 100644 index 000000000..d72a49b94 --- /dev/null +++ b/stock_warehouse_calendar/readme/CONTRIBUTORS.rst @@ -0,0 +1 @@ +* Jordi Ballester (EFICENT) . \ No newline at end of file diff --git a/stock_warehouse_calendar/readme/DESCRIPTION.rst b/stock_warehouse_calendar/readme/DESCRIPTION.rst new file mode 100644 index 000000000..ac46ffca3 --- /dev/null +++ b/stock_warehouse_calendar/readme/DESCRIPTION.rst @@ -0,0 +1,7 @@ +This module adds a Calendar to the Warehouse. This calendar can then used as +the basis of the proper computation of start/end dates based on lead times in +this and other modules. + +In this module, the calendar considered in the computation of start date of +stock moves and pickings created from procurements, where the lead time +is used. diff --git a/stock_warehouse_calendar/readme/ROADMAP.rst b/stock_warehouse_calendar/readme/ROADMAP.rst new file mode 100644 index 000000000..e69de29bb diff --git a/stock_warehouse_calendar/readme/USAGE.rst b/stock_warehouse_calendar/readme/USAGE.rst new file mode 100644 index 000000000..f71e1f60c --- /dev/null +++ b/stock_warehouse_calendar/readme/USAGE.rst @@ -0,0 +1,6 @@ +When a picking is created out of a procurement evaluation (from an +orderpoint, MTO,...) the calendar is considered in the computation of the +expected date of the picking and moves. For example, if it takes 1 day to +execute a stock transfer from another warehouse and it is Monday, the picking +to resupply will be created with expected start date on the previous Friday, +if the warehouse operates under a Mo-Fri working calendar. diff --git a/stock_warehouse_calendar/static/description/icon.png b/stock_warehouse_calendar/static/description/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..3a0328b516c4980e8e44cdb63fd945757ddd132d GIT binary patch literal 9455 zcmW++2RxMjAAjx~&dlBk9S+%}OXg)AGE&Cb*&}d0jUxM@u(PQx^-s)697TX`ehR4?GS^qbkof1cslKgkU)h65qZ9Oc=ml_0temigYLJfnz{IDzUf>bGs4N!v3=Z3jMq&A#7%rM5eQ#dc?k~! zVpnB`o+K7|Al`Q_U;eD$B zfJtP*jH`siUq~{KE)`jP2|#TUEFGRryE2`i0**z#*^6~AI|YzIWy$Cu#CSLW3q=GA z6`?GZymC;dCPk~rBS%eCb`5OLr;RUZ;D`}um=H)BfVIq%7VhiMr)_#G0N#zrNH|__ zc+blN2UAB0=617@>_u;MPHN;P;N#YoE=)R#i$k_`UAA>WWCcEVMh~L_ zj--gtp&|K1#58Yz*AHCTMziU1Jzt_jG0I@qAOHsk$2}yTmVkBp_eHuY$A9)>P6o~I z%aQ?!(GqeQ-Y+b0I(m9pwgi(IIZZzsbMv+9w{PFtd_<_(LA~0H(xz{=FhLB@(1&qHA5EJw1>>=%q2f&^X>IQ{!GJ4e9U z&KlB)z(84HmNgm2hg2C0>WM{E(DdPr+EeU_N@57;PC2&DmGFW_9kP&%?X4}+xWi)( z;)z%wI5>D4a*5XwD)P--sPkoY(a~WBw;E~AW`Yue4kFa^LM3X`8x|}ZUeMnqr}>kH zG%WWW>3ml$Yez?i%)2pbKPI7?5o?hydokgQyZsNEr{a|mLdt;X2TX(#B1j35xPnPW z*bMSSOauW>o;*=kO8ojw91VX!qoOQb)zHJ!odWB}d+*K?#sY_jqPdg{Sm2HdYzdEx zOGVPhVRTGPtv0o}RfVP;Nd(|CB)I;*t&QO8h zFfekr30S!-LHmV_Su-W+rEwYXJ^;6&3|L$mMC8*bQptyOo9;>Qb9Q9`ySe3%V$A*9 zeKEe+b0{#KWGp$F+tga)0RtI)nhMa-K@JS}2krK~n8vJ=Ngm?R!9G<~RyuU0d?nz# z-5EK$o(!F?hmX*2Yt6+coY`6jGbb7tF#6nHA zuKk=GGJ;ZwON1iAfG$E#Y7MnZVmrY|j0eVI(DN_MNFJmyZ|;w4tf@=CCDZ#5N_0K= z$;R~bbk?}TpfDjfB&aiQ$VA}s?P}xPERJG{kxk5~R`iRS(SK5d+Xs9swCozZISbnS zk!)I0>t=A<-^z(cmSFz3=jZ23u13X><0b)P)^1T_))Kr`e!-pb#q&J*Q`p+B6la%C zuVl&0duN<;uOsB3%T9Fp8t{ED108<+W(nOZd?gDnfNBC3>M8WE61$So|P zVvqH0SNtDTcsUdzaMDpT=Ty0pDHHNL@Z0w$Y`XO z2M-_r1S+GaH%pz#Uy0*w$Vdl=X=rQXEzO}d6J^R6zjM1u&c9vYLvLp?W7w(?np9x1 zE_0JSAJCPB%i7p*Wvg)pn5T`8k3-uR?*NT|J`eS#_#54p>!p(mLDvmc-3o0mX*mp_ zN*AeS<>#^-{S%W<*mz^!X$w_2dHWpcJ6^j64qFBft-o}o_Vx80o0>}Du;>kLts;$8 zC`7q$QI(dKYG`Wa8#wl@V4jVWBRGQ@1dr-hstpQL)Tl+aqVpGpbSfN>5i&QMXfiZ> zaA?T1VGe?rpQ@;+pkrVdd{klI&jVS@I5_iz!=UMpTsa~mBga?1r}aRBm1WS;TT*s0f0lY=JBl66Upy)-k4J}lh=P^8(SXk~0xW=T9v*B|gzIhN z>qsO7dFd~mgxAy4V?&)=5ieYq?zi?ZEoj)&2o)RLy=@hbCRcfT5jigwtQGE{L*8<@Yd{zg;CsL5mvzfDY}P-wos_6PfprFVaeqNE%h zKZhLtcQld;ZD+>=nqN~>GvROfueSzJD&BE*}XfU|H&(FssBqY=hPCt`d zH?@s2>I(|;fcW&YM6#V#!kUIP8$Nkdh0A(bEVj``-AAyYgwY~jB zT|I7Bf@%;7aL7Wf4dZ%VqF$eiaC38OV6oy3Z#TER2G+fOCd9Iaoy6aLYbPTN{XRPz z;U!V|vBf%H!}52L2gH_+j;`bTcQRXB+y9onc^wLm5wi3-Be}U>k_u>2Eg$=k!(l@I zcCg+flakT2Nej3i0yn+g+}%NYb?ta;R?(g5SnwsQ49U8Wng8d|{B+lyRcEDvR3+`O{zfmrmvFrL6acVP%yG98X zo&+VBg@px@i)%o?dG(`T;n*$S5*rnyiR#=wW}}GsAcfyQpE|>a{=$Hjg=-*_K;UtD z#z-)AXwSRY?OPefw^iI+ z)AXz#PfEjlwTes|_{sB?4(O@fg0AJ^g8gP}ex9Ucf*@_^J(s_5jJV}c)s$`Myn|Kd z$6>}#q^n{4vN@+Os$m7KV+`}c%4)4pv@06af4-x5#wj!KKb%caK{A&Y#Rfs z-po?Dcb1({W=6FKIUirH&(yg=*6aLCekcKwyfK^JN5{wcA3nhO(o}SK#!CINhI`-I z1)6&n7O&ZmyFMuNwvEic#IiOAwNkR=u5it{B9n2sAJV5pNhar=j5`*N!Na;c7g!l$ z3aYBqUkqqTJ=Re-;)s!EOeij=7SQZ3Hq}ZRds%IM*PtM$wV z@;rlc*NRK7i3y5BETSKuumEN`Xu_8GP1Ri=OKQ$@I^ko8>H6)4rjiG5{VBM>B|%`&&s^)jS|-_95&yc=GqjNo{zFkw%%HHhS~e=s zD#sfS+-?*t|J!+ozP6KvtOl!R)@@-z24}`9{QaVLD^9VCSR2b`b!KC#o;Ki<+wXB6 zx3&O0LOWcg4&rv4QG0)4yb}7BFSEg~=IR5#ZRj8kg}dS7_V&^%#Do==#`u zpy6{ox?jWuR(;pg+f@mT>#HGWHAJRRDDDv~@(IDw&R>9643kK#HN`!1vBJHnC+RM&yIh8{gG2q zA%e*U3|N0XSRa~oX-3EAneep)@{h2vvd3Xvy$7og(sayr@95+e6~Xvi1tUqnIxoIH zVWo*OwYElb#uyW{Imam6f2rGbjR!Y3`#gPqkv57dB6K^wRGxc9B(t|aYDGS=m$&S!NmCtrMMaUg(c zc2qC=2Z`EEFMW-me5B)24AqF*bV5Dr-M5ig(l-WPS%CgaPzs6p_gnCIvTJ=Y<6!gT zVt@AfYCzjjsMEGi=rDQHo0yc;HqoRNnNFeWZgcm?f;cp(6CNylj36DoL(?TS7eU#+ z7&mfr#y))+CJOXQKUMZ7QIdS9@#-}7y2K1{8)cCt0~-X0O!O?Qx#E4Og+;A2SjalQ zs7r?qn0H044=sDN$SRG$arw~n=+T_DNdSrarmu)V6@|?1-ZB#hRn`uilTGPJ@fqEy zGt(f0B+^JDP&f=r{#Y_wi#AVDf-y!RIXU^0jXsFpf>=Ji*TeqSY!H~AMbJdCGLhC) zn7Rx+sXw6uYj;WRYrLd^5IZq@6JI1C^YkgnedZEYy<&4(z%Q$5yv#Boo{AH8n$a zhb4Y3PWdr269&?V%uI$xMcUrMzl=;w<_nm*qr=c3Rl@i5wWB;e-`t7D&c-mcQl7x! zZWB`UGcw=Y2=}~wzrfLx=uet<;m3~=8I~ZRuzvMQUQdr+yTV|ATf1Uuomr__nDf=X zZ3WYJtHp_ri(}SQAPjv+Y+0=fH4krOP@S&=zZ-t1jW1o@}z;xk8 z(Nz1co&El^HK^NrhVHa-_;&88vTU>_J33=%{if;BEY*J#1n59=07jrGQ#IP>@u#3A z;!q+E1Rj3ZJ+!4bq9F8PXJ@yMgZL;>&gYA0%_Kbi8?S=XGM~dnQZQ!yBSgcZhY96H zrWnU;k)qy`rX&&xlDyA%(a1Hhi5CWkmg(`Gb%m(HKi-7Z!LKGRP_B8@`7&hdDy5n= z`OIxqxiVfX@OX1p(mQu>0Ai*v_cTMiw4qRt3~NBvr9oBy0)r>w3p~V0SCm=An6@3n)>@z!|o-$HvDK z|3D2ZMJkLE5loMKl6R^ez@Zz%S$&mbeoqH5`Bb){Ei21q&VP)hWS2tjShfFtGE+$z zzCR$P#uktu+#!w)cX!lWN1XU%K-r=s{|j?)Akf@q#3b#{6cZCuJ~gCxuMXRmI$nGtnH+-h z+GEi!*X=AP<|fG`1>MBdTb?28JYc=fGvAi2I<$B(rs$;eoJCyR6_bc~p!XR@O-+sD z=eH`-ye})I5ic1eL~TDmtfJ|8`0VJ*Yr=hNCd)G1p2MMz4C3^Mj?7;!w|Ly%JqmuW zlIEW^Ft%z?*|fpXda>Jr^1noFZEwFgVV%|*XhH@acv8rdGxeEX{M$(vG{Zw+x(ei@ zmfXb22}8-?Fi`vo-YVrTH*C?a8%M=Hv9MqVH7H^J$KsD?>!SFZ;ZsvnHr_gn=7acz z#W?0eCdVhVMWN12VV^$>WlQ?f;P^{(&pYTops|btm6aj>_Uz+hqpGwB)vWp0Cf5y< zft8-je~nn?W11plq}N)4A{l8I7$!ks_x$PXW-2XaRFswX_BnF{R#6YIwMhAgd5F9X zGmwdadS6(a^fjHtXg8=l?Rc0Sm%hk6E9!5cLVloEy4eh(=FwgP`)~I^5~pBEWo+F6 zSf2ncyMurJN91#cJTy_u8Y}@%!bq1RkGC~-bV@SXRd4F{R-*V`bS+6;W5vZ(&+I<9$;-V|eNfLa5n-6% z2(}&uGRF;p92eS*sE*oR$@pexaqr*meB)VhmIg@h{uzkk$9~qh#cHhw#>O%)b@+(| z^IQgqzuj~Sk(J;swEM-3TrJAPCq9k^^^`q{IItKBRXYe}e0Tdr=Huf7da3$l4PdpwWDop%^}n;dD#K4s#DYA8SHZ z&1!riV4W4R7R#C))JH1~axJ)RYnM$$lIR%6fIVA@zV{XVyx}C+a-Dt8Y9M)^KU0+H zR4IUb2CJ{Hg>CuaXtD50jB(_Tcx=Z$^WYu2u5kubqmwp%drJ6 z?Fo40g!Qd<-l=TQxqHEOuPX0;^z7iX?Ke^a%XT<13TA^5`4Xcw6D@Ur&VT&CUe0d} z1GjOVF1^L@>O)l@?bD~$wzgf(nxX1OGD8fEV?TdJcZc2KoUe|oP1#=$$7ee|xbY)A zDZq+cuTpc(fFdj^=!;{k03C69lMQ(|>uhRfRu%+!k&YOi-3|1QKB z z?n?eq1XP>p-IM$Z^C;2L3itnbJZAip*Zo0aw2bs8@(s^~*8T9go!%dHcAz2lM;`yp zD=7&xjFV$S&5uDaiScyD?B-i1ze`+CoRtz`Wn+Zl&#s4&}MO{@N!ufrzjG$B79)Y2d3tBk&)TxUTw@QS0TEL_?njX|@vq?Uz(nBFK5Pq7*xj#u*R&i|?7+6# z+|r_n#SW&LXhtheZdah{ZVoqwyT{D>MC3nkFF#N)xLi{p7J1jXlmVeb;cP5?e(=f# zuT7fvjSbjS781v?7{)-X3*?>tq?)Yd)~|1{BDS(pqC zC}~H#WXlkUW*H5CDOo<)#x7%RY)A;ShGhI5s*#cRDA8YgqG(HeKDx+#(ZQ?386dv! zlXCO)w91~Vw4AmOcATuV653fa9R$fyK8ul%rG z-wfS zihugoZyr38Im?Zuh6@RcF~t1anQu7>#lPpb#}4cOA!EM11`%f*07RqOVkmX{p~KJ9 z^zP;K#|)$`^Rb{rnHGH{~>1(fawV0*Z#)}M`m8-?ZJV<+e}s9wE# z)l&az?w^5{)`S(%MRzxdNqrs1n*-=jS^_jqE*5XDrA0+VE`5^*p3CuM<&dZEeCjoz zR;uu_H9ZPZV|fQq`Cyw4nscrVwi!fE6ciMmX$!_hN7uF;jjKG)d2@aC4ropY)8etW=xJvni)8eHi`H$%#zn^WJ5NLc-rqk|u&&4Z6fD_m&JfSI1Bvb?b<*n&sfl0^t z=HnmRl`XrFvMKB%9}>PaA`m-fK6a0(8=qPkWS5bb4=v?XcWi&hRY?O5HdulRi4?fN zlsJ*N-0Qw+Yic@s0(2uy%F@ib;GjXt01Fmx5XbRo6+n|pP(&nodMoap^z{~q ziEeaUT@Mxe3vJSfI6?uLND(CNr=#^W<1b}jzW58bIfyWTDle$mmS(|x-0|2UlX+9k zQ^EX7Nw}?EzVoBfT(-LT|=9N@^hcn-_p&sqG z&*oVs2JSU+N4ZD`FhCAWaS;>|wH2G*Id|?pa#@>tyxX`+4HyIArWDvVrX)2WAOQff z0qyHu&-S@i^MS-+j--!pr4fPBj~_8({~e1bfcl0wI1kaoN>mJL6KUPQm5N7lB(ui1 zE-o%kq)&djzWJ}ob<-GfDlkB;F31j-VHKvQUGQ3sp`CwyGJk_i!y^sD0fqC@$9|jO zOqN!r!8-p==F@ZVP=U$qSpY(gQ0)59P1&t@y?5rvg<}E+GB}26NYPp4f2YFQrQtot5mn3wu_qprZ=>Ig-$ zbW26Ws~IgY>}^5w`vTB(G`PTZaDiGBo5o(tp)qli|NeV( z@H_=R8V39rt5J5YB2Ky?4eJJ#b`_iBe2ot~6%7mLt5t8Vwi^Jy7|jWXqa3amOIoRb zOr}WVFP--DsS`1WpN%~)t3R!arKF^Q$e12KEqU36AWwnCBICpH4XCsfnyrHr>$I$4 z!DpKX$OKLWarN7nv@!uIA+~RNO)l$$w}p(;b>mx8pwYvu;dD_unryX_NhT8*Tj>BTrTTL&!?O+%Rv;b?B??gSzdp?6Uug9{ zd@V08Z$BdI?fpoCS$)t4mg4rT8Q_I}h`0d-vYZ^|dOB*Q^S|xqTV*vIg?@fVFSmMpaw0qtTRbx} z({Pg?#{2`sc9)M5N$*N|4;^t$+QP?#mov zGVC@I*lBVrOU-%2y!7%)fAKjpEFsgQc4{amtiHb95KQEwvf<(3T<9-Zm$xIew#P22 zc2Ix|App^>v6(3L_MCU0d3W##AB0M~3D00EWoKZqsJYT(#@w$Y_H7G22M~ApVFTRHMI_3be)Lkn#0F*V8Pq zc}`Cjy$bE;FJ6H7p=0y#R>`}-m4(0F>%@P|?7fx{=R^uFdISRnZ2W_xQhD{YuR3t< z{6yxu=4~JkeA;|(J6_nv#>Nvs&FuLA&PW^he@t(UwFFE8)|a!R{`E`K`i^ZnyE4$k z;(749Ix|oi$c3QbEJ3b~D_kQsPz~fIUKym($a_7dJ?o+40*OLl^{=&oq$<#Q(yyrp z{J-FAniyAw9tPbe&IhQ|a`DqFTVQGQ&Gq3!C2==4x{6EJwiPZ8zub-iXoUtkJiG{} zPaR&}_fn8_z~(=;5lD-aPWD3z8PZS@AaUiomF!G8I}Mf>e~0g#BelA-5#`cj;O5>N Xviia!U7SGha1wx#SCgwmn*{w2TRX*I literal 0 HcmV?d00001 diff --git a/stock_warehouse_calendar/tests/__init__.py b/stock_warehouse_calendar/tests/__init__.py new file mode 100644 index 000000000..faa5afbf1 --- /dev/null +++ b/stock_warehouse_calendar/tests/__init__.py @@ -0,0 +1,2 @@ +# -*- coding: utf-8 -*- +from . import test_stock_warehouse_calendar diff --git a/stock_warehouse_calendar/tests/test_stock_warehouse_calendar.py b/stock_warehouse_calendar/tests/test_stock_warehouse_calendar.py new file mode 100644 index 000000000..3335abdf7 --- /dev/null +++ b/stock_warehouse_calendar/tests/test_stock_warehouse_calendar.py @@ -0,0 +1,68 @@ +# -*- coding: utf-8 -*- +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +from odoo import fields +from odoo.tests.common import TransactionCase + + +class TestStockWarehouseCalendar(TransactionCase): + + def setUp(self): + super(TestStockWarehouseCalendar, self).setUp() + self.move_obj = self.env['stock.move'] + self.company = self.env.ref('base.main_company') + self.warehouse = self.env.ref('stock.warehouse0') + self.customer_loc = self.env.ref('stock.stock_location_customers') + self.company_partner = self.env.ref('base.main_partner') + self.calendar = self.env.ref('resource.resource_calendar_std') + self.warehouse.calendar_id = self.calendar + self.warehouse_2 = self.env['stock.warehouse'].create({ + 'code': 'WH-T', + 'name': 'Warehouse Test', + 'calendar_id': self.calendar.id, + }) + + self.product = self.env['product.product'].create({ + 'name': 'test product', + 'default_code': 'PRD', + 'type': 'product', + }) + + route_vals = { + 'name': 'WH2 -> WH', + } + self.transfer_route = self.env['stock.location.route'].create( + route_vals) + rule_vals = { + 'location_id': self.warehouse.lot_stock_id.id, + 'location_src_id': self.warehouse_2.lot_stock_id.id, + 'action': 'move', + 'warehouse_id': self.warehouse.id, + 'propagate_warehouse_id': self.warehouse_2.id, + 'picking_type_id': self.env.ref('stock.picking_type_internal').id, + 'name': 'WH2->WH', + 'route_id': self.transfer_route.id, + 'delay': 1, + } + self.transfer_rule = self.env['procurement.rule'].create(rule_vals) + self.product.route_ids = [(6, 0, self.transfer_route.ids)] + + def test_procurement_with_calendar(self): + values = { + 'date_planned': '2097-01-07 09:00:00', # Monday + 'warehouse_id': self.warehouse, + 'company_id': self.company, + 'rule_id': self.transfer_rule, + } + self.env['procurement.group'].run( + self.product, 100, + self.product.uom_id, + self.warehouse.lot_stock_id, 'Test', + 'Test', values) + move = self.env['stock.move'].search( + [('product_id', '=', self.product.id)], limit=1) + date_expected = fields.Datetime.from_string(move.date_expected).date() + # Friday 4th Jan 2017 + friday = fields.Datetime.from_string('2097-01-04 09:00:00').date() + + self.assertEquals(date_expected, friday) diff --git a/stock_warehouse_calendar/views/stock_warehouse_views.xml b/stock_warehouse_calendar/views/stock_warehouse_views.xml new file mode 100644 index 000000000..4d66eebff --- /dev/null +++ b/stock_warehouse_calendar/views/stock_warehouse_views.xml @@ -0,0 +1,16 @@ + + + + + + stock.warehouse + stock.warehouse + + + + + + + + From fdbe6a073ae9cd4bb1e2919ad09e477bbdf504d4 Mon Sep 17 00:00:00 2001 From: oca-travis Date: Wed, 4 Jul 2018 08:56:59 +0000 Subject: [PATCH 247/631] [UPD] Update stock_warehouse_calendar.pot --- .../i18n/stock_warehouse_calendar.pot | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 stock_warehouse_calendar/i18n/stock_warehouse_calendar.pot diff --git a/stock_warehouse_calendar/i18n/stock_warehouse_calendar.pot b/stock_warehouse_calendar/i18n/stock_warehouse_calendar.pot new file mode 100644 index 000000000..dd015c4eb --- /dev/null +++ b/stock_warehouse_calendar/i18n/stock_warehouse_calendar.pot @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_warehouse_calendar +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"Last-Translator: <>\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: stock_warehouse_calendar +#: model:ir.model,name:stock_warehouse_calendar.model_procurement_rule +msgid "Procurement Rule" +msgstr "" + +#. module: stock_warehouse_calendar +#: model:ir.model,name:stock_warehouse_calendar.model_stock_warehouse +msgid "Warehouse" +msgstr "" + +#. module: stock_warehouse_calendar +#: model:ir.model.fields,field_description:stock_warehouse_calendar.field_stock_warehouse_calendar_id +msgid "Working Hours" +msgstr "" + From 3991d9d751342c751b1d600de854a62d50610eb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul=20=28ACSONE=29?= Date: Fri, 6 Jul 2018 12:28:29 +0200 Subject: [PATCH 248/631] [FIX] remove empty file that breaks readme generator --- stock_warehouse_calendar/readme/ROADMAP.rst | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 stock_warehouse_calendar/readme/ROADMAP.rst diff --git a/stock_warehouse_calendar/readme/ROADMAP.rst b/stock_warehouse_calendar/readme/ROADMAP.rst deleted file mode 100644 index e69de29bb..000000000 From 0c37af8cd32197f5c7c38dab457909596d1de48b Mon Sep 17 00:00:00 2001 From: OCA Git Bot Date: Tue, 10 Jul 2018 05:36:27 +0200 Subject: [PATCH 249/631] [UPD] README.rst --- stock_warehouse_calendar/README.rst | 115 +++++ .../static/description/index.html | 452 ++++++++++++++++++ 2 files changed, 567 insertions(+) create mode 100644 stock_warehouse_calendar/README.rst create mode 100644 stock_warehouse_calendar/static/description/index.html diff --git a/stock_warehouse_calendar/README.rst b/stock_warehouse_calendar/README.rst new file mode 100644 index 000000000..c3b48de6d --- /dev/null +++ b/stock_warehouse_calendar/README.rst @@ -0,0 +1,115 @@ +======================== +Stock Warehouse Calendar +======================== + +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png + :target: https://odoo-community.org/page/development-status + :alt: Beta +.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--warehouse-lightgray.png?logo=github + :target: https://github.com/OCA/stock-logistics-warehouse/tree/11.0/stock_warehouse_calendar + :alt: OCA/stock-logistics-warehouse +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-11-0/stock-logistics-warehouse-11-0-stock_warehouse_calendar + :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png + :target: https://runbot.odoo-community.org/runbot/153/11.0 + :alt: Try me on Runbot + +|badge1| |badge2| |badge3| |badge4| |badge5| + +This module adds a Calendar to the Warehouse. This calendar can then used as +the basis of the proper computation of start/end dates based on lead times in +this and other modules. + +In this module, the calendar considered in the computation of start date of +stock moves and pickings created from procurements, where the lead time +is used. + +**Table of contents** + +.. contents:: + :local: + +Configuration +============= + +* Go to *Settings* and activate the developer mode. + +* Go to *Settings > Technical > Resource > Working Time* and define your + resource calendar. + +* Go to *Inventory > Configuration > Warehouse Management > Warehouses* + and assign the Resource Calendar. + +* Go to *Inventory > Configuration > Settings* and in *Warehouse* mark + 'Multi-Step Routes option'. + +* Go to *Inventory > Configuration > Warehouse Management > Routes* and + set up the proper delays in the procurement rules where 'action' + is 'Move From Another Location'. + +Usage +===== + +When a picking is created out of a procurement evaluation (from an +orderpoint, MTO,...) the calendar is considered in the computation of the +expected date of the picking and moves. For example, if it takes 1 day to +execute a stock transfer from another warehouse and it is Monday, the picking +to resupply will be created with expected start date on the previous Friday, +if the warehouse operates under a Mo-Fri working calendar. + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed +`feedback `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +~~~~~~~ + +* Eficent + +Contributors +~~~~~~~~~~~~ + +* Jordi Ballester (EFICENT) . + +Maintainers +~~~~~~~~~~~ + +This module is maintained by the OCA. + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use. + +.. |maintainer-jbeficent| image:: https://github.com/jbeficent.png?size=40px + :target: https://github.com/jbeficent + :alt: jbeficent + +Current `maintainer `__: + +|maintainer-jbeficent| + +This module is part of the `OCA/stock-logistics-warehouse `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/stock_warehouse_calendar/static/description/index.html b/stock_warehouse_calendar/static/description/index.html new file mode 100644 index 000000000..33fa8e61b --- /dev/null +++ b/stock_warehouse_calendar/static/description/index.html @@ -0,0 +1,452 @@ + + + + + + +Stock Warehouse Calendar + + + +
+

Stock Warehouse Calendar

+ + +

Beta License: AGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runbot

+

This module adds a Calendar to the Warehouse. This calendar can then used as +the basis of the proper computation of start/end dates based on lead times in +this and other modules.

+

In this module, the calendar considered in the computation of start date of +stock moves and pickings created from procurements, where the lead time +is used.

+

Table of contents

+ +
+

Configuration

+
    +
  • Go to Settings and activate the developer mode.
  • +
  • Go to Settings > Technical > Resource > Working Time and define your +resource calendar.
  • +
  • Go to Inventory > Configuration > Warehouse Management > Warehouses +and assign the Resource Calendar.
  • +
  • Go to Inventory > Configuration > Settings and in Warehouse mark +‘Multi-Step Routes option’.
  • +
  • Go to Inventory > Configuration > Warehouse Management > Routes and +set up the proper delays in the procurement rules where ‘action’ +is ‘Move From Another Location’.
  • +
+
+
+

Usage

+

When a picking is created out of a procurement evaluation (from an +orderpoint, MTO,…) the calendar is considered in the computation of the +expected date of the picking and moves. For example, if it takes 1 day to +execute a stock transfer from another warehouse and it is Monday, the picking +to resupply will be created with expected start date on the previous Friday, +if the warehouse operates under a Mo-Fri working calendar.

+
+
+

Bug Tracker

+

Bugs are tracked on GitHub Issues. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed +feedback.

+

Do not contact contributors directly about support or help with technical issues.

+
+
+

Credits

+
+

Authors

+
    +
  • Eficent
  • +
+
+
+

Contributors

+ +
+
+

Maintainers

+

This module is maintained by the OCA.

+Odoo Community Association +

OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use.

+

Current maintainer:

+

jbeficent

+

This module is part of the OCA/stock-logistics-warehouse project on GitHub.

+

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

+
+
+
+ + From a94bc219dc8c5a6e4be8787490d1497d19a5a274 Mon Sep 17 00:00:00 2001 From: mreficent Date: Wed, 20 Mar 2019 17:10:44 +0100 Subject: [PATCH 250/631] [MIG] stock_warehouse_calendar: Migration to 12.0 --- stock_warehouse_calendar/README.rst | 18 +++++++++--------- stock_warehouse_calendar/__init__.py | 1 + stock_warehouse_calendar/__manifest__.py | 6 +++--- stock_warehouse_calendar/models/__init__.py | 3 ++- .../{procurement_rule.py => stock_rule.py} | 8 ++++---- .../models/stock_warehouse.py | 6 ++++-- stock_warehouse_calendar/readme/CONFIGURE.rst | 2 +- .../static/description/index.html | 6 +++--- stock_warehouse_calendar/tests/__init__.py | 2 +- .../tests/test_stock_warehouse_calendar.py | 12 ++++++------ 10 files changed, 34 insertions(+), 30 deletions(-) rename stock_warehouse_calendar/models/{procurement_rule.py => stock_rule.py} (81%) diff --git a/stock_warehouse_calendar/README.rst b/stock_warehouse_calendar/README.rst index c3b48de6d..160e057b8 100644 --- a/stock_warehouse_calendar/README.rst +++ b/stock_warehouse_calendar/README.rst @@ -10,17 +10,17 @@ Stock Warehouse Calendar .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png :target: https://odoo-community.org/page/development-status :alt: Beta -.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png - :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html - :alt: License: AGPL-3 +.. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png + :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html + :alt: License: LGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--warehouse-lightgray.png?logo=github - :target: https://github.com/OCA/stock-logistics-warehouse/tree/11.0/stock_warehouse_calendar + :target: https://github.com/OCA/stock-logistics-warehouse/tree/12.0/stock_warehouse_calendar :alt: OCA/stock-logistics-warehouse .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-11-0/stock-logistics-warehouse-11-0-stock_warehouse_calendar + :target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-12-0/stock-logistics-warehouse-12-0-stock_warehouse_calendar :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png - :target: https://runbot.odoo-community.org/runbot/153/11.0 + :target: https://runbot.odoo-community.org/runbot/153/12.0 :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| |badge5| @@ -53,7 +53,7 @@ Configuration 'Multi-Step Routes option'. * Go to *Inventory > Configuration > Warehouse Management > Routes* and - set up the proper delays in the procurement rules where 'action' + set up the proper delays in the stock rules where 'action' is 'Move From Another Location'. Usage @@ -72,7 +72,7 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -110,6 +110,6 @@ Current `maintainer `__: |maintainer-jbeficent| -This module is part of the `OCA/stock-logistics-warehouse `_ project on GitHub. +This module is part of the `OCA/stock-logistics-warehouse `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/stock_warehouse_calendar/__init__.py b/stock_warehouse_calendar/__init__.py index 0650744f6..133f68732 100644 --- a/stock_warehouse_calendar/__init__.py +++ b/stock_warehouse_calendar/__init__.py @@ -1 +1,2 @@ +# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html). from . import models diff --git a/stock_warehouse_calendar/__manifest__.py b/stock_warehouse_calendar/__manifest__.py index 5b31625f2..0b3a5bc9e 100644 --- a/stock_warehouse_calendar/__manifest__.py +++ b/stock_warehouse_calendar/__manifest__.py @@ -4,15 +4,15 @@ { "name": "Stock Warehouse Calendar", "summary": "Adds a calendar to the Warehouse", - "version": "11.0.1.0.0", - "license": "AGPL-3", + "version": "12.0.1.0.0", + "license": "LGPL-3", "website": "https://github.com/stock-logistics-warehouse", "author": "Eficent, " "Odoo Community Association (OCA)", "category": "Warehouse Management", "depends": [ "stock", - "resource" + "resource", ], "data": [ "views/stock_warehouse_views.xml", diff --git a/stock_warehouse_calendar/models/__init__.py b/stock_warehouse_calendar/models/__init__.py index e41660708..200eddbf2 100644 --- a/stock_warehouse_calendar/models/__init__.py +++ b/stock_warehouse_calendar/models/__init__.py @@ -1,2 +1,3 @@ +# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html). from . import stock_warehouse -from . import procurement_rule +from . import stock_rule diff --git a/stock_warehouse_calendar/models/procurement_rule.py b/stock_warehouse_calendar/models/stock_rule.py similarity index 81% rename from stock_warehouse_calendar/models/procurement_rule.py rename to stock_warehouse_calendar/models/stock_rule.py index ebe166203..896a6faae 100644 --- a/stock_warehouse_calendar/models/procurement_rule.py +++ b/stock_warehouse_calendar/models/stock_rule.py @@ -5,15 +5,15 @@ from odoo import fields, models from datetime import datetime -class ProcurementRule(models.Model): - _inherit = 'procurement.rule' +class StockRule(models.Model): + _inherit = 'stock.rule' def _get_stock_move_values(self, product_id, product_qty, product_uom, location_id, name, origin, values, group_id): - res = super(ProcurementRule, self)._get_stock_move_values( + res = super(StockRule, self)._get_stock_move_values( product_id, product_qty, product_uom, location_id, name, origin, values, group_id) - dt_planned = fields.Datetime.from_string(values['date_planned']) + dt_planned = fields.Datetime.to_datetime(values['date_planned']) warehouse = self.propagate_warehouse_id or self.warehouse_id if warehouse.calendar_id and self.delay: date_expected = warehouse.calendar_id.plan_days( diff --git a/stock_warehouse_calendar/models/stock_warehouse.py b/stock_warehouse_calendar/models/stock_warehouse.py index 9cfb899be..b14104db6 100644 --- a/stock_warehouse_calendar/models/stock_warehouse.py +++ b/stock_warehouse_calendar/models/stock_warehouse.py @@ -7,5 +7,7 @@ from odoo import fields, models class StockWarehouse(models.Model): _inherit = 'stock.warehouse' - calendar_id = fields.Many2one('resource.calendar', - 'Working Hours') + calendar_id = fields.Many2one( + comodel_name='resource.calendar', + string='Working Hours', + ) diff --git a/stock_warehouse_calendar/readme/CONFIGURE.rst b/stock_warehouse_calendar/readme/CONFIGURE.rst index b77834e5b..2c97aad45 100644 --- a/stock_warehouse_calendar/readme/CONFIGURE.rst +++ b/stock_warehouse_calendar/readme/CONFIGURE.rst @@ -10,5 +10,5 @@ 'Multi-Step Routes option'. * Go to *Inventory > Configuration > Warehouse Management > Routes* and - set up the proper delays in the procurement rules where 'action' + set up the proper delays in the stock rules where 'action' is 'Move From Another Location'. diff --git a/stock_warehouse_calendar/static/description/index.html b/stock_warehouse_calendar/static/description/index.html index 33fa8e61b..aa771c361 100644 --- a/stock_warehouse_calendar/static/description/index.html +++ b/stock_warehouse_calendar/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Beta License: AGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runbot

+

Beta License: AGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runbot

This module adds a Calendar to the Warehouse. This calendar can then used as the basis of the proper computation of start/end dates based on lead times in this and other modules.

@@ -417,7 +417,7 @@ if the warehouse operates under a Mo-Fri working calendar.

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed -feedback.

+feedback.

Do not contact contributors directly about support or help with technical issues.

@@ -443,7 +443,7 @@ mission is to support the collaborative development of Odoo features and promote its widespread use.

Current maintainer:

jbeficent

-

This module is part of the OCA/stock-logistics-warehouse project on GitHub.

+

This module is part of the OCA/stock-logistics-warehouse project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

diff --git a/stock_warehouse_calendar/tests/__init__.py b/stock_warehouse_calendar/tests/__init__.py index faa5afbf1..5a6c657ff 100644 --- a/stock_warehouse_calendar/tests/__init__.py +++ b/stock_warehouse_calendar/tests/__init__.py @@ -1,2 +1,2 @@ -# -*- coding: utf-8 -*- +# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html). from . import test_stock_warehouse_calendar diff --git a/stock_warehouse_calendar/tests/test_stock_warehouse_calendar.py b/stock_warehouse_calendar/tests/test_stock_warehouse_calendar.py index 3335abdf7..b2e3951d7 100644 --- a/stock_warehouse_calendar/tests/test_stock_warehouse_calendar.py +++ b/stock_warehouse_calendar/tests/test_stock_warehouse_calendar.py @@ -1,5 +1,5 @@ -# -*- coding: utf-8 -*- -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +# Copyright 2018 Eficent Business and IT Consulting Services, S.L. +# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html). from odoo import fields from odoo.tests.common import TransactionCase @@ -36,7 +36,7 @@ class TestStockWarehouseCalendar(TransactionCase): rule_vals = { 'location_id': self.warehouse.lot_stock_id.id, 'location_src_id': self.warehouse_2.lot_stock_id.id, - 'action': 'move', + 'action': 'pull_push', 'warehouse_id': self.warehouse.id, 'propagate_warehouse_id': self.warehouse_2.id, 'picking_type_id': self.env.ref('stock.picking_type_internal').id, @@ -44,7 +44,7 @@ class TestStockWarehouseCalendar(TransactionCase): 'route_id': self.transfer_route.id, 'delay': 1, } - self.transfer_rule = self.env['procurement.rule'].create(rule_vals) + self.transfer_rule = self.env['stock.rule'].create(rule_vals) self.product.route_ids = [(6, 0, self.transfer_route.ids)] def test_procurement_with_calendar(self): @@ -61,8 +61,8 @@ class TestStockWarehouseCalendar(TransactionCase): 'Test', values) move = self.env['stock.move'].search( [('product_id', '=', self.product.id)], limit=1) - date_expected = fields.Datetime.from_string(move.date_expected).date() + date_expected = fields.Date.to_date(move.date_expected) # Friday 4th Jan 2017 - friday = fields.Datetime.from_string('2097-01-04 09:00:00').date() + friday = fields.Date.to_date('2097-01-04 09:00:00') self.assertEquals(date_expected, friday) From 4b73a4506962fcd8dbb1cdaef7e3a09b61d6ee08 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Tue, 23 Apr 2019 07:56:36 +0000 Subject: [PATCH 251/631] [UPD] README.rst --- stock_warehouse_calendar/static/description/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stock_warehouse_calendar/static/description/index.html b/stock_warehouse_calendar/static/description/index.html index aa771c361..446d1968f 100644 --- a/stock_warehouse_calendar/static/description/index.html +++ b/stock_warehouse_calendar/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Beta License: AGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runbot

+

Beta License: LGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runbot

This module adds a Calendar to the Warehouse. This calendar can then used as the basis of the proper computation of start/end dates based on lead times in this and other modules.

@@ -399,7 +399,7 @@ and assign the Resource Calendar.
  • Go to Inventory > Configuration > Settings and in Warehouse mark ‘Multi-Step Routes option’.
  • Go to Inventory > Configuration > Warehouse Management > Routes and -set up the proper delays in the procurement rules where ‘action’ +set up the proper delays in the stock rules where ‘action’ is ‘Move From Another Location’.
  • From 027feb64c8e376aea5c2879e3fda5b737e4181a6 Mon Sep 17 00:00:00 2001 From: oca-travis Date: Tue, 23 Apr 2019 08:33:05 +0000 Subject: [PATCH 252/631] [UPD] Update stock_warehouse_calendar.pot --- .../i18n/stock_warehouse_calendar.pot | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/stock_warehouse_calendar/i18n/stock_warehouse_calendar.pot b/stock_warehouse_calendar/i18n/stock_warehouse_calendar.pot index dd015c4eb..5f3f13eed 100644 --- a/stock_warehouse_calendar/i18n/stock_warehouse_calendar.pot +++ b/stock_warehouse_calendar/i18n/stock_warehouse_calendar.pot @@ -4,7 +4,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 11.0\n" +"Project-Id-Version: Odoo Server 12.0\n" "Report-Msgid-Bugs-To: \n" "Last-Translator: <>\n" "Language-Team: \n" @@ -14,8 +14,8 @@ msgstr "" "Plural-Forms: \n" #. module: stock_warehouse_calendar -#: model:ir.model,name:stock_warehouse_calendar.model_procurement_rule -msgid "Procurement Rule" +#: model:ir.model,name:stock_warehouse_calendar.model_stock_rule +msgid "Stock Rule" msgstr "" #. module: stock_warehouse_calendar @@ -24,7 +24,7 @@ msgid "Warehouse" msgstr "" #. module: stock_warehouse_calendar -#: model:ir.model.fields,field_description:stock_warehouse_calendar.field_stock_warehouse_calendar_id +#: model:ir.model.fields,field_description:stock_warehouse_calendar.field_stock_warehouse__calendar_id msgid "Working Hours" msgstr "" From 02d14872ba6709fc813ab956d1457cf81dfaecf7 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Mon, 29 Jul 2019 03:43:10 +0000 Subject: [PATCH 253/631] [UPD] README.rst --- stock_warehouse_calendar/static/description/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock_warehouse_calendar/static/description/index.html b/stock_warehouse_calendar/static/description/index.html index 446d1968f..5bb345f1f 100644 --- a/stock_warehouse_calendar/static/description/index.html +++ b/stock_warehouse_calendar/static/description/index.html @@ -3,7 +3,7 @@ - + Stock Warehouse Calendar + + +
    +

    Scrap Reason Code

    + + +

    Beta License: AGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runbot

    +

    Adds a reason code for scrapping operations and an interface for the user +to create scrap codes

    +

    Table of contents

    + +
    +

    Usage

    +

    In the Inventory module, open the Configuration menu and select Scrap Reason Codes. +Create the required scrap reason codes. Under Operations, select Scrap. Click the +create button to create a new scrap order. You will see a reason code field on the +scrap form which will allow you to select any of the scrap codes you created previously.

    +
    +
    +

    Bug Tracker

    +

    Bugs are tracked on GitHub Issues. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed +feedback.

    +

    Do not contact contributors directly about support or help with technical issues.

    +
    +
    +

    Credits

    +
    +

    Authors

    +
      +
    • Open Source Integrators
    • +
    +
    + +
    +

    Other credits

    +

    The development of this module has been financially supported by:

    +
      +
    • Open Source Integrators
    • +
    +
    +
    +

    Maintainers

    +

    This module is maintained by the OCA.

    +Odoo Community Association +

    OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use.

    +

    Current maintainer:

    +

    bodedra

    +

    This module is part of the OCA/stock-logistics-warehouse project on GitHub.

    +

    You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

    +
    +
    +
    + + diff --git a/scrap_reason_code/tests/__init__.py b/scrap_reason_code/tests/__init__.py new file mode 100644 index 000000000..4d7662f4b --- /dev/null +++ b/scrap_reason_code/tests/__init__.py @@ -0,0 +1,5 @@ +# Copyright (C) 2019 IBM Corp. +# Copyright (C) 2019 Open Source Integrators +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +from . import test_scrap_reason_code diff --git a/scrap_reason_code/tests/test_scrap_reason_code.py b/scrap_reason_code/tests/test_scrap_reason_code.py new file mode 100644 index 000000000..5ba262188 --- /dev/null +++ b/scrap_reason_code/tests/test_scrap_reason_code.py @@ -0,0 +1,80 @@ +# Copyright (C) 2019 IBM Corp. +# Copyright (C) 2019 Open Source Integrators +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +from odoo.tests.common import TransactionCase + + +class StockScrap(TransactionCase): + def setUp(self): + super(StockScrap, self).setUp() + + self.stock_location = self.env.ref('stock.stock_location_stock') + self.customer_location = self.env.ref('stock.stock_location_customers') + self.scrapped_location = self.env.ref('stock.stock_location_scrapped') + + self.scrap_product = self.env['product.product'].create({ + 'name': 'Scrap Product A', + 'type': 'product', + 'categ_id': self.env.ref('product.product_category_all').id, + }) + + self.reason_code = self.env['reason.code'].create({ + 'name': 'DM300', + 'description': 'Product is damage', + 'location_id': self.scrapped_location.id + }) + + self.uom_unit = self.env.ref('product.product_uom_unit') + + def test_scrap_reason_code(self): + """ Scrap the product of a picking. Then modify the + done linked stock move and ensure the scrap quantity is also + updated and verify scrap reason code + """ + self.env['stock.quant']._update_available_quantity(self.scrap_product, + self.stock_location, + 10) + partner = self.env['res.partner'].create({'name': 'BOdedra'}) + picking = self.env['stock.picking'].create({ + 'name': 'A single picking with one move to scrap', + 'location_id': self.stock_location.id, + 'location_dest_id': self.customer_location.id, + 'partner_id': partner.id, + 'picking_type_id': self.env.ref('stock.picking_type_out').id, + }) + move1 = self.env['stock.move'].create({ + 'name': 'A move to confirm and scrap its product', + 'location_id': self.stock_location.id, + 'location_dest_id': self.customer_location.id, + 'product_id': self.scrap_product.id, + 'product_uom': self.uom_unit.id, + 'product_uom_qty': 1.0, + 'picking_id': picking.id, + }) + move1._action_confirm() + + self.assertEqual(move1.state, 'confirmed') + scrap = self.env['stock.scrap'].create({ + 'product_id': self.scrap_product.id, + 'product_uom_id': self.scrap_product.uom_id.id, + 'scrap_qty': 5, + 'picking_id': picking.id, + 'reason_code_id': self.reason_code.id + }) + scrap._onchange_reason_code_id() + scrap.do_scrap() + self.assertEqual(len(picking.move_lines), 2) + scrapped_move = picking.move_lines.filtered( + lambda m: m.state == 'done') + self.assertTrue(scrapped_move, 'No scrapped move created.') + self.assertEqual(scrapped_move.scrap_ids.ids, [scrap.id], + 'Wrong scrap linked to the move.') + self.assertEqual(scrap.scrap_qty, 5, + 'Scrap quantity has been modified and is not ' + 'correct anymore.') + move = scrap.move_id + self.assertEqual(move.reason_code_id.id, self.reason_code.id) + + scrapped_move.quantity_done = 8 + self.assertEqual(scrap.scrap_qty, 8, 'Scrap quantity is not updated.') diff --git a/scrap_reason_code/views/reason_code_view.xml b/scrap_reason_code/views/reason_code_view.xml new file mode 100644 index 000000000..a17923e37 --- /dev/null +++ b/scrap_reason_code/views/reason_code_view.xml @@ -0,0 +1,50 @@ + + + + + + + + reason.code.form + reason.code + +
    + + + + + + + + + +
    +
    +
    + + + reason.code.list + reason.code + + + + + + + + + + + Scrap Reason Codes + reason.code + form + tree,form + + + +
    diff --git a/scrap_reason_code/views/stock_move_views.xml b/scrap_reason_code/views/stock_move_views.xml new file mode 100644 index 000000000..bbbfe7d74 --- /dev/null +++ b/scrap_reason_code/views/stock_move_views.xml @@ -0,0 +1,35 @@ + + + + + + + + stock.move.reason.code.form + stock.move + + + + + + + + + + + + + stock.reason.code.form + stock.move + + + + + + + + + + + diff --git a/scrap_reason_code/views/stock_scrap_views.xml b/scrap_reason_code/views/stock_scrap_views.xml new file mode 100644 index 000000000..0cf363ded --- /dev/null +++ b/scrap_reason_code/views/stock_scrap_views.xml @@ -0,0 +1,39 @@ + + + + + + + stock.scrap.form.reason.code + stock.scrap + + + + + + + + + + stock.scrap.tree.reason.code + stock.scrap + + + + + + + + + + stock.scrap.form2.reason.code + stock.scrap + + + + + + + + From 0cc4e786c5d0386b16bbf0d2025f0b2617c7bb41 Mon Sep 17 00:00:00 2001 From: Khalid Date: Tue, 28 Jan 2020 15:35:40 +0530 Subject: [PATCH 277/631] [MIG] scrap_reason_code from v11 to v13 --- scrap_reason_code/README.rst | 15 ++- scrap_reason_code/__init__.py | 2 - scrap_reason_code/__manifest__.py | 36 +++-- scrap_reason_code/models/__init__.py | 2 - scrap_reason_code/models/reason_code.py | 10 +- scrap_reason_code/models/stock_move.py | 4 +- scrap_reason_code/models/stock_scrap.py | 31 +++-- scrap_reason_code/readme/CONTRIBUTORS.rst | 1 + scrap_reason_code/readme/USAGE.rst | 2 +- scrap_reason_code/tests/__init__.py | 2 - .../tests/test_scrap_reason_code.py | 126 ++++++++++-------- scrap_reason_code/views/reason_code_view.xml | 2 - scrap_reason_code/views/stock_move_views.xml | 17 --- scrap_reason_code/views/stock_scrap_views.xml | 1 - 14 files changed, 124 insertions(+), 127 deletions(-) diff --git a/scrap_reason_code/README.rst b/scrap_reason_code/README.rst index ff1580d32..306be9e5a 100644 --- a/scrap_reason_code/README.rst +++ b/scrap_reason_code/README.rst @@ -14,16 +14,16 @@ Scrap Reason Code :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--warehouse-lightgray.png?logo=github - :target: https://github.com/OCA/stock-logistics-warehouse/tree/11.0/scrap_reason_code + :target: https://github.com/OCA/stock-logistics-warehouse/tree/13.0/scrap_reason_code :alt: OCA/stock-logistics-warehouse .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-11-0/stock-logistics-warehouse-11-0-scrap_reason_code + :target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-13-0/stock-logistics-warehouse-13-0-scrap_reason_code :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png - :target: https://runbot.odoo-community.org/runbot/153/11.0 + :target: https://runbot.odoo-community.org/runbot/153/13.0 :alt: Try me on Runbot -|badge1| |badge2| |badge3| |badge4| |badge5| +|badge1| |badge2| |badge3| |badge4| |badge5| Adds a reason code for scrapping operations and an interface for the user to create scrap codes @@ -37,7 +37,7 @@ Usage ===== In the Inventory module, open the Configuration menu and select Scrap Reason Codes. -Create the required scrap reason codes. Under Operations, select Scrap. Click the +Create the required scrap reason codes. Under Operations, select Scrap. Click the create button to create a new scrap order. You will see a reason code field on the scrap form which will allow you to select any of the scrap codes you created previously. @@ -65,6 +65,7 @@ Contributors * Michael Allen * Bhavesh Odedra * Balaji Kannan +* Serpent Consulting Services Pvt. Ltd. Other credits ~~~~~~~~~~~~~ @@ -92,8 +93,8 @@ promote its widespread use. Current `maintainer `__: -|maintainer-bodedra| +|maintainer-bodedra| -This module is part of the `OCA/stock-logistics-warehouse `_ project on GitHub. +This module is part of the `OCA/stock-logistics-warehouse `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/scrap_reason_code/__init__.py b/scrap_reason_code/__init__.py index f1ef2417f..69f7babdf 100644 --- a/scrap_reason_code/__init__.py +++ b/scrap_reason_code/__init__.py @@ -1,5 +1,3 @@ -# Copyright (C) 2019 IBM Corp. -# Copyright (C) 2019 Open Source Integrators # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). from . import models diff --git a/scrap_reason_code/__manifest__.py b/scrap_reason_code/__manifest__.py index 67b31a6d0..70fc6c9c4 100644 --- a/scrap_reason_code/__manifest__.py +++ b/scrap_reason_code/__manifest__.py @@ -1,26 +1,20 @@ -# Copyright (C) 2019 IBM Corp. -# Copyright (C) 2019 Open Source Integrators # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { - 'name': 'Scrap Reason Code', - 'version': '11.0.1.0.0', - 'license': 'AGPL-3', - 'summary': 'Reason code for scrapping', - 'author': 'Open Source Integrators, Odoo Community Association (OCA)', - 'website': 'https://github.com/OCA/stock-logistics-warehouse', - 'category': 'Warehouse Management', - 'depends': [ - 'stock', + "name": "Scrap Reason Code", + "version": "13.0.1.0.0", + "license": "AGPL-3", + "summary": "Reason code for scrapping", + "author": "Open Source Integrators, Odoo Community Association (OCA)", + "website": "https://github.com/OCA/stock-logistics-warehouse", + "category": "Warehouse Management", + "depends": ["stock"], + "data": [ + "security/ir.model.access.csv", + "views/reason_code_view.xml", + "views/stock_scrap_views.xml", + "views/stock_move_views.xml", ], - 'data': [ - 'security/ir.model.access.csv', - 'views/reason_code_view.xml', - 'views/stock_scrap_views.xml', - 'views/stock_move_views.xml', - ], - 'auto_install': False, - 'application': False, - 'maintainers': ['bodedra'], - 'installable': True, + "maintainers": ["bodedra"], + "installable": True, } diff --git a/scrap_reason_code/models/__init__.py b/scrap_reason_code/models/__init__.py index 53bbfcf54..b00bb13c9 100644 --- a/scrap_reason_code/models/__init__.py +++ b/scrap_reason_code/models/__init__.py @@ -1,5 +1,3 @@ -# Copyright (C) 2019 IBM Corp. -# Copyright (C) 2019 Open Source Integrators # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). from . import reason_code diff --git a/scrap_reason_code/models/reason_code.py b/scrap_reason_code/models/reason_code.py index 24d4be085..0ce5e797d 100644 --- a/scrap_reason_code/models/reason_code.py +++ b/scrap_reason_code/models/reason_code.py @@ -6,11 +6,13 @@ from odoo import fields, models class ReasonCode(models.Model): - _name = 'reason.code' - _description = 'Reason Code' + _name = "reason.code" + _description = "Reason Code" name = fields.Char("Code", required=True) description = fields.Text("Description") location_id = fields.Many2one( - 'stock.location', string="Scrap Location", - domain="[('scrap_location', '=', True)]") + "stock.location", + string="Scrap Location", + domain="[('scrap_location', '=', True)]", + ) diff --git a/scrap_reason_code/models/stock_move.py b/scrap_reason_code/models/stock_move.py index e8129a070..d5ed6c8dc 100644 --- a/scrap_reason_code/models/stock_move.py +++ b/scrap_reason_code/models/stock_move.py @@ -6,6 +6,6 @@ from odoo import fields, models class StockMove(models.Model): - _inherit = 'stock.move' + _inherit = "stock.move" - reason_code_id = fields.Many2one('reason.code', string='Reason code') + reason_code_id = fields.Many2one("reason.code", string="Reason code") diff --git a/scrap_reason_code/models/stock_scrap.py b/scrap_reason_code/models/stock_scrap.py index 80688f107..c1de7d6af 100644 --- a/scrap_reason_code/models/stock_scrap.py +++ b/scrap_reason_code/models/stock_scrap.py @@ -6,35 +6,38 @@ from odoo import api, fields, models class StockScrap(models.Model): - _inherit = 'stock.scrap' + _inherit = "stock.scrap" reason_code_id = fields.Many2one( - 'reason.code', string='Reason Code', - states={'done': [('readonly', True)]}) + "reason.code", string="Reason Code", states={"done": [("readonly", True)]} + ) scrap_location_id = fields.Many2one( - 'stock.location', 'Scrap Location', - required=True, readonly=True) + "stock.location", "Scrap Location", required=True, readonly=True + ) def _prepare_move_values(self): res = super(StockScrap, self)._prepare_move_values() - res['reason_code_id'] = self.reason_code_id.id + res["reason_code_id"] = self.reason_code_id.id return res - @api.onchange('reason_code_id') + @api.onchange("reason_code_id") def _onchange_reason_code_id(self): if self.reason_code_id.location_id: self.scrap_location_id = self.reason_code_id.location_id - @api.multi def write(self, vals): - if 'reason_code_id' in vals: - self.scrap_location_id = self.env['reason.code'].browse( - vals.get('reason_code_id')).location_id + if "reason_code_id" in vals: + self.scrap_location_id = ( + self.env["reason.code"].browse(vals.get("reason_code_id")).location_id + ) return super(StockScrap, self).write(vals) @api.model def create(self, vals): - if 'reason_code_id' in vals: - vals['scrap_location_id'] = self.env['reason.code'].browse( - vals.get('reason_code_id')).location_id.id + if "reason_code_id" in vals: + vals["scrap_location_id"] = ( + self.env["reason.code"] + .browse(vals.get("reason_code_id")) + .location_id.id + ) return super(StockScrap, self).create(vals) diff --git a/scrap_reason_code/readme/CONTRIBUTORS.rst b/scrap_reason_code/readme/CONTRIBUTORS.rst index f25219b6c..944b4defa 100644 --- a/scrap_reason_code/readme/CONTRIBUTORS.rst +++ b/scrap_reason_code/readme/CONTRIBUTORS.rst @@ -1,3 +1,4 @@ * Michael Allen * Bhavesh Odedra * Balaji Kannan +* Serpent Consulting Services Pvt. Ltd. diff --git a/scrap_reason_code/readme/USAGE.rst b/scrap_reason_code/readme/USAGE.rst index ae3b62e86..d7beb75ef 100644 --- a/scrap_reason_code/readme/USAGE.rst +++ b/scrap_reason_code/readme/USAGE.rst @@ -1,4 +1,4 @@ In the Inventory module, open the Configuration menu and select Scrap Reason Codes. -Create the required scrap reason codes. Under Operations, select Scrap. Click the +Create the required scrap reason codes. Under Operations, select Scrap. Click the create button to create a new scrap order. You will see a reason code field on the scrap form which will allow you to select any of the scrap codes you created previously. diff --git a/scrap_reason_code/tests/__init__.py b/scrap_reason_code/tests/__init__.py index 4d7662f4b..29507951a 100644 --- a/scrap_reason_code/tests/__init__.py +++ b/scrap_reason_code/tests/__init__.py @@ -1,5 +1,3 @@ -# Copyright (C) 2019 IBM Corp. -# Copyright (C) 2019 Open Source Integrators # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). from . import test_scrap_reason_code diff --git a/scrap_reason_code/tests/test_scrap_reason_code.py b/scrap_reason_code/tests/test_scrap_reason_code.py index 5ba262188..a90507c30 100644 --- a/scrap_reason_code/tests/test_scrap_reason_code.py +++ b/scrap_reason_code/tests/test_scrap_reason_code.py @@ -9,72 +9,94 @@ class StockScrap(TransactionCase): def setUp(self): super(StockScrap, self).setUp() - self.stock_location = self.env.ref('stock.stock_location_stock') - self.customer_location = self.env.ref('stock.stock_location_customers') - self.scrapped_location = self.env.ref('stock.stock_location_scrapped') + self.stock_location = self.env.ref("stock.stock_location_stock") + self.customer_location = self.env.ref("stock.stock_location_customers") + stock_location_locations_virtual = self.env["stock.location"].create( + {"name": "Virtual Locations", "usage": "view", "posz": 1} + ) + self.scrapped_location = self.env["stock.location"].create( + { + "name": "Scrapped", + "location_id": stock_location_locations_virtual.id, + "scrap_location": True, + "usage": "inventory", + } + ) - self.scrap_product = self.env['product.product'].create({ - 'name': 'Scrap Product A', - 'type': 'product', - 'categ_id': self.env.ref('product.product_category_all').id, - }) + self.scrap_product = self.env["product.product"].create( + { + "name": "Scrap Product A", + "type": "product", + "categ_id": self.env.ref("product.product_category_all").id, + } + ) - self.reason_code = self.env['reason.code'].create({ - 'name': 'DM300', - 'description': 'Product is damage', - 'location_id': self.scrapped_location.id - }) + self.reason_code = self.env["reason.code"].create( + { + "name": "DM300", + "description": "Product is damage", + "location_id": self.scrapped_location.id, + } + ) - self.uom_unit = self.env.ref('product.product_uom_unit') + self.uom_unit = self.env.ref("uom.product_uom_unit") def test_scrap_reason_code(self): - """ Scrap the product of a picking. Then modify the + """Scrap the product of a picking. Then modify the done linked stock move and ensure the scrap quantity is also updated and verify scrap reason code """ - self.env['stock.quant']._update_available_quantity(self.scrap_product, - self.stock_location, - 10) - partner = self.env['res.partner'].create({'name': 'BOdedra'}) - picking = self.env['stock.picking'].create({ - 'name': 'A single picking with one move to scrap', - 'location_id': self.stock_location.id, - 'location_dest_id': self.customer_location.id, - 'partner_id': partner.id, - 'picking_type_id': self.env.ref('stock.picking_type_out').id, - }) - move1 = self.env['stock.move'].create({ - 'name': 'A move to confirm and scrap its product', - 'location_id': self.stock_location.id, - 'location_dest_id': self.customer_location.id, - 'product_id': self.scrap_product.id, - 'product_uom': self.uom_unit.id, - 'product_uom_qty': 1.0, - 'picking_id': picking.id, - }) + self.env["stock.quant"]._update_available_quantity( + self.scrap_product, self.stock_location, 10 + ) + partner = self.env["res.partner"].create({"name": "BOdedra"}) + picking = self.env["stock.picking"].create( + { + "name": "A single picking with one move to scrap", + "location_id": self.stock_location.id, + "location_dest_id": self.customer_location.id, + "partner_id": partner.id, + "picking_type_id": self.env.ref("stock.picking_type_out").id, + } + ) + move1 = self.env["stock.move"].create( + { + "name": "A move to confirm and scrap its product", + "location_id": self.stock_location.id, + "location_dest_id": self.customer_location.id, + "product_id": self.scrap_product.id, + "product_uom": self.uom_unit.id, + "product_uom_qty": 1.0, + "picking_id": picking.id, + } + ) move1._action_confirm() - self.assertEqual(move1.state, 'confirmed') - scrap = self.env['stock.scrap'].create({ - 'product_id': self.scrap_product.id, - 'product_uom_id': self.scrap_product.uom_id.id, - 'scrap_qty': 5, - 'picking_id': picking.id, - 'reason_code_id': self.reason_code.id - }) + self.assertEqual(move1.state, "confirmed") + scrap = self.env["stock.scrap"].create( + { + "product_id": self.scrap_product.id, + "product_uom_id": self.scrap_product.uom_id.id, + "scrap_qty": 5, + "picking_id": picking.id, + "reason_code_id": self.reason_code.id, + } + ) scrap._onchange_reason_code_id() scrap.do_scrap() self.assertEqual(len(picking.move_lines), 2) - scrapped_move = picking.move_lines.filtered( - lambda m: m.state == 'done') - self.assertTrue(scrapped_move, 'No scrapped move created.') - self.assertEqual(scrapped_move.scrap_ids.ids, [scrap.id], - 'Wrong scrap linked to the move.') - self.assertEqual(scrap.scrap_qty, 5, - 'Scrap quantity has been modified and is not ' - 'correct anymore.') + scrapped_move = picking.move_lines.filtered(lambda m: m.state == "done") + self.assertTrue(scrapped_move, "No scrapped move created.") + self.assertEqual( + scrapped_move.scrap_ids.ids, [scrap.id], "Wrong scrap linked to the move." + ) + self.assertEqual( + scrap.scrap_qty, + 5, + "Scrap quantity has been modified and is not " "correct anymore.", + ) move = scrap.move_id self.assertEqual(move.reason_code_id.id, self.reason_code.id) scrapped_move.quantity_done = 8 - self.assertEqual(scrap.scrap_qty, 8, 'Scrap quantity is not updated.') + self.assertEqual(scrap.scrap_qty, 8, "Scrap quantity is not updated.") diff --git a/scrap_reason_code/views/reason_code_view.xml b/scrap_reason_code/views/reason_code_view.xml index a17923e37..3c457a87c 100644 --- a/scrap_reason_code/views/reason_code_view.xml +++ b/scrap_reason_code/views/reason_code_view.xml @@ -1,4 +1,3 @@ - @@ -38,7 +37,6 @@ Scrap Reason Codes reason.code - form tree,form diff --git a/scrap_reason_code/views/stock_move_views.xml b/scrap_reason_code/views/stock_move_views.xml index bbbfe7d74..fd7e18e75 100644 --- a/scrap_reason_code/views/stock_move_views.xml +++ b/scrap_reason_code/views/stock_move_views.xml @@ -1,24 +1,7 @@ - - - - - stock.move.reason.code.form - stock.move - - - - - - - - - - - stock.reason.code.form stock.move diff --git a/scrap_reason_code/views/stock_scrap_views.xml b/scrap_reason_code/views/stock_scrap_views.xml index 0cf363ded..8a0706087 100644 --- a/scrap_reason_code/views/stock_scrap_views.xml +++ b/scrap_reason_code/views/stock_scrap_views.xml @@ -1,4 +1,3 @@ - From 3e1820f9ac38203be3d42c665bc4bfac97b187da Mon Sep 17 00:00:00 2001 From: oca-travis Date: Mon, 3 Feb 2020 13:53:49 +0000 Subject: [PATCH 278/631] [UPD] Update scrap_reason_code.pot --- scrap_reason_code/i18n/scrap_reason_code.pot | 99 ++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 scrap_reason_code/i18n/scrap_reason_code.pot diff --git a/scrap_reason_code/i18n/scrap_reason_code.pot b/scrap_reason_code/i18n/scrap_reason_code.pot new file mode 100644 index 000000000..a4e96e1bc --- /dev/null +++ b/scrap_reason_code/i18n/scrap_reason_code.pot @@ -0,0 +1,99 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * scrap_reason_code +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 13.0\n" +"Report-Msgid-Bugs-To: \n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: scrap_reason_code +#: model:ir.model.fields,field_description:scrap_reason_code.field_reason_code__name +msgid "Code" +msgstr "" + +#. module: scrap_reason_code +#: model:ir.model.fields,field_description:scrap_reason_code.field_reason_code__create_uid +msgid "Created by" +msgstr "" + +#. module: scrap_reason_code +#: model:ir.model.fields,field_description:scrap_reason_code.field_reason_code__create_date +msgid "Created on" +msgstr "" + +#. module: scrap_reason_code +#: model:ir.model.fields,field_description:scrap_reason_code.field_reason_code__description +msgid "Description" +msgstr "" + +#. module: scrap_reason_code +#: model:ir.model.fields,field_description:scrap_reason_code.field_reason_code__display_name +msgid "Display Name" +msgstr "" + +#. module: scrap_reason_code +#: model:ir.model.fields,field_description:scrap_reason_code.field_reason_code__id +msgid "ID" +msgstr "" + +#. module: scrap_reason_code +#: model:ir.model.fields,field_description:scrap_reason_code.field_reason_code____last_update +msgid "Last Modified on" +msgstr "" + +#. module: scrap_reason_code +#: model:ir.model.fields,field_description:scrap_reason_code.field_reason_code__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: scrap_reason_code +#: model:ir.model.fields,field_description:scrap_reason_code.field_reason_code__write_date +msgid "Last Updated on" +msgstr "" + +#. module: scrap_reason_code +#: model:ir.model,name:scrap_reason_code.model_reason_code +#: model:ir.model.fields,field_description:scrap_reason_code.field_stock_scrap__reason_code_id +#: model_terms:ir.ui.view,arch_db:scrap_reason_code.stock_reason_code_form +#: model_terms:ir.ui.view,arch_db:scrap_reason_code.view_reason_code_form +msgid "Reason Code" +msgstr "" + +#. module: scrap_reason_code +#: model_terms:ir.ui.view,arch_db:scrap_reason_code.view_reason_code_list +msgid "Reason Codes" +msgstr "" + +#. module: scrap_reason_code +#: model:ir.model.fields,field_description:scrap_reason_code.field_stock_move__reason_code_id +msgid "Reason code" +msgstr "" + +#. module: scrap_reason_code +#: model:ir.model,name:scrap_reason_code.model_stock_scrap +msgid "Scrap" +msgstr "" + +#. module: scrap_reason_code +#: model:ir.model.fields,field_description:scrap_reason_code.field_reason_code__location_id +#: model:ir.model.fields,field_description:scrap_reason_code.field_stock_scrap__scrap_location_id +msgid "Scrap Location" +msgstr "" + +#. module: scrap_reason_code +#: model:ir.actions.act_window,name:scrap_reason_code.open_view_reason_code_form +#: model:ir.ui.menu,name:scrap_reason_code.menu_view_reason_code_form +msgid "Scrap Reason Codes" +msgstr "" + +#. module: scrap_reason_code +#: model:ir.model,name:scrap_reason_code.model_stock_move +msgid "Stock Move" +msgstr "" From 724f0c35f2e7b4d49e2a45c567693d9a7f3545a0 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Mon, 3 Feb 2020 14:10:43 +0000 Subject: [PATCH 279/631] [UPD] README.rst --- scrap_reason_code/README.rst | 6 +-- .../static/description/index.html | 37 +++++++++++++++---- 2 files changed, 33 insertions(+), 10 deletions(-) diff --git a/scrap_reason_code/README.rst b/scrap_reason_code/README.rst index 306be9e5a..b8b159bd0 100644 --- a/scrap_reason_code/README.rst +++ b/scrap_reason_code/README.rst @@ -23,7 +23,7 @@ Scrap Reason Code :target: https://runbot.odoo-community.org/runbot/153/13.0 :alt: Try me on Runbot -|badge1| |badge2| |badge3| |badge4| |badge5| +|badge1| |badge2| |badge3| |badge4| |badge5| Adds a reason code for scrapping operations and an interface for the user to create scrap codes @@ -47,7 +47,7 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -93,7 +93,7 @@ promote its widespread use. Current `maintainer `__: -|maintainer-bodedra| +|maintainer-bodedra| This module is part of the `OCA/stock-logistics-warehouse `_ project on GitHub. diff --git a/scrap_reason_code/static/description/index.html b/scrap_reason_code/static/description/index.html index 19bf18b8f..cbad41355 100644 --- a/scrap_reason_code/static/description/index.html +++ b/scrap_reason_code/static/description/index.html @@ -3,13 +3,13 @@ - + Scrap Reason Code + + +
    +

    Stock Pull List

    + + +

    Alpha License: LGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runbot

    +

    The pull list checks the stock situation at the given location and calculates +the shortfall quantities (quantity needed to cover all needs) for products. +Procurements can be created for these shortfall quantities.

    +
    +

    Important

    +

    This is an alpha version, the data model and design can change at any time without warning. +Only for development or testing purpose, do not use in production. +More details on development status

    +
    +

    Table of contents

    + +
    +

    Usage

    +

    To use the module follow the next steps:

    +
      +
    1. Go to Inventory > Operations > Generate Pull List.
    2. +
    3. Select the location to get the pull list from. Add some filtering if needed.
    4. +
    5. Click on Prepare. You will now see the pull list with all the needs.
    6. +
    7. Adjust grouping options as needed. This will generate different procurement +groups.
    8. +
    9. Click on Procure.
    10. +
    +
    +
    +

    Known issues / Roadmap

    +
      +
    • In wizard, when exclude_reserved is selected, handle partially available moves.
    • +
    • Use sequence numbering for procurement groups made from pull list.
    • +
    • Return a pull list summary at the end.
    • +
    +
    +
    +

    Bug Tracker

    +

    Bugs are tracked on GitHub Issues. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed +feedback.

    +

    Do not contact contributors directly about support or help with technical issues.

    +
    +
    +

    Credits

    +
    +

    Authors

    +
      +
    • ForgeFlow
    • +
    +
    + +
    +

    Maintainers

    +

    This module is maintained by the OCA.

    +Odoo Community Association +

    OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use.

    +

    Current maintainer:

    +

    LoisRForgeFlow

    +

    This module is part of the OCA/stock-logistics-warehouse project on GitHub.

    +

    You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

    +
    +
    +
    + + diff --git a/stock_pull_list/tests/__init__.py b/stock_pull_list/tests/__init__.py new file mode 100644 index 000000000..01515af9b --- /dev/null +++ b/stock_pull_list/tests/__init__.py @@ -0,0 +1 @@ +from . import test_stock_pull_list diff --git a/stock_pull_list/tests/common.py b/stock_pull_list/tests/common.py new file mode 100644 index 000000000..7a43a09fb --- /dev/null +++ b/stock_pull_list/tests/common.py @@ -0,0 +1,79 @@ +# Copyright 2020 ForgeFlow, S.L. +# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html). + +from odoo.tests.common import TransactionCase +from odoo import fields + +from datetime import timedelta as td + + +class TestPullListCommon(TransactionCase): + + def setUp(self): + super().setUp() + self.wh_obj = self.env["stock.warehouse"] + self.move_obj = self.env["stock.move"] + self.picking_obj = self.env["stock.picking"] + self.wiz_obj = self.env["stock.pull.list.wizard"] + + self.company = self.env.ref("base.main_company") + self.warehouse = self.env.ref("stock.warehouse0") + self.customer_loc = self.env.ref("stock.stock_location_customers") + + self.warehouse_2 = self.wh_obj.create({ + "code": "WH-T", + "name": "Warehouse Test", + }) + self.product_a = self.env["product.product"].create({ + "name": "test product A", + "default_code": "TEST-A", + "type": "product", + }) + + route_vals = { + "name": "WH2 -> WH", + } + self.transfer_route = self.env["stock.location.route"].create( + route_vals) + rule_vals = { + "location_id": self.warehouse.lot_stock_id.id, + "location_src_id": self.warehouse_2.lot_stock_id.id, + "action": "pull_push", + "warehouse_id": self.warehouse.id, + "propagate_warehouse_id": self.warehouse_2.id, + "picking_type_id": self.env.ref("stock.picking_type_internal").id, + "name": "WH2->WH", + "route_id": self.transfer_route.id, + "delay": 1, + } + self.transfer_rule = self.env["stock.rule"].create(rule_vals) + self.product_a.route_ids = [(6, 0, self.transfer_route.ids)] + + # Dates: + self.today = fields.Datetime.today() + self.yesterday = self.today - td(days=1) + self.date_3 = self.today + td(days=3) + + def _generate_moves(self): + self.create_picking_out_a(self.yesterday, 50) + self.create_picking_out_a(self.date_3, 70) + + def create_picking_out_a(self, date_move, qty): + picking = self.picking_obj.create({ + "picking_type_id": self.ref("stock.picking_type_out"), + "location_id": self.warehouse.lot_stock_id.id, + "location_dest_id": self.customer_loc.id, + "move_lines": [ + (0, 0, { + "name": "Test move", + "product_id": self.product_a.id, + "date_expected": date_move, + "date": date_move, + "product_uom": self.product_a.uom_id.id, + "product_uom_qty": qty, + "location_id": self.warehouse.lot_stock_id.id, + "location_dest_id": self.customer_loc.id, + })] + }) + picking.action_confirm() + return picking diff --git a/stock_pull_list/tests/test_stock_pull_list.py b/stock_pull_list/tests/test_stock_pull_list.py new file mode 100644 index 000000000..efb4b9a24 --- /dev/null +++ b/stock_pull_list/tests/test_stock_pull_list.py @@ -0,0 +1,37 @@ +# Copyright 2020 ForgeFlow, S.L. +# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html). + +from .common import TestPullListCommon + + +class TestStockPullList(TestPullListCommon): + + def test_01_default_options(self): + self._generate_moves() + wiz = self.wiz_obj.create({}) + wiz.action_prepare() + lines = wiz.line_ids.filtered(lambda l: l.product_id == self.product_a) + self.assertEqual(len(lines), 2) + line_1 = lines.filtered( + lambda l: l.date_expected == self.yesterday.date()) + self.assertEqual(line_1.raw_demand_qty, 50) + self.assertEqual(line_1.needed_qty, 50) + self.assertEqual(line_1.stock_rule_id, self.transfer_rule) + + line_2 = lines.filtered( + lambda l: l.date_expected == self.date_3.date()) + self.assertEqual(line_2.raw_demand_qty, 70) + self.assertEqual(line_2.needed_qty, 70) + + def test_02_consolidate(self): + self._generate_moves() + wiz = self.wiz_obj.create({ + "consolidate_by_product": True, + }) + wiz.action_prepare() + line = wiz.line_ids.filtered(lambda l: l.product_id == self.product_a) + self.assertEqual(len(line), 1) + self.assertEqual(line.date_expected, self.today.date()) + expected = 50 + 70 + self.assertEqual(line.raw_demand_qty, expected) + self.assertEqual(line.needed_qty, expected) diff --git a/stock_pull_list/wizards/__init__.py b/stock_pull_list/wizards/__init__.py new file mode 100644 index 000000000..44995a751 --- /dev/null +++ b/stock_pull_list/wizards/__init__.py @@ -0,0 +1 @@ +from . import stock_pull_list_wizard diff --git a/stock_pull_list/wizards/stock_pull_list_wizard.py b/stock_pull_list/wizards/stock_pull_list_wizard.py new file mode 100644 index 000000000..c27fc2976 --- /dev/null +++ b/stock_pull_list/wizards/stock_pull_list_wizard.py @@ -0,0 +1,334 @@ +# Copyright 2020 ForgeFlow, S.L. +# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html). + +from odoo import _, api, fields, models +from odoo.exceptions import UserError + +import itertools + + +class PullListWizard(models.TransientModel): + _name = "stock.pull.list.wizard" + _description = "Stock Pull List Wizard" + + @api.model + def default_get(self, fields): + res = super().default_get(fields) + company = self.env.user.company_id + wh = self.env["stock.warehouse"].search( + [("company_id", "=", company.id)], limit=1) + res.update({ + "warehouse_id": wh.id, + "location_id": wh.lot_stock_id.id, + }) + return res + + location_id = fields.Many2one( + comodel_name="stock.location", + required=True, + ) + warehouse_id = fields.Many2one( + comodel_name="stock.warehouse", + ) + line_ids = fields.One2many( + comodel_name="stock.pull.list.wizard.line", + inverse_name="wizard_id", + readonly=True, + ) + # Step 1 - filtering options. + exclude_reserved = fields.Boolean() + location_dest_id = fields.Many2one( + string="Destination Location", + comodel_name="stock.location", + ) + date_to = fields.Date() + consolidate_by_product = fields.Boolean( + help="All needs for each product will be grouped in one line, " + "disregarding date.", + ) + procurement_group_ids = fields.Many2many( + comodel_name="procurement.group" + ) + # Step 2 - filtering options. + select_all = fields.Boolean(default=True) + rule_action = fields.Selection( + selection=lambda self: self.env["stock.rule"]._fields["action"].selection, + ) + available_in_source_location = fields.Boolean( + help="Select only rules with enough available stock in source " + "location. Applies for rules with a source location.", + ) + # Step 2 - grouping options. + max_lines = fields.Integer() + group_by_rule = fields.Boolean() + + def _get_moves_demand_domain(self): + self.ensure_one() + domain = [ + ("location_id", "child_of", self.location_id.id), + ("state", "not in", ("draft", "done", "cancel")), + ] + if self.location_dest_id: + domain.append(("location_dest_id", "=", self.location_dest_id.id)) + if self.exclude_reserved: + domain.append(("state", "not in", ("assigned",))) + if self.date_to: + domain.append(("date_expected", "<=", self.date_to)) + if self.procurement_group_ids: + domain.append(("group_id", "in", self.procurement_group_ids.ids)) + return domain + + def _get_moves_incoming_domain(self): + self.ensure_one() + domain = [ + ("location_dest_id", "child_of", self.location_id.id), + ("state", "not in", ("draft", "done", "cancel")), + ] + if self.date_to: + domain.append(("date_expected", "<=", self.date_to)) + return domain + + @api.model + def _prepare_line_values(self, key, demand_qty, supply_qty): + product, location, date_expected = key + rule = self._get_stock_rule_id(product, location) + global qty_assigned + prev = qty_assigned.setdefault(product, 0.0) + qty_available = self._get_available_qty(product, location) - prev + need_without_stock = max(demand_qty - supply_qty, 0.0) + qty_assigned_now = min(qty_available, need_without_stock) + qty_needed = max(demand_qty - qty_available - supply_qty, 0.0) + qty_assigned[product] = prev + qty_assigned_now + return { + "product_id": product, + "location_id": location, + "date_expected": date_expected, + "stock_rule_id": rule.id if rule else False, + "raw_demand_qty": demand_qty, + "available_qty": qty_available, + "incoming_qty": supply_qty, + "needed_qty": qty_needed, + } + + def _get_available_qty(self, product, location): + product_obj = self.env["product.product"] + product_l = product_obj.with_context( + {"location": location.id}).browse(product.id) + if self.exclude_reserved: + return product_l.qty_available_not_res + return product_l.qty_available + + @api.model + def _get_stock_rule_id(self, product_id, location_id): + values = { + "warehouse_id": self.warehouse_id, + "company_id": self.env.user.company_id.id, + } + stock_rule_id = self.env["procurement.group"]._get_rule( + product_id, location_id, values) + return stock_rule_id + + def action_prepare(self): + domain = self._get_moves_demand_domain() + # `read_group` is not possible here because of the date format the + # method returns. + demand_moves = self.env["stock.move"].search( + domain, order="date_expected asc") + demand_dict = {} + force_date = fields.Date.today() if self.consolidate_by_product \ + else False + for demand in demand_moves: + key = ( + demand.product_id, demand.location_id, + fields.Date.to_date(demand.date_expected) + if not force_date else force_date, + ) + prev = demand_dict.setdefault(key, 0.0) + # TODO: when exclude_reserved is selected, handle partially avail. + demand_dict[key] = prev + demand.product_uom_qty + + domain = self._get_moves_incoming_domain() + incoming_moves = self.env["stock.move"].search( + domain, order="date_expected asc") + incoming_dict = {} + for supply in incoming_moves: + move_for_date = demand_moves.filtered( + lambda m: m.product_id == supply.product_id and + m.date_expected >= supply.date_expected) + if move_for_date: + date_selected = move_for_date[0].date_expected \ + if not force_date else force_date + else: + # Supply is later than last demand -> ignore it. + continue + key = ( + supply.product_id, supply.location_dest_id, + fields.Date.to_date(date_selected), + ) + prev = incoming_dict.setdefault(key, 0.0) + incoming_dict[key] = prev + supply.product_uom_qty + + lines = [] + global qty_assigned + qty_assigned = {} + for key, demand_qty in demand_dict.items(): + supply_qty = incoming_dict.get(key, 0.0) + lines.append((0, 0, self._prepare_line_values( + key, demand_qty, supply_qty))) + self.update({ + "line_ids": lines, + }) + res = self._act_window_pull_list_step_2() + return res + + def _act_window_pull_list_step_2(self): + view_id = self.env.ref( + "stock_pull_list.view_run_stock_pull_list_wizard_wizard_step_2").id + res = { + "name": _("Pull List"), + "src_model": "stock.pull.list.wizard", + "view_type": "form", + "view_mode": "form", + "view_id": view_id, + "target": "new", + "res_model": "stock.pull.list.wizard", + "res_id": self.id, + "type": "ir.actions.act_window", + } + return res + + def action_update_selected(self): + for line in self.line_ids: + if self.select_all: + line.selected = True + continue + rule_invalid = self.rule_action and \ + self.rule_action != line.stock_rule_id.action + if self.available_in_source_location: + available = line._is_available_in_source_location() + else: + available = True + if rule_invalid or not available: + line.selected = False + else: + line.selected = True + # The wizard must be reloaded in order to show the new product lines + res = self._act_window_pull_list_step_2() + return res + + def _prepare_procurement_values(self, date, group): + values = { + "date_planned": date, + "warehouse_id": self.warehouse_id, + "company_id": self.env.user.company_id, + "group_id": group, + } + return values + + def _get_fields_for_keys(self): + fields = [] + if self.group_by_rule: + fields.append("stock_rule_id") + return fields + + def _get_procurement_group_keys(self): + fields = self._get_fields_for_keys() + if not fields: + return [False] + options_list = [] + for f in fields: + # Many2many only field type supported. As more needs arise, this + # can be extended + options_list.append(self.line_ids.mapped(f).ids) + return list(itertools.product(*options_list)) + + def _prepare_proc_group_values(self): + # TODO: use special secuence to name procurement groups of pull lists. + return {} + + def action_procure(self): + self.ensure_one() + lines_obj = self.env["stock.pull.list.wizard.line"] + errors = [] + proc_groups = [] + # User requesting the procurement is passed by context to be able to + # update final MO, PO or trasfer with that information. + # TODO: migration to v13: requested_uid is not needed. + pg_obj = self.env["procurement.group"].with_context( + requested_uid=self.env.user) + grouping_keys = self._get_procurement_group_keys() + fields = self._get_fields_for_keys() + for gk in grouping_keys: + domain = [("wizard_id", "=", self.id), ("needed_qty", ">", 0.0)] + for i, f in enumerate(fields): + domain.append((f, "=", gk[i])) + n = 0 + lines = lines_obj.search(domain) + if not lines: + continue + group = pg_obj.create(self._prepare_proc_group_values()) + proc_groups.append(group.id) + for line in lines.filtered(lambda l: l.selected): + n += 1 + if 0 < self.max_lines < n: + n = 0 + group = pg_obj.create(self._prepare_proc_group_values()) + proc_groups.append(group.id) + + values = self._prepare_procurement_values( + line.date_expected, group) + try: + pg_obj.run( + line.product_id, + line.needed_qty, + line.product_id.uom_id, + line.location_id, + "Pull List %s" % self.id, + "Pull List %s" % self.id, + values + ) + except UserError as error: + errors.append(error.name) + if errors: + raise UserError("\n".join(errors)) + res = { + "name": _("Generated Procurement Groups"), + "src_model": "stock.pull.list.wizard", + "view_type": "form", + "view_mode": "tree,form", + "res_model": "procurement.group", + "type": "ir.actions.act_window", + "domain": str([("id", "in", proc_groups)]), + } + return res + + +class PullListWizardLine(models.TransientModel): + _name = "stock.pull.list.wizard.line" + _description = "Stock Pull List Wizard Line" + + wizard_id = fields.Many2one( + comodel_name="stock.pull.list.wizard", + ) + product_id = fields.Many2one( + comodel_name="product.product", + ) + location_id = fields.Many2one( + comodel_name="stock.location", + ) + date_expected = fields.Date() + available_qty = fields.Float() + incoming_qty = fields.Float() + raw_demand_qty = fields.Float() + needed_qty = fields.Float() + stock_rule_id = fields.Many2one( + comodel_name="stock.rule", + ) + selected = fields.Boolean(default=True) + + def _is_available_in_source_location(self): + if not self.stock_rule_id.location_src_id: + return False + qty_avail = self.wizard_id._get_available_qty( + self.product_id, self.stock_rule_id.location_src_id) + return qty_avail > self.needed_qty diff --git a/stock_pull_list/wizards/stock_pull_list_wizard.xml b/stock_pull_list/wizards/stock_pull_list_wizard.xml new file mode 100644 index 000000000..75b9e872a --- /dev/null +++ b/stock_pull_list/wizards/stock_pull_list_wizard.xml @@ -0,0 +1,108 @@ + + + + + + stock.pull.list.wizard.form + stock.pull.list.wizard + +
    +

    The pull list checks the stock situation at the given location and calculates + the shortfall quantities (quantity needed to cover all needs) for products.

    + + + + +

    All existing Stock moves moving outside of the location specified will be considered demand. + You can filter these moves in the section below.

    + + + + + + + + + + + +
    +
    +
    +
    +
    + + + stock.pull.list.wizard.form.2 + stock.pull.list.wizard + +
    + + + + + + + + + + + + + + + + + + + + + + + + + +
    @@ -422,6 +422,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
  • Bhavesh Odedra <bodedra@opensourceintegrators.com>
  • Balaji Kannan <bkannan@opensourceintegrators.com>
  • Serpent Consulting Services Pvt. Ltd. <support@serpentcs.com>
  • +
  • Chandresh Thakkar <cthakkar@opensourceintegrators.com>
  • @@ -440,7 +441,7 @@ mission is to support the collaborative development of Odoo features and promote its widespread use.

    Current maintainer:

    bodedra

    -

    This module is part of the OCA/stock-logistics-warehouse project on GitHub.

    +

    This module is part of the OCA/stock-logistics-warehouse project on GitHub.

    You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

    From 85583c7c0c8624cd01baf932d96dc0d496d01c45 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Mon, 8 Mar 2021 18:26:13 +0000 Subject: [PATCH 314/631] [ADD] setup.py --- setup/_metapackage/VERSION.txt | 2 +- setup/_metapackage/setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index aca820906..aadfe2117 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -14.0.20210305.0 \ No newline at end of file +14.0.20210308.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index a26e3b220..028d6ed6a 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -8,6 +8,7 @@ setuptools.setup( description="Meta package for oca-stock-logistics-warehouse Odoo addons", version=version, install_requires=[ + 'odoo14-addon-scrap_reason_code', 'odoo14-addon-stock_available', 'odoo14-addon-stock_demand_estimate', 'odoo14-addon-stock_free_quantity', From c005aca5dbb241993c16db3c74625a55b90f21a7 Mon Sep 17 00:00:00 2001 From: Lois Rilo Date: Tue, 24 Dec 2019 17:57:04 +0100 Subject: [PATCH 315/631] [12.0][ADD] stock_demand_estimate_matrix --- stock_demand_estimate_matrix/README.rst | 98 ++++ stock_demand_estimate_matrix/__init__.py | 2 + stock_demand_estimate_matrix/__manifest__.py | 22 + .../models/__init__.py | 2 + .../models/date_range.py | 23 + .../models/stock_demand_estimate.py | 40 ++ .../readme/CONTRIBUTORS.rst | 2 + .../readme/DESCRIPTION.rst | 4 + .../readme/INSTALL.rst | 6 + stock_demand_estimate_matrix/readme/USAGE.rst | 7 + .../static/description/icon.png | Bin 0 -> 9455 bytes .../static/description/index.html | 442 ++++++++++++++++++ .../tests/__init__.py | 3 + .../tests/test_stock_demand_estimate.py | 192 ++++++++ .../views/date_range.xml | 10 + .../views/stock_demand_estimate_view.xml | 46 ++ .../wizards/__init__.py | 3 + .../wizards/stock_demand_estimate_wizard.py | 263 +++++++++++ .../stock_demand_estimate_wizard_view.xml | 93 ++++ 19 files changed, 1258 insertions(+) create mode 100644 stock_demand_estimate_matrix/README.rst create mode 100644 stock_demand_estimate_matrix/__init__.py create mode 100644 stock_demand_estimate_matrix/__manifest__.py create mode 100644 stock_demand_estimate_matrix/models/__init__.py create mode 100644 stock_demand_estimate_matrix/models/date_range.py create mode 100644 stock_demand_estimate_matrix/models/stock_demand_estimate.py create mode 100644 stock_demand_estimate_matrix/readme/CONTRIBUTORS.rst create mode 100644 stock_demand_estimate_matrix/readme/DESCRIPTION.rst create mode 100644 stock_demand_estimate_matrix/readme/INSTALL.rst create mode 100644 stock_demand_estimate_matrix/readme/USAGE.rst create mode 100644 stock_demand_estimate_matrix/static/description/icon.png create mode 100644 stock_demand_estimate_matrix/static/description/index.html create mode 100644 stock_demand_estimate_matrix/tests/__init__.py create mode 100644 stock_demand_estimate_matrix/tests/test_stock_demand_estimate.py create mode 100644 stock_demand_estimate_matrix/views/date_range.xml create mode 100644 stock_demand_estimate_matrix/views/stock_demand_estimate_view.xml create mode 100644 stock_demand_estimate_matrix/wizards/__init__.py create mode 100644 stock_demand_estimate_matrix/wizards/stock_demand_estimate_wizard.py create mode 100644 stock_demand_estimate_matrix/wizards/stock_demand_estimate_wizard_view.xml diff --git a/stock_demand_estimate_matrix/README.rst b/stock_demand_estimate_matrix/README.rst new file mode 100644 index 000000000..6d3fc17e9 --- /dev/null +++ b/stock_demand_estimate_matrix/README.rst @@ -0,0 +1,98 @@ +============================ +Stock Demand Estimate Matrix +============================ + +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png + :target: https://odoo-community.org/page/development-status + :alt: Beta +.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--warehouse-lightgray.png?logo=github + :target: https://github.com/OCA/stock-logistics-warehouse/tree/12.0/stock_demand_estimate_matrix + :alt: OCA/stock-logistics-warehouse +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-12-0/stock-logistics-warehouse-12-0-stock_demand_estimate_matrix + :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png + :target: https://runbot.odoo-community.org/runbot/153/12.0 + :alt: Try me on Runbot + +|badge1| |badge2| |badge3| |badge4| |badge5| + +This module allows to create demand estimates for a given product and +location, on configurable time periods. + +The module does not provide in itself any specific usage of the estimates. + +**Table of contents** + +.. contents:: + :local: + +Installation +============ + +This module relies on: + +* The OCA module '2D matrix for x2many fields', and can be downloaded from + Github: https://github.com/OCA/web/tree/12.0/web_widget_x2many_2d_matrix +* The OCA module 'Date Range', and can be downloaded from + Github: https://github.com/OCA/server-ux/tree/12.0/date_range + +Usage +===== + +Go to 'Inventory / Configuration / Date Ranges' and define your estimating periods. + +Go to 'Inventory / Demand Planning / Create Demand Estimates' to create or +update your demand estimates. + +Go to 'Inventory / Demand Planning / Demand Estimates' to review the +estimates created. + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed +`feedback `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +~~~~~~~ + +* ForgeFlow + +Contributors +~~~~~~~~~~~~ + +* Jordi Ballester Alomar +* Lois Rilo + +Maintainers +~~~~~~~~~~~ + +This module is maintained by the OCA. + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use. + +This module is part of the `OCA/stock-logistics-warehouse `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/stock_demand_estimate_matrix/__init__.py b/stock_demand_estimate_matrix/__init__.py new file mode 100644 index 000000000..aee8895e7 --- /dev/null +++ b/stock_demand_estimate_matrix/__init__.py @@ -0,0 +1,2 @@ +from . import models +from . import wizards diff --git a/stock_demand_estimate_matrix/__manifest__.py b/stock_demand_estimate_matrix/__manifest__.py new file mode 100644 index 000000000..df8408527 --- /dev/null +++ b/stock_demand_estimate_matrix/__manifest__.py @@ -0,0 +1,22 @@ +# Copyright 2019 ForgeFlow S.L. (https://www.forgeflow.com) +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). +{ + "name": "Stock Demand Estimate Matrix", + "summary": "Allows to create demand estimates.", + "version": "12.0.1.0.0", + "author": "ForgeFlow, Odoo Community Association (OCA)", + "website": "https://github.com/OCA/stock-logistics-warehouse", + "category": "Warehouse Management", + "depends": [ + "stock_demand_estimate", + "web_widget_x2many_2d_matrix", + "date_range", + ], + "data": [ + "views/stock_demand_estimate_view.xml", + "views/date_range.xml", + "wizards/stock_demand_estimate_wizard_view.xml", + ], + "license": "AGPL-3", + "installable": True, +} diff --git a/stock_demand_estimate_matrix/models/__init__.py b/stock_demand_estimate_matrix/models/__init__.py new file mode 100644 index 000000000..e701aeac9 --- /dev/null +++ b/stock_demand_estimate_matrix/models/__init__.py @@ -0,0 +1,2 @@ +from . import stock_demand_estimate +from . import date_range diff --git a/stock_demand_estimate_matrix/models/date_range.py b/stock_demand_estimate_matrix/models/date_range.py new file mode 100644 index 000000000..802d8e46e --- /dev/null +++ b/stock_demand_estimate_matrix/models/date_range.py @@ -0,0 +1,23 @@ +# Copyright 2019 ForgeFlow S.L. (https://www.forgeflow.com) +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). + +from odoo import api, fields, models + + +class DateRange(models.Model): + _inherit = "date.range" + + days = fields.Integer( + string="Days between dates", + compute="_compute_days", + readonly=True, + ) + + @api.multi + @api.depends("date_start", "date_end") + def _compute_days(self): + for rec in self.filtered(lambda x: x.date_start and x.date_end): + rec.days = abs(( + rec.date_end - + rec.date_start + ).days) + 1 diff --git a/stock_demand_estimate_matrix/models/stock_demand_estimate.py b/stock_demand_estimate_matrix/models/stock_demand_estimate.py new file mode 100644 index 000000000..9bab74bdb --- /dev/null +++ b/stock_demand_estimate_matrix/models/stock_demand_estimate.py @@ -0,0 +1,40 @@ +# Copyright 2019 ForgeFlow S.L. (https://www.forgeflow.com) +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). + +from odoo import api, fields, models + + +class StockDemandEstimate(models.Model): + _inherit = 'stock.demand.estimate' + + date_range_id = fields.Many2one( + comodel_name="date.range", + string="Estimating Period", + ondelete='restrict' + ) + + @api.multi + @api.depends( + "date_range_id", "manual_duration", "manual_date_from", "manual_date_to", + ) + def _compute_dates(self): + date_range_records = self.filtered(lambda r: r.date_range_id) + res = super( + StockDemandEstimate, self - date_range_records)._compute_dates() + for rec in date_range_records: + rec.date_from = rec.date_range_id.date_start + rec.date_to = rec.date_range_id.date_end + rec.duration = rec.date_range_id.days + return res + + @api.multi + def name_get(self): + date_range_records = self.filtered(lambda r: r.date_range_id) + res = super(StockDemandEstimate, self - date_range_records).name_get() + for rec in date_range_records: + name = "%s - %s - %s" % ( + rec.date_range_id.name, rec.product_id.name, + rec.location_id.name, + ) + res.append((rec.id, name)) + return res diff --git a/stock_demand_estimate_matrix/readme/CONTRIBUTORS.rst b/stock_demand_estimate_matrix/readme/CONTRIBUTORS.rst new file mode 100644 index 000000000..10be2497b --- /dev/null +++ b/stock_demand_estimate_matrix/readme/CONTRIBUTORS.rst @@ -0,0 +1,2 @@ +* Jordi Ballester Alomar +* Lois Rilo diff --git a/stock_demand_estimate_matrix/readme/DESCRIPTION.rst b/stock_demand_estimate_matrix/readme/DESCRIPTION.rst new file mode 100644 index 000000000..9f8401d71 --- /dev/null +++ b/stock_demand_estimate_matrix/readme/DESCRIPTION.rst @@ -0,0 +1,4 @@ +This module allows to create demand estimates for a given product and +location, on configurable time periods. + +The module does not provide in itself any specific usage of the estimates. diff --git a/stock_demand_estimate_matrix/readme/INSTALL.rst b/stock_demand_estimate_matrix/readme/INSTALL.rst new file mode 100644 index 000000000..7d7d64dce --- /dev/null +++ b/stock_demand_estimate_matrix/readme/INSTALL.rst @@ -0,0 +1,6 @@ +This module relies on: + +* The OCA module '2D matrix for x2many fields', and can be downloaded from + Github: https://github.com/OCA/web/tree/12.0/web_widget_x2many_2d_matrix +* The OCA module 'Date Range', and can be downloaded from + Github: https://github.com/OCA/server-ux/tree/12.0/date_range diff --git a/stock_demand_estimate_matrix/readme/USAGE.rst b/stock_demand_estimate_matrix/readme/USAGE.rst new file mode 100644 index 000000000..dacb48d45 --- /dev/null +++ b/stock_demand_estimate_matrix/readme/USAGE.rst @@ -0,0 +1,7 @@ +Go to 'Inventory / Configuration / Date Ranges' and define your estimating periods. + +Go to 'Inventory / Demand Planning / Create Demand Estimates' to create or +update your demand estimates. + +Go to 'Inventory / Demand Planning / Demand Estimates' to review the +estimates created. diff --git a/stock_demand_estimate_matrix/static/description/icon.png b/stock_demand_estimate_matrix/static/description/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..3a0328b516c4980e8e44cdb63fd945757ddd132d GIT binary patch literal 9455 zcmW++2RxMjAAjx~&dlBk9S+%}OXg)AGE&Cb*&}d0jUxM@u(PQx^-s)697TX`ehR4?GS^qbkof1cslKgkU)h65qZ9Oc=ml_0temigYLJfnz{IDzUf>bGs4N!v3=Z3jMq&A#7%rM5eQ#dc?k~! zVpnB`o+K7|Al`Q_U;eD$B zfJtP*jH`siUq~{KE)`jP2|#TUEFGRryE2`i0**z#*^6~AI|YzIWy$Cu#CSLW3q=GA z6`?GZymC;dCPk~rBS%eCb`5OLr;RUZ;D`}um=H)BfVIq%7VhiMr)_#G0N#zrNH|__ zc+blN2UAB0=617@>_u;MPHN;P;N#YoE=)R#i$k_`UAA>WWCcEVMh~L_ zj--gtp&|K1#58Yz*AHCTMziU1Jzt_jG0I@qAOHsk$2}yTmVkBp_eHuY$A9)>P6o~I z%aQ?!(GqeQ-Y+b0I(m9pwgi(IIZZzsbMv+9w{PFtd_<_(LA~0H(xz{=FhLB@(1&qHA5EJw1>>=%q2f&^X>IQ{!GJ4e9U z&KlB)z(84HmNgm2hg2C0>WM{E(DdPr+EeU_N@57;PC2&DmGFW_9kP&%?X4}+xWi)( z;)z%wI5>D4a*5XwD)P--sPkoY(a~WBw;E~AW`Yue4kFa^LM3X`8x|}ZUeMnqr}>kH zG%WWW>3ml$Yez?i%)2pbKPI7?5o?hydokgQyZsNEr{a|mLdt;X2TX(#B1j35xPnPW z*bMSSOauW>o;*=kO8ojw91VX!qoOQb)zHJ!odWB}d+*K?#sY_jqPdg{Sm2HdYzdEx zOGVPhVRTGPtv0o}RfVP;Nd(|CB)I;*t&QO8h zFfekr30S!-LHmV_Su-W+rEwYXJ^;6&3|L$mMC8*bQptyOo9;>Qb9Q9`ySe3%V$A*9 zeKEe+b0{#KWGp$F+tga)0RtI)nhMa-K@JS}2krK~n8vJ=Ngm?R!9G<~RyuU0d?nz# z-5EK$o(!F?hmX*2Yt6+coY`6jGbb7tF#6nHA zuKk=GGJ;ZwON1iAfG$E#Y7MnZVmrY|j0eVI(DN_MNFJmyZ|;w4tf@=CCDZ#5N_0K= z$;R~bbk?}TpfDjfB&aiQ$VA}s?P}xPERJG{kxk5~R`iRS(SK5d+Xs9swCozZISbnS zk!)I0>t=A<-^z(cmSFz3=jZ23u13X><0b)P)^1T_))Kr`e!-pb#q&J*Q`p+B6la%C zuVl&0duN<;uOsB3%T9Fp8t{ED108<+W(nOZd?gDnfNBC3>M8WE61$So|P zVvqH0SNtDTcsUdzaMDpT=Ty0pDHHNL@Z0w$Y`XO z2M-_r1S+GaH%pz#Uy0*w$Vdl=X=rQXEzO}d6J^R6zjM1u&c9vYLvLp?W7w(?np9x1 zE_0JSAJCPB%i7p*Wvg)pn5T`8k3-uR?*NT|J`eS#_#54p>!p(mLDvmc-3o0mX*mp_ zN*AeS<>#^-{S%W<*mz^!X$w_2dHWpcJ6^j64qFBft-o}o_Vx80o0>}Du;>kLts;$8 zC`7q$QI(dKYG`Wa8#wl@V4jVWBRGQ@1dr-hstpQL)Tl+aqVpGpbSfN>5i&QMXfiZ> zaA?T1VGe?rpQ@;+pkrVdd{klI&jVS@I5_iz!=UMpTsa~mBga?1r}aRBm1WS;TT*s0f0lY=JBl66Upy)-k4J}lh=P^8(SXk~0xW=T9v*B|gzIhN z>qsO7dFd~mgxAy4V?&)=5ieYq?zi?ZEoj)&2o)RLy=@hbCRcfT5jigwtQGE{L*8<@Yd{zg;CsL5mvzfDY}P-wos_6PfprFVaeqNE%h zKZhLtcQld;ZD+>=nqN~>GvROfueSzJD&BE*}XfU|H&(FssBqY=hPCt`d zH?@s2>I(|;fcW&YM6#V#!kUIP8$Nkdh0A(bEVj``-AAyYgwY~jB zT|I7Bf@%;7aL7Wf4dZ%VqF$eiaC38OV6oy3Z#TER2G+fOCd9Iaoy6aLYbPTN{XRPz z;U!V|vBf%H!}52L2gH_+j;`bTcQRXB+y9onc^wLm5wi3-Be}U>k_u>2Eg$=k!(l@I zcCg+flakT2Nej3i0yn+g+}%NYb?ta;R?(g5SnwsQ49U8Wng8d|{B+lyRcEDvR3+`O{zfmrmvFrL6acVP%yG98X zo&+VBg@px@i)%o?dG(`T;n*$S5*rnyiR#=wW}}GsAcfyQpE|>a{=$Hjg=-*_K;UtD z#z-)AXwSRY?OPefw^iI+ z)AXz#PfEjlwTes|_{sB?4(O@fg0AJ^g8gP}ex9Ucf*@_^J(s_5jJV}c)s$`Myn|Kd z$6>}#q^n{4vN@+Os$m7KV+`}c%4)4pv@06af4-x5#wj!KKb%caK{A&Y#Rfs z-po?Dcb1({W=6FKIUirH&(yg=*6aLCekcKwyfK^JN5{wcA3nhO(o}SK#!CINhI`-I z1)6&n7O&ZmyFMuNwvEic#IiOAwNkR=u5it{B9n2sAJV5pNhar=j5`*N!Na;c7g!l$ z3aYBqUkqqTJ=Re-;)s!EOeij=7SQZ3Hq}ZRds%IM*PtM$wV z@;rlc*NRK7i3y5BETSKuumEN`Xu_8GP1Ri=OKQ$@I^ko8>H6)4rjiG5{VBM>B|%`&&s^)jS|-_95&yc=GqjNo{zFkw%%HHhS~e=s zD#sfS+-?*t|J!+ozP6KvtOl!R)@@-z24}`9{QaVLD^9VCSR2b`b!KC#o;Ki<+wXB6 zx3&O0LOWcg4&rv4QG0)4yb}7BFSEg~=IR5#ZRj8kg}dS7_V&^%#Do==#`u zpy6{ox?jWuR(;pg+f@mT>#HGWHAJRRDDDv~@(IDw&R>9643kK#HN`!1vBJHnC+RM&yIh8{gG2q zA%e*U3|N0XSRa~oX-3EAneep)@{h2vvd3Xvy$7og(sayr@95+e6~Xvi1tUqnIxoIH zVWo*OwYElb#uyW{Imam6f2rGbjR!Y3`#gPqkv57dB6K^wRGxc9B(t|aYDGS=m$&S!NmCtrMMaUg(c zc2qC=2Z`EEFMW-me5B)24AqF*bV5Dr-M5ig(l-WPS%CgaPzs6p_gnCIvTJ=Y<6!gT zVt@AfYCzjjsMEGi=rDQHo0yc;HqoRNnNFeWZgcm?f;cp(6CNylj36DoL(?TS7eU#+ z7&mfr#y))+CJOXQKUMZ7QIdS9@#-}7y2K1{8)cCt0~-X0O!O?Qx#E4Og+;A2SjalQ zs7r?qn0H044=sDN$SRG$arw~n=+T_DNdSrarmu)V6@|?1-ZB#hRn`uilTGPJ@fqEy zGt(f0B+^JDP&f=r{#Y_wi#AVDf-y!RIXU^0jXsFpf>=Ji*TeqSY!H~AMbJdCGLhC) zn7Rx+sXw6uYj;WRYrLd^5IZq@6JI1C^YkgnedZEYy<&4(z%Q$5yv#Boo{AH8n$a zhb4Y3PWdr269&?V%uI$xMcUrMzl=;w<_nm*qr=c3Rl@i5wWB;e-`t7D&c-mcQl7x! zZWB`UGcw=Y2=}~wzrfLx=uet<;m3~=8I~ZRuzvMQUQdr+yTV|ATf1Uuomr__nDf=X zZ3WYJtHp_ri(}SQAPjv+Y+0=fH4krOP@S&=zZ-t1jW1o@}z;xk8 z(Nz1co&El^HK^NrhVHa-_;&88vTU>_J33=%{if;BEY*J#1n59=07jrGQ#IP>@u#3A z;!q+E1Rj3ZJ+!4bq9F8PXJ@yMgZL;>&gYA0%_Kbi8?S=XGM~dnQZQ!yBSgcZhY96H zrWnU;k)qy`rX&&xlDyA%(a1Hhi5CWkmg(`Gb%m(HKi-7Z!LKGRP_B8@`7&hdDy5n= z`OIxqxiVfX@OX1p(mQu>0Ai*v_cTMiw4qRt3~NBvr9oBy0)r>w3p~V0SCm=An6@3n)>@z!|o-$HvDK z|3D2ZMJkLE5loMKl6R^ez@Zz%S$&mbeoqH5`Bb){Ei21q&VP)hWS2tjShfFtGE+$z zzCR$P#uktu+#!w)cX!lWN1XU%K-r=s{|j?)Akf@q#3b#{6cZCuJ~gCxuMXRmI$nGtnH+-h z+GEi!*X=AP<|fG`1>MBdTb?28JYc=fGvAi2I<$B(rs$;eoJCyR6_bc~p!XR@O-+sD z=eH`-ye})I5ic1eL~TDmtfJ|8`0VJ*Yr=hNCd)G1p2MMz4C3^Mj?7;!w|Ly%JqmuW zlIEW^Ft%z?*|fpXda>Jr^1noFZEwFgVV%|*XhH@acv8rdGxeEX{M$(vG{Zw+x(ei@ zmfXb22}8-?Fi`vo-YVrTH*C?a8%M=Hv9MqVH7H^J$KsD?>!SFZ;ZsvnHr_gn=7acz z#W?0eCdVhVMWN12VV^$>WlQ?f;P^{(&pYTops|btm6aj>_Uz+hqpGwB)vWp0Cf5y< zft8-je~nn?W11plq}N)4A{l8I7$!ks_x$PXW-2XaRFswX_BnF{R#6YIwMhAgd5F9X zGmwdadS6(a^fjHtXg8=l?Rc0Sm%hk6E9!5cLVloEy4eh(=FwgP`)~I^5~pBEWo+F6 zSf2ncyMurJN91#cJTy_u8Y}@%!bq1RkGC~-bV@SXRd4F{R-*V`bS+6;W5vZ(&+I<9$;-V|eNfLa5n-6% z2(}&uGRF;p92eS*sE*oR$@pexaqr*meB)VhmIg@h{uzkk$9~qh#cHhw#>O%)b@+(| z^IQgqzuj~Sk(J;swEM-3TrJAPCq9k^^^`q{IItKBRXYe}e0Tdr=Huf7da3$l4PdpwWDop%^}n;dD#K4s#DYA8SHZ z&1!riV4W4R7R#C))JH1~axJ)RYnM$$lIR%6fIVA@zV{XVyx}C+a-Dt8Y9M)^KU0+H zR4IUb2CJ{Hg>CuaXtD50jB(_Tcx=Z$^WYu2u5kubqmwp%drJ6 z?Fo40g!Qd<-l=TQxqHEOuPX0;^z7iX?Ke^a%XT<13TA^5`4Xcw6D@Ur&VT&CUe0d} z1GjOVF1^L@>O)l@?bD~$wzgf(nxX1OGD8fEV?TdJcZc2KoUe|oP1#=$$7ee|xbY)A zDZq+cuTpc(fFdj^=!;{k03C69lMQ(|>uhRfRu%+!k&YOi-3|1QKB z z?n?eq1XP>p-IM$Z^C;2L3itnbJZAip*Zo0aw2bs8@(s^~*8T9go!%dHcAz2lM;`yp zD=7&xjFV$S&5uDaiScyD?B-i1ze`+CoRtz`Wn+Zl&#s4&}MO{@N!ufrzjG$B79)Y2d3tBk&)TxUTw@QS0TEL_?njX|@vq?Uz(nBFK5Pq7*xj#u*R&i|?7+6# z+|r_n#SW&LXhtheZdah{ZVoqwyT{D>MC3nkFF#N)xLi{p7J1jXlmVeb;cP5?e(=f# zuT7fvjSbjS781v?7{)-X3*?>tq?)Yd)~|1{BDS(pqC zC}~H#WXlkUW*H5CDOo<)#x7%RY)A;ShGhI5s*#cRDA8YgqG(HeKDx+#(ZQ?386dv! zlXCO)w91~Vw4AmOcATuV653fa9R$fyK8ul%rG z-wfS zihugoZyr38Im?Zuh6@RcF~t1anQu7>#lPpb#}4cOA!EM11`%f*07RqOVkmX{p~KJ9 z^zP;K#|)$`^Rb{rnHGH{~>1(fawV0*Z#)}M`m8-?ZJV<+e}s9wE# z)l&az?w^5{)`S(%MRzxdNqrs1n*-=jS^_jqE*5XDrA0+VE`5^*p3CuM<&dZEeCjoz zR;uu_H9ZPZV|fQq`Cyw4nscrVwi!fE6ciMmX$!_hN7uF;jjKG)d2@aC4ropY)8etW=xJvni)8eHi`H$%#zn^WJ5NLc-rqk|u&&4Z6fD_m&JfSI1Bvb?b<*n&sfl0^t z=HnmRl`XrFvMKB%9}>PaA`m-fK6a0(8=qPkWS5bb4=v?XcWi&hRY?O5HdulRi4?fN zlsJ*N-0Qw+Yic@s0(2uy%F@ib;GjXt01Fmx5XbRo6+n|pP(&nodMoap^z{~q ziEeaUT@Mxe3vJSfI6?uLND(CNr=#^W<1b}jzW58bIfyWTDle$mmS(|x-0|2UlX+9k zQ^EX7Nw}?EzVoBfT(-LT|=9N@^hcn-_p&sqG z&*oVs2JSU+N4ZD`FhCAWaS;>|wH2G*Id|?pa#@>tyxX`+4HyIArWDvVrX)2WAOQff z0qyHu&-S@i^MS-+j--!pr4fPBj~_8({~e1bfcl0wI1kaoN>mJL6KUPQm5N7lB(ui1 zE-o%kq)&djzWJ}ob<-GfDlkB;F31j-VHKvQUGQ3sp`CwyGJk_i!y^sD0fqC@$9|jO zOqN!r!8-p==F@ZVP=U$qSpY(gQ0)59P1&t@y?5rvg<}E+GB}26NYPp4f2YFQrQtot5mn3wu_qprZ=>Ig-$ zbW26Ws~IgY>}^5w`vTB(G`PTZaDiGBo5o(tp)qli|NeV( z@H_=R8V39rt5J5YB2Ky?4eJJ#b`_iBe2ot~6%7mLt5t8Vwi^Jy7|jWXqa3amOIoRb zOr}WVFP--DsS`1WpN%~)t3R!arKF^Q$e12KEqU36AWwnCBICpH4XCsfnyrHr>$I$4 z!DpKX$OKLWarN7nv@!uIA+~RNO)l$$w}p(;b>mx8pwYvu;dD_unryX_NhT8*Tj>BTrTTL&!?O+%Rv;b?B??gSzdp?6Uug9{ zd@V08Z$BdI?fpoCS$)t4mg4rT8Q_I}h`0d-vYZ^|dOB*Q^S|xqTV*vIg?@fVFSmMpaw0qtTRbx} z({Pg?#{2`sc9)M5N$*N|4;^t$+QP?#mov zGVC@I*lBVrOU-%2y!7%)fAKjpEFsgQc4{amtiHb95KQEwvf<(3T<9-Zm$xIew#P22 zc2Ix|App^>v6(3L_MCU0d3W##AB0M~3D00EWoKZqsJYT(#@w$Y_H7G22M~ApVFTRHMI_3be)Lkn#0F*V8Pq zc}`Cjy$bE;FJ6H7p=0y#R>`}-m4(0F>%@P|?7fx{=R^uFdISRnZ2W_xQhD{YuR3t< z{6yxu=4~JkeA;|(J6_nv#>Nvs&FuLA&PW^he@t(UwFFE8)|a!R{`E`K`i^ZnyE4$k z;(749Ix|oi$c3QbEJ3b~D_kQsPz~fIUKym($a_7dJ?o+40*OLl^{=&oq$<#Q(yyrp z{J-FAniyAw9tPbe&IhQ|a`DqFTVQGQ&Gq3!C2==4x{6EJwiPZ8zub-iXoUtkJiG{} zPaR&}_fn8_z~(=;5lD-aPWD3z8PZS@AaUiomF!G8I}Mf>e~0g#BelA-5#`cj;O5>N Xviia!U7SGha1wx#SCgwmn*{w2TRX*I literal 0 HcmV?d00001 diff --git a/stock_demand_estimate_matrix/static/description/index.html b/stock_demand_estimate_matrix/static/description/index.html new file mode 100644 index 000000000..6ad4ffb12 --- /dev/null +++ b/stock_demand_estimate_matrix/static/description/index.html @@ -0,0 +1,442 @@ + + + + + + +Stock Demand Estimate Matrix + + + +
    +

    Stock Demand Estimate Matrix

    + + +

    Beta License: AGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runbot

    +

    This module allows to create demand estimates for a given product and +location, on configurable time periods.

    +

    The module does not provide in itself any specific usage of the estimates.

    +

    Table of contents

    + +
    +

    Installation

    +

    This module relies on:

    + +
    +
    +

    Usage

    +

    Go to ‘Inventory / Configuration / Date Ranges’ and define your estimating periods.

    +

    Go to ‘Inventory / Demand Planning / Create Demand Estimates’ to create or +update your demand estimates.

    +

    Go to ‘Inventory / Demand Planning / Demand Estimates’ to review the +estimates created.

    +
    +
    +

    Bug Tracker

    +

    Bugs are tracked on GitHub Issues. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed +feedback.

    +

    Do not contact contributors directly about support or help with technical issues.

    +
    +
    +

    Credits

    +
    +

    Authors

    +
      +
    • ForgeFlow
    • +
    +
    +
    +

    Contributors

    + +
    +
    +

    Maintainers

    +

    This module is maintained by the OCA.

    +Odoo Community Association +

    OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use.

    +

    This module is part of the OCA/stock-logistics-warehouse project on GitHub.

    +

    You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

    +
    +
    +
    + + diff --git a/stock_demand_estimate_matrix/tests/__init__.py b/stock_demand_estimate_matrix/tests/__init__.py new file mode 100644 index 000000000..c8d75c468 --- /dev/null +++ b/stock_demand_estimate_matrix/tests/__init__.py @@ -0,0 +1,3 @@ +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). + +from . import test_stock_demand_estimate diff --git a/stock_demand_estimate_matrix/tests/test_stock_demand_estimate.py b/stock_demand_estimate_matrix/tests/test_stock_demand_estimate.py new file mode 100644 index 000000000..6489355d7 --- /dev/null +++ b/stock_demand_estimate_matrix/tests/test_stock_demand_estimate.py @@ -0,0 +1,192 @@ +# Copyright 2019 ForgeFlow S.L. (https://www.forgeflow.com) +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). + +from dateutil.rrule import MONTHLY +from odoo import fields +from odoo.exceptions import ValidationError +from odoo.tests.common import SavepointCase + + +class TestStockDemandEstimate(SavepointCase): + @classmethod + def setUpClass(cls): + super().setUpClass() + cls.res_users_model = cls.env["res.users"] + cls.product_model = cls.env["product.product"] + cls.stock_location_model = cls.env["stock.location"] + cls.estimate_model = cls.env["stock.demand.estimate"] + + cls.g_stock_manager = cls.env.ref("stock.group_stock_manager") + cls.g_stock_user = cls.env.ref("stock.group_stock_user") + cls.company = cls.env.ref("base.main_company") + + # Create users: + cls.manager = cls._create_user( + "user_1", + [cls.g_stock_manager], + cls.company, + ).id + cls.user = cls._create_user( + "user_2", + [cls.g_stock_user], + cls.company, + ).id + cls.drt_monthly = cls.env["date.range.type"].create({ + "name": "Month", + "allow_overlap": False, + }) + + generator = cls.env["date.range.generator"] + generator = generator.create({ + "date_start": "1943-01-01", + "name_prefix": "1943-", + "type_id": cls.drt_monthly.id, + "duration_count": 1, + "unit_of_time": MONTHLY, + "count": 12, + }) + generator.action_apply() + + # Create a product: + cls.product_1 = cls.product_model.create({ + "name": "Test Product 1", + "type": "product", + "default_code": "PROD1", + }) + # Create a location: + cls.location = cls.stock_location_model.create({ + "name": "Place", + "usage": "production", + }) + + @classmethod + def _create_user(cls, login, groups, company): + group_ids = [group.id for group in groups] + user = cls.res_users_model.create({ + "name": login, + "login": login, + "password": "demo", + "email": "example@yourcompany.com", + "company_id": company.id, + "company_ids": [(4, company.id)], + "groups_id": [(6, 0, group_ids)], + }) + return user + + def test_01_demand_estimate_wizard(self): + """Tests creation of demand estimates using wizard.""" + sheets = self.env["stock.demand.estimate.sheet"].search([]) + for sheet in sheets: + sheet.unlink() + wiz = self.env["stock.demand.estimate.wizard"] + wiz = wiz.create({ + "date_start": "1943-01-01", + "date_end": "1943-12-31", + "location_id": self.location.id, + "date_range_type_id": self.drt_monthly.id, + "product_ids": [(6, 0, [self.product_1.id])], + }) + wiz.create_sheet() + sheets = self.env["stock.demand.estimate.sheet"].search([]) + for sheet in sheets: + self.assertEqual( + len(sheet.line_ids), + 12, + "There should be 12 lines.", + ) + self.assertEqual( + fields.Date.to_string(sheet.date_start), + "1943-01-01", + "The date start should be 1943-01-01", + ) + self.assertEqual( + fields.Date.to_string(sheet.date_end), + "1943-12-31", + "The date end should be 1943-12-31", + ) + self.assertEqual( + sheet.location_id.id, + self.location.id, + "Wrong location", + ) + for line in sheet.line_ids: + line.product_uom_qty = 1 + self.assertEqual( + line.product_id.id, + self.product_1.id, + "The product does not match in the line", + ) + self.assertEqual( + line.location_id.id, + self.location.id, + "The product does not match in the line", + ) + sheet.button_validate() + ranges = self.env["date.range"].search( + [("type_id", "=", self.drt_monthly.id)], + ) + estimates = self.env["stock.demand.estimate"].search( + [("date_range_id", "in", ranges.ids)] + ) + self.assertEqual( + len(estimates), + 12, + "There should be 12 estimate records.", + ) + for estimate in estimates: + self.assertEqual( + estimate.product_id.id, + self.product_1.id, + "The product does not match in the estimate", + ) + self.assertEqual( + estimate.location_id.id, + self.location.id, + "The product does not match in the estimate", + ) + + sheets = self.env["stock.demand.estimate.sheet"].search([]) + for sheet in sheets: + sheet.unlink() + wiz = self.env["stock.demand.estimate.wizard"] + wiz = wiz.create({ + "date_start": "1943-01-01", + "date_end": "1943-12-31", + "location_id": self.location.id, + "date_range_type_id": self.drt_monthly.id, + "product_ids": [(6, 0, [self.product_1.id])], + }) + wiz.create_sheet() + sheets = self.env["stock.demand.estimate.sheet"].search([]) + for sheet in sheets: + for line in sheet.line_ids: + self.assertEqual( + line.product_uom_qty, + 1, + "The quantity should be 1", + ) + + def test_02_invalid_dates(self): + wiz = self.env["stock.demand.estimate.wizard"] + with self.assertRaises(ValidationError): + wiz.create({ + "date_start": "1943-12-31", + "date_end": "1943-01-01", + "location_id": self.location.id, + "date_range_type_id": self.drt_monthly.id, + "product_ids": [(6, 0, [self.product_1.id])], + }) + + def test_03_computed_fields(self): + range = self.env["date.range"].search( + [("type_id", "=", self.drt_monthly.id)], limit=1) + estimate = self.estimate_model.create({ + "product_id": self.product_1.id, + "location_id": self.location.id, + "date_range_id": range.id, + "product_uom_qty": 100.0, + }) + expected_date_from = range.date_start + expected_date_to = range.date_end + self.assertEqual(estimate.date_from, expected_date_from) + self.assertEqual(estimate.date_to, expected_date_to) diff --git a/stock_demand_estimate_matrix/views/date_range.xml b/stock_demand_estimate_matrix/views/date_range.xml new file mode 100644 index 000000000..dbd9544dc --- /dev/null +++ b/stock_demand_estimate_matrix/views/date_range.xml @@ -0,0 +1,10 @@ + + + + + + diff --git a/stock_demand_estimate_matrix/views/stock_demand_estimate_view.xml b/stock_demand_estimate_matrix/views/stock_demand_estimate_view.xml new file mode 100644 index 000000000..03998ec43 --- /dev/null +++ b/stock_demand_estimate_matrix/views/stock_demand_estimate_view.xml @@ -0,0 +1,46 @@ + + + + + stock.demand.estimate.tree + stock.demand.estimate + + + + + + + top + false + + + + + + stock.demand.estimate.pivot + stock.demand.estimate + + + + + + + + + + stock.demand.estimate.search + stock.demand.estimate + + + + + + + + + + tree,pivot + + + diff --git a/stock_demand_estimate_matrix/wizards/__init__.py b/stock_demand_estimate_matrix/wizards/__init__.py new file mode 100644 index 000000000..efaf6f4ee --- /dev/null +++ b/stock_demand_estimate_matrix/wizards/__init__.py @@ -0,0 +1,3 @@ +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). + +from . import stock_demand_estimate_wizard diff --git a/stock_demand_estimate_matrix/wizards/stock_demand_estimate_wizard.py b/stock_demand_estimate_matrix/wizards/stock_demand_estimate_wizard.py new file mode 100644 index 000000000..81f32263d --- /dev/null +++ b/stock_demand_estimate_matrix/wizards/stock_demand_estimate_wizard.py @@ -0,0 +1,263 @@ +# Copyright 2019 ForgeFlow S.L. (https://www.forgeflow.com) +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). + +from odoo import api, fields, models, _ +from odoo.osv import expression +from odoo.addons import decimal_precision as dp +from odoo.exceptions import UserError, ValidationError + + +class StockDemandEstimateSheet(models.TransientModel): + _name = 'stock.demand.estimate.sheet' + _description = 'Stock Demand Estimate Sheet' + + date_start = fields.Date( + string="Date From", + readonly=True, + ) + date_end = fields.Date( + string="Date to", + readonly=True, + ) + date_range_type_id = fields.Many2one( + string='Date Range Type', + comodel_name='date.range.type', + readonly=True, + ) + location_id = fields.Many2one( + comodel_name="stock.location", + string="Location", + readonly=True, + ) + line_ids = fields.Many2many( + string="Estimates", + comodel_name='stock.demand.estimate.sheet.line', + relation='stock_demand_estimate_line_rel', + ) + product_ids = fields.Many2many( + string="Products", + comodel_name="product.product", + ) + + @api.onchange('date_start', 'date_end', 'date_range_type_id',) + def _onchange_dates(self): + for sheet in self: + if not all([sheet.date_start, sheet.date_end, + sheet.date_range_type_id]): + return + ranges = sheet._get_ranges() + if not ranges: + raise UserError(_('There is no ranges created.')) + estimates = self.env['stock.demand.estimate'].search([ + ('product_id', 'in', sheet.product_ids.ids), + ('date_range_id', 'in', ranges.ids), + ('location_id', '=', sheet.location_id.id), + ]) + lines = [] + for product in sheet.product_ids: + for _range in ranges: + estimate = estimates.filtered( + lambda x: (x.date_range_id == _range and + x.product_id == product) + ) + if estimate: + uom_id = fields.first(estimate).product_uom.id + uom_qty = estimate[0].product_uom_qty + estimate_id = estimate[0].id + else: + uom_id = product.uom_id.id + uom_qty = 0.0 + estimate_id = None + lines.append((0, 0, sheet._get_default_estimate_line( + _range, + product, + uom_id, + uom_qty, + estimate_id=estimate_id, + ))) + sheet.line_ids = lines + + def _get_ranges(self): + domain_1 = [ + '&', + ('type_id', '=', self.date_range_type_id.id), '|', '&', + ('date_start', '>=', self.date_start), + ('date_start', '<=', self.date_end), + '&', + ('date_end', '>=', self.date_start), + ('date_end', '<=', self.date_end), + ] + domain_2 = [ + '&', + ('type_id', '=', self.date_range_type_id.id), + '&', + ('date_start', '<=', self.date_start), + ('date_end', '>=', self.date_start), + ] + domain = expression.OR([domain_1, domain_2]) + ranges = self.env['date.range'].search(domain) + return ranges + + def _get_default_estimate_line(self, _range, product, + uom_id, uom_qty, estimate_id=None): + name_y = '{} - {}'.format(product.name, product.uom_id.name) + if product.default_code: + name_y += '[{}] {}'.format(product.default_code, name_y) + values = { + 'value_x': _range.name, + 'value_y': name_y, + 'date_range_id': _range.id, + 'product_id': product.id, + 'product_uom': uom_id, + 'product_uom_qty': uom_qty, + 'location_id': self.location_id.id, + 'estimate_id': estimate_id, + } + return values + + @api.model + def _prepare_estimate_data(self, line): + return { + 'date_range_id': line.date_range_id.id, + 'product_id': line.product_id.id, + 'location_id': line.location_id.id, + 'product_uom_qty': line.product_uom_qty, + 'product_uom': line.product_id.uom_id.id, + } + + @api.multi + def button_validate(self): + res = [] + for line in self.line_ids: + if line.estimate_id: + line.estimate_id.product_uom_qty = line.product_uom_qty + res.append(line.estimate_id.id) + else: + data = self._prepare_estimate_data(line) + estimate = self.env['stock.demand.estimate'].create(data) + res.append(estimate.id) + res = { + 'domain': [('id', 'in', res)], + 'name': _('Stock Demand Estimates'), + 'src_model': 'stock.demand.estimate.wizard', + 'view_type': 'form', + 'view_mode': 'tree', + 'res_model': 'stock.demand.estimate', + 'type': 'ir.actions.act_window' + } + return res + + +class StockDemandEstimateSheetLine(models.TransientModel): + _name = 'stock.demand.estimate.sheet.line' + _description = 'Stock Demand Estimate Sheet Line' + + estimate_id = fields.Many2one( + comodel_name='stock.demand.estimate' + ) + date_range_id = fields.Many2one( + comodel_name='date.range', + string='Period', + ) + location_id = fields.Many2one( + comodel_name='stock.location', + string="Stock Location", + ) + product_id = fields.Many2one( + comodel_name='product.product', + string='Product', + ) + value_x = fields.Char( + string='Period Name', + ) + value_y = fields.Char( + string='Product Name', + ) + product_uom_qty = fields.Float( + string="Quantity", + digits=dp.get_precision('Product UoM'), + ) + + +class DemandEstimateWizard(models.TransientModel): + _name = 'stock.demand.estimate.wizard' + _description = 'Stock Demand Estimate Wizard' + + date_start = fields.Date( + string="Date From", + required=True, + ) + date_end = fields.Date( + string="Date To", + required=True, + ) + date_range_type_id = fields.Many2one( + string='Date Range Type', + comodel_name='date.range.type', + required=True, + ) + location_id = fields.Many2one( + comodel_name="stock.location", + string="Location", + required=True, + ) + product_ids = fields.Many2many( + comodel_name="product.product", + string="Products", + ) + + @api.onchange('date_range_type_id') + def _onchange_date_range_type_id(self): + if self.date_range_type_id.company_id: + return { + 'domain': {'location_id': [ + ('company_id', '=', self.date_range_type_id.company_id.id) + ]} + } + return {} + + @api.constrains('date_start', 'date_end') + def _check_start_end_dates(self): + self.ensure_one() + if self.date_start > self.date_end: + raise ValidationError( + _('The start date cannot be later than the end date.') + ) + + @api.multi + def _prepare_demand_estimate_sheet(self): + self.ensure_one() + return { + 'date_start': self.date_start, + 'date_end': self.date_end, + 'date_range_type_id': self.date_range_type_id.id, + 'location_id': self.location_id.id, + } + + @api.multi + def create_sheet(self): + self.ensure_one() + if not self.product_ids: + raise UserError(_('You must select at least one product.')) + + # 2d matrix widget need real records to work + sheet = self.env['stock.demand.estimate.sheet'].create({ + 'date_start': self.date_start, + 'date_end': self.date_end, + 'date_range_type_id': self.date_range_type_id.id, + 'location_id': self.location_id.id, + 'product_ids': [(6, 0, self.product_ids.ids)], + }) + sheet._onchange_dates() + + res = { + 'name': _('Estimate Sheet'), + 'src_model': 'stock.demand.estimate.wizard', + 'view_type': 'form', + 'view_mode': 'form', + 'target': 'new', + 'res_model': 'stock.demand.estimate.sheet', + 'res_id': sheet.id, + 'type': 'ir.actions.act_window', + } + return res diff --git a/stock_demand_estimate_matrix/wizards/stock_demand_estimate_wizard_view.xml b/stock_demand_estimate_matrix/wizards/stock_demand_estimate_wizard_view.xml new file mode 100644 index 000000000..014f73516 --- /dev/null +++ b/stock_demand_estimate_matrix/wizards/stock_demand_estimate_wizard_view.xml @@ -0,0 +1,93 @@ + + + + + stock.demand.estimate.sheet.form + stock.demand.estimate.sheet + +
    + + + + + + + + +
    + + + + + + + + + +
    +
    + + + + + + stock.demand.estimate.wizard.form + stock.demand.estimate.wizard + +
    + + + + + + + + + +
    + + + +
    +
    + + + + + + + + + + From 5160ebab0f015a00890064f0c2f1c03f1ee31e4b Mon Sep 17 00:00:00 2001 From: oca-travis Date: Mon, 30 Dec 2019 15:17:06 +0000 Subject: [PATCH 316/631] [UPD] Update stock_demand_estimate_matrix.pot --- .../i18n/stock_demand_estimate_matrix.pot | 251 ++++++++++++++++++ 1 file changed, 251 insertions(+) create mode 100644 stock_demand_estimate_matrix/i18n/stock_demand_estimate_matrix.pot diff --git a/stock_demand_estimate_matrix/i18n/stock_demand_estimate_matrix.pot b/stock_demand_estimate_matrix/i18n/stock_demand_estimate_matrix.pot new file mode 100644 index 000000000..b0dd776fa --- /dev/null +++ b/stock_demand_estimate_matrix/i18n/stock_demand_estimate_matrix.pot @@ -0,0 +1,251 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_demand_estimate_matrix +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 12.0\n" +"Report-Msgid-Bugs-To: \n" +"Last-Translator: <>\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: stock_demand_estimate_matrix +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate_matrix.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate_matrix.stock_demand_estimate_sheet_view_form +msgid "Cancel" +msgstr "" + +#. module: stock_demand_estimate_matrix +#: model:ir.actions.act_window,name:stock_demand_estimate_matrix.stock_demand_estimate_wizard_action +#: model:ir.ui.menu,name:stock_demand_estimate_matrix.stock_demand_estimate_wizard_menu +msgid "Create Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate_matrix +#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_sheet__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_sheet_line__create_uid +#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_wizard__create_uid +msgid "Created by" +msgstr "" + +#. module: stock_demand_estimate_matrix +#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_sheet__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_sheet_line__create_date +#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_wizard__create_date +msgid "Created on" +msgstr "" + +#. module: stock_demand_estimate_matrix +#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_sheet__date_start +#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_wizard__date_start +msgid "Date From" +msgstr "" + +#. module: stock_demand_estimate_matrix +#: model:ir.model,name:stock_demand_estimate_matrix.model_date_range +msgid "Date Range" +msgstr "" + +#. module: stock_demand_estimate_matrix +#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_sheet__date_range_type_id +#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_wizard__date_range_type_id +msgid "Date Range Type" +msgstr "" + +#. module: stock_demand_estimate_matrix +#: model:ir.ui.menu,name:stock_demand_estimate_matrix.date_range_menu +msgid "Date Ranges" +msgstr "" + +#. module: stock_demand_estimate_matrix +#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_wizard__date_end +msgid "Date To" +msgstr "" + +#. module: stock_demand_estimate_matrix +#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_sheet__date_end +msgid "Date to" +msgstr "" + +#. module: stock_demand_estimate_matrix +#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_date_range__days +msgid "Days between dates" +msgstr "" + +#. module: stock_demand_estimate_matrix +#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_sheet__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_sheet_line__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_wizard__display_name +msgid "Display Name" +msgstr "" + +#. module: stock_demand_estimate_matrix +#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_sheet_line__estimate_id +msgid "Estimate" +msgstr "" + +#. module: stock_demand_estimate_matrix +#: code:addons/stock_demand_estimate_matrix/wizards/stock_demand_estimate_wizard.py:254 +#, python-format +msgid "Estimate Sheet" +msgstr "" + +#. module: stock_demand_estimate_matrix +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate_matrix.stock_demand_estimate_sheet_view_form +msgid "Estimated quantity" +msgstr "" + +#. module: stock_demand_estimate_matrix +#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_sheet__line_ids +msgid "Estimates" +msgstr "" + +#. module: stock_demand_estimate_matrix +#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate__date_range_id +msgid "Estimating Period" +msgstr "" + +#. module: stock_demand_estimate_matrix +#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_sheet__id +#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_sheet_line__id +#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_wizard__id +msgid "ID" +msgstr "" + +#. module: stock_demand_estimate_matrix +#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_sheet____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_sheet_line____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_wizard____last_update +msgid "Last Modified on" +msgstr "" + +#. module: stock_demand_estimate_matrix +#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_sheet__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_sheet_line__write_uid +#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_wizard__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: stock_demand_estimate_matrix +#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_sheet__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_sheet_line__write_date +#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_wizard__write_date +msgid "Last Updated on" +msgstr "" + +#. module: stock_demand_estimate_matrix +#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_sheet__location_id +#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_wizard__location_id +msgid "Location" +msgstr "" + +#. module: stock_demand_estimate_matrix +#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_sheet_line__date_range_id +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate_matrix.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate_matrix.stock_demand_estimate_sheet_view_form +msgid "Period" +msgstr "" + +#. module: stock_demand_estimate_matrix +#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_sheet_line__value_x +msgid "Period Name" +msgstr "" + +#. module: stock_demand_estimate_matrix +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate_matrix.demand_estimate_wizard_view_form +msgid "Prepare" +msgstr "" + +#. module: stock_demand_estimate_matrix +#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_sheet_line__product_id +msgid "Product" +msgstr "" + +#. module: stock_demand_estimate_matrix +#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_sheet_line__value_y +msgid "Product Name" +msgstr "" + +#. module: stock_demand_estimate_matrix +#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_sheet__product_ids +#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_wizard__product_ids +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate_matrix.demand_estimate_wizard_view_form +msgid "Products" +msgstr "" + +#. module: stock_demand_estimate_matrix +#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_sheet_line__product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_demand_estimate_matrix +#: model:ir.model,name:stock_demand_estimate_matrix.model_stock_demand_estimate +msgid "Stock Demand Estimate Line" +msgstr "" + +#. module: stock_demand_estimate_matrix +#: model:ir.model,name:stock_demand_estimate_matrix.model_stock_demand_estimate_sheet +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate_matrix.stock_demand_estimate_sheet_view_form +msgid "Stock Demand Estimate Sheet" +msgstr "" + +#. module: stock_demand_estimate_matrix +#: model:ir.model,name:stock_demand_estimate_matrix.model_stock_demand_estimate_sheet_line +msgid "Stock Demand Estimate Sheet Line" +msgstr "" + +#. module: stock_demand_estimate_matrix +#: model:ir.model,name:stock_demand_estimate_matrix.model_stock_demand_estimate_wizard +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate_matrix.demand_estimate_wizard_view_form +msgid "Stock Demand Estimate Wizard" +msgstr "" + +#. module: stock_demand_estimate_matrix +#: code:addons/stock_demand_estimate_matrix/wizards/stock_demand_estimate_wizard.py:141 +#, python-format +msgid "Stock Demand Estimates" +msgstr "" + +#. module: stock_demand_estimate_matrix +#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_sheet_line__location_id +msgid "Stock Location" +msgstr "" + +#. module: stock_demand_estimate_matrix +#: code:addons/stock_demand_estimate_matrix/wizards/stock_demand_estimate_wizard.py:224 +#, python-format +msgid "The start date cannot be later than the end date." +msgstr "" + +#. module: stock_demand_estimate_matrix +#: code:addons/stock_demand_estimate_matrix/wizards/stock_demand_estimate_wizard.py:50 +#, python-format +msgid "There is no ranges created." +msgstr "" + +#. module: stock_demand_estimate_matrix +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate_matrix.stock_demand_estimate_sheet_view_form +msgid "Validate" +msgstr "" + +#. module: stock_demand_estimate_matrix +#: code:addons/stock_demand_estimate_matrix/wizards/stock_demand_estimate_wizard.py:241 +#, python-format +msgid "You must select at least one product." +msgstr "" + +#. module: stock_demand_estimate_matrix +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate_matrix.demand_estimate_wizard_view_form +msgid "or" +msgstr "" + +#. module: stock_demand_estimate_matrix +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate_matrix.demand_estimate_wizard_view_form +#: model_terms:ir.ui.view,arch_db:stock_demand_estimate_matrix.stock_demand_estimate_sheet_view_form +msgid "to" +msgstr "" + From dd2625fa07bece13b6aadc12932d3bd0136c541d Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Mon, 30 Dec 2019 16:07:01 +0000 Subject: [PATCH 317/631] [UPD] README.rst --- stock_demand_estimate_matrix/static/description/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock_demand_estimate_matrix/static/description/index.html b/stock_demand_estimate_matrix/static/description/index.html index 6ad4ffb12..0788dbc5c 100644 --- a/stock_demand_estimate_matrix/static/description/index.html +++ b/stock_demand_estimate_matrix/static/description/index.html @@ -3,7 +3,7 @@ - + Stock Demand Estimate Matrix + + +
    +

    Ignore planned receptions in quantity available to promise

    + + +

    Beta License: AGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runbot

    +

    Normally the quantity available to promise is based on the virtual stock, +which includes both planned outgoing and incoming goods. +This module will subtract the planned receptions from the quantity available to +promise.

    +

    Table of contents

    + +
    +

    Bug Tracker

    +

    Bugs are tracked on GitHub Issues. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed +feedback.

    +

    Do not contact contributors directly about support or help with technical issues.

    +
    +
    +

    Credits

    +
    +

    Authors

    +
      +
    • Camptocamp
    • +
    • Sodexis
    • +
    • Sergio Díaz
    • +
    +
    +
    +

    Contributors

    + +
    +
    +

    Maintainers

    +

    This module is maintained by the OCA.

    +Odoo Community Association +

    OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use.

    +

    This module is part of the OCA/stock-logistics-warehouse project on GitHub.

    +

    You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

    +
    +
    +
    + + diff --git a/stock_available_immediately/tests/test_stock_available_immediately.py b/stock_available_immediately/tests/test_stock_available_immediately.py index 436d35a59..a1e9d2c56 100644 --- a/stock_available_immediately/tests/test_stock_available_immediately.py +++ b/stock_available_immediately/tests/test_stock_available_immediately.py @@ -1,6 +1,7 @@ # Copyright 2014 Camptocamp, Akretion, Numérigraphe # Copyright 2016 Sodexis # Copyright 2019 Sergio Díaz +# Copyright 2020 Tecnativa - Pedro M. Baeza # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). from odoo.tests.common import TransactionCase @@ -19,7 +20,7 @@ class TestStockLogisticsWarehouse(TransactionCase): supplier_location = self.env.ref('stock.stock_location_suppliers') stock_location = self.env.ref('stock.stock_location_stock') customer_location = self.env.ref('stock.stock_location_customers') - uom_unit = self.env.ref('product.product_uom_unit') + uom_unit = self.env.ref('uom.product_uom_unit') # Create product template templateAB = templateObj.create({ From 7dca2769472ecb15f01dfce2e40fa79ad7dcd7eb Mon Sep 17 00:00:00 2001 From: oca-travis Date: Wed, 25 Mar 2020 18:45:20 +0000 Subject: [PATCH 346/631] [UPD] Update stock_available_immediately.pot --- .../i18n/stock_available_immediately.pot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock_available_immediately/i18n/stock_available_immediately.pot b/stock_available_immediately/i18n/stock_available_immediately.pot index 3b9789d1b..9e76183b6 100644 --- a/stock_available_immediately/i18n/stock_available_immediately.pot +++ b/stock_available_immediately/i18n/stock_available_immediately.pot @@ -4,7 +4,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 11.0\n" +"Project-Id-Version: Odoo Server 12.0\n" "Report-Msgid-Bugs-To: \n" "Last-Translator: <>\n" "Language-Team: \n" From f2216ce01e7a23dbfe50fd371e6426d731e22d64 Mon Sep 17 00:00:00 2001 From: Florian da Costa Date: Sat, 26 Dec 2020 15:13:13 +0100 Subject: [PATCH 347/631] [IMP] stock_available_immediately: black, isort, prettier --- .../odoo/addons/stock_available_immediately | 1 + setup/stock_available_immediately/setup.py | 6 + stock_available_immediately/__manifest__.py | 2 +- .../models/product_product.py | 14 ++- .../tests/test_stock_available_immediately.py | 112 ++++++++++-------- 5 files changed, 78 insertions(+), 57 deletions(-) create mode 120000 setup/stock_available_immediately/odoo/addons/stock_available_immediately create mode 100644 setup/stock_available_immediately/setup.py diff --git a/setup/stock_available_immediately/odoo/addons/stock_available_immediately b/setup/stock_available_immediately/odoo/addons/stock_available_immediately new file mode 120000 index 000000000..8ab3a1f19 --- /dev/null +++ b/setup/stock_available_immediately/odoo/addons/stock_available_immediately @@ -0,0 +1 @@ +../../../../stock_available_immediately \ No newline at end of file diff --git a/setup/stock_available_immediately/setup.py b/setup/stock_available_immediately/setup.py new file mode 100644 index 000000000..28c57bb64 --- /dev/null +++ b/setup/stock_available_immediately/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/stock_available_immediately/__manifest__.py b/stock_available_immediately/__manifest__.py index 85fca7b1b..9fe70564e 100644 --- a/stock_available_immediately/__manifest__.py +++ b/stock_available_immediately/__manifest__.py @@ -11,5 +11,5 @@ "author": "Camptocamp,Sodexis,Odoo Community Association (OCA),Sergio Díaz", "license": "AGPL-3", "category": "Hidden", - 'installable': True, + "installable": True, } diff --git a/stock_available_immediately/models/product_product.py b/stock_available_immediately/models/product_product.py index 05987c215..7c63e7c95 100644 --- a/stock_available_immediately/models/product_product.py +++ b/stock_available_immediately/models/product_product.py @@ -7,17 +7,19 @@ from odoo import api, models class ProductProduct(models.Model): - _inherit = 'product.product' + _inherit = "product.product" @api.multi def _compute_available_quantities_dict(self): - res, stock_dict = \ - super(ProductProduct, self)._compute_available_quantities_dict() + res, stock_dict = super( + ProductProduct, self + )._compute_available_quantities_dict() for product in self: - res[product.id]['immediately_usable_qty'] -= \ - stock_dict[product.id]['incoming_qty'] + res[product.id]["immediately_usable_qty"] -= stock_dict[product.id][ + "incoming_qty" + ] return res, stock_dict - @api.depends('virtual_available', 'incoming_qty') + @api.depends("virtual_available", "incoming_qty") def _compute_available_quantities(self): return super(ProductProduct, self)._compute_available_quantities() diff --git a/stock_available_immediately/tests/test_stock_available_immediately.py b/stock_available_immediately/tests/test_stock_available_immediately.py index a1e9d2c56..26405d2eb 100644 --- a/stock_available_immediately/tests/test_stock_available_immediately.py +++ b/stock_available_immediately/tests/test_stock_available_immediately.py @@ -8,58 +8,67 @@ from odoo.tests.common import TransactionCase class TestStockLogisticsWarehouse(TransactionCase): - def test01_stock_levels(self): """ Checking that immediately_usable_qty actually reflects the variations in stock, both on product and template. """ - moveObj = self.env['stock.move'] - productObj = self.env['product.product'] - templateObj = self.env['product.template'] - supplier_location = self.env.ref('stock.stock_location_suppliers') - stock_location = self.env.ref('stock.stock_location_stock') - customer_location = self.env.ref('stock.stock_location_customers') - uom_unit = self.env.ref('uom.product_uom_unit') + moveObj = self.env["stock.move"] + productObj = self.env["product.product"] + templateObj = self.env["product.template"] + supplier_location = self.env.ref("stock.stock_location_suppliers") + stock_location = self.env.ref("stock.stock_location_stock") + customer_location = self.env.ref("stock.stock_location_customers") + uom_unit = self.env.ref("uom.product_uom_unit") # Create product template - templateAB = templateObj.create({ - 'name': 'templAB', - 'uom_id': uom_unit.id}) + templateAB = templateObj.create({"name": "templAB", "uom_id": uom_unit.id}) # Create product A and B - productA = productObj.create({ - 'name': 'product A', - 'standard_price': 1, - 'type': 'product', - 'uom_id': uom_unit.id, - 'default_code': 'A', - 'product_tmpl_id': templateAB.id}) + productA = productObj.create( + { + "name": "product A", + "standard_price": 1, + "type": "product", + "uom_id": uom_unit.id, + "default_code": "A", + "product_tmpl_id": templateAB.id, + } + ) - productB = productObj.create({ - 'name': 'product B', - 'standard_price': 1, - 'type': 'product', - 'uom_id': uom_unit.id, - 'default_code': 'B', - 'product_tmpl_id': templateAB.id}) + productB = productObj.create( + { + "name": "product B", + "standard_price": 1, + "type": "product", + "uom_id": uom_unit.id, + "default_code": "B", + "product_tmpl_id": templateAB.id, + } + ) # Create a stock move from INCOMING to STOCK - stockMoveInA = moveObj.create({ - 'location_id': supplier_location.id, - 'location_dest_id': stock_location.id, - 'name': 'MOVE INCOMING -> STOCK ', - 'product_id': productA.id, - 'product_uom': productA.uom_id.id, - 'product_uom_qty': 2}) + stockMoveInA = moveObj.create( + { + "location_id": supplier_location.id, + "location_dest_id": stock_location.id, + "name": "MOVE INCOMING -> STOCK ", + "product_id": productA.id, + "product_uom": productA.uom_id.id, + "product_uom_qty": 2, + } + ) - stockMoveInB = moveObj.create({ - 'location_id': supplier_location.id, - 'location_dest_id': stock_location.id, - 'name': 'MOVE INCOMING -> STOCK ', - 'product_id': productB.id, - 'product_uom': productB.uom_id.id, - 'product_uom_qty': 3}) + stockMoveInB = moveObj.create( + { + "location_id": supplier_location.id, + "location_dest_id": stock_location.id, + "name": "MOVE INCOMING -> STOCK ", + "product_id": productB.id, + "product_uom": productB.uom_id.id, + "product_uom_qty": 3, + } + ) def compare_product_usable_qty(product, value): # Refresh, because the function field is not recalculated between @@ -78,7 +87,7 @@ class TestStockLogisticsWarehouse(TransactionCase): compare_product_usable_qty(productA, 0) compare_product_usable_qty(templateAB, 0) - stockMoveInA.move_line_ids.write({'qty_done': 2.0}) + stockMoveInA.move_line_ids.write({"qty_done": 2.0}) stockMoveInA._action_done() compare_product_usable_qty(productA, 2) compare_product_usable_qty(templateAB, 2) @@ -86,25 +95,28 @@ class TestStockLogisticsWarehouse(TransactionCase): # will directly trigger action_done on productB stockMoveInB._action_confirm() stockMoveInB._action_assign() - stockMoveInB.move_line_ids.write({'qty_done': 3.0}) + stockMoveInB.move_line_ids.write({"qty_done": 3.0}) stockMoveInB._action_done() compare_product_usable_qty(productA, 2) compare_product_usable_qty(productB, 3) compare_product_usable_qty(templateAB, 5) # Create a stock move from STOCK to CUSTOMER - stockMoveOutA = moveObj.create({ - 'location_id': stock_location.id, - 'location_dest_id': customer_location.id, - 'name': ' STOCK --> CUSTOMER ', - 'product_id': productA.id, - 'product_uom': productA.uom_id.id, - 'product_uom_qty': 1, - 'state': 'confirmed'}) + stockMoveOutA = moveObj.create( + { + "location_id": stock_location.id, + "location_dest_id": customer_location.id, + "name": " STOCK --> CUSTOMER ", + "product_id": productA.id, + "product_uom": productA.uom_id.id, + "product_uom_qty": 1, + "state": "confirmed", + } + ) stockMoveOutA._action_confirm() stockMoveOutA._action_assign() - stockMoveOutA.move_line_ids.write({'qty_done': 1.0}) + stockMoveOutA.move_line_ids.write({"qty_done": 1.0}) stockMoveOutA._action_done() compare_product_usable_qty(productA, 1) compare_product_usable_qty(templateAB, 4) From 93e3f2d1b7990b58df541df00301c9f873a0ebc8 Mon Sep 17 00:00:00 2001 From: Florian da Costa Date: Sat, 26 Dec 2020 15:13:13 +0100 Subject: [PATCH 348/631] [MIG] stock_available_immediately: Migration to 14.0 --- stock_available_immediately/__manifest__.py | 3 +- .../models/product_product.py | 7 +-- .../readme/CONTRIBUTORS.rst | 1 + .../tests/test_stock_available_immediately.py | 46 +++++++++---------- 4 files changed, 27 insertions(+), 30 deletions(-) diff --git a/stock_available_immediately/__manifest__.py b/stock_available_immediately/__manifest__.py index 9fe70564e..50990e71b 100644 --- a/stock_available_immediately/__manifest__.py +++ b/stock_available_immediately/__manifest__.py @@ -6,8 +6,9 @@ { "name": "Ignore planned receptions in quantity available to promise", - "version": "12.0.1.0.0", + "version": "14.0.1.0.0", "depends": ["stock_available"], + "website": "https://github.com/OCA/stock-logistics-warehouse", "author": "Camptocamp,Sodexis,Odoo Community Association (OCA),Sergio Díaz", "license": "AGPL-3", "category": "Hidden", diff --git a/stock_available_immediately/models/product_product.py b/stock_available_immediately/models/product_product.py index 7c63e7c95..90a0d4bb6 100644 --- a/stock_available_immediately/models/product_product.py +++ b/stock_available_immediately/models/product_product.py @@ -9,11 +9,8 @@ from odoo import api, models class ProductProduct(models.Model): _inherit = "product.product" - @api.multi def _compute_available_quantities_dict(self): - res, stock_dict = super( - ProductProduct, self - )._compute_available_quantities_dict() + res, stock_dict = super()._compute_available_quantities_dict() for product in self: res[product.id]["immediately_usable_qty"] -= stock_dict[product.id][ "incoming_qty" @@ -22,4 +19,4 @@ class ProductProduct(models.Model): @api.depends("virtual_available", "incoming_qty") def _compute_available_quantities(self): - return super(ProductProduct, self)._compute_available_quantities() + return super()._compute_available_quantities() diff --git a/stock_available_immediately/readme/CONTRIBUTORS.rst b/stock_available_immediately/readme/CONTRIBUTORS.rst index 08fdae8b1..efc2cf7f5 100644 --- a/stock_available_immediately/readme/CONTRIBUTORS.rst +++ b/stock_available_immediately/readme/CONTRIBUTORS.rst @@ -7,3 +7,4 @@ * `Tecnativa `_: * Pedro M. Baeza +* Florian da Costa diff --git a/stock_available_immediately/tests/test_stock_available_immediately.py b/stock_available_immediately/tests/test_stock_available_immediately.py index 26405d2eb..72ab48b12 100644 --- a/stock_available_immediately/tests/test_stock_available_immediately.py +++ b/stock_available_immediately/tests/test_stock_available_immediately.py @@ -14,38 +14,36 @@ class TestStockLogisticsWarehouse(TransactionCase): in stock, both on product and template. """ moveObj = self.env["stock.move"] - productObj = self.env["product.product"] templateObj = self.env["product.template"] supplier_location = self.env.ref("stock.stock_location_suppliers") stock_location = self.env.ref("stock.stock_location_stock") customer_location = self.env.ref("stock.stock_location_customers") uom_unit = self.env.ref("uom.product_uom_unit") - # Create product template - templateAB = templateObj.create({"name": "templAB", "uom_id": uom_unit.id}) + # Create product template with 2 variant + templateAB = templateObj.create( + {"name": "templAB", "uom_id": uom_unit.id, "type": "product"} + ) + self.env["product.template.attribute.line"].create( + { + "product_tmpl_id": templateAB.id, + "attribute_id": self.env.ref("product.product_attribute_2").id, + "value_ids": [ + ( + 6, + 0, + [ + self.env.ref("product.product_attribute_value_3").id, + self.env.ref("product.product_attribute_value_4").id, + ], + ) + ], + } + ) # Create product A and B - productA = productObj.create( - { - "name": "product A", - "standard_price": 1, - "type": "product", - "uom_id": uom_unit.id, - "default_code": "A", - "product_tmpl_id": templateAB.id, - } - ) - - productB = productObj.create( - { - "name": "product B", - "standard_price": 1, - "type": "product", - "uom_id": uom_unit.id, - "default_code": "B", - "product_tmpl_id": templateAB.id, - } - ) + productA = templateAB.product_variant_ids[0] + productB = templateAB.product_variant_ids[1] # Create a stock move from INCOMING to STOCK stockMoveInA = moveObj.create( From 0eb2d7ea960357bb9984282c4b03a8e42591eec4 Mon Sep 17 00:00:00 2001 From: oca-travis Date: Tue, 16 Mar 2021 19:24:47 +0000 Subject: [PATCH 349/631] [UPD] Update stock_available_immediately.pot --- .../i18n/stock_available_immediately.pot | 22 +++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/stock_available_immediately/i18n/stock_available_immediately.pot b/stock_available_immediately/i18n/stock_available_immediately.pot index 9e76183b6..ff27aa48b 100644 --- a/stock_available_immediately/i18n/stock_available_immediately.pot +++ b/stock_available_immediately/i18n/stock_available_immediately.pot @@ -1,20 +1,34 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: -# * stock_available_immediately +# * stock_available_immediately # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 12.0\n" +"Project-Id-Version: Odoo Server 14.0\n" "Report-Msgid-Bugs-To: \n" -"Last-Translator: <>\n" +"Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Plural-Forms: \n" +#. module: stock_available_immediately +#: model:ir.model.fields,field_description:stock_available_immediately.field_product_product__display_name +msgid "Display Name" +msgstr "" + +#. module: stock_available_immediately +#: model:ir.model.fields,field_description:stock_available_immediately.field_product_product__id +msgid "ID" +msgstr "" + +#. module: stock_available_immediately +#: model:ir.model.fields,field_description:stock_available_immediately.field_product_product____last_update +msgid "Last Modified on" +msgstr "" + #. module: stock_available_immediately #: model:ir.model,name:stock_available_immediately.model_product_product msgid "Product" msgstr "" - From e8b79d3aef3a0c2a57ce577f2a9b7fb0b1c422c3 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Tue, 16 Mar 2021 20:27:24 +0000 Subject: [PATCH 350/631] [UPD] addons table in README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fb940ee4c..3276f8de1 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ addon | version | summary --- | --- | --- [scrap_reason_code](scrap_reason_code/) | 14.0.1.0.0 | Reason code for scrapping [stock_available](stock_available/) | 14.0.1.0.1 | Stock available to promise +[stock_available_immediately](stock_available_immediately/) | 14.0.1.0.0 | Ignore planned receptions in quantity available to promise [stock_demand_estimate](stock_demand_estimate/) | 14.0.1.1.0 | Allows to create demand estimates. [stock_free_quantity](stock_free_quantity/) | 14.0.1.0.0 | Stock Free Quantity [stock_location_children](stock_location_children/) | 14.0.1.0.0 | Add relation between stock location and all its children From 2ff6d694e37a87c51063def266971613375c8597 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Tue, 16 Mar 2021 20:27:25 +0000 Subject: [PATCH 351/631] [UPD] README.rst --- stock_available_immediately/README.rst | 11 ++++++----- .../static/description/index.html | 7 ++++--- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/stock_available_immediately/README.rst b/stock_available_immediately/README.rst index b303a871f..4344c2af0 100644 --- a/stock_available_immediately/README.rst +++ b/stock_available_immediately/README.rst @@ -14,13 +14,13 @@ Ignore planned receptions in quantity available to promise :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--warehouse-lightgray.png?logo=github - :target: https://github.com/OCA/stock-logistics-warehouse/tree/12.0/stock_available_immediately + :target: https://github.com/OCA/stock-logistics-warehouse/tree/14.0/stock_available_immediately :alt: OCA/stock-logistics-warehouse .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-12-0/stock-logistics-warehouse-12-0-stock_available_immediately + :target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-14-0/stock-logistics-warehouse-14-0-stock_available_immediately :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png - :target: https://runbot.odoo-community.org/runbot/153/12.0 + :target: https://runbot.odoo-community.org/runbot/153/14.0 :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| |badge5| @@ -41,7 +41,7 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -67,6 +67,7 @@ Contributors * `Tecnativa `_: * Pedro M. Baeza +* Florian da Costa Maintainers ~~~~~~~~~~~ @@ -81,6 +82,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. -This module is part of the `OCA/stock-logistics-warehouse `_ project on GitHub. +This module is part of the `OCA/stock-logistics-warehouse `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/stock_available_immediately/static/description/index.html b/stock_available_immediately/static/description/index.html index 6ed9b16f8..4845a5438 100644 --- a/stock_available_immediately/static/description/index.html +++ b/stock_available_immediately/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

    Beta License: AGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runbot

    +

    Beta License: AGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runbot

    Normally the quantity available to promise is based on the virtual stock, which includes both planned outgoing and incoming goods. This module will subtract the planned receptions from the quantity available to @@ -389,7 +389,7 @@ promise.

    Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed -feedback.

    +feedback.

    Do not contact contributors directly about support or help with technical issues.

    @@ -415,6 +415,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
  • Pedro M. Baeza
  • +
  • Florian da Costa <florian.dacosta@akretion.com>
  • @@ -424,7 +425,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome

    OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

    -

    This module is part of the OCA/stock-logistics-warehouse project on GitHub.

    +

    This module is part of the OCA/stock-logistics-warehouse project on GitHub.

    You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

    From 4d2f31c65d49f7f9b003a947de4e662197b9f239 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Tue, 16 Mar 2021 20:27:26 +0000 Subject: [PATCH 352/631] [ADD] setup.py --- setup/_metapackage/VERSION.txt | 2 +- setup/_metapackage/setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index aadfe2117..9d1ce9cde 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -14.0.20210308.0 \ No newline at end of file +14.0.20210316.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 028d6ed6a..0b097b9e4 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -10,6 +10,7 @@ setuptools.setup( install_requires=[ 'odoo14-addon-scrap_reason_code', 'odoo14-addon-stock_available', + 'odoo14-addon-stock_available_immediately', 'odoo14-addon-stock_demand_estimate', 'odoo14-addon-stock_free_quantity', 'odoo14-addon-stock_location_children', From 0baf80533211d8e95a9eb5f8cfa4c6452537e939 Mon Sep 17 00:00:00 2001 From: oca-travis Date: Thu, 18 Mar 2021 16:04:02 +0000 Subject: [PATCH 353/631] [UPD] Update stock_pull_list.pot --- stock_pull_list/i18n/stock_pull_list.pot | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stock_pull_list/i18n/stock_pull_list.pot b/stock_pull_list/i18n/stock_pull_list.pot index 3d434309e..460209e77 100644 --- a/stock_pull_list/i18n/stock_pull_list.pot +++ b/stock_pull_list/i18n/stock_pull_list.pot @@ -4,7 +4,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 13.0\n" +"Project-Id-Version: Odoo Server 14.0\n" "Report-Msgid-Bugs-To: \n" "Last-Translator: \n" "Language-Team: \n" @@ -65,8 +65,8 @@ msgid "Created on" msgstr "" #. module: stock_pull_list -#: model:ir.model.fields,field_description:stock_pull_list.field_stock_pull_list_wizard_line__date_expected -msgid "Date Expected" +#: model:ir.model.fields,field_description:stock_pull_list.field_stock_pull_list_wizard_line__date +msgid "Date" msgstr "" #. module: stock_pull_list From 032366b3bd270933ada4b73be365f06867db4d6c Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Thu, 18 Mar 2021 17:08:17 +0000 Subject: [PATCH 354/631] [UPD] addons table in README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3276f8de1..5f5bfdf5f 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ addon | version | summary [stock_location_lockdown](stock_location_lockdown/) | 14.0.1.0.0 | Prevent to add stock on locked locations [stock_move_location](stock_move_location/) | 14.0.1.0.0 | This module allows to move all stock in a stock location to an other one. [stock_packaging_calculator](stock_packaging_calculator/) | 14.0.1.0.1 | Compute product quantity to pick by packaging +[stock_pull_list](stock_pull_list/) | 14.0.1.0.0 | The pull list checks the stock situation and calculates needed quantities. [stock_warehouse_calendar](stock_warehouse_calendar/) | 14.0.1.0.1 | Adds a calendar to the Warehouse [//]: # (end addons) From 5f6f6f76183223e1c9bd3b5ac80ab48745e914d8 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Thu, 18 Mar 2021 17:08:19 +0000 Subject: [PATCH 355/631] [UPD] README.rst --- stock_pull_list/README.rst | 10 +++++----- stock_pull_list/static/description/index.html | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/stock_pull_list/README.rst b/stock_pull_list/README.rst index d781eca3e..2a36e5ac2 100644 --- a/stock_pull_list/README.rst +++ b/stock_pull_list/README.rst @@ -14,13 +14,13 @@ Stock Pull List :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--warehouse-lightgray.png?logo=github - :target: https://github.com/OCA/stock-logistics-warehouse/tree/13.0/stock_pull_list + :target: https://github.com/OCA/stock-logistics-warehouse/tree/14.0/stock_pull_list :alt: OCA/stock-logistics-warehouse .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-13-0/stock-logistics-warehouse-13-0-stock_pull_list + :target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-14-0/stock-logistics-warehouse-14-0-stock_pull_list :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png - :target: https://runbot.odoo-community.org/runbot/153/13.0 + :target: https://runbot.odoo-community.org/runbot/153/14.0 :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| |badge5| @@ -64,7 +64,7 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -102,6 +102,6 @@ Current `maintainer `__: |maintainer-LoisRForgeFlow| -This module is part of the `OCA/stock-logistics-warehouse `_ project on GitHub. +This module is part of the `OCA/stock-logistics-warehouse `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/stock_pull_list/static/description/index.html b/stock_pull_list/static/description/index.html index f07f487d2..e22f8c2b4 100644 --- a/stock_pull_list/static/description/index.html +++ b/stock_pull_list/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

    Alpha License: LGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runbot

    +

    Alpha License: LGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runbot

    The pull list checks the stock situation at the given location and calculates the shortfall quantities (quantity needed to cover all needs) for products. Procurements can be created for these shortfall quantities.

    @@ -416,7 +416,7 @@ groups.

    Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed -feedback.

    +feedback.

    Do not contact contributors directly about support or help with technical issues.

    @@ -442,7 +442,7 @@ mission is to support the collaborative development of Odoo features and promote its widespread use.

    Current maintainer:

    LoisRForgeFlow

    -

    This module is part of the OCA/stock-logistics-warehouse project on GitHub.

    +

    This module is part of the OCA/stock-logistics-warehouse project on GitHub.

    You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

    From 3972e1aae67302cee34241202feeba60b92dcc6c Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Thu, 18 Mar 2021 17:08:20 +0000 Subject: [PATCH 356/631] [ADD] setup.py --- setup/_metapackage/VERSION.txt | 2 +- setup/_metapackage/setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 9d1ce9cde..a5e13d245 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -14.0.20210316.0 \ No newline at end of file +14.0.20210318.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 0b097b9e4..35e12246a 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -17,6 +17,7 @@ setuptools.setup( 'odoo14-addon-stock_location_lockdown', 'odoo14-addon-stock_move_location', 'odoo14-addon-stock_packaging_calculator', + 'odoo14-addon-stock_pull_list', 'odoo14-addon-stock_warehouse_calendar', ], classifiers=[ From 3b4773baff35dbef2078182d6e6d3c133cf6399e Mon Sep 17 00:00:00 2001 From: oca-travis Date: Fri, 19 Mar 2021 10:25:46 +0000 Subject: [PATCH 357/631] [UPD] Update stock_demand_estimate_matrix.pot --- .../i18n/stock_demand_estimate_matrix.pot | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/stock_demand_estimate_matrix/i18n/stock_demand_estimate_matrix.pot b/stock_demand_estimate_matrix/i18n/stock_demand_estimate_matrix.pot index 227c6eefa..c33967409 100644 --- a/stock_demand_estimate_matrix/i18n/stock_demand_estimate_matrix.pot +++ b/stock_demand_estimate_matrix/i18n/stock_demand_estimate_matrix.pot @@ -4,7 +4,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 13.0\n" +"Project-Id-Version: Odoo Server 14.0\n" "Report-Msgid-Bugs-To: \n" "Last-Translator: \n" "Language-Team: \n" @@ -77,6 +77,8 @@ msgid "Days between dates" msgstr "" #. module: stock_demand_estimate_matrix +#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_date_range__display_name +#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate__display_name #: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_sheet__display_name #: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_sheet_line__display_name #: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_wizard__display_name @@ -110,6 +112,8 @@ msgid "Estimating Period" msgstr "" #. module: stock_demand_estimate_matrix +#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_date_range__id +#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate__id #: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_sheet__id #: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_sheet_line__id #: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_wizard__id @@ -117,6 +121,8 @@ msgid "ID" msgstr "" #. module: stock_demand_estimate_matrix +#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_date_range____last_update +#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate____last_update #: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_sheet____last_update #: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_sheet_line____last_update #: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_wizard____last_update @@ -205,7 +211,7 @@ msgid "Stock Demand Estimate Wizard" msgstr "" #. module: stock_demand_estimate_matrix -#: code:addons/stock_demand_estimate_matrix/wizards/stock_demand_estimate_wizard.py:0 +#: code:addons/stock_demand_estimate_matrix/wizards/stock_demand_estimate_sheet.py:0 #, python-format msgid "Stock Demand Estimates" msgstr "" @@ -222,7 +228,7 @@ msgid "The start date cannot be later than the end date." msgstr "" #. module: stock_demand_estimate_matrix -#: code:addons/stock_demand_estimate_matrix/wizards/stock_demand_estimate_wizard.py:0 +#: code:addons/stock_demand_estimate_matrix/wizards/stock_demand_estimate_sheet.py:0 #, python-format msgid "There is no ranges created." msgstr "" From edb9c1ed806f3cb5ddfdb006156c961123595c28 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Fri, 19 Mar 2021 10:38:39 +0000 Subject: [PATCH 358/631] [UPD] addons table in README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5f5bfdf5f..b4ca92f00 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ addon | version | summary [stock_available](stock_available/) | 14.0.1.0.1 | Stock available to promise [stock_available_immediately](stock_available_immediately/) | 14.0.1.0.0 | Ignore planned receptions in quantity available to promise [stock_demand_estimate](stock_demand_estimate/) | 14.0.1.1.0 | Allows to create demand estimates. +[stock_demand_estimate_matrix](stock_demand_estimate_matrix/) | 14.0.1.0.0 | Allows to create demand estimates. [stock_free_quantity](stock_free_quantity/) | 14.0.1.0.0 | Stock Free Quantity [stock_location_children](stock_location_children/) | 14.0.1.0.0 | Add relation between stock location and all its children [stock_location_lockdown](stock_location_lockdown/) | 14.0.1.0.0 | Prevent to add stock on locked locations From bb7ff8841fd669fde3136b2824c92b4ecd498095 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Fri, 19 Mar 2021 10:38:41 +0000 Subject: [PATCH 359/631] [UPD] README.rst --- stock_demand_estimate_matrix/README.rst | 10 +++++----- .../static/description/index.html | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/stock_demand_estimate_matrix/README.rst b/stock_demand_estimate_matrix/README.rst index 1d5524a53..5376a9f58 100644 --- a/stock_demand_estimate_matrix/README.rst +++ b/stock_demand_estimate_matrix/README.rst @@ -14,13 +14,13 @@ Stock Demand Estimate Matrix :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--warehouse-lightgray.png?logo=github - :target: https://github.com/OCA/stock-logistics-warehouse/tree/13.0/stock_demand_estimate_matrix + :target: https://github.com/OCA/stock-logistics-warehouse/tree/14.0/stock_demand_estimate_matrix :alt: OCA/stock-logistics-warehouse .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-13-0/stock-logistics-warehouse-13-0-stock_demand_estimate_matrix + :target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-14-0/stock-logistics-warehouse-14-0-stock_demand_estimate_matrix :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png - :target: https://runbot.odoo-community.org/runbot/153/13.0 + :target: https://runbot.odoo-community.org/runbot/153/14.0 :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| |badge5| @@ -62,7 +62,7 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -94,6 +94,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. -This module is part of the `OCA/stock-logistics-warehouse `_ project on GitHub. +This module is part of the `OCA/stock-logistics-warehouse `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/stock_demand_estimate_matrix/static/description/index.html b/stock_demand_estimate_matrix/static/description/index.html index 4a6d96bcb..49a99a6e5 100644 --- a/stock_demand_estimate_matrix/static/description/index.html +++ b/stock_demand_estimate_matrix/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

    Beta License: AGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runbot

    +

    Beta License: AGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runbot

    This module allows to create demand estimates for a given product and location, on configurable time periods.

    The module does not provide in itself any specific usage of the estimates.

    @@ -408,7 +408,7 @@ estimates created.

    Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed -feedback.

    +feedback.

    Do not contact contributors directly about support or help with technical issues.

    @@ -434,7 +434,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome

    OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

    -

    This module is part of the OCA/stock-logistics-warehouse project on GitHub.

    +

    This module is part of the OCA/stock-logistics-warehouse project on GitHub.

    You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

    From 5d3776cc4dd949a237639888856fdffb7f6985c9 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Fri, 19 Mar 2021 10:38:41 +0000 Subject: [PATCH 360/631] [ADD] setup.py --- setup/_metapackage/VERSION.txt | 2 +- setup/_metapackage/setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index a5e13d245..b3a04883a 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -14.0.20210318.0 \ No newline at end of file +14.0.20210319.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 35e12246a..c304dbd6e 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -12,6 +12,7 @@ setuptools.setup( 'odoo14-addon-stock_available', 'odoo14-addon-stock_available_immediately', 'odoo14-addon-stock_demand_estimate', + 'odoo14-addon-stock_demand_estimate_matrix', 'odoo14-addon-stock_free_quantity', 'odoo14-addon-stock_location_children', 'odoo14-addon-stock_location_lockdown', From f04c497a9e27b5bbc04121972b61e140a87c057d Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Tue, 9 Feb 2021 12:06:44 +0100 Subject: [PATCH 361/631] Add stock_helper: share common code used by stock modules The first method is: StockLocation.is_sublocation_of() This method is currently used in: * wms/stock_dynamic_routing * wms/shopfloor * wms/stock_move_source_relocate * stock-logistics-warehouse/stock_reserve_rule * ddmrp/ddmrp The goal will be to use this module as dependency instead of reimplementing the method in each. Other methods should follow in "stock_helper". Note: I opened https://github.com/odoo/odoo/pull/53866 to propose a generic version of this method, expecting odoo's opinion, but got no answer. --- stock_helper/__init__.py | 1 + stock_helper/__manifest__.py | 15 ++++++ stock_helper/models/__init__.py | 1 + stock_helper/models/stock_location.py | 20 ++++++++ stock_helper/readme/CONTRIBUTORS.rst | 1 + stock_helper/readme/DESCRIPTION.rst | 1 + stock_helper/tests/__init__.py | 1 + stock_helper/tests/common.py | 19 ++++++++ .../tests/test_location_is_sublocation_of.py | 48 +++++++++++++++++++ 9 files changed, 107 insertions(+) create mode 100644 stock_helper/__init__.py create mode 100644 stock_helper/__manifest__.py create mode 100644 stock_helper/models/__init__.py create mode 100644 stock_helper/models/stock_location.py create mode 100644 stock_helper/readme/CONTRIBUTORS.rst create mode 100644 stock_helper/readme/DESCRIPTION.rst create mode 100644 stock_helper/tests/__init__.py create mode 100644 stock_helper/tests/common.py create mode 100644 stock_helper/tests/test_location_is_sublocation_of.py diff --git a/stock_helper/__init__.py b/stock_helper/__init__.py new file mode 100644 index 000000000..0650744f6 --- /dev/null +++ b/stock_helper/__init__.py @@ -0,0 +1 @@ +from . import models diff --git a/stock_helper/__manifest__.py b/stock_helper/__manifest__.py new file mode 100644 index 000000000..6473fbf35 --- /dev/null +++ b/stock_helper/__manifest__.py @@ -0,0 +1,15 @@ +# Copyright 2020-2021 Camptocamp SA +# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html). + +{ + "name": "Stock Move Helpers", + "summary": "Add methods shared between various stock modules", + "version": "13.0.1.1.0", + "author": "Camptocamp, Odoo Community Association (OCA)", + "website": "https://github.com/OCA/stock-logistics-warehouse", + "category": "Hidden", + "depends": ["stock"], + "data": [], + "installable": True, + "license": "LGPL-3", +} diff --git a/stock_helper/models/__init__.py b/stock_helper/models/__init__.py new file mode 100644 index 000000000..88493e35d --- /dev/null +++ b/stock_helper/models/__init__.py @@ -0,0 +1 @@ +from . import stock_location diff --git a/stock_helper/models/stock_location.py b/stock_helper/models/stock_location.py new file mode 100644 index 000000000..cad6d288c --- /dev/null +++ b/stock_helper/models/stock_location.py @@ -0,0 +1,20 @@ +# Copyright 2020-2021 Camptocamp SA (http://www.camptocamp.com) +# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html). + +from odoo import models + + +class StockLocation(models.Model): + _inherit = "stock.location" + + def is_sublocation_of(self, others, func=any): + """Return True if self is a sublocation of others (or equal) + + By default, it return True if any other is a parent or equal. + ``all`` can be passed to ``func`` to require all the other locations + to be parent or equal to be True. + """ + self.ensure_one() + # Efficient way to verify that the current location is + # below one of the other location without using SQL. + return func(self.parent_path.startswith(other.parent_path) for other in others) diff --git a/stock_helper/readme/CONTRIBUTORS.rst b/stock_helper/readme/CONTRIBUTORS.rst new file mode 100644 index 000000000..48286263c --- /dev/null +++ b/stock_helper/readme/CONTRIBUTORS.rst @@ -0,0 +1 @@ +* Guewen Baconnier diff --git a/stock_helper/readme/DESCRIPTION.rst b/stock_helper/readme/DESCRIPTION.rst new file mode 100644 index 000000000..198d259e3 --- /dev/null +++ b/stock_helper/readme/DESCRIPTION.rst @@ -0,0 +1 @@ +Add methods to be used by other modules. This is not a functional module. diff --git a/stock_helper/tests/__init__.py b/stock_helper/tests/__init__.py new file mode 100644 index 000000000..e67580e62 --- /dev/null +++ b/stock_helper/tests/__init__.py @@ -0,0 +1 @@ +from . import test_location_is_sublocation_of diff --git a/stock_helper/tests/common.py b/stock_helper/tests/common.py new file mode 100644 index 000000000..871a216ad --- /dev/null +++ b/stock_helper/tests/common.py @@ -0,0 +1,19 @@ +# Copyright 2020-2021 Camptocamp SA +# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html). + +from odoo.tests import SavepointCase + + +class StockHelperCommonCase(SavepointCase): + @classmethod + def setUpClass(cls): + super().setUpClass() + cls.env = cls.env(context=dict(cls.env.context, tracking_disable=True)) + + cls.wh = cls.env.ref("stock.warehouse0") + + cls.customer_loc = cls.env.ref("stock.stock_location_customers") + cls.supplier_loc = cls.env.ref("stock.stock_location_suppliers") + cls.stock_loc = cls.wh.lot_stock_id + cls.shelf1_loc = cls.env.ref("stock.stock_location_components") + cls.shelf2_loc = cls.env.ref("stock.stock_location_14") diff --git a/stock_helper/tests/test_location_is_sublocation_of.py b/stock_helper/tests/test_location_is_sublocation_of.py new file mode 100644 index 000000000..f88047727 --- /dev/null +++ b/stock_helper/tests/test_location_is_sublocation_of.py @@ -0,0 +1,48 @@ +# Copyright 2020-2021 Camptocamp SA +# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html). + + +from .common import StockHelperCommonCase + + +class TestStockLocationIsSublocationOf(StockHelperCommonCase): + def test_is_sublocation_of_equal(self): + self.assertTrue(self.shelf1_loc.is_sublocation_of(self.shelf1_loc)) + + def test_is_sublocation_of_equal_child_ko(self): + bin_loc = self.env["stock.location"].create( + {"name": "bin", "location_id": self.shelf1_loc.id} + ) + self.assertFalse(self.shelf1_loc.is_sublocation_of(bin_loc)) + + def test_is_sublocation_of_equal_child_sibling(self): + self.assertFalse(self.shelf1_loc.is_sublocation_of(self.shelf2_loc)) + + def test_is_sublocation_of_any_ok(self): + self.assertTrue( + self.shelf1_loc.is_sublocation_of(self.stock_loc | self.customer_loc) + ) + + def test_is_sublocation_of_any_ko(self): + self.assertFalse( + self.shelf1_loc.is_sublocation_of(self.supplier_loc | self.customer_loc) + ) + + def test_is_sublocation_of_all_ok(self): + self.assertTrue( + self.shelf1_loc.is_sublocation_of( + self.stock_loc | self.stock_loc.location_id, func=all + ) + ) + + def test_is_sublocation_of_all_ko(self): + self.assertFalse( + self.shelf1_loc.is_sublocation_of( + self.stock_loc | self.customer_loc, func=all + ) + ) + self.assertFalse( + self.shelf1_loc.is_sublocation_of( + self.supplier_loc | self.customer_loc, func=all + ) + ) From 24f4faf80c6d4c38072bcc886ecf8c9dc55b1b3f Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Thu, 11 Feb 2021 09:42:29 +0100 Subject: [PATCH 362/631] Apply suggestions from code review Co-authored-by: Simone Orsi --- stock_helper/__manifest__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stock_helper/__manifest__.py b/stock_helper/__manifest__.py index 6473fbf35..c422457cb 100644 --- a/stock_helper/__manifest__.py +++ b/stock_helper/__manifest__.py @@ -2,9 +2,9 @@ # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html). { - "name": "Stock Move Helpers", + "name": "Stock Helpers", "summary": "Add methods shared between various stock modules", - "version": "13.0.1.1.0", + "version": "13.0.1.0.0", "author": "Camptocamp, Odoo Community Association (OCA)", "website": "https://github.com/OCA/stock-logistics-warehouse", "category": "Hidden", From e10bdadf980452c2c2747a170a9677cdd54a896c Mon Sep 17 00:00:00 2001 From: oca-travis Date: Thu, 11 Feb 2021 10:39:19 +0000 Subject: [PATCH 363/631] [UPD] Update stock_helper.pot --- stock_helper/i18n/stock_helper.pot | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 stock_helper/i18n/stock_helper.pot diff --git a/stock_helper/i18n/stock_helper.pot b/stock_helper/i18n/stock_helper.pot new file mode 100644 index 000000000..ed5ca5af8 --- /dev/null +++ b/stock_helper/i18n/stock_helper.pot @@ -0,0 +1,19 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_helper +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 13.0\n" +"Report-Msgid-Bugs-To: \n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: stock_helper +#: model:ir.model,name:stock_helper.model_stock_location +msgid "Inventory Locations" +msgstr "" From f633c68662fc19f6516bf2eb0e06206294b0b40a Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Thu, 11 Feb 2021 11:32:39 +0000 Subject: [PATCH 364/631] [UPD] README.rst --- stock_helper/README.rst | 73 ++++ stock_helper/static/description/index.html | 419 +++++++++++++++++++++ 2 files changed, 492 insertions(+) create mode 100644 stock_helper/README.rst create mode 100644 stock_helper/static/description/index.html diff --git a/stock_helper/README.rst b/stock_helper/README.rst new file mode 100644 index 000000000..c7354737a --- /dev/null +++ b/stock_helper/README.rst @@ -0,0 +1,73 @@ +============= +Stock Helpers +============= + +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png + :target: https://odoo-community.org/page/development-status + :alt: Beta +.. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png + :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html + :alt: License: LGPL-3 +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--warehouse-lightgray.png?logo=github + :target: https://github.com/OCA/stock-logistics-warehouse/tree/13.0/stock_helper + :alt: OCA/stock-logistics-warehouse +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-13-0/stock-logistics-warehouse-13-0-stock_helper + :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png + :target: https://runbot.odoo-community.org/runbot/153/13.0 + :alt: Try me on Runbot + +|badge1| |badge2| |badge3| |badge4| |badge5| + +Add methods to be used by other modules. This is not a functional module. + +**Table of contents** + +.. contents:: + :local: + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed +`feedback `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +~~~~~~~ + +* Camptocamp + +Contributors +~~~~~~~~~~~~ + +* Guewen Baconnier + +Maintainers +~~~~~~~~~~~ + +This module is maintained by the OCA. + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use. + +This module is part of the `OCA/stock-logistics-warehouse `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/stock_helper/static/description/index.html b/stock_helper/static/description/index.html new file mode 100644 index 000000000..4ae81b83f --- /dev/null +++ b/stock_helper/static/description/index.html @@ -0,0 +1,419 @@ + + + + + + +Stock Helpers + + + +
    +

    Stock Helpers

    + + +

    Beta License: LGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runbot

    +

    Add methods to be used by other modules. This is not a functional module.

    +

    Table of contents

    + +
    +

    Bug Tracker

    +

    Bugs are tracked on GitHub Issues. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed +feedback.

    +

    Do not contact contributors directly about support or help with technical issues.

    +
    +
    +

    Credits

    +
    +

    Authors

    +
      +
    • Camptocamp
    • +
    +
    +
    +

    Contributors

    + +
    +
    +

    Maintainers

    +

    This module is maintained by the OCA.

    +Odoo Community Association +

    OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use.

    +

    This module is part of the OCA/stock-logistics-warehouse project on GitHub.

    +

    You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

    +
    +
    +
    + + From 1d1bbcb61c50ca502e025643bd6122b650dc9695 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Thu, 11 Feb 2021 11:32:40 +0000 Subject: [PATCH 365/631] [ADD] icon.png --- stock_helper/static/description/icon.png | Bin 0 -> 9455 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 stock_helper/static/description/icon.png diff --git a/stock_helper/static/description/icon.png b/stock_helper/static/description/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..3a0328b516c4980e8e44cdb63fd945757ddd132d GIT binary patch literal 9455 zcmW++2RxMjAAjx~&dlBk9S+%}OXg)AGE&Cb*&}d0jUxM@u(PQx^-s)697TX`ehR4?GS^qbkof1cslKgkU)h65qZ9Oc=ml_0temigYLJfnz{IDzUf>bGs4N!v3=Z3jMq&A#7%rM5eQ#dc?k~! zVpnB`o+K7|Al`Q_U;eD$B zfJtP*jH`siUq~{KE)`jP2|#TUEFGRryE2`i0**z#*^6~AI|YzIWy$Cu#CSLW3q=GA z6`?GZymC;dCPk~rBS%eCb`5OLr;RUZ;D`}um=H)BfVIq%7VhiMr)_#G0N#zrNH|__ zc+blN2UAB0=617@>_u;MPHN;P;N#YoE=)R#i$k_`UAA>WWCcEVMh~L_ zj--gtp&|K1#58Yz*AHCTMziU1Jzt_jG0I@qAOHsk$2}yTmVkBp_eHuY$A9)>P6o~I z%aQ?!(GqeQ-Y+b0I(m9pwgi(IIZZzsbMv+9w{PFtd_<_(LA~0H(xz{=FhLB@(1&qHA5EJw1>>=%q2f&^X>IQ{!GJ4e9U z&KlB)z(84HmNgm2hg2C0>WM{E(DdPr+EeU_N@57;PC2&DmGFW_9kP&%?X4}+xWi)( z;)z%wI5>D4a*5XwD)P--sPkoY(a~WBw;E~AW`Yue4kFa^LM3X`8x|}ZUeMnqr}>kH zG%WWW>3ml$Yez?i%)2pbKPI7?5o?hydokgQyZsNEr{a|mLdt;X2TX(#B1j35xPnPW z*bMSSOauW>o;*=kO8ojw91VX!qoOQb)zHJ!odWB}d+*K?#sY_jqPdg{Sm2HdYzdEx zOGVPhVRTGPtv0o}RfVP;Nd(|CB)I;*t&QO8h zFfekr30S!-LHmV_Su-W+rEwYXJ^;6&3|L$mMC8*bQptyOo9;>Qb9Q9`ySe3%V$A*9 zeKEe+b0{#KWGp$F+tga)0RtI)nhMa-K@JS}2krK~n8vJ=Ngm?R!9G<~RyuU0d?nz# z-5EK$o(!F?hmX*2Yt6+coY`6jGbb7tF#6nHA zuKk=GGJ;ZwON1iAfG$E#Y7MnZVmrY|j0eVI(DN_MNFJmyZ|;w4tf@=CCDZ#5N_0K= z$;R~bbk?}TpfDjfB&aiQ$VA}s?P}xPERJG{kxk5~R`iRS(SK5d+Xs9swCozZISbnS zk!)I0>t=A<-^z(cmSFz3=jZ23u13X><0b)P)^1T_))Kr`e!-pb#q&J*Q`p+B6la%C zuVl&0duN<;uOsB3%T9Fp8t{ED108<+W(nOZd?gDnfNBC3>M8WE61$So|P zVvqH0SNtDTcsUdzaMDpT=Ty0pDHHNL@Z0w$Y`XO z2M-_r1S+GaH%pz#Uy0*w$Vdl=X=rQXEzO}d6J^R6zjM1u&c9vYLvLp?W7w(?np9x1 zE_0JSAJCPB%i7p*Wvg)pn5T`8k3-uR?*NT|J`eS#_#54p>!p(mLDvmc-3o0mX*mp_ zN*AeS<>#^-{S%W<*mz^!X$w_2dHWpcJ6^j64qFBft-o}o_Vx80o0>}Du;>kLts;$8 zC`7q$QI(dKYG`Wa8#wl@V4jVWBRGQ@1dr-hstpQL)Tl+aqVpGpbSfN>5i&QMXfiZ> zaA?T1VGe?rpQ@;+pkrVdd{klI&jVS@I5_iz!=UMpTsa~mBga?1r}aRBm1WS;TT*s0f0lY=JBl66Upy)-k4J}lh=P^8(SXk~0xW=T9v*B|gzIhN z>qsO7dFd~mgxAy4V?&)=5ieYq?zi?ZEoj)&2o)RLy=@hbCRcfT5jigwtQGE{L*8<@Yd{zg;CsL5mvzfDY}P-wos_6PfprFVaeqNE%h zKZhLtcQld;ZD+>=nqN~>GvROfueSzJD&BE*}XfU|H&(FssBqY=hPCt`d zH?@s2>I(|;fcW&YM6#V#!kUIP8$Nkdh0A(bEVj``-AAyYgwY~jB zT|I7Bf@%;7aL7Wf4dZ%VqF$eiaC38OV6oy3Z#TER2G+fOCd9Iaoy6aLYbPTN{XRPz z;U!V|vBf%H!}52L2gH_+j;`bTcQRXB+y9onc^wLm5wi3-Be}U>k_u>2Eg$=k!(l@I zcCg+flakT2Nej3i0yn+g+}%NYb?ta;R?(g5SnwsQ49U8Wng8d|{B+lyRcEDvR3+`O{zfmrmvFrL6acVP%yG98X zo&+VBg@px@i)%o?dG(`T;n*$S5*rnyiR#=wW}}GsAcfyQpE|>a{=$Hjg=-*_K;UtD z#z-)AXwSRY?OPefw^iI+ z)AXz#PfEjlwTes|_{sB?4(O@fg0AJ^g8gP}ex9Ucf*@_^J(s_5jJV}c)s$`Myn|Kd z$6>}#q^n{4vN@+Os$m7KV+`}c%4)4pv@06af4-x5#wj!KKb%caK{A&Y#Rfs z-po?Dcb1({W=6FKIUirH&(yg=*6aLCekcKwyfK^JN5{wcA3nhO(o}SK#!CINhI`-I z1)6&n7O&ZmyFMuNwvEic#IiOAwNkR=u5it{B9n2sAJV5pNhar=j5`*N!Na;c7g!l$ z3aYBqUkqqTJ=Re-;)s!EOeij=7SQZ3Hq}ZRds%IM*PtM$wV z@;rlc*NRK7i3y5BETSKuumEN`Xu_8GP1Ri=OKQ$@I^ko8>H6)4rjiG5{VBM>B|%`&&s^)jS|-_95&yc=GqjNo{zFkw%%HHhS~e=s zD#sfS+-?*t|J!+ozP6KvtOl!R)@@-z24}`9{QaVLD^9VCSR2b`b!KC#o;Ki<+wXB6 zx3&O0LOWcg4&rv4QG0)4yb}7BFSEg~=IR5#ZRj8kg}dS7_V&^%#Do==#`u zpy6{ox?jWuR(;pg+f@mT>#HGWHAJRRDDDv~@(IDw&R>9643kK#HN`!1vBJHnC+RM&yIh8{gG2q zA%e*U3|N0XSRa~oX-3EAneep)@{h2vvd3Xvy$7og(sayr@95+e6~Xvi1tUqnIxoIH zVWo*OwYElb#uyW{Imam6f2rGbjR!Y3`#gPqkv57dB6K^wRGxc9B(t|aYDGS=m$&S!NmCtrMMaUg(c zc2qC=2Z`EEFMW-me5B)24AqF*bV5Dr-M5ig(l-WPS%CgaPzs6p_gnCIvTJ=Y<6!gT zVt@AfYCzjjsMEGi=rDQHo0yc;HqoRNnNFeWZgcm?f;cp(6CNylj36DoL(?TS7eU#+ z7&mfr#y))+CJOXQKUMZ7QIdS9@#-}7y2K1{8)cCt0~-X0O!O?Qx#E4Og+;A2SjalQ zs7r?qn0H044=sDN$SRG$arw~n=+T_DNdSrarmu)V6@|?1-ZB#hRn`uilTGPJ@fqEy zGt(f0B+^JDP&f=r{#Y_wi#AVDf-y!RIXU^0jXsFpf>=Ji*TeqSY!H~AMbJdCGLhC) zn7Rx+sXw6uYj;WRYrLd^5IZq@6JI1C^YkgnedZEYy<&4(z%Q$5yv#Boo{AH8n$a zhb4Y3PWdr269&?V%uI$xMcUrMzl=;w<_nm*qr=c3Rl@i5wWB;e-`t7D&c-mcQl7x! zZWB`UGcw=Y2=}~wzrfLx=uet<;m3~=8I~ZRuzvMQUQdr+yTV|ATf1Uuomr__nDf=X zZ3WYJtHp_ri(}SQAPjv+Y+0=fH4krOP@S&=zZ-t1jW1o@}z;xk8 z(Nz1co&El^HK^NrhVHa-_;&88vTU>_J33=%{if;BEY*J#1n59=07jrGQ#IP>@u#3A z;!q+E1Rj3ZJ+!4bq9F8PXJ@yMgZL;>&gYA0%_Kbi8?S=XGM~dnQZQ!yBSgcZhY96H zrWnU;k)qy`rX&&xlDyA%(a1Hhi5CWkmg(`Gb%m(HKi-7Z!LKGRP_B8@`7&hdDy5n= z`OIxqxiVfX@OX1p(mQu>0Ai*v_cTMiw4qRt3~NBvr9oBy0)r>w3p~V0SCm=An6@3n)>@z!|o-$HvDK z|3D2ZMJkLE5loMKl6R^ez@Zz%S$&mbeoqH5`Bb){Ei21q&VP)hWS2tjShfFtGE+$z zzCR$P#uktu+#!w)cX!lWN1XU%K-r=s{|j?)Akf@q#3b#{6cZCuJ~gCxuMXRmI$nGtnH+-h z+GEi!*X=AP<|fG`1>MBdTb?28JYc=fGvAi2I<$B(rs$;eoJCyR6_bc~p!XR@O-+sD z=eH`-ye})I5ic1eL~TDmtfJ|8`0VJ*Yr=hNCd)G1p2MMz4C3^Mj?7;!w|Ly%JqmuW zlIEW^Ft%z?*|fpXda>Jr^1noFZEwFgVV%|*XhH@acv8rdGxeEX{M$(vG{Zw+x(ei@ zmfXb22}8-?Fi`vo-YVrTH*C?a8%M=Hv9MqVH7H^J$KsD?>!SFZ;ZsvnHr_gn=7acz z#W?0eCdVhVMWN12VV^$>WlQ?f;P^{(&pYTops|btm6aj>_Uz+hqpGwB)vWp0Cf5y< zft8-je~nn?W11plq}N)4A{l8I7$!ks_x$PXW-2XaRFswX_BnF{R#6YIwMhAgd5F9X zGmwdadS6(a^fjHtXg8=l?Rc0Sm%hk6E9!5cLVloEy4eh(=FwgP`)~I^5~pBEWo+F6 zSf2ncyMurJN91#cJTy_u8Y}@%!bq1RkGC~-bV@SXRd4F{R-*V`bS+6;W5vZ(&+I<9$;-V|eNfLa5n-6% z2(}&uGRF;p92eS*sE*oR$@pexaqr*meB)VhmIg@h{uzkk$9~qh#cHhw#>O%)b@+(| z^IQgqzuj~Sk(J;swEM-3TrJAPCq9k^^^`q{IItKBRXYe}e0Tdr=Huf7da3$l4PdpwWDop%^}n;dD#K4s#DYA8SHZ z&1!riV4W4R7R#C))JH1~axJ)RYnM$$lIR%6fIVA@zV{XVyx}C+a-Dt8Y9M)^KU0+H zR4IUb2CJ{Hg>CuaXtD50jB(_Tcx=Z$^WYu2u5kubqmwp%drJ6 z?Fo40g!Qd<-l=TQxqHEOuPX0;^z7iX?Ke^a%XT<13TA^5`4Xcw6D@Ur&VT&CUe0d} z1GjOVF1^L@>O)l@?bD~$wzgf(nxX1OGD8fEV?TdJcZc2KoUe|oP1#=$$7ee|xbY)A zDZq+cuTpc(fFdj^=!;{k03C69lMQ(|>uhRfRu%+!k&YOi-3|1QKB z z?n?eq1XP>p-IM$Z^C;2L3itnbJZAip*Zo0aw2bs8@(s^~*8T9go!%dHcAz2lM;`yp zD=7&xjFV$S&5uDaiScyD?B-i1ze`+CoRtz`Wn+Zl&#s4&}MO{@N!ufrzjG$B79)Y2d3tBk&)TxUTw@QS0TEL_?njX|@vq?Uz(nBFK5Pq7*xj#u*R&i|?7+6# z+|r_n#SW&LXhtheZdah{ZVoqwyT{D>MC3nkFF#N)xLi{p7J1jXlmVeb;cP5?e(=f# zuT7fvjSbjS781v?7{)-X3*?>tq?)Yd)~|1{BDS(pqC zC}~H#WXlkUW*H5CDOo<)#x7%RY)A;ShGhI5s*#cRDA8YgqG(HeKDx+#(ZQ?386dv! zlXCO)w91~Vw4AmOcATuV653fa9R$fyK8ul%rG z-wfS zihugoZyr38Im?Zuh6@RcF~t1anQu7>#lPpb#}4cOA!EM11`%f*07RqOVkmX{p~KJ9 z^zP;K#|)$`^Rb{rnHGH{~>1(fawV0*Z#)}M`m8-?ZJV<+e}s9wE# z)l&az?w^5{)`S(%MRzxdNqrs1n*-=jS^_jqE*5XDrA0+VE`5^*p3CuM<&dZEeCjoz zR;uu_H9ZPZV|fQq`Cyw4nscrVwi!fE6ciMmX$!_hN7uF;jjKG)d2@aC4ropY)8etW=xJvni)8eHi`H$%#zn^WJ5NLc-rqk|u&&4Z6fD_m&JfSI1Bvb?b<*n&sfl0^t z=HnmRl`XrFvMKB%9}>PaA`m-fK6a0(8=qPkWS5bb4=v?XcWi&hRY?O5HdulRi4?fN zlsJ*N-0Qw+Yic@s0(2uy%F@ib;GjXt01Fmx5XbRo6+n|pP(&nodMoap^z{~q ziEeaUT@Mxe3vJSfI6?uLND(CNr=#^W<1b}jzW58bIfyWTDle$mmS(|x-0|2UlX+9k zQ^EX7Nw}?EzVoBfT(-LT|=9N@^hcn-_p&sqG z&*oVs2JSU+N4ZD`FhCAWaS;>|wH2G*Id|?pa#@>tyxX`+4HyIArWDvVrX)2WAOQff z0qyHu&-S@i^MS-+j--!pr4fPBj~_8({~e1bfcl0wI1kaoN>mJL6KUPQm5N7lB(ui1 zE-o%kq)&djzWJ}ob<-GfDlkB;F31j-VHKvQUGQ3sp`CwyGJk_i!y^sD0fqC@$9|jO zOqN!r!8-p==F@ZVP=U$qSpY(gQ0)59P1&t@y?5rvg<}E+GB}26NYPp4f2YFQrQtot5mn3wu_qprZ=>Ig-$ zbW26Ws~IgY>}^5w`vTB(G`PTZaDiGBo5o(tp)qli|NeV( z@H_=R8V39rt5J5YB2Ky?4eJJ#b`_iBe2ot~6%7mLt5t8Vwi^Jy7|jWXqa3amOIoRb zOr}WVFP--DsS`1WpN%~)t3R!arKF^Q$e12KEqU36AWwnCBICpH4XCsfnyrHr>$I$4 z!DpKX$OKLWarN7nv@!uIA+~RNO)l$$w}p(;b>mx8pwYvu;dD_unryX_NhT8*Tj>BTrTTL&!?O+%Rv;b?B??gSzdp?6Uug9{ zd@V08Z$BdI?fpoCS$)t4mg4rT8Q_I}h`0d-vYZ^|dOB*Q^S|xqTV*vIg?@fVFSmMpaw0qtTRbx} z({Pg?#{2`sc9)M5N$*N|4;^t$+QP?#mov zGVC@I*lBVrOU-%2y!7%)fAKjpEFsgQc4{amtiHb95KQEwvf<(3T<9-Zm$xIew#P22 zc2Ix|App^>v6(3L_MCU0d3W##AB0M~3D00EWoKZqsJYT(#@w$Y_H7G22M~ApVFTRHMI_3be)Lkn#0F*V8Pq zc}`Cjy$bE;FJ6H7p=0y#R>`}-m4(0F>%@P|?7fx{=R^uFdISRnZ2W_xQhD{YuR3t< z{6yxu=4~JkeA;|(J6_nv#>Nvs&FuLA&PW^he@t(UwFFE8)|a!R{`E`K`i^ZnyE4$k z;(749Ix|oi$c3QbEJ3b~D_kQsPz~fIUKym($a_7dJ?o+40*OLl^{=&oq$<#Q(yyrp z{J-FAniyAw9tPbe&IhQ|a`DqFTVQGQ&Gq3!C2==4x{6EJwiPZ8zub-iXoUtkJiG{} zPaR&}_fn8_z~(=;5lD-aPWD3z8PZS@AaUiomF!G8I}Mf>e~0g#BelA-5#`cj;O5>N Xviia!U7SGha1wx#SCgwmn*{w2TRX*I literal 0 HcmV?d00001 From 4f1a4709abbf1bf750841a39b94e851cf09360cc Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Thu, 11 Feb 2021 11:32:42 +0000 Subject: [PATCH 366/631] stock_helper 13.0.1.1.0 --- stock_helper/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock_helper/__manifest__.py b/stock_helper/__manifest__.py index c422457cb..64f890f1d 100644 --- a/stock_helper/__manifest__.py +++ b/stock_helper/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Stock Helpers", "summary": "Add methods shared between various stock modules", - "version": "13.0.1.0.0", + "version": "13.0.1.1.0", "author": "Camptocamp, Odoo Community Association (OCA)", "website": "https://github.com/OCA/stock-logistics-warehouse", "category": "Hidden", From 445f9bd25e152fbeff68e7d88958acd1173e1ae6 Mon Sep 17 00:00:00 2001 From: davidborromeo Date: Fri, 19 Mar 2021 12:52:09 +0100 Subject: [PATCH 367/631] [IMP] stock_helper: black, isort, prettier --- setup/stock_helper/odoo/addons/stock_helper | 1 + setup/stock_helper/setup.py | 6 ++++++ 2 files changed, 7 insertions(+) create mode 120000 setup/stock_helper/odoo/addons/stock_helper create mode 100644 setup/stock_helper/setup.py diff --git a/setup/stock_helper/odoo/addons/stock_helper b/setup/stock_helper/odoo/addons/stock_helper new file mode 120000 index 000000000..0284ed59e --- /dev/null +++ b/setup/stock_helper/odoo/addons/stock_helper @@ -0,0 +1 @@ +../../../../stock_helper \ No newline at end of file diff --git a/setup/stock_helper/setup.py b/setup/stock_helper/setup.py new file mode 100644 index 000000000..28c57bb64 --- /dev/null +++ b/setup/stock_helper/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) From 8bc54b4caa8458a96c3c9ec7ce0cb456eeb145d2 Mon Sep 17 00:00:00 2001 From: oca-travis Date: Fri, 19 Mar 2021 12:00:09 +0000 Subject: [PATCH 368/631] [UPD] Update stock_inventory_preparation_filter.pot --- .../i18n/stock_inventory_preparation_filter.pot | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/stock_inventory_preparation_filter/i18n/stock_inventory_preparation_filter.pot b/stock_inventory_preparation_filter/i18n/stock_inventory_preparation_filter.pot index 7d480c242..c3801eaee 100644 --- a/stock_inventory_preparation_filter/i18n/stock_inventory_preparation_filter.pot +++ b/stock_inventory_preparation_filter/i18n/stock_inventory_preparation_filter.pot @@ -4,7 +4,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 13.0\n" +"Project-Id-Version: Odoo Server 14.0\n" "Report-Msgid-Bugs-To: \n" "Last-Translator: \n" "Language-Team: \n" @@ -24,6 +24,11 @@ msgstr "" msgid "Categories" msgstr "" +#. module: stock_inventory_preparation_filter +#: model:ir.model.fields,field_description:stock_inventory_preparation_filter.field_stock_inventory__display_name +msgid "Display Name" +msgstr "" + #. module: stock_inventory_preparation_filter #: model:ir.model.fields,field_description:stock_inventory_preparation_filter.field_stock_inventory__product_domain msgid "Domain" @@ -35,6 +40,11 @@ msgstr "" msgid "Filtered Products" msgstr "" +#. module: stock_inventory_preparation_filter +#: model:ir.model.fields,field_description:stock_inventory_preparation_filter.field_stock_inventory__id +msgid "ID" +msgstr "" + #. module: stock_inventory_preparation_filter #: model:ir.model.fields,help:stock_inventory_preparation_filter.field_stock_inventory__filter msgid "" @@ -56,6 +66,11 @@ msgstr "" msgid "Inventory of" msgstr "" +#. module: stock_inventory_preparation_filter +#: model:ir.model.fields,field_description:stock_inventory_preparation_filter.field_stock_inventory____last_update +msgid "Last Modified on" +msgstr "" + #. module: stock_inventory_preparation_filter #: model:ir.model.fields,field_description:stock_inventory_preparation_filter.field_stock_inventory__lot_ids msgid "Lots" From f446891ac5e3014dbeeacb21156370a49635281b Mon Sep 17 00:00:00 2001 From: davidborromeo Date: Fri, 19 Mar 2021 13:02:53 +0100 Subject: [PATCH 369/631] [MIG] stock_helper: Migration to 14.0 --- stock_helper/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock_helper/__manifest__.py b/stock_helper/__manifest__.py index 64f890f1d..086d7070a 100644 --- a/stock_helper/__manifest__.py +++ b/stock_helper/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Stock Helpers", "summary": "Add methods shared between various stock modules", - "version": "13.0.1.1.0", + "version": "14.0.1.0.0", "author": "Camptocamp, Odoo Community Association (OCA)", "website": "https://github.com/OCA/stock-logistics-warehouse", "category": "Hidden", From e57a2372f5f80549fcd50136b22b598f4f3f7b81 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Fri, 19 Mar 2021 12:33:05 +0000 Subject: [PATCH 370/631] [UPD] addons table in README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b4ca92f00..94061547f 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ addon | version | summary [stock_demand_estimate](stock_demand_estimate/) | 14.0.1.1.0 | Allows to create demand estimates. [stock_demand_estimate_matrix](stock_demand_estimate_matrix/) | 14.0.1.0.0 | Allows to create demand estimates. [stock_free_quantity](stock_free_quantity/) | 14.0.1.0.0 | Stock Free Quantity +[stock_inventory_preparation_filter](stock_inventory_preparation_filter/) | 14.0.1.0.0 | More filters for inventory adjustments [stock_location_children](stock_location_children/) | 14.0.1.0.0 | Add relation between stock location and all its children [stock_location_lockdown](stock_location_lockdown/) | 14.0.1.0.0 | Prevent to add stock on locked locations [stock_move_location](stock_move_location/) | 14.0.1.0.0 | This module allows to move all stock in a stock location to an other one. From 69db75dc7ba604b5321d08a889507d7a8a9ad7a5 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Fri, 19 Mar 2021 12:33:07 +0000 Subject: [PATCH 371/631] [UPD] README.rst --- stock_inventory_preparation_filter/README.rst | 18 ++++------ .../static/description/index.html | 36 ++++++++----------- 2 files changed, 20 insertions(+), 34 deletions(-) diff --git a/stock_inventory_preparation_filter/README.rst b/stock_inventory_preparation_filter/README.rst index e6784f253..9cda631e3 100644 --- a/stock_inventory_preparation_filter/README.rst +++ b/stock_inventory_preparation_filter/README.rst @@ -14,13 +14,13 @@ Extended Inventory Preparation Filters :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--warehouse-lightgray.png?logo=github - :target: https://github.com/OCA/stock-logistics-warehouse/tree/13.0/stock_inventory_preparation_filter + :target: https://github.com/OCA/stock-logistics-warehouse/tree/14.0/stock_inventory_preparation_filter :alt: OCA/stock-logistics-warehouse .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-13-0/stock-logistics-warehouse-13-0-stock_inventory_preparation_filter + :target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-14-0/stock-logistics-warehouse-14-0-stock_inventory_preparation_filter :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png - :target: https://runbot.odoo-community.org/runbot/153/13.0 + :target: https://runbot.odoo-community.org/runbot/153/14.0 :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| |badge5| @@ -36,20 +36,13 @@ Includes more options for making an inventory out of: .. contents:: :local: -Known issues / Roadmap -====================== - -* The widget domain is not displayed correctly, but this issue is related to - Odoo. To avoid this malfunction, use the keyboard arrows to properly work - with the domain option. - Bug Tracker =========== Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -73,6 +66,7 @@ Contributors * Sergio Teruel * Xavier Jimenez +* Iván Todorovich Maintainers ~~~~~~~~~~~ @@ -87,6 +81,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. -This module is part of the `OCA/stock-logistics-warehouse `_ project on GitHub. +This module is part of the `OCA/stock-logistics-warehouse `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/stock_inventory_preparation_filter/static/description/index.html b/stock_inventory_preparation_filter/static/description/index.html index 2d7b90ae1..fc0bec3d1 100644 --- a/stock_inventory_preparation_filter/static/description/index.html +++ b/stock_inventory_preparation_filter/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

    Beta License: AGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runbot

    +

    Beta License: AGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runbot

    Includes more options for making an inventory out of:

    • Products filtered by a domain.
    • @@ -377,43 +377,34 @@ ul.auto-toc {

      Table of contents

      -
      -

      Known issues / Roadmap

      -
        -
      • The widget domain is not displayed correctly, but this issue is related to -Odoo. To avoid this malfunction, use the keyboard arrows to properly work -with the domain option.
      • -
      -
      -

      Bug Tracker

      +

      Bug Tracker

      Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed -feedback.

      +feedback.

      Do not contact contributors directly about support or help with technical issues.

      -

      Credits

      +

      Credits

      -

      Authors

      +

      Authors

      • AvanzOSC
      • Tecnativa
      -

      Contributors

      +

      Contributors

      -

      Maintainers

      +

      Maintainers

      This module is maintained by the OCA.

      Odoo Community Association

      OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

      -

      This module is part of the OCA/stock-logistics-warehouse project on GitHub.

      +

      This module is part of the OCA/stock-logistics-warehouse project on GitHub.

      You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

      From dc8f93e9e6335c2c161aae2c211e16069f7cb1ec Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Fri, 19 Mar 2021 12:33:08 +0000 Subject: [PATCH 372/631] [ADD] setup.py --- setup/_metapackage/VERSION.txt | 2 +- setup/_metapackage/setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index b3a04883a..1dfd2c34e 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -14.0.20210319.0 \ No newline at end of file +14.0.20210319.1 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index c304dbd6e..433cf3b2d 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -14,6 +14,7 @@ setuptools.setup( 'odoo14-addon-stock_demand_estimate', 'odoo14-addon-stock_demand_estimate_matrix', 'odoo14-addon-stock_free_quantity', + 'odoo14-addon-stock_inventory_preparation_filter', 'odoo14-addon-stock_location_children', 'odoo14-addon-stock_location_lockdown', 'odoo14-addon-stock_move_location', From a45ee3740390888cb7ef4a1e3841ff9dbd7fb475 Mon Sep 17 00:00:00 2001 From: oca-travis Date: Tue, 23 Mar 2021 09:22:44 +0000 Subject: [PATCH 373/631] [UPD] Update stock_helper.pot --- stock_helper/i18n/stock_helper.pot | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/stock_helper/i18n/stock_helper.pot b/stock_helper/i18n/stock_helper.pot index ed5ca5af8..234a3cc9d 100644 --- a/stock_helper/i18n/stock_helper.pot +++ b/stock_helper/i18n/stock_helper.pot @@ -4,7 +4,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 13.0\n" +"Project-Id-Version: Odoo Server 14.0\n" "Report-Msgid-Bugs-To: \n" "Last-Translator: \n" "Language-Team: \n" @@ -13,7 +13,22 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: \n" +#. module: stock_helper +#: model:ir.model.fields,field_description:stock_helper.field_stock_location__display_name +msgid "Display Name" +msgstr "" + +#. module: stock_helper +#: model:ir.model.fields,field_description:stock_helper.field_stock_location__id +msgid "ID" +msgstr "" + #. module: stock_helper #: model:ir.model,name:stock_helper.model_stock_location msgid "Inventory Locations" msgstr "" + +#. module: stock_helper +#: model:ir.model.fields,field_description:stock_helper.field_stock_location____last_update +msgid "Last Modified on" +msgstr "" From e2f09ca0f28957179a55413ae23349ba43fb395e Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Tue, 23 Mar 2021 09:53:41 +0000 Subject: [PATCH 374/631] [UPD] addons table in README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 94061547f..3af7e5503 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ addon | version | summary [stock_demand_estimate](stock_demand_estimate/) | 14.0.1.1.0 | Allows to create demand estimates. [stock_demand_estimate_matrix](stock_demand_estimate_matrix/) | 14.0.1.0.0 | Allows to create demand estimates. [stock_free_quantity](stock_free_quantity/) | 14.0.1.0.0 | Stock Free Quantity +[stock_helper](stock_helper/) | 14.0.1.0.0 | Add methods shared between various stock modules [stock_inventory_preparation_filter](stock_inventory_preparation_filter/) | 14.0.1.0.0 | More filters for inventory adjustments [stock_location_children](stock_location_children/) | 14.0.1.0.0 | Add relation between stock location and all its children [stock_location_lockdown](stock_location_lockdown/) | 14.0.1.0.0 | Prevent to add stock on locked locations From 5b653511e589770506dc3de869484b37f4f63a47 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Tue, 23 Mar 2021 09:53:43 +0000 Subject: [PATCH 375/631] [UPD] README.rst --- stock_helper/README.rst | 10 +++++----- stock_helper/static/description/index.html | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/stock_helper/README.rst b/stock_helper/README.rst index c7354737a..d32d93572 100644 --- a/stock_helper/README.rst +++ b/stock_helper/README.rst @@ -14,13 +14,13 @@ Stock Helpers :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--warehouse-lightgray.png?logo=github - :target: https://github.com/OCA/stock-logistics-warehouse/tree/13.0/stock_helper + :target: https://github.com/OCA/stock-logistics-warehouse/tree/14.0/stock_helper :alt: OCA/stock-logistics-warehouse .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-13-0/stock-logistics-warehouse-13-0-stock_helper + :target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-14-0/stock-logistics-warehouse-14-0-stock_helper :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png - :target: https://runbot.odoo-community.org/runbot/153/13.0 + :target: https://runbot.odoo-community.org/runbot/153/14.0 :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| |badge5| @@ -38,7 +38,7 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -68,6 +68,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. -This module is part of the `OCA/stock-logistics-warehouse `_ project on GitHub. +This module is part of the `OCA/stock-logistics-warehouse `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/stock_helper/static/description/index.html b/stock_helper/static/description/index.html index 4ae81b83f..6672604f4 100644 --- a/stock_helper/static/description/index.html +++ b/stock_helper/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

      Beta License: LGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runbot

      +

      Beta License: LGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runbot

      Add methods to be used by other modules. This is not a functional module.

      Table of contents

      @@ -386,7 +386,7 @@ ul.auto-toc {

      Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed -feedback.

      +feedback.

      Do not contact contributors directly about support or help with technical issues.

      @@ -410,7 +410,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome

      OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

      -

      This module is part of the OCA/stock-logistics-warehouse project on GitHub.

      +

      This module is part of the OCA/stock-logistics-warehouse project on GitHub.

      You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

    From e412402941a483f996cd629b2bd8dff7fb957f13 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Tue, 23 Mar 2021 09:53:44 +0000 Subject: [PATCH 376/631] [ADD] setup.py --- setup/_metapackage/VERSION.txt | 2 +- setup/_metapackage/setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 1dfd2c34e..2d654324f 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -14.0.20210319.1 \ No newline at end of file +14.0.20210323.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 433cf3b2d..c8ffbc30b 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -14,6 +14,7 @@ setuptools.setup( 'odoo14-addon-stock_demand_estimate', 'odoo14-addon-stock_demand_estimate_matrix', 'odoo14-addon-stock_free_quantity', + 'odoo14-addon-stock_helper', 'odoo14-addon-stock_inventory_preparation_filter', 'odoo14-addon-stock_location_children', 'odoo14-addon-stock_location_lockdown', From d940e335038e036b4c6beb683ce0ad38b97ccff8 Mon Sep 17 00:00:00 2001 From: Yves Le Doeuff Date: Sat, 10 Apr 2021 17:38:39 +0000 Subject: [PATCH 377/631] Translated using Weblate (French (France)) Currently translated at 100.0% (10 of 10 strings) Translation: stock-logistics-warehouse-14.0/stock-logistics-warehouse-14.0-stock_inventory_preparation_filter Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-14-0/stock-logistics-warehouse-14-0-stock_inventory_preparation_filter/fr_FR/ --- .../i18n/fr_FR.po | 31 ++++++++++++------- 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/stock_inventory_preparation_filter/i18n/fr_FR.po b/stock_inventory_preparation_filter/i18n/fr_FR.po index 547095cc7..cfe6757a1 100644 --- a/stock_inventory_preparation_filter/i18n/fr_FR.po +++ b/stock_inventory_preparation_filter/i18n/fr_FR.po @@ -9,37 +9,38 @@ msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-02-27 11:37+0000\n" -"PO-Revision-Date: 2018-02-27 11:37+0000\n" -"Last-Translator: OCA Transbot , 2018\n" +"PO-Revision-Date: 2021-04-10 19:46+0000\n" +"Last-Translator: Yves Le Doeuff \n" "Language-Team: French (France) (https://www.transifex.com/oca/teams/23907/" "fr_FR/)\n" "Language: fr_FR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"Plural-Forms: nplurals=2; plural=n > 1;\n" +"X-Generator: Weblate 4.3.2\n" #. module: stock_inventory_preparation_filter #: code:addons/stock_inventory_preparation_filter/models/stock_inventory.py:0 #, python-format msgid "All products" -msgstr "" +msgstr "Produits" #. module: stock_inventory_preparation_filter #: model:ir.model.fields,field_description:stock_inventory_preparation_filter.field_stock_inventory__categ_ids msgid "Categories" -msgstr "" +msgstr "Catégories" #. module: stock_inventory_preparation_filter #: model:ir.model.fields,field_description:stock_inventory_preparation_filter.field_stock_inventory__product_domain msgid "Domain" -msgstr "" +msgstr "Domaine" #. module: stock_inventory_preparation_filter #: code:addons/stock_inventory_preparation_filter/models/stock_inventory.py:0 #, python-format msgid "Filtered Products" -msgstr "" +msgstr "Produits sélectionnés" #. module: stock_inventory_preparation_filter #: model:ir.model.fields,help:stock_inventory_preparation_filter.field_stock_inventory__filter @@ -50,34 +51,40 @@ msgid "" "system won't propose anything. You can also let the system propose for a " "single product / lot /... " msgstr "" +"Si vous faites un inventaire complet, vous pouvez choisir \"Tous les " +"produits\" et le système pré-remplit l'inventaire avec le stock actuel. Si " +"vous ne faites que quelques produits (par exemple, pour le comptage du cycle)" +", vous pouvez choisir \"Sélection manuelle des produits\" et le système ne " +"proposera rien. Vous pouvez également laisser le système proposer un seul " +"produit / lot /... " #. module: stock_inventory_preparation_filter #: model:ir.model,name:stock_inventory_preparation_filter.model_stock_inventory msgid "Inventory" -msgstr "" +msgstr "Inventaire" #. module: stock_inventory_preparation_filter #: model:ir.model.fields,field_description:stock_inventory_preparation_filter.field_stock_inventory__filter #: model_terms:ir.ui.view,arch_db:stock_inventory_preparation_filter.view_inventory_form msgid "Inventory of" -msgstr "" +msgstr "Inventaire" #. module: stock_inventory_preparation_filter #: model:ir.model.fields,field_description:stock_inventory_preparation_filter.field_stock_inventory__lot_ids msgid "Lots" -msgstr "" +msgstr "Lots" #. module: stock_inventory_preparation_filter #: code:addons/stock_inventory_preparation_filter/models/stock_inventory.py:0 #, python-format msgid "Selected Categories" -msgstr "" +msgstr "Catégories sélectionnées" #. module: stock_inventory_preparation_filter #: code:addons/stock_inventory_preparation_filter/models/stock_inventory.py:0 #, python-format msgid "Selected Lots" -msgstr "" +msgstr "Lots sélectionnés" #~ msgid "Quantity" #~ msgstr "Quantité" From cd77c82e4323edad55a7c6bb9dc675e2b398c917 Mon Sep 17 00:00:00 2001 From: Yves Le Doeuff Date: Sun, 11 Apr 2021 16:18:42 +0000 Subject: [PATCH 378/631] Translated using Weblate (French (France)) Currently translated at 100.0% (10 of 10 strings) Translation: stock-logistics-warehouse-14.0/stock-logistics-warehouse-14.0-stock_inventory_preparation_filter Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-14-0/stock-logistics-warehouse-14-0-stock_inventory_preparation_filter/fr_FR/ --- stock_inventory_preparation_filter/i18n/fr_FR.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stock_inventory_preparation_filter/i18n/fr_FR.po b/stock_inventory_preparation_filter/i18n/fr_FR.po index cfe6757a1..1fc4c7343 100644 --- a/stock_inventory_preparation_filter/i18n/fr_FR.po +++ b/stock_inventory_preparation_filter/i18n/fr_FR.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-02-27 11:37+0000\n" -"PO-Revision-Date: 2021-04-10 19:46+0000\n" +"PO-Revision-Date: 2021-04-11 18:46+0000\n" "Last-Translator: Yves Le Doeuff \n" "Language-Team: French (France) (https://www.transifex.com/oca/teams/23907/" "fr_FR/)\n" @@ -24,7 +24,7 @@ msgstr "" #: code:addons/stock_inventory_preparation_filter/models/stock_inventory.py:0 #, python-format msgid "All products" -msgstr "Produits" +msgstr "Tous les Produits" #. module: stock_inventory_preparation_filter #: model:ir.model.fields,field_description:stock_inventory_preparation_filter.field_stock_inventory__categ_ids From dfcb26f7e1916f7e7affdb95aa8c05649358085e Mon Sep 17 00:00:00 2001 From: hparfr Date: Tue, 13 Apr 2021 18:49:50 +0200 Subject: [PATCH 379/631] stock_move_common_dest: !fixup flush before SELECT --- stock_move_common_dest/models/stock_move.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/stock_move_common_dest/models/stock_move.py b/stock_move_common_dest/models/stock_move.py index 1bf3c7e9d..7cb652daf 100644 --- a/stock_move_common_dest/models/stock_move.py +++ b/stock_move_common_dest/models/stock_move.py @@ -16,6 +16,10 @@ class StockMove(models.Model): " same picking as the actual move's destination move", ) + def _flush_common_dest_move_query(self): + # flush is necessary before a SELECT + self.flush(["move_orig_ids", "move_dest_ids"]) + def _common_dest_move_query(self): sql = """SELECT smmr.move_orig_id move_id , array_agg(smmr2.move_orig_id) common_move_dest_ids @@ -41,6 +45,7 @@ class StockMove(models.Model): "move_dest_ids.picking_id.move_lines.move_orig_ids", ) def _compute_common_dest_move_ids(self): + self._flush_common_dest_move_query() sql = self._common_dest_move_query() self.env.cr.execute(sql, (tuple(self.ids),)) res = { @@ -58,6 +63,7 @@ class StockMove(models.Model): moves = self.search([("id", operator, value)]) if not moves: return FALSE_DOMAIN + self._flush_common_dest_move_query() sql = self._common_dest_move_query() self.env.cr.execute(sql, (tuple(moves.ids),)) res = [ From 432b9837ac81616bff9acf53088459a2d7b18c7c Mon Sep 17 00:00:00 2001 From: OCA Transbot Date: Sat, 30 Dec 2017 14:34:12 +0100 Subject: [PATCH 380/631] OCA Transbot updated translations from Transifex --- stock_request/i18n/de.po | 386 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 386 insertions(+) create mode 100644 stock_request/i18n/de.po diff --git a/stock_request/i18n/de.po b/stock_request/i18n/de.po new file mode 100644 index 000000000..cc38f15df --- /dev/null +++ b/stock_request/i18n/de.po @@ -0,0 +1,386 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_request +# +# Translators: +# Rudolf Schnapka , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-21 21:59+0000\n" +"PO-Revision-Date: 2017-11-21 21:59+0000\n" +"Last-Translator: Rudolf Schnapka , 2017\n" +"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:20 +#, python-format +msgid "
  • %s: Transferred quantity %s %s
  • " +msgstr "
  • %s: Umgelagerte Menge %s %s
  • " + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_kanban +msgid "" +"Done Qty:\n" +" " +msgstr "" +"Erledigte Menge:\n" +" " + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_kanban +msgid "Qty :" +msgstr "Menge :" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty +msgid "Allocated Quantity" +msgstr "Zugeordnete Menge" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Archived" +msgstr "Archiviert" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Cancel" +msgstr "Abbrechen" + +#. module: stock_request +#: selection:stock.request,state:0 +msgid "Cancelled" +msgstr "Abgebrochen" + +#. module: stock_request +#: model:ir.actions.act_window,help:stock_request.action_stock_request_form +msgid "Click to add a Stock Request." +msgstr "Klicken, um eine Bestandaanforderung zu stellen." + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_company_id +msgid "Company" +msgstr "Unternehmen" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Confirm" +msgstr "Freigeben" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_uid +msgid "Created by" +msgstr "Angelegt durch" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_date +msgid "Created on" +msgstr "Angelegt am" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_expected_date +msgid "Date when you expect to receive the goods." +msgstr "Datum an dem Sie die Warenlieferung erwarten." + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_count +msgid "Delivery Orders" +msgstr "Lieferscheine" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_display_name +msgid "Display Name" +msgstr "Anzeigebezeichnung" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: selection:stock.request,state:0 +msgid "Done" +msgstr "Erledigt" + +#. module: stock_request +#: selection:stock.request,state:0 +msgid "Draft" +msgstr "Entwurf" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date +msgid "Expected date" +msgstr "Erwartetes Datum" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Group By" +msgstr "Gruppiere nach" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_id +msgid "ID" +msgstr "ID" + +#. module: stock_request +#: selection:stock.request,state:0 +msgid "In progress" +msgstr "In Bearbeitung" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation___last_update +msgid "Last Modified on" +msgstr "Zuletzt geändert am" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_uid +msgid "Last Updated by" +msgstr "Zuletzt aktualisiert durch" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_date +msgid "Last Updated on" +msgstr "Zuletzt aktualisiert am" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_location_id +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Location" +msgstr "Ort" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_procurement_group_id +msgid "" +"Moves created through this stock request will be put in this procurement " +"group. If none is given, the moves generated by procurement rules will be " +"grouped into one big picking." +msgstr "" +"Umlagerungen infolge dieser Anforderung werden in dieser Beschaffungsgruppe " +"zusammengefasst. Ohne Angabe werden Umlagerungen aus Beschaffungsregeln in " +"einer gemeinsamen Kommissionierung gesammelt." + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_name +msgid "Name" +msgstr "Bezeichnung" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_move_line +msgid "Packing Operation" +msgstr "Packvorgang" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids +msgid "Pickings" +msgstr "Kommissionierungen" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id +msgid "Procurement Group" +msgstr "Beschaffungsgruppe" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_procurement_rule +msgid "Procurement Rule" +msgstr "Beschaffungsregel" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id +msgid "Product" +msgstr "Produkt" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id +msgid "Product Unit of Measure" +msgstr "Produktmengeneinheit" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done +msgid "Qty Done" +msgstr "Erledigte Menge" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_in_progress +msgid "Qty In Progress" +msgstr "Menge in Bearbeitung" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty +msgid "Qty pending to allocate" +msgstr "Menge in Zuweisung" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty +msgid "Quantity" +msgstr "Menge" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_qty_done +msgid "Quantity completed" +msgstr "Erledigte Menge" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_qty_in_progress +msgid "Quantity in progress." +msgstr "Menge in Bearbeitung." + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_product_qty +msgid "Quantity in the default UoM of the product" +msgstr "Menge in Vorgabe-ME des Produkts" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_allocated_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_qty +msgid "" +"Quantity of the stock request allocated to the stock move, in the default " +"UoM of the product" +msgstr "" +"Menge aus der Anforderung dieser Umlagerung, in Vorgabe-ME des Produkts" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty +msgid "Quantity, specified in the unit of measure indicated in the request." +msgstr "Menge, angegeben in Mengeneinheit der Anforderung." + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty +msgid "Real Quantity" +msgstr "Ist-Menge" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:12 +#, python-format +msgid "Receipt confirmation %s for your Request %s" +msgstr "Bestätigungsbeleg %s zu Ihrer Anforderung %s" + +#. module: stock_request +#: selection:stock.request,picking_policy:0 +msgid "Receive all products at once" +msgstr "Alle Produkte auf einmal erhalten" + +#. module: stock_request +#: selection:stock.request,picking_policy:0 +msgid "Receive each product when available" +msgstr "Jedes Produkt bei Verfügbarkeit erhalten" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by +msgid "Requested by" +msgstr "Angefordert durch" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id +msgid "Route" +msgstr "Route" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Set to Draft" +msgstr "Setze auf Entwurf" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy +msgid "Shipping Policy" +msgstr "Versandregel" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_state +msgid "Status" +msgstr "Status" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_move +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_move_id +msgid "Stock Move" +msgstr "Bestandsbuchung" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids +msgid "Stock Moves" +msgstr "Bestandsbuchungen" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id +#: model:ir.module.category,name:stock_request.module_category_stock_request +msgid "Stock Request" +msgstr "Bestandsanforderung" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_allocation +#: model:ir.model.fields,field_description:stock_request.field_stock_move_allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_ids +msgid "Stock Request Allocation" +msgstr "Bestandszuweisung beantragen" + +#. module: stock_request +#: model:res.groups,name:stock_request.group_stock_request_manager +msgid "Stock Request Manager" +msgstr "Anforderungsverwalter" + +#. module: stock_request +#: model:res.groups,name:stock_request.group_stock_request_user +msgid "Stock Request User" +msgstr "Anforderungs-Anwender" + +#. module: stock_request +#: sql_constraint:stock.request:0 +msgid "Stock Request name must be unique" +msgstr "Bezeichner der Anforderung muss eindeutig sein" + +#. module: stock_request +#: model:ir.actions.act_window,name:stock_request.action_stock_request_form +#: model:ir.ui.menu,name:stock_request.menu_stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_root +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_tree +msgid "Stock Requests" +msgstr "Bestandsanforderungen" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Stock Requests Search" +msgstr "Anforderungssuche" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:15 +#, python-format +msgid "" +"The following requested items from Stock Request %s have now been received " +"in %s using Picking %s:" +msgstr "" +"Die folgenden Posten aus Anforderung %s sind nun eingegangen in %s unter " +"Kommissionierung %s:" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Transfers" +msgstr "Umlagerungen" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Warehouse" +msgstr "Warenlager" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:193 +#, python-format +msgid "" +"You have to select a product unit of measure in the same category than the " +"default unit of measure of the product" +msgstr "" +"Sie müssen eine Produktmengeneinheit aus der gleichen Kategorie, wie die " +"Basismengeneinheit des Produkts, verwenden" From 09dfc7050ba10c22b85c54a02baa2c4425c7072c Mon Sep 17 00:00:00 2001 From: Jordi Ballester Date: Mon, 13 Nov 2017 13:15:41 +0100 Subject: [PATCH 381/631] add stock_request in 11.0 --- stock_request/README.rst | 88 ++++ stock_request/__init__.py | 2 + stock_request/__manifest__.py | 26 ++ .../data/stock_request_sequence_data.xml | 14 + stock_request/models/__init__.py | 7 + stock_request/models/procurement_rule.py | 20 + stock_request/models/stock_move.py | 28 ++ stock_request/models/stock_move_line.py | 64 +++ stock_request/models/stock_picking.py | 37 ++ stock_request/models/stock_request.py | 334 +++++++++++++++ .../models/stock_request_allocation.py | 65 +++ stock_request/security/ir.model.access.csv | 13 + .../security/stock_request_security.xml | 72 ++++ stock_request/static/description/icon.png | Bin 0 -> 4857 bytes stock_request/tests/__init__.py | 2 + stock_request/tests/test_stock_request.py | 390 ++++++++++++++++++ stock_request/views/stock_move_views.xml | 46 +++ stock_request/views/stock_picking_views.xml | 24 ++ .../views/stock_request_allocation_views.xml | 51 +++ stock_request/views/stock_request_views.xml | 143 +++++++ 20 files changed, 1426 insertions(+) create mode 100644 stock_request/README.rst create mode 100644 stock_request/__init__.py create mode 100644 stock_request/__manifest__.py create mode 100644 stock_request/data/stock_request_sequence_data.xml create mode 100644 stock_request/models/__init__.py create mode 100644 stock_request/models/procurement_rule.py create mode 100644 stock_request/models/stock_move.py create mode 100644 stock_request/models/stock_move_line.py create mode 100644 stock_request/models/stock_picking.py create mode 100644 stock_request/models/stock_request.py create mode 100644 stock_request/models/stock_request_allocation.py create mode 100644 stock_request/security/ir.model.access.csv create mode 100644 stock_request/security/stock_request_security.xml create mode 100644 stock_request/static/description/icon.png create mode 100644 stock_request/tests/__init__.py create mode 100644 stock_request/tests/test_stock_request.py create mode 100644 stock_request/views/stock_move_views.xml create mode 100644 stock_request/views/stock_picking_views.xml create mode 100644 stock_request/views/stock_request_allocation_views.xml create mode 100644 stock_request/views/stock_request_views.xml diff --git a/stock_request/README.rst b/stock_request/README.rst new file mode 100644 index 000000000..f3d0cca06 --- /dev/null +++ b/stock_request/README.rst @@ -0,0 +1,88 @@ +.. image:: https://img.shields.io/badge/licence-LGPL--3-blue.svg + :target: https://www.gnu.org/licenses/lgpl-3.0-standalone.html + :alt: License: LGPL-3 + +============= +Stock Request +============= + +This module was written to allow users to request products that are +frequently stocked by the company, to be transferred to their chosen location. + + +Configuration +============= + +Users should be assigned to the groups 'Stock Request / User' or 'Stock +Request / Manager'. + +Group Stock Request / User +-------------------------- + +* Can see her/his own Stock Requests, and others that she/he's been granted + permission to follow. + +* Can create/update only her/his Stock Requests. + +Group Stock Request / Manager +----------------------------- + +* Can fully manage all Stock Requests + + +Usage +===== + +Creation +-------- +* Go to 'Stock Requests / Stock Requests' and create a new Request. +* Indicate a product, quantity and location. +* Press 'Confirm'. + +Upon confirmation the request will be evaluated using the procurement rules +for the selected location. + +In case that transfers are created, the user will be able to access to them +from the button 'Transfers' available in the Stock Request. + +Cancel +------ +When the user cancels a Stock Request, the related pending stock moves will be +also cancelled. + + +.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas + :alt: Try me on Runbot + :target: https://runbot.odoo-community.org/runbot/153/11.0 + + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues +`_. In case of +trouble, please check there if your issue has already been reported. If you +spotted it first, help us smash it by providing detailed and welcomed feedback. + +Credits +======= + +Contributors +------------ + +* Jordi Ballester (EFICENT) . + +Maintainer +---------- + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +This module is maintained by the OCA. + +OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use. + +To contribute to this module, please visit https://odoo-community.org. diff --git a/stock_request/__init__.py b/stock_request/__init__.py new file mode 100644 index 000000000..a9e337226 --- /dev/null +++ b/stock_request/__init__.py @@ -0,0 +1,2 @@ + +from . import models diff --git a/stock_request/__manifest__.py b/stock_request/__manifest__.py new file mode 100644 index 000000000..309374eb5 --- /dev/null +++ b/stock_request/__manifest__.py @@ -0,0 +1,26 @@ +# Copyright 2017 Eficent Business and IT Consulting Services, S.L. +# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html). + +{ + "name": "Stock Request", + "summary": "Internal request for stock", + "version": "11.0.1.0.0", + "license": "LGPL-3", + "website": "https://github.com/stock-logistics-warehouse", + "author": "Eficent, " + "Odoo Community Association (OCA)", + "category": "Warehouse Management", + "depends": [ + "stock", + ], + "data": [ + "security/stock_request_security.xml", + "security/ir.model.access.csv", + "views/stock_request_views.xml", + "views/stock_request_allocation_views.xml", + "views/stock_move_views.xml", + "views/stock_picking_views.xml", + "data/stock_request_sequence_data.xml" + ], + "installable": True, +} diff --git a/stock_request/data/stock_request_sequence_data.xml b/stock_request/data/stock_request_sequence_data.xml new file mode 100644 index 000000000..3f2f9fd8a --- /dev/null +++ b/stock_request/data/stock_request_sequence_data.xml @@ -0,0 +1,14 @@ + + + + + + Stock Request + stock.request + SR/ + 5 + + + + + diff --git a/stock_request/models/__init__.py b/stock_request/models/__init__.py new file mode 100644 index 000000000..a7e453e0c --- /dev/null +++ b/stock_request/models/__init__.py @@ -0,0 +1,7 @@ + +from . import stock_request +from . import stock_request_allocation +from . import stock_move +from . import stock_picking +from . import procurement_rule +from . import stock_move_line diff --git a/stock_request/models/procurement_rule.py b/stock_request/models/procurement_rule.py new file mode 100644 index 000000000..3d811ec3e --- /dev/null +++ b/stock_request/models/procurement_rule.py @@ -0,0 +1,20 @@ +# Copyright 2017 Eficent Business and IT Consulting Services, S.L. +# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html). + +from odoo import models + + +class ProcurementRule(models.Model): + _inherit = 'procurement.rule' + + def _get_stock_move_values(self, product_id, product_qty, product_uom, + location_id, name, origin, values, group_id): + result = super(ProcurementRule, self)._get_stock_move_values( + product_id, product_qty, product_uom, location_id, name, origin, + values, group_id) + if values.get('stock_request_id', False): + result['allocation_ids'] = [(0, 0, { + 'stock_request_id': values['stock_request_id'], + 'requested_product_uom_qty': product_qty, + })] + return result diff --git a/stock_request/models/stock_move.py b/stock_request/models/stock_move.py new file mode 100644 index 000000000..2beddd42f --- /dev/null +++ b/stock_request/models/stock_move.py @@ -0,0 +1,28 @@ +# Copyright 2017 Eficent Business and IT Consulting Services, S.L. +# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html). + +from odoo import api, fields, models + + +class StockMove(models.Model): + _inherit = 'stock.move' + + allocation_ids = fields.One2many(comodel_name='stock.request.allocation', + inverse_name='stock_move_id', + string='Stock Request Allocation') + + stock_request_ids = fields.One2many(comodel_name='stock.request', + string='Stock Requests', + compute='_compute_stock_request_ids') + + @api.depends('allocation_ids') + def _compute_stock_request_ids(self): + for rec in self: + rec.stock_request_ids = rec.allocation_ids.mapped( + 'stock_request_id') + + def _merge_moves_fields(self): + res = super(StockMove, self)._merge_moves_fields() + res['allocation_ids'] = [(4, m.id) for m in + self.mapped('allocation_ids')] + return res diff --git a/stock_request/models/stock_move_line.py b/stock_request/models/stock_move_line.py new file mode 100644 index 000000000..13f67a87d --- /dev/null +++ b/stock_request/models/stock_move_line.py @@ -0,0 +1,64 @@ +# Copyright 2017 Eficent Business and IT Consulting Services S.L. +# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl-3.0). + +from odoo import _, api, models + + +class StockMoveLine(models.Model): + _inherit = "stock.move.line" + + @api.model + def _stock_request_confirm_done_message_content(self, message_data): + title = _('Receipt confirmation %s for your Request %s') % ( + message_data['picking_name'], message_data['request_name']) + message = '

    %s

    ' % title + message += _('The following requested items from Stock Request %s ' + 'have now been received in %s using Picking %s:') % ( + message_data['request_name'], message_data['location_name'], + message_data['picking_name']) + message += '
      ' + message += _( + '
    • %s: Transferred quantity %s %s
    • ' + ) % (message_data['product_name'], + message_data['product_qty'], + message_data['product_uom'], + ) + message += '
    ' + return message + + def _prepare_message_data(self, ml, request, allocated_qty): + return { + 'request_name': request.name, + 'picking_name': ml.picking_id.name, + 'product_name': ml.product_id.name_get()[0][1], + 'product_qty': allocated_qty, + 'product_uom': ml.product_uom_id.name, + 'location_name': ml.location_dest_id.name_get()[0][1], + } + + def _action_done(self): + res = super(StockMoveLine, self)._action_done() + for ml in self.filtered( + lambda m: m.move_id.allocation_ids): + qty_done = ml.product_uom_id._compute_quantity( + ml.qty_done, ml.product_id.uom_id) + + # We do sudo because potentially the user that completes the move + # may not have permissions for stock.request. + to_allocate_qty = ml.qty_done + for allocation in ml.move_id.allocation_ids.sudo(): + allocated_qty = 0.0 + if allocation.open_product_qty: + allocated_qty = min( + allocation.open_product_qty, qty_done) + allocation.allocated_product_qty += allocated_qty + to_allocate_qty -= allocated_qty + request = allocation.stock_request_id + message_data = self._prepare_message_data(ml, request, + allocated_qty) + message = \ + self._stock_request_confirm_done_message_content( + message_data) + request.message_post(body=message, subtype='mail.mt_comment') + request.check_done() + return res diff --git a/stock_request/models/stock_picking.py b/stock_request/models/stock_picking.py new file mode 100644 index 000000000..6f6e77b33 --- /dev/null +++ b/stock_request/models/stock_picking.py @@ -0,0 +1,37 @@ +# Copyright 2017 Eficent Business and IT Consulting Services, S.L. +# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html). + +from odoo import api, fields, models + + +class StockPicking(models.Model): + _inherit = 'stock.picking' + + stock_request_ids = fields.One2many(comodel_name='stock.request', + string='Stock Requests', + compute='_compute_stock_request_ids') + stock_request_count = fields.Integer('Stock Request #', + compute='_compute_stock_request_ids') + + @api.depends('move_lines') + def _compute_stock_request_ids(self): + for rec in self: + rec.stock_request_ids = rec.move_lines.mapped('stock_request_ids') + rec.stock_request_count = len(rec.stock_request_ids) + + def action_view_stock_request(self): + """ + :return dict: dictionary value for created view + """ + action = self.env.ref( + 'stock_request.action_stock_request_form').read()[0] + + requests = self.mapped('stock_request_ids') + if len(requests) > 1: + action['domain'] = [('id', 'in', requests.ids)] + elif requests: + action['views'] = [ + (self.env.ref('stock_request.view_stock_request_form').id, + 'form')] + action['res_id'] = requests.id + return action diff --git a/stock_request/models/stock_request.py b/stock_request/models/stock_request.py new file mode 100644 index 000000000..690bbb2d7 --- /dev/null +++ b/stock_request/models/stock_request.py @@ -0,0 +1,334 @@ +# Copyright 2017 Eficent Business and IT Consulting Services, S.L. +# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html). + +from odoo import api, fields, models, _ +from odoo.exceptions import UserError, ValidationError +from odoo.addons import decimal_precision as dp +from odoo.tools import float_compare + + +REQUEST_STATES = [ + ('draft', 'Draft'), + ('open', 'In progress'), + ('done', 'Done'), + ('cancel', 'Cancelled')] + + +class StockRequest(models.Model): + _name = "stock.request" + _description = "Stock Request" + _inherit = ['mail.thread', 'mail.activity.mixin'] + + @api.model + def default_get(self, fields): + res = super(StockRequest, self).default_get(fields) + warehouse = None + if 'warehouse_id' not in res and res.get('company_id'): + warehouse = self.env['stock.warehouse'].search( + [('company_id', '=', res['company_id'])], limit=1) + if warehouse: + res['warehouse_id'] = warehouse.id + res['location_id'] = warehouse.lot_stock_id.id + return res + + def _get_default_requested_by(self): + return self.env['res.users'].browse(self.env.uid) + + @api.depends('product_id', 'product_uom_id', 'product_uom_qty') + def _compute_product_qty(self): + self.product_qty = self.product_uom_id._compute_quantity( + self.product_uom_qty, self.product_id.uom_id) + + name = fields.Char( + 'Name', copy=False, required=True, readonly=True, + states={'draft': [('readonly', False)]}, + default=lambda self: self.env['ir.sequence'].next_by_code( + 'stock.request')) + state = fields.Selection(selection=REQUEST_STATES, string='Status', + copy=False, default='draft', index=True, + readonly=True, track_visibility='onchange', + ) + requested_by = fields.Many2one( + 'res.users', 'Requested by', required=True, + track_visibility='onchange', + default=lambda s: s._get_default_requested_by(), + ) + warehouse_id = fields.Many2one( + 'stock.warehouse', 'Warehouse', readonly=True, + ondelete="cascade", required=True, + states={'draft': [('readonly', False)]}) + location_id = fields.Many2one( + 'stock.location', 'Location', readonly=True, + domain=[('usage', 'in', ['internal', 'transit'])], + ondelete="cascade", required=True, + states={'draft': [('readonly', False)]}, + ) + product_id = fields.Many2one( + 'product.product', 'Product', readonly=True, + states={'draft': [('readonly', False)]}, + domain=[('type', 'in', ['product', 'consu'])], ondelete='cascade', + required=True, + ) + product_uom_id = fields.Many2one( + 'product.uom', 'Product Unit of Measure', + readonly=True, required=True, + states={'draft': [('readonly', False)]}, + default=lambda self: self._context.get('product_uom_id', False), + ) + product_uom_qty = fields.Float( + 'Quantity', digits=dp.get_precision('Product Unit of Measure'), + states={'draft': [('readonly', False)]}, + readonly=True, required=True, + help="Quantity, specified in the unit of measure indicated in the " + "request.", + ) + product_qty = fields.Float( + 'Real Quantity', compute='_compute_product_qty', + store=True, readonly=True, copy=False, + help='Quantity in the default UoM of the product', + ) + procurement_group_id = fields.Many2one( + 'procurement.group', 'Procurement Group', readonly=True, + states={'draft': [('readonly', False)]}, + help="Moves created through this stock request will be put in this " + "procurement group. If none is given, the moves generated by " + "procurement rules will be grouped into one big picking.", + ) + company_id = fields.Many2one( + 'res.company', 'Company', required=True, readonly=True, + states={'draft': [('readonly', False)]}, + default=lambda self: self.env['res.company']._company_default_get( + 'stock.request'), + ) + expected_date = fields.Datetime( + 'Expected date', default=fields.Datetime.now, index=True, + required=True, readonly=True, + states={'draft': [('readonly', False)]}, + help="Date when you expect to receive the goods.", + ) + picking_policy = fields.Selection([ + ('direct', 'Receive each product when available'), + ('one', 'Receive all products at once')], + string='Shipping Policy', required=True, readonly=True, + states={'draft': [('readonly', False)]}, + default='direct', + ) + move_ids = fields.One2many(comodel_name='stock.move', + compute='_compute_move_ids', + string='Stock Moves', readonly=True, + ) + picking_ids = fields.One2many('stock.picking', + compute='_compute_picking_ids', + string='Pickings', readonly=True, + ) + qty_in_progress = fields.Float( + 'Qty In Progress', digits=dp.get_precision('Product Unit of Measure'), + readonly=True, compute='_compute_qty', store=True, + help="Quantity in progress.", + ) + qty_done = fields.Float( + 'Qty Done', digits=dp.get_precision('Product Unit of Measure'), + readonly=True, compute='_compute_qty', store=True, + help="Quantity completed", + ) + picking_count = fields.Integer(string='Delivery Orders', + compute='_compute_picking_ids', + readonly=True, + ) + route_id = fields.Many2one('stock.location.route', string='Route', + readonly=True, + states={'draft': [('readonly', False)]}, + ondelete='restrict') + + allocation_ids = fields.One2many(comodel_name='stock.request.allocation', + inverse_name='stock_request_id', + string='Stock Request Allocation') + + _sql_constraints = [ + ('name_uniq', 'unique(name, company_id)', + 'Stock Request name must be unique'), + ] + + @api.depends('allocation_ids') + def _compute_move_ids(self): + for request in self.sudo(): + request.move_ids = request.allocation_ids.mapped('stock_move_id') + + @api.depends('allocation_ids') + def _compute_picking_ids(self): + for request in self.sudo(): + request.picking_count = 0 + request.picking_ids = self.env['stock.picking'] + request.picking_ids = request.move_ids.filtered( + lambda m: m.state != 'cancel').mapped('picking_id') + request.picking_count = len(request.picking_ids) + + @api.depends('allocation_ids', 'allocation_ids.stock_move_id.state', + 'allocation_ids.stock_move_id.move_line_ids', + 'allocation_ids.stock_move_id.move_line_ids.qty_done') + def _compute_qty(self): + for request in self.sudo(): + done_qty = sum(request.allocation_ids.mapped( + 'allocated_product_qty')) + open_qty = sum(request.allocation_ids.mapped('open_product_qty')) + request.qty_done = request.product_id.uom_id._compute_quantity( + done_qty, request.product_uom_id) + request.qty_in_progress = \ + request.product_id.uom_id._compute_quantity( + open_qty, request.product_uom_id) + + @api.constrains('product_id') + def _check_product_uom(self): + ''' Check if the UoM has the same category as the + product standard UoM ''' + if any(request.product_id.uom_id.category_id != + request.product_uom_id.category_id for request in self): + raise ValidationError( + _('You have to select a product unit of measure in the ' + 'same category than the default unit ' + 'of measure of the product')) + + @api.onchange('warehouse_id') + def onchange_warehouse_id(self): + """ Finds location id for changed warehouse. """ + if self.warehouse_id: + self.location_id = self.warehouse_id.lot_stock_id.id + if self.warehouse_id.company_id != self.company_id: + self.company_id = self.warehouse_id.company_id + return {} + + @api.onchange('company_id') + def onchange_company_id(self): + """ Sets a default warehouse when the company is changed and limits + the user selection of warehouses. """ + if self.company_id and ( + not self.warehouse_id or + self.warehouse_id.company_id != self.company_id): + self.warehouse_id = self.env['stock.warehouse'].search( + [('company_id', '=', self.company_id.id)], limit=1) + self.onchange_warehouse_id() + + return { + 'domain': { + 'warehouse_id': [('company_id', '=', self.company_id.id)]}} + + @api.onchange('product_id') + def onchange_product_id(self): + if self.product_id: + self.product_uom_id = self.product_id.uom_id.id + return { + 'domain': { + 'product_uom_id': + [('category_id', '=', + self.product_id.uom_id.category_id.id)]}} + return {'domain': {'product_uom_id': []}} + + @api.multi + def _action_confirm(self): + self._action_launch_procurement_rule() + self.state = 'open' + + @api.multi + def action_confirm(self): + self._action_confirm() + return True + + def action_draft(self): + self.state = 'draft' + return True + + def action_cancel(self): + self.sudo().mapped('move_ids')._action_cancel() + self.state = 'cancel' + return True + + def action_done(self): + self.state = 'done' + return True + + def check_done(self): + precision = self.env['decimal.precision'].precision_get( + 'Product Unit of Measure') + for request in self: + allocated_qty = sum(request.allocation_ids.mapped( + 'allocated_product_qty')) + qty_done = request.product_id.uom_id._compute_quantity( + allocated_qty, request.product_uom_id) + if float_compare(qty_done, request.product_uom_qty, + precision_digits=precision) >= 0: + request.action_done() + return True + + def _prepare_procurement_values(self, group_id=False): + + """ Prepare specific key for moves or other components that + will be created from a procurement rule + coming from a stock request. This method could be override + in order to add other custom key that could be used in + move/po creation. + """ + return { + 'date_planned': self.expected_date, + 'warehouse_id': self.warehouse_id, + 'stock_request_allocation_ids': self.id, + 'group_id': group_id or self.procurement_group_id.id or False, + 'route_ids': self.route_id, + 'stock_request_id': self.id, + } + + @api.multi + def _action_launch_procurement_rule(self): + """ + Launch procurement group run method with required/custom + fields genrated by a + stock request. procurement group will launch '_run_move', + '_run_buy' or '_run_manufacture' + depending on the stock request product rule. + """ + precision = self.env['decimal.precision'].precision_get( + 'Product Unit of Measure') + errors = [] + for request in self: + if ( + request.state != 'draft' or + request.product_id.type not in ('consu', 'product') + ): + continue + qty = 0.0 + for move in request.move_ids.filtered( + lambda r: r.state != 'cancel'): + qty += move.product_qty + + if float_compare(qty, request.product_qty, + precision_digits=precision) >= 0: + continue + + values = request._prepare_procurement_values( + group_id=request.procurement_group_id) + try: + # We launch with sudo because potentially we could create + # objects that the user is not authorized to create, such + # as PO. + self.env['procurement.group'].sudo().run( + request.product_id, request.product_uom_qty, + request.product_uom_id, + request.location_id, request.name, + request.name, values) + except UserError as error: + errors.append(error.name) + if errors: + raise UserError('\n'.join(errors)) + return True + + @api.multi + def action_view_transfer(self): + action = self.env.ref('stock.action_picking_tree_all').read()[0] + + pickings = self.mapped('picking_ids') + if len(pickings) > 1: + action['domain'] = [('id', 'in', pickings.ids)] + elif pickings: + action['views'] = [ + (self.env.ref('stock.view_picking_form').id, 'form')] + action['res_id'] = pickings.id + return action diff --git a/stock_request/models/stock_request_allocation.py b/stock_request/models/stock_request_allocation.py new file mode 100644 index 000000000..fbd6c684b --- /dev/null +++ b/stock_request/models/stock_request_allocation.py @@ -0,0 +1,65 @@ +# Copyright 2017 Eficent Business and IT Consulting Services, S.L. +# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html). + +from odoo import api, fields, models + + +class StockRequestAllocation(models.Model): + _name = 'stock.request.allocation' + _description = 'Stock Request Allocation' + + stock_request_id = fields.Many2one(string='Stock Request', + comodel_name='stock.request', + required=True, ondelete='cascade', + ) + stock_move_id = fields.Many2one(string='Stock Move', + comodel_name='stock.move', + required=True, ondelete='cascade', + ) + product_id = fields.Many2one(string='Product', + comodel_name='product.product', + related='stock_request_id.product_id', + readonly=True, + ) + product_uom_id = fields.Many2one(string='UoM', comodel_name='product.uom', + related='stock_request_id.product_uom_id', + readonly=True, + ) + requested_product_uom_qty = fields.Float( + 'Requested Quantity (UoM)', + help='Quantity of the stock request allocated to the stock move, ' + 'in the UoM of the Stock Request', + ) + requested_product_qty = fields.Float( + 'Requested Quantity', + help='Quantity of the stock request allocated to the stock move, ' + 'in the default UoM of the product', + compute='_compute_requested_product_qty' + ) + allocated_product_qty = fields.Float( + 'Allocated Quantity', + help='Quantity of the stock request allocated to the stock move, ' + 'in the default UoM of the product', + ) + open_product_qty = fields.Float('Open Quantity', + compute='_compute_open_product_qty') + + @api.depends('stock_request_id.product_id', + 'stock_request_id.product_uom_id', + 'requested_product_uom_qty') + def _compute_requested_product_qty(self): + for rec in self: + rec.requested_product_qty = rec.product_uom_id._compute_quantity( + rec.requested_product_uom_qty, rec.product_id.uom_id) + + @api.depends('requested_product_qty', 'allocated_product_qty', + 'stock_move_id', 'stock_move_id.state') + def _compute_open_product_qty(self): + for rec in self: + if rec.stock_move_id.state == 'cancel': + rec.open_product_qty = 0.0 + else: + rec.open_product_qty = \ + rec.requested_product_qty - rec.allocated_product_qty + if rec.open_product_qty < 0.0: + rec.open_product_qty = 0.0 diff --git a/stock_request/security/ir.model.access.csv b/stock_request/security/ir.model.access.csv new file mode 100644 index 000000000..ca66a1a53 --- /dev/null +++ b/stock_request/security/ir.model.access.csv @@ -0,0 +1,13 @@ +id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink +access_stock_request_user,stock request user,model_stock_request,group_stock_request_user,1,1,1, +access_stock_request_manager,stock request manager,model_stock_request,group_stock_request_manager,1,1,1,1 +access_stock_request_stock_user,stock.request stock user,model_stock_request,stock.group_stock_user,1,0,0,0 +access_stock_request_allocation_user,stock request allocation user,model_stock_request_allocation,group_stock_request_user,1,1,1,1 +access_stock_request_allocation_manager,stock request allocation manager,model_stock_request_allocation,group_stock_request_manager,1,1,1,1 +access_stock_request_allocation_stock_user,stock.request.allocation stock user,model_stock_request_allocation,stock.group_stock_user,1,0,0,0 +access_stock_request_manager,stock request manager,model_stock_request,group_stock_request_manager,1,1,1,1 +access_stock_warehouse_user,stock.warehouse.user,stock.model_stock_warehouse,group_stock_request_user,1,0,0,0 +access_stock_location_user,stock.location.user,stock.model_stock_location,group_stock_request_user,1,0,0,0 +access_stock_location_request_manager,stock.location request manager,stock.model_stock_location,group_stock_request_manager,1,0,0,0 +access_procurement_rule_request_manager,procurement_rule request_manager,stock.model_procurement_rule,group_stock_request_manager,1,0,0,0 +access_procurement_rule,procurement.rule.flow,stock.model_procurement_rule,group_stock_request_user,1,0,0,0 diff --git a/stock_request/security/stock_request_security.xml b/stock_request/security/stock_request_security.xml new file mode 100644 index 000000000..ecb96c13e --- /dev/null +++ b/stock_request/security/stock_request_security.xml @@ -0,0 +1,72 @@ + + + + + Stock Request + + 10 + + + + Stock Request User + + + + + + Stock Request Manager + + + + + + + + + + + + stock_request multi-company + + + ['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])] + + + + Follow Stock Request + + + + + + + ['|',('requested_by','=',user.id), + ('message_partner_ids', 'in', [user.partner_id.id])] + + + + Stock Request User + + + + + + + [('requested_by','=',user.id)] + + + + Stock Request Manager + + + + + + + + + + diff --git a/stock_request/static/description/icon.png b/stock_request/static/description/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..a7c11c7a1e3df3654b45284d5b92ca7c86e56b4e GIT binary patch literal 4857 zcmbVQc{tR4*Pj_ZWn`H!_N74*vXsi!FeuB|!XP7r zP}v3*V+~odGxlZX`RRV%_j%s;{o}o^=elOD-)2fU$QJ(|5OXcD(6m=Mdoe z+3^wxbSz!}GSb9#SA*d;h7cjD~I7Nz5{r%p*qwnRoF^$5o~Njj-~ zCYxDXeyDJ1zolU{?=E$QclQj_IN9};_soN(gN(7AOyFah?kjvL!;xyif-sO~bo>E& zt&d=0LxZ4j9F7I?PZ0zW0z@$a7zzhO5SSAXc_{xb0vcdWKm%C)-^zd6`7hglBx%Ju$cRkkKFoa?<>At-E`Z|s4b6-R4A|EFfXr3(CCcs>=G11AhrfS zRb{!^GtjgRC*FZmO@X`kB ztFc#sB*F6b%B`n+P;A(E@W}R3v6c`Ir67`~q^(MH0fFnT^=KvgDcf#+ zP2!dhc*=`FRP$u*&$V+49P8?@Gh69qg<@?Vd7E^N_`05TR#Tw&2E)Y&YW!KZu*$Xq z2R(tW!Qc^nWlgnF+K1rX&#WjP5QL0ZudP;8I~(YJXOhMGBo1eD&7?ERV8JNjQ-3=xe$*!H!@bDAD{;c71XX*q1tgIHuD z*ZiQ@!wXGK;n#<79;1!PD=}WROQPQeIKTcyxH}pkHtzC}ZAM*c{Vo%PJUmAduQpo_ zamX{0yq<}R{{r_YED6tFId_Hqt2ANKcP@`}26;0UYdo+Yx3Y=o9Y4WWJR^Fpp%uz&u>=LN$1=-F`vam&tTY zU@R27&BakO-ai2B+ZuTmNnUdvRUg`Q775ilgs85pRu^xP&=Ie zGRNMg<7sR6f{xz&GzdJ>pWy;^srIfhj!G_hFY!7yLn7XVOQ{$UGU7Y)W8iLFe^w}6 zigABpa^Y+0RqBrqkECXNawe9r_asA?K5b@c&BQ3!>}R?yHRWj(T-U6qWSiyb?9qH&D=xa4DKV_AOoHiea^i^F4(6Ilp`*>3J4o6L-;^I?^NOfx zz8#{!q*Gq?ueAl&c*Cc&+o$h!au*IELuzhFv9>wQu*r71{Z8D;KUEz#!%s<%l>4;ndf$^`h^Hje0uORjf zIn0ymt?Bb8f;4Q`mQ^0(aPlovihd$yrZ9O!)yHB4*}Cvn5GF)NH$T{Pk3q3B;|0kh3s?&JXS zFs~ivBBnrA_A;A>w;7arwJrXP9Vz>RHNzk6Au{OhOzZk=RmHm)kEy4l+aCyUJ3My2 zI(@3D%)-@CAvAeFCIH4Pnh{*`bybVm`rQRJmEaX5qE9!~k5Bi+v&tMKqT+G6nukKHTL`Hb~X2;z09INPJh%y>#h6*cv<{ zMsRtvz!BMVPrw);*tE3l*)#_cAt?M@hYT;}5Zk_+)IMSECtO3nwanKU4wkXMU6psnNoL>+WD4E+Mr==*<#CbZ!FXO($?79#e<~D zAFHkNDOsN~+x8HlYrzYaI@i)B@{ur3lO&uxWjOK-3sAo00Hpf@m=AjL4u8oS*qN#U z3r+8FEM^E%Y@>aeL}a=S*CoxQlPZB#i({z+nlDicC){_I*W5hsRpUF=WW1@mBqiPS zyJw6s9ZtqkW8IEwiAB^iZ@?FJHgx?Bq%CU33DzwO1*5WIq(iiZC10E{E8+&? zl>Qpq9CNr7tZmsRJbkFz-1JT1IQ#4=H7FD=Yes2=v$CN}%qh{u9PVjMPoo&xyouo~P%n$8k^H+Bh#`?Eqq#MBkQSWdX%{E@NgtWzNw`Mna! z3V9pbg%+XM?xo@}a=YjK$;DXu!N&aeY5uvzs-%9!!I55(p>9{TKjj_i@^$Zg8q6nK zip|^yJy-lEeLAl5*_O#~4v61z3DEE@7MDhOt`oyILAMB3A>=EU#!v82j$B=Qi2;y6 z85o%Z-Ssdg=2_wNUNO+gKGqTKJVV=#@{pWw!OJRD%BTg=c4>aWsK1e~t!gb$a;hk3 zUY;q(5475=H`Q%h+h_i){G&fgCi9HX`|C)ck6W5&{qCeWF)UE5sGd9Z#-X!&?eP$Z z5DcjF$4dz#C^oiP_$^;P9!hli!f7#rX%7yk3*%%12m!FVDx5wn27;*SSS|t?dRnOv zkiW6-hO-0ROb$&b|JTc|e=p6;{PbwKrX7KZ`aA20gmz+fDKR^26N=TxdI73b_T8%y zAhuaPylO}fU>6uHfFxWTFZ*!J>;y!WSKy*;;8dMe==Y4MDu>D1>Z*OefXW*>9FxXI z8Ut%%oxe~ps8UtGQ%{C4&-U_B(?w)^a`QjjiM%=wp z#r-1Ci8t1CsuJ(J_zXZu{8j9z;UP^@CqO`6S=w1&VEa9{U~Q1|kpM_(R_DP`Y<5u_ zP>!A#qFuF_AgVobgMFqTaB(;b6mD%wF+U0cP@>>)xiof58CC$rV#0GTDFxwE^xup;-TjeX=4L;ZABIz$D3A|O*DVs4Hl-YS7rgUV1ZY?bA#;a* z9Lx#C;|v;j{Eom49l-KoI7|SKC3l$*YLFl(_8E+1b66@ZksRnBLuMz!FU!q}K(WJe zR|D-oQzHv)h1i@^A!H92w#Zs6B`fWk=XwCFF7&{Xi35_xS2#N!v~=MuPyx%rMTY%r z!|~q`TB#7AU@|*7 z#gNMsAf1^dQh<*_1jsCDiLAZO21&bIh^`LS-tf;h$Tr1}8XuDwT2g!)BG(oFy>xy7 zB-}5~!lKBxRudgr;~@{t9(dgCed+uB{uT4`u?Odq&z%jn%R2&KHj?Rxt=P3y@Y9 zRxA;T@zy!botigHMg8q^cVciQPqGccGMfqKYKdnge*VIEUZ-!YAE$=RI19lxZZU}y z3bXQK?19KON~uI;oW#_#|GNEaLa!{meomZygTtkm03m;e!Cx;F$cVz(AY^en{=PI52FmAQ5UKOwRF#^u_{}^w5{wVXn+c@UNIZXG4o2 zSD(Y6SRcbJL$#3{k%>PsB4JX5FevI|#zkPSJ&eR5{q?8!l8YQfNbi~z-xKF!;y_7A zOmVhJ`8=(;(}4hNNGa5`xy$c<)1PZ{`Zr_#hlm(jNtIQQzxj3 z&pD5NoFD0AV7B-C9OwH>-AkxJbtt)|`%h-tbdsaD9iUz|`M86+1?>S6gYiMtd<8?Gg+8zvFwd7~Zb3j=UE?d%0(a zmV||aidMO`TeCGX?wL4rYaCpcH}yW_x8Fiuz%X`MsX$AsVC=6n9Q9A$To_HO+gxj= z`b90B{y9^6t3q{eH9=7+uYx}Lv5jhOd+?c%=VFHF*MqK=+8oqQCszoBZYPhmv#=_{ zXYzh^03~M{4A&x|Jwe;!A!F^KTgwmldZSrLinT(Kv~=SHey=aXUH&;jPYU>6@=wCc zFr>VpCvvJ90y=n9*#!t$-j;3~uTZEhQJNS}Ol)Z(={_+Qd`QCO{_LBcA~{dVl6Ag> zau>u@q-jfKI$qY(TojWd{5nW(=+En1ByKlC$hyR{#P24#xa@F09vEf)0^jj8M%?)e z-#q)MsL3BHi4^1+uIyY@C|sR~mc|rqT6808V^_Iq8+x;F);P!rl14A;+Dwq% zso&Hn@9WYJVEn{7%R+}@j+GsQum1)(~nUt0q1eySc&ICG@;ocCkL5%?r%uqMd0J^>1^mPwwhc|O3sb*W<%KB;Lx=lG0`DWd^R8C9-759|ZA5yo!|nk)3px(`o8-a_$k zE`ltJT}FY=6A{#$B_1 zT~=7~CjVYuN212c{u7{Bq+QS^KVg@xGWXp!L8eafjR#Bi#EXJa?jQFt4-utWs!h|F zO}c@ypI~ntSx;anHlpf2KSk0+pYhGe=G-OdM3ec$&i8MOYPo-9)|vWmb#6rD#a6l0 zE_OARwF#AKKg!mq-<>n+yd8J9vfN+8CL`fai~?O#cpJ5;(4amt%+-FJm2y|~Rd>A_ z_DTtNe;m^XP1FH>-W6hQeOzyNfrwJ$62a^@rCydDG5lnSxCpOT)OQxQ1(P6YC$iH-#_HY(Lh+XZ$hW3CGcXy_>0eIUnDo}_ zMx`6MCxno`rW(EK{HUSoGySaKC>W*5vI+Fc+h%tmDsdld7K++Na0k4U!Z`4v-1**% z%LwWg*7HBO5%~`Nw*PWH4SKdlXK + + + + stock.move.operations.form + stock.move + + + + + + + + + + + stock.move.form + stock.move + + + + + + + + + + + + + stock.move.form + stock.move + + + + + + + + + + + + diff --git a/stock_request/views/stock_picking_views.xml b/stock_request/views/stock_picking_views.xml new file mode 100644 index 000000000..1ab3802d9 --- /dev/null +++ b/stock_request/views/stock_picking_views.xml @@ -0,0 +1,24 @@ + + + + + stock.picking.form + stock.picking + + + +
    + +
    +
    +
    + +
    diff --git a/stock_request/views/stock_request_allocation_views.xml b/stock_request/views/stock_request_allocation_views.xml new file mode 100644 index 000000000..74afe8913 --- /dev/null +++ b/stock_request/views/stock_request_allocation_views.xml @@ -0,0 +1,51 @@ + + + + + + stock.request.allocation.tree + stock.request.allocation + + + + + + + + + + + + + + + + stock.request.allocation.form + stock.request.allocation + +
    + + + + + + + + + + + + + + + + +
    +
    +
    + +
    diff --git a/stock_request/views/stock_request_views.xml b/stock_request/views/stock_request_views.xml new file mode 100644 index 000000000..9734edc16 --- /dev/null +++ b/stock_request/views/stock_request_views.xml @@ -0,0 +1,143 @@ + + + + + + stock.request.tree + stock.request + + + + + + + + + + + + + + + + + + + stock.request.search + stock.request + + + + + + + + + + + + + + + + + + stock.request.form + stock.request + +
    +
    +
    + +
    + + +
    +
    +
    + + + + + + + + + + + + + + + + + + + + +
    +
    + + + +
    +
    +
    +
    + + + Stock Requests + stock.request + ir.actions.act_window + form + tree,form + + + +

    + Click to add a Stock Request. +

    +
    +
    + + + + + +
    From eacf602f2a5fa7c674d0038133b04f2bfc6fe20f Mon Sep 17 00:00:00 2001 From: Jordi Ballester Date: Fri, 22 Dec 2017 17:32:18 +0100 Subject: [PATCH 382/631] Limit the routes available for selection. --- stock_request/i18n/ca.po | 408 +++++++++++++++++++++ stock_request/i18n/de.po | 76 ++-- stock_request/i18n/el_GR.po | 408 +++++++++++++++++++++ stock_request/i18n/es.po | 409 ++++++++++++++++++++++ stock_request/i18n/es_ES.po | 408 +++++++++++++++++++++ stock_request/i18n/eu.po | 408 +++++++++++++++++++++ stock_request/i18n/fi.po | 408 +++++++++++++++++++++ stock_request/i18n/fr.po | 408 +++++++++++++++++++++ stock_request/i18n/fr_CH.po | 408 +++++++++++++++++++++ stock_request/i18n/fr_FR.po | 408 +++++++++++++++++++++ stock_request/i18n/gl.po | 408 +++++++++++++++++++++ stock_request/i18n/hr.po | 408 +++++++++++++++++++++ stock_request/i18n/hr_HR.po | 408 +++++++++++++++++++++ stock_request/i18n/it.po | 408 +++++++++++++++++++++ stock_request/i18n/nl.po | 408 +++++++++++++++++++++ stock_request/i18n/nl_NL.po | 408 +++++++++++++++++++++ stock_request/i18n/pt.po | 408 +++++++++++++++++++++ stock_request/i18n/pt_BR.po | 408 +++++++++++++++++++++ stock_request/i18n/ro.po | 408 +++++++++++++++++++++ stock_request/i18n/ru.po | 408 +++++++++++++++++++++ stock_request/i18n/sl.po | 408 +++++++++++++++++++++ stock_request/i18n/tr.po | 408 +++++++++++++++++++++ stock_request/i18n/tr_TR.po | 408 +++++++++++++++++++++ stock_request/i18n/vi_VN.po | 408 +++++++++++++++++++++ stock_request/i18n/zh_CN.po | 408 +++++++++++++++++++++ stock_request/models/stock_request.py | 48 ++- stock_request/tests/test_stock_request.py | 12 +- 27 files changed, 9896 insertions(+), 33 deletions(-) create mode 100644 stock_request/i18n/ca.po create mode 100644 stock_request/i18n/el_GR.po create mode 100644 stock_request/i18n/es.po create mode 100644 stock_request/i18n/es_ES.po create mode 100644 stock_request/i18n/eu.po create mode 100644 stock_request/i18n/fi.po create mode 100644 stock_request/i18n/fr.po create mode 100644 stock_request/i18n/fr_CH.po create mode 100644 stock_request/i18n/fr_FR.po create mode 100644 stock_request/i18n/gl.po create mode 100644 stock_request/i18n/hr.po create mode 100644 stock_request/i18n/hr_HR.po create mode 100644 stock_request/i18n/it.po create mode 100644 stock_request/i18n/nl.po create mode 100644 stock_request/i18n/nl_NL.po create mode 100644 stock_request/i18n/pt.po create mode 100644 stock_request/i18n/pt_BR.po create mode 100644 stock_request/i18n/ro.po create mode 100644 stock_request/i18n/ru.po create mode 100644 stock_request/i18n/sl.po create mode 100644 stock_request/i18n/tr.po create mode 100644 stock_request/i18n/tr_TR.po create mode 100644 stock_request/i18n/vi_VN.po create mode 100644 stock_request/i18n/zh_CN.po diff --git a/stock_request/i18n/ca.po b/stock_request/i18n/ca.po new file mode 100644 index 000000000..c3f73bf7f --- /dev/null +++ b/stock_request/i18n/ca.po @@ -0,0 +1,408 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_request +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-02 03:44+0000\n" +"PO-Revision-Date: 2018-03-02 03:44+0000\n" +"Last-Translator: OCA Transbot , 2018\n" +"Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ca\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:20 +#, python-format +msgid "
  • %s: Transferred quantity %s %s
  • " +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty +msgid "Allocated Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Archived" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Cancel" +msgstr "" + +#. module: stock_request +#: selection:stock.request,state:0 +msgid "Cancelled" +msgstr "" + +#. module: stock_request +#: model:ir.actions.act_window,help:stock_request.action_stock_request_form +msgid "Click to add a Stock Request." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_company_id +msgid "Company" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Confirm" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_uid +msgid "Created by" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_date +msgid "Created on" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_expected_date +msgid "Date when you expect to receive the goods." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_count +msgid "Delivery Orders" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_display_name +msgid "Display Name" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: selection:stock.request,state:0 +msgid "Done" +msgstr "" + +#. module: stock_request +#: selection:stock.request,state:0 +msgid "Draft" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date +msgid "Expected date" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Group By" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_id +msgid "ID" +msgstr "" + +#. module: stock_request +#: selection:stock.request,state:0 +msgid "In progress" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation___last_update +msgid "Last Modified on" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_date +msgid "Last Updated on" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_location_id +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Location" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_procurement_group_id +msgid "" +"Moves created through this stock request will be put in this procurement " +"group. If none is given, the moves generated by procurement rules will be " +"grouped into one big picking." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_name +msgid "Name" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty +msgid "Open Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_move_line +msgid "Packing Operation" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids +msgid "Pickings" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id +msgid "Procurement Group" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_procurement_rule +msgid "Procurement Rule" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id +msgid "Product" +msgstr "Producte" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id +msgid "Product Unit of Measure" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done +msgid "Qty Done" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_in_progress +msgid "Qty In Progress" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_qty_done +msgid "Quantity completed" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_qty_in_progress +msgid "Quantity in progress." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty +msgid "" +"Quantity of the stock request allocated to the stock move, in the UoM of the" +" Stock Request" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_allocated_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_qty +msgid "" +"Quantity of the stock request allocated to the stock move, in the default " +"UoM of the product" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty +msgid "Quantity, specified in the unit of measure indicated in the request." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:12 +#, python-format +msgid "Receipt confirmation %s for your Request %s" +msgstr "" + +#. module: stock_request +#: selection:stock.request,picking_policy:0 +msgid "Receive all products at once" +msgstr "" + +#. module: stock_request +#: selection:stock.request,picking_policy:0 +msgid "Receive each product when available" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty +msgid "Requested Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_uom_qty +msgid "Requested Quantity (UoM)" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by +msgid "Requested by" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id +msgid "Route" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Set to Draft" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy +msgid "Shipping Policy" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_state +msgid "Status" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_move +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_move_id +msgid "Stock Move" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids +msgid "Stock Moves" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id +#: model:ir.module.category,name:stock_request.module_category_stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Stock Request" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_count +msgid "Stock Request #" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_allocation +#: model:ir.model.fields,field_description:stock_request.field_stock_move_allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_ids +msgid "Stock Request Allocation" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_move_form +#: model:ir.ui.view,arch_db:stock_request.view_move_picking_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree +msgid "Stock Request Allocations" +msgstr "" + +#. module: stock_request +#: model:res.groups,name:stock_request.group_stock_request_manager +msgid "Stock Request Manager" +msgstr "" + +#. module: stock_request +#: model:res.groups,name:stock_request.group_stock_request_user +msgid "Stock Request User" +msgstr "" + +#. module: stock_request +#: sql_constraint:stock.request:0 +msgid "Stock Request name must be unique" +msgstr "" + +#. module: stock_request +#: model:ir.actions.act_window,name:stock_request.action_stock_request_form +#: model:ir.model.fields,field_description:stock_request.field_stock_move_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_ids +#: model:ir.ui.menu,name:stock_request.menu_stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_root +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.ui.view,arch_db:stock_request.view_picking_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_tree +msgid "Stock Requests" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Stock Requests Search" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:15 +#, python-format +msgid "" +"The following requested items from Stock Request %s have now been received " +"in %s using Picking %s:" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_picking +msgid "Transfer" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Transfers" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id +msgid "UoM" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Warehouse" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:187 +#, python-format +msgid "" +"You have to select a product unit of measure in the same category than the " +"default unit of measure of the product" +msgstr "" diff --git a/stock_request/i18n/de.po b/stock_request/i18n/de.po index cc38f15df..981fa8039 100644 --- a/stock_request/i18n/de.po +++ b/stock_request/i18n/de.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 11.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-11-21 21:59+0000\n" -"PO-Revision-Date: 2017-11-21 21:59+0000\n" +"POT-Creation-Date: 2018-03-02 03:44+0000\n" +"PO-Revision-Date: 2018-03-02 03:44+0000\n" "Last-Translator: Rudolf Schnapka , 2017\n" "Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n" "MIME-Version: 1.0\n" @@ -24,23 +24,8 @@ msgstr "" msgid "
  • %s: Transferred quantity %s %s
  • " msgstr "
  • %s: Umgelagerte Menge %s %s
  • " -#. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_kanban -msgid "" -"Done Qty:\n" -" " -msgstr "" -"Erledigte Menge:\n" -" " - -#. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_kanban -msgid "Qty :" -msgstr "Menge :" - #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty msgid "Allocated Quantity" msgstr "Zugeordnete Menge" @@ -174,6 +159,11 @@ msgstr "" msgid "Name" msgstr "Bezeichnung" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty +msgid "Open Quantity" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_move_line msgid "Packing Operation" @@ -195,6 +185,7 @@ msgid "Procurement Rule" msgstr "Beschaffungsregel" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id msgid "Product" msgstr "Produkt" @@ -214,11 +205,6 @@ msgstr "Erledigte Menge" msgid "Qty In Progress" msgstr "Menge in Bearbeitung" -#. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty -msgid "Qty pending to allocate" -msgstr "Menge in Zuweisung" - #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty msgid "Quantity" @@ -239,6 +225,13 @@ msgstr "Menge in Bearbeitung." msgid "Quantity in the default UoM of the product" msgstr "Menge in Vorgabe-ME des Produkts" +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty +msgid "" +"Quantity of the stock request allocated to the stock move, in the UoM of the" +" Stock Request" +msgstr "" + #. module: stock_request #: model:ir.model.fields,help:stock_request.field_stock_request_allocation_allocated_product_qty #: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_qty @@ -274,6 +267,16 @@ msgstr "Alle Produkte auf einmal erhalten" msgid "Receive each product when available" msgstr "Jedes Produkt bei Verfügbarkeit erhalten" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty +msgid "Requested Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_uom_qty +msgid "Requested Quantity (UoM)" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by msgid "Requested by" @@ -314,9 +317,15 @@ msgstr "Bestandsbuchungen" #: model:ir.model,name:stock_request.model_stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id #: model:ir.module.category,name:stock_request.module_category_stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Stock Request" msgstr "Bestandsanforderung" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_count +msgid "Stock Request #" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request_allocation #: model:ir.model.fields,field_description:stock_request.field_stock_move_allocation_ids @@ -324,6 +333,14 @@ msgstr "Bestandsanforderung" msgid "Stock Request Allocation" msgstr "Bestandszuweisung beantragen" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_move_form +#: model:ir.ui.view,arch_db:stock_request.view_move_picking_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree +msgid "Stock Request Allocations" +msgstr "" + #. module: stock_request #: model:res.groups,name:stock_request.group_stock_request_manager msgid "Stock Request Manager" @@ -341,9 +358,12 @@ msgstr "Bezeichner der Anforderung muss eindeutig sein" #. module: stock_request #: model:ir.actions.act_window,name:stock_request.action_stock_request_form +#: model:ir.model.fields,field_description:stock_request.field_stock_move_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_ids #: model:ir.ui.menu,name:stock_request.menu_stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_root #: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.ui.view,arch_db:stock_request.view_picking_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_tree msgid "Stock Requests" @@ -364,11 +384,21 @@ msgstr "" "Die folgenden Posten aus Anforderung %s sind nun eingegangen in %s unter " "Kommissionierung %s:" +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_picking +msgid "Transfer" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Transfers" msgstr "Umlagerungen" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id +msgid "UoM" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id #: model:ir.ui.view,arch_db:stock_request.stock_request_search @@ -376,7 +406,7 @@ msgid "Warehouse" msgstr "Warenlager" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:193 +#: code:addons/stock_request/models/stock_request.py:187 #, python-format msgid "" "You have to select a product unit of measure in the same category than the " diff --git a/stock_request/i18n/el_GR.po b/stock_request/i18n/el_GR.po new file mode 100644 index 000000000..aec2ea768 --- /dev/null +++ b/stock_request/i18n/el_GR.po @@ -0,0 +1,408 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_request +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-02 03:44+0000\n" +"PO-Revision-Date: 2018-03-02 03:44+0000\n" +"Last-Translator: OCA Transbot , 2018\n" +"Language-Team: Greek (Greece) (https://www.transifex.com/oca/teams/23907/el_GR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: el_GR\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:20 +#, python-format +msgid "
  • %s: Transferred quantity %s %s
  • " +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty +msgid "Allocated Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Archived" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Cancel" +msgstr "" + +#. module: stock_request +#: selection:stock.request,state:0 +msgid "Cancelled" +msgstr "" + +#. module: stock_request +#: model:ir.actions.act_window,help:stock_request.action_stock_request_form +msgid "Click to add a Stock Request." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_company_id +msgid "Company" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Confirm" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_uid +msgid "Created by" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_date +msgid "Created on" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_expected_date +msgid "Date when you expect to receive the goods." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_count +msgid "Delivery Orders" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_display_name +msgid "Display Name" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: selection:stock.request,state:0 +msgid "Done" +msgstr "" + +#. module: stock_request +#: selection:stock.request,state:0 +msgid "Draft" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date +msgid "Expected date" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Group By" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_id +msgid "ID" +msgstr "" + +#. module: stock_request +#: selection:stock.request,state:0 +msgid "In progress" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation___last_update +msgid "Last Modified on" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_date +msgid "Last Updated on" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_location_id +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Location" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_procurement_group_id +msgid "" +"Moves created through this stock request will be put in this procurement " +"group. If none is given, the moves generated by procurement rules will be " +"grouped into one big picking." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_name +msgid "Name" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty +msgid "Open Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_move_line +msgid "Packing Operation" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids +msgid "Pickings" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id +msgid "Procurement Group" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_procurement_rule +msgid "Procurement Rule" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id +msgid "Product" +msgstr "Προϊόν" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id +msgid "Product Unit of Measure" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done +msgid "Qty Done" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_in_progress +msgid "Qty In Progress" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_qty_done +msgid "Quantity completed" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_qty_in_progress +msgid "Quantity in progress." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty +msgid "" +"Quantity of the stock request allocated to the stock move, in the UoM of the" +" Stock Request" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_allocated_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_qty +msgid "" +"Quantity of the stock request allocated to the stock move, in the default " +"UoM of the product" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty +msgid "Quantity, specified in the unit of measure indicated in the request." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:12 +#, python-format +msgid "Receipt confirmation %s for your Request %s" +msgstr "" + +#. module: stock_request +#: selection:stock.request,picking_policy:0 +msgid "Receive all products at once" +msgstr "" + +#. module: stock_request +#: selection:stock.request,picking_policy:0 +msgid "Receive each product when available" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty +msgid "Requested Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_uom_qty +msgid "Requested Quantity (UoM)" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by +msgid "Requested by" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id +msgid "Route" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Set to Draft" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy +msgid "Shipping Policy" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_state +msgid "Status" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_move +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_move_id +msgid "Stock Move" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids +msgid "Stock Moves" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id +#: model:ir.module.category,name:stock_request.module_category_stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Stock Request" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_count +msgid "Stock Request #" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_allocation +#: model:ir.model.fields,field_description:stock_request.field_stock_move_allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_ids +msgid "Stock Request Allocation" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_move_form +#: model:ir.ui.view,arch_db:stock_request.view_move_picking_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree +msgid "Stock Request Allocations" +msgstr "" + +#. module: stock_request +#: model:res.groups,name:stock_request.group_stock_request_manager +msgid "Stock Request Manager" +msgstr "" + +#. module: stock_request +#: model:res.groups,name:stock_request.group_stock_request_user +msgid "Stock Request User" +msgstr "" + +#. module: stock_request +#: sql_constraint:stock.request:0 +msgid "Stock Request name must be unique" +msgstr "" + +#. module: stock_request +#: model:ir.actions.act_window,name:stock_request.action_stock_request_form +#: model:ir.model.fields,field_description:stock_request.field_stock_move_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_ids +#: model:ir.ui.menu,name:stock_request.menu_stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_root +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.ui.view,arch_db:stock_request.view_picking_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_tree +msgid "Stock Requests" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Stock Requests Search" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:15 +#, python-format +msgid "" +"The following requested items from Stock Request %s have now been received " +"in %s using Picking %s:" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_picking +msgid "Transfer" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Transfers" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id +msgid "UoM" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Warehouse" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:187 +#, python-format +msgid "" +"You have to select a product unit of measure in the same category than the " +"default unit of measure of the product" +msgstr "" diff --git a/stock_request/i18n/es.po b/stock_request/i18n/es.po new file mode 100644 index 000000000..f8796aba4 --- /dev/null +++ b/stock_request/i18n/es.po @@ -0,0 +1,409 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_request +# +# Translators: +# OCA Transbot , 2018 +# enjolras , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-02 03:44+0000\n" +"PO-Revision-Date: 2018-03-02 03:44+0000\n" +"Last-Translator: enjolras , 2018\n" +"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:20 +#, python-format +msgid "
  • %s: Transferred quantity %s %s
  • " +msgstr "
  • %s: Cantidad transferida %s %s
  • " + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty +msgid "Allocated Quantity" +msgstr "Cantidad reservada" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Archived" +msgstr "Archivado" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Cancel" +msgstr "Cancelar" + +#. module: stock_request +#: selection:stock.request,state:0 +msgid "Cancelled" +msgstr "Cancelado" + +#. module: stock_request +#: model:ir.actions.act_window,help:stock_request.action_stock_request_form +msgid "Click to add a Stock Request." +msgstr "Pulse para añadir una solicitud de existencias." + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_company_id +msgid "Company" +msgstr "Compañía" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Confirm" +msgstr "Confirmar" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_date +msgid "Created on" +msgstr "Creado el" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_expected_date +msgid "Date when you expect to receive the goods." +msgstr "Fecha prevista de recepción de la mercancía." + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_count +msgid "Delivery Orders" +msgstr "Pedidos de entrega" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: selection:stock.request,state:0 +msgid "Done" +msgstr "Hecho" + +#. module: stock_request +#: selection:stock.request,state:0 +msgid "Draft" +msgstr "Borrador" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date +msgid "Expected date" +msgstr "Fecha prevista" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Group By" +msgstr "Agrupar por" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_id +msgid "ID" +msgstr "ID" + +#. module: stock_request +#: selection:stock.request,state:0 +msgid "In progress" +msgstr "En progreso" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation___last_update +msgid "Last Modified on" +msgstr "Última modificación el" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_uid +msgid "Last Updated by" +msgstr "Última actualización por" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_date +msgid "Last Updated on" +msgstr "Última actualización el" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_location_id +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Location" +msgstr "Ubicación" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_procurement_group_id +msgid "" +"Moves created through this stock request will be put in this procurement " +"group. If none is given, the moves generated by procurement rules will be " +"grouped into one big picking." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_name +msgid "Name" +msgstr "Nombre" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty +msgid "Open Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_move_line +msgid "Packing Operation" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids +msgid "Pickings" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id +msgid "Procurement Group" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_procurement_rule +msgid "Procurement Rule" +msgstr "Regla de abastecimiento" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id +msgid "Product" +msgstr "Producto" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id +msgid "Product Unit of Measure" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done +msgid "Qty Done" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_in_progress +msgid "Qty In Progress" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_qty_done +msgid "Quantity completed" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_qty_in_progress +msgid "Quantity in progress." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty +msgid "" +"Quantity of the stock request allocated to the stock move, in the UoM of the" +" Stock Request" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_allocated_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_qty +msgid "" +"Quantity of the stock request allocated to the stock move, in the default " +"UoM of the product" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty +msgid "Quantity, specified in the unit of measure indicated in the request." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:12 +#, python-format +msgid "Receipt confirmation %s for your Request %s" +msgstr "" + +#. module: stock_request +#: selection:stock.request,picking_policy:0 +msgid "Receive all products at once" +msgstr "" + +#. module: stock_request +#: selection:stock.request,picking_policy:0 +msgid "Receive each product when available" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty +msgid "Requested Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_uom_qty +msgid "Requested Quantity (UoM)" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by +msgid "Requested by" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id +msgid "Route" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Set to Draft" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy +msgid "Shipping Policy" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_state +msgid "Status" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_move +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_move_id +msgid "Stock Move" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids +msgid "Stock Moves" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id +#: model:ir.module.category,name:stock_request.module_category_stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Stock Request" +msgstr "Solicitud de existencias" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_count +msgid "Stock Request #" +msgstr "Solicitud de existencias #" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_allocation +#: model:ir.model.fields,field_description:stock_request.field_stock_move_allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_ids +msgid "Stock Request Allocation" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_move_form +#: model:ir.ui.view,arch_db:stock_request.view_move_picking_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree +msgid "Stock Request Allocations" +msgstr "" + +#. module: stock_request +#: model:res.groups,name:stock_request.group_stock_request_manager +msgid "Stock Request Manager" +msgstr "" + +#. module: stock_request +#: model:res.groups,name:stock_request.group_stock_request_user +msgid "Stock Request User" +msgstr "" + +#. module: stock_request +#: sql_constraint:stock.request:0 +msgid "Stock Request name must be unique" +msgstr "" + +#. module: stock_request +#: model:ir.actions.act_window,name:stock_request.action_stock_request_form +#: model:ir.model.fields,field_description:stock_request.field_stock_move_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_ids +#: model:ir.ui.menu,name:stock_request.menu_stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_root +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.ui.view,arch_db:stock_request.view_picking_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_tree +msgid "Stock Requests" +msgstr "Solicitudes de existencias" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Stock Requests Search" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:15 +#, python-format +msgid "" +"The following requested items from Stock Request %s have now been received " +"in %s using Picking %s:" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_picking +msgid "Transfer" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Transfers" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id +msgid "UoM" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Warehouse" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:187 +#, python-format +msgid "" +"You have to select a product unit of measure in the same category than the " +"default unit of measure of the product" +msgstr "" diff --git a/stock_request/i18n/es_ES.po b/stock_request/i18n/es_ES.po new file mode 100644 index 000000000..311ff2f55 --- /dev/null +++ b/stock_request/i18n/es_ES.po @@ -0,0 +1,408 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_request +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-02 03:44+0000\n" +"PO-Revision-Date: 2018-03-02 03:44+0000\n" +"Last-Translator: OCA Transbot , 2018\n" +"Language-Team: Spanish (Spain) (https://www.transifex.com/oca/teams/23907/es_ES/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_ES\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:20 +#, python-format +msgid "
  • %s: Transferred quantity %s %s
  • " +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty +msgid "Allocated Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Archived" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Cancel" +msgstr "" + +#. module: stock_request +#: selection:stock.request,state:0 +msgid "Cancelled" +msgstr "" + +#. module: stock_request +#: model:ir.actions.act_window,help:stock_request.action_stock_request_form +msgid "Click to add a Stock Request." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_company_id +msgid "Company" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Confirm" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_uid +msgid "Created by" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_date +msgid "Created on" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_expected_date +msgid "Date when you expect to receive the goods." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_count +msgid "Delivery Orders" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_display_name +msgid "Display Name" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: selection:stock.request,state:0 +msgid "Done" +msgstr "" + +#. module: stock_request +#: selection:stock.request,state:0 +msgid "Draft" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date +msgid "Expected date" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Group By" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_id +msgid "ID" +msgstr "" + +#. module: stock_request +#: selection:stock.request,state:0 +msgid "In progress" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation___last_update +msgid "Last Modified on" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_date +msgid "Last Updated on" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_location_id +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Location" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_procurement_group_id +msgid "" +"Moves created through this stock request will be put in this procurement " +"group. If none is given, the moves generated by procurement rules will be " +"grouped into one big picking." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_name +msgid "Name" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty +msgid "Open Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_move_line +msgid "Packing Operation" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids +msgid "Pickings" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id +msgid "Procurement Group" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_procurement_rule +msgid "Procurement Rule" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id +msgid "Product" +msgstr "Producto" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id +msgid "Product Unit of Measure" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done +msgid "Qty Done" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_in_progress +msgid "Qty In Progress" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_qty_done +msgid "Quantity completed" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_qty_in_progress +msgid "Quantity in progress." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty +msgid "" +"Quantity of the stock request allocated to the stock move, in the UoM of the" +" Stock Request" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_allocated_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_qty +msgid "" +"Quantity of the stock request allocated to the stock move, in the default " +"UoM of the product" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty +msgid "Quantity, specified in the unit of measure indicated in the request." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:12 +#, python-format +msgid "Receipt confirmation %s for your Request %s" +msgstr "" + +#. module: stock_request +#: selection:stock.request,picking_policy:0 +msgid "Receive all products at once" +msgstr "" + +#. module: stock_request +#: selection:stock.request,picking_policy:0 +msgid "Receive each product when available" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty +msgid "Requested Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_uom_qty +msgid "Requested Quantity (UoM)" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by +msgid "Requested by" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id +msgid "Route" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Set to Draft" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy +msgid "Shipping Policy" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_state +msgid "Status" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_move +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_move_id +msgid "Stock Move" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids +msgid "Stock Moves" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id +#: model:ir.module.category,name:stock_request.module_category_stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Stock Request" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_count +msgid "Stock Request #" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_allocation +#: model:ir.model.fields,field_description:stock_request.field_stock_move_allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_ids +msgid "Stock Request Allocation" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_move_form +#: model:ir.ui.view,arch_db:stock_request.view_move_picking_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree +msgid "Stock Request Allocations" +msgstr "" + +#. module: stock_request +#: model:res.groups,name:stock_request.group_stock_request_manager +msgid "Stock Request Manager" +msgstr "" + +#. module: stock_request +#: model:res.groups,name:stock_request.group_stock_request_user +msgid "Stock Request User" +msgstr "" + +#. module: stock_request +#: sql_constraint:stock.request:0 +msgid "Stock Request name must be unique" +msgstr "" + +#. module: stock_request +#: model:ir.actions.act_window,name:stock_request.action_stock_request_form +#: model:ir.model.fields,field_description:stock_request.field_stock_move_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_ids +#: model:ir.ui.menu,name:stock_request.menu_stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_root +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.ui.view,arch_db:stock_request.view_picking_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_tree +msgid "Stock Requests" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Stock Requests Search" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:15 +#, python-format +msgid "" +"The following requested items from Stock Request %s have now been received " +"in %s using Picking %s:" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_picking +msgid "Transfer" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Transfers" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id +msgid "UoM" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Warehouse" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:187 +#, python-format +msgid "" +"You have to select a product unit of measure in the same category than the " +"default unit of measure of the product" +msgstr "" diff --git a/stock_request/i18n/eu.po b/stock_request/i18n/eu.po new file mode 100644 index 000000000..b72f06470 --- /dev/null +++ b/stock_request/i18n/eu.po @@ -0,0 +1,408 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_request +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-02 03:44+0000\n" +"PO-Revision-Date: 2018-03-02 03:44+0000\n" +"Last-Translator: OCA Transbot , 2018\n" +"Language-Team: Basque (https://www.transifex.com/oca/teams/23907/eu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: eu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:20 +#, python-format +msgid "
  • %s: Transferred quantity %s %s
  • " +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty +msgid "Allocated Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Archived" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Cancel" +msgstr "" + +#. module: stock_request +#: selection:stock.request,state:0 +msgid "Cancelled" +msgstr "" + +#. module: stock_request +#: model:ir.actions.act_window,help:stock_request.action_stock_request_form +msgid "Click to add a Stock Request." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_company_id +msgid "Company" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Confirm" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_uid +msgid "Created by" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_date +msgid "Created on" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_expected_date +msgid "Date when you expect to receive the goods." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_count +msgid "Delivery Orders" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_display_name +msgid "Display Name" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: selection:stock.request,state:0 +msgid "Done" +msgstr "" + +#. module: stock_request +#: selection:stock.request,state:0 +msgid "Draft" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date +msgid "Expected date" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Group By" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_id +msgid "ID" +msgstr "" + +#. module: stock_request +#: selection:stock.request,state:0 +msgid "In progress" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation___last_update +msgid "Last Modified on" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_date +msgid "Last Updated on" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_location_id +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Location" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_procurement_group_id +msgid "" +"Moves created through this stock request will be put in this procurement " +"group. If none is given, the moves generated by procurement rules will be " +"grouped into one big picking." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_name +msgid "Name" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty +msgid "Open Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_move_line +msgid "Packing Operation" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids +msgid "Pickings" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id +msgid "Procurement Group" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_procurement_rule +msgid "Procurement Rule" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id +msgid "Product" +msgstr "Produktua" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id +msgid "Product Unit of Measure" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done +msgid "Qty Done" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_in_progress +msgid "Qty In Progress" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_qty_done +msgid "Quantity completed" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_qty_in_progress +msgid "Quantity in progress." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty +msgid "" +"Quantity of the stock request allocated to the stock move, in the UoM of the" +" Stock Request" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_allocated_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_qty +msgid "" +"Quantity of the stock request allocated to the stock move, in the default " +"UoM of the product" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty +msgid "Quantity, specified in the unit of measure indicated in the request." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:12 +#, python-format +msgid "Receipt confirmation %s for your Request %s" +msgstr "" + +#. module: stock_request +#: selection:stock.request,picking_policy:0 +msgid "Receive all products at once" +msgstr "" + +#. module: stock_request +#: selection:stock.request,picking_policy:0 +msgid "Receive each product when available" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty +msgid "Requested Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_uom_qty +msgid "Requested Quantity (UoM)" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by +msgid "Requested by" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id +msgid "Route" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Set to Draft" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy +msgid "Shipping Policy" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_state +msgid "Status" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_move +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_move_id +msgid "Stock Move" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids +msgid "Stock Moves" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id +#: model:ir.module.category,name:stock_request.module_category_stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Stock Request" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_count +msgid "Stock Request #" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_allocation +#: model:ir.model.fields,field_description:stock_request.field_stock_move_allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_ids +msgid "Stock Request Allocation" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_move_form +#: model:ir.ui.view,arch_db:stock_request.view_move_picking_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree +msgid "Stock Request Allocations" +msgstr "" + +#. module: stock_request +#: model:res.groups,name:stock_request.group_stock_request_manager +msgid "Stock Request Manager" +msgstr "" + +#. module: stock_request +#: model:res.groups,name:stock_request.group_stock_request_user +msgid "Stock Request User" +msgstr "" + +#. module: stock_request +#: sql_constraint:stock.request:0 +msgid "Stock Request name must be unique" +msgstr "" + +#. module: stock_request +#: model:ir.actions.act_window,name:stock_request.action_stock_request_form +#: model:ir.model.fields,field_description:stock_request.field_stock_move_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_ids +#: model:ir.ui.menu,name:stock_request.menu_stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_root +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.ui.view,arch_db:stock_request.view_picking_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_tree +msgid "Stock Requests" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Stock Requests Search" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:15 +#, python-format +msgid "" +"The following requested items from Stock Request %s have now been received " +"in %s using Picking %s:" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_picking +msgid "Transfer" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Transfers" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id +msgid "UoM" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Warehouse" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:187 +#, python-format +msgid "" +"You have to select a product unit of measure in the same category than the " +"default unit of measure of the product" +msgstr "" diff --git a/stock_request/i18n/fi.po b/stock_request/i18n/fi.po new file mode 100644 index 000000000..acad14594 --- /dev/null +++ b/stock_request/i18n/fi.po @@ -0,0 +1,408 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_request +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-02 03:44+0000\n" +"PO-Revision-Date: 2018-03-02 03:44+0000\n" +"Last-Translator: OCA Transbot , 2018\n" +"Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/fi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:20 +#, python-format +msgid "
  • %s: Transferred quantity %s %s
  • " +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty +msgid "Allocated Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Archived" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Cancel" +msgstr "" + +#. module: stock_request +#: selection:stock.request,state:0 +msgid "Cancelled" +msgstr "" + +#. module: stock_request +#: model:ir.actions.act_window,help:stock_request.action_stock_request_form +msgid "Click to add a Stock Request." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_company_id +msgid "Company" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Confirm" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_uid +msgid "Created by" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_date +msgid "Created on" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_expected_date +msgid "Date when you expect to receive the goods." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_count +msgid "Delivery Orders" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_display_name +msgid "Display Name" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: selection:stock.request,state:0 +msgid "Done" +msgstr "" + +#. module: stock_request +#: selection:stock.request,state:0 +msgid "Draft" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date +msgid "Expected date" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Group By" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_id +msgid "ID" +msgstr "" + +#. module: stock_request +#: selection:stock.request,state:0 +msgid "In progress" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation___last_update +msgid "Last Modified on" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_date +msgid "Last Updated on" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_location_id +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Location" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_procurement_group_id +msgid "" +"Moves created through this stock request will be put in this procurement " +"group. If none is given, the moves generated by procurement rules will be " +"grouped into one big picking." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_name +msgid "Name" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty +msgid "Open Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_move_line +msgid "Packing Operation" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids +msgid "Pickings" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id +msgid "Procurement Group" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_procurement_rule +msgid "Procurement Rule" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id +msgid "Product" +msgstr "Tuote" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id +msgid "Product Unit of Measure" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done +msgid "Qty Done" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_in_progress +msgid "Qty In Progress" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_qty_done +msgid "Quantity completed" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_qty_in_progress +msgid "Quantity in progress." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty +msgid "" +"Quantity of the stock request allocated to the stock move, in the UoM of the" +" Stock Request" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_allocated_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_qty +msgid "" +"Quantity of the stock request allocated to the stock move, in the default " +"UoM of the product" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty +msgid "Quantity, specified in the unit of measure indicated in the request." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:12 +#, python-format +msgid "Receipt confirmation %s for your Request %s" +msgstr "" + +#. module: stock_request +#: selection:stock.request,picking_policy:0 +msgid "Receive all products at once" +msgstr "" + +#. module: stock_request +#: selection:stock.request,picking_policy:0 +msgid "Receive each product when available" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty +msgid "Requested Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_uom_qty +msgid "Requested Quantity (UoM)" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by +msgid "Requested by" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id +msgid "Route" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Set to Draft" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy +msgid "Shipping Policy" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_state +msgid "Status" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_move +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_move_id +msgid "Stock Move" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids +msgid "Stock Moves" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id +#: model:ir.module.category,name:stock_request.module_category_stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Stock Request" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_count +msgid "Stock Request #" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_allocation +#: model:ir.model.fields,field_description:stock_request.field_stock_move_allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_ids +msgid "Stock Request Allocation" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_move_form +#: model:ir.ui.view,arch_db:stock_request.view_move_picking_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree +msgid "Stock Request Allocations" +msgstr "" + +#. module: stock_request +#: model:res.groups,name:stock_request.group_stock_request_manager +msgid "Stock Request Manager" +msgstr "" + +#. module: stock_request +#: model:res.groups,name:stock_request.group_stock_request_user +msgid "Stock Request User" +msgstr "" + +#. module: stock_request +#: sql_constraint:stock.request:0 +msgid "Stock Request name must be unique" +msgstr "" + +#. module: stock_request +#: model:ir.actions.act_window,name:stock_request.action_stock_request_form +#: model:ir.model.fields,field_description:stock_request.field_stock_move_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_ids +#: model:ir.ui.menu,name:stock_request.menu_stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_root +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.ui.view,arch_db:stock_request.view_picking_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_tree +msgid "Stock Requests" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Stock Requests Search" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:15 +#, python-format +msgid "" +"The following requested items from Stock Request %s have now been received " +"in %s using Picking %s:" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_picking +msgid "Transfer" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Transfers" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id +msgid "UoM" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Warehouse" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:187 +#, python-format +msgid "" +"You have to select a product unit of measure in the same category than the " +"default unit of measure of the product" +msgstr "" diff --git a/stock_request/i18n/fr.po b/stock_request/i18n/fr.po new file mode 100644 index 000000000..b67e0108f --- /dev/null +++ b/stock_request/i18n/fr.po @@ -0,0 +1,408 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_request +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-02 03:44+0000\n" +"PO-Revision-Date: 2018-03-02 03:44+0000\n" +"Last-Translator: OCA Transbot , 2018\n" +"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:20 +#, python-format +msgid "
  • %s: Transferred quantity %s %s
  • " +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty +msgid "Allocated Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Archived" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Cancel" +msgstr "" + +#. module: stock_request +#: selection:stock.request,state:0 +msgid "Cancelled" +msgstr "" + +#. module: stock_request +#: model:ir.actions.act_window,help:stock_request.action_stock_request_form +msgid "Click to add a Stock Request." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_company_id +msgid "Company" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Confirm" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_uid +msgid "Created by" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_date +msgid "Created on" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_expected_date +msgid "Date when you expect to receive the goods." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_count +msgid "Delivery Orders" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_display_name +msgid "Display Name" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: selection:stock.request,state:0 +msgid "Done" +msgstr "" + +#. module: stock_request +#: selection:stock.request,state:0 +msgid "Draft" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date +msgid "Expected date" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Group By" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_id +msgid "ID" +msgstr "" + +#. module: stock_request +#: selection:stock.request,state:0 +msgid "In progress" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation___last_update +msgid "Last Modified on" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_date +msgid "Last Updated on" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_location_id +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Location" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_procurement_group_id +msgid "" +"Moves created through this stock request will be put in this procurement " +"group. If none is given, the moves generated by procurement rules will be " +"grouped into one big picking." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_name +msgid "Name" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty +msgid "Open Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_move_line +msgid "Packing Operation" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids +msgid "Pickings" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id +msgid "Procurement Group" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_procurement_rule +msgid "Procurement Rule" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id +msgid "Product" +msgstr "Article" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id +msgid "Product Unit of Measure" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done +msgid "Qty Done" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_in_progress +msgid "Qty In Progress" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_qty_done +msgid "Quantity completed" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_qty_in_progress +msgid "Quantity in progress." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty +msgid "" +"Quantity of the stock request allocated to the stock move, in the UoM of the" +" Stock Request" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_allocated_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_qty +msgid "" +"Quantity of the stock request allocated to the stock move, in the default " +"UoM of the product" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty +msgid "Quantity, specified in the unit of measure indicated in the request." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:12 +#, python-format +msgid "Receipt confirmation %s for your Request %s" +msgstr "" + +#. module: stock_request +#: selection:stock.request,picking_policy:0 +msgid "Receive all products at once" +msgstr "" + +#. module: stock_request +#: selection:stock.request,picking_policy:0 +msgid "Receive each product when available" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty +msgid "Requested Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_uom_qty +msgid "Requested Quantity (UoM)" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by +msgid "Requested by" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id +msgid "Route" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Set to Draft" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy +msgid "Shipping Policy" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_state +msgid "Status" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_move +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_move_id +msgid "Stock Move" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids +msgid "Stock Moves" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id +#: model:ir.module.category,name:stock_request.module_category_stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Stock Request" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_count +msgid "Stock Request #" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_allocation +#: model:ir.model.fields,field_description:stock_request.field_stock_move_allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_ids +msgid "Stock Request Allocation" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_move_form +#: model:ir.ui.view,arch_db:stock_request.view_move_picking_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree +msgid "Stock Request Allocations" +msgstr "" + +#. module: stock_request +#: model:res.groups,name:stock_request.group_stock_request_manager +msgid "Stock Request Manager" +msgstr "" + +#. module: stock_request +#: model:res.groups,name:stock_request.group_stock_request_user +msgid "Stock Request User" +msgstr "" + +#. module: stock_request +#: sql_constraint:stock.request:0 +msgid "Stock Request name must be unique" +msgstr "" + +#. module: stock_request +#: model:ir.actions.act_window,name:stock_request.action_stock_request_form +#: model:ir.model.fields,field_description:stock_request.field_stock_move_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_ids +#: model:ir.ui.menu,name:stock_request.menu_stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_root +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.ui.view,arch_db:stock_request.view_picking_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_tree +msgid "Stock Requests" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Stock Requests Search" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:15 +#, python-format +msgid "" +"The following requested items from Stock Request %s have now been received " +"in %s using Picking %s:" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_picking +msgid "Transfer" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Transfers" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id +msgid "UoM" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Warehouse" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:187 +#, python-format +msgid "" +"You have to select a product unit of measure in the same category than the " +"default unit of measure of the product" +msgstr "" diff --git a/stock_request/i18n/fr_CH.po b/stock_request/i18n/fr_CH.po new file mode 100644 index 000000000..6fa2e1d32 --- /dev/null +++ b/stock_request/i18n/fr_CH.po @@ -0,0 +1,408 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_request +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-02 03:44+0000\n" +"PO-Revision-Date: 2018-03-02 03:44+0000\n" +"Last-Translator: OCA Transbot , 2018\n" +"Language-Team: French (Switzerland) (https://www.transifex.com/oca/teams/23907/fr_CH/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fr_CH\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:20 +#, python-format +msgid "
  • %s: Transferred quantity %s %s
  • " +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty +msgid "Allocated Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Archived" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Cancel" +msgstr "" + +#. module: stock_request +#: selection:stock.request,state:0 +msgid "Cancelled" +msgstr "" + +#. module: stock_request +#: model:ir.actions.act_window,help:stock_request.action_stock_request_form +msgid "Click to add a Stock Request." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_company_id +msgid "Company" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Confirm" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_uid +msgid "Created by" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_date +msgid "Created on" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_expected_date +msgid "Date when you expect to receive the goods." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_count +msgid "Delivery Orders" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_display_name +msgid "Display Name" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: selection:stock.request,state:0 +msgid "Done" +msgstr "" + +#. module: stock_request +#: selection:stock.request,state:0 +msgid "Draft" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date +msgid "Expected date" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Group By" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_id +msgid "ID" +msgstr "" + +#. module: stock_request +#: selection:stock.request,state:0 +msgid "In progress" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation___last_update +msgid "Last Modified on" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_date +msgid "Last Updated on" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_location_id +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Location" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_procurement_group_id +msgid "" +"Moves created through this stock request will be put in this procurement " +"group. If none is given, the moves generated by procurement rules will be " +"grouped into one big picking." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_name +msgid "Name" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty +msgid "Open Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_move_line +msgid "Packing Operation" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids +msgid "Pickings" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id +msgid "Procurement Group" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_procurement_rule +msgid "Procurement Rule" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id +msgid "Product" +msgstr "Produit" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id +msgid "Product Unit of Measure" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done +msgid "Qty Done" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_in_progress +msgid "Qty In Progress" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_qty_done +msgid "Quantity completed" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_qty_in_progress +msgid "Quantity in progress." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty +msgid "" +"Quantity of the stock request allocated to the stock move, in the UoM of the" +" Stock Request" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_allocated_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_qty +msgid "" +"Quantity of the stock request allocated to the stock move, in the default " +"UoM of the product" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty +msgid "Quantity, specified in the unit of measure indicated in the request." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:12 +#, python-format +msgid "Receipt confirmation %s for your Request %s" +msgstr "" + +#. module: stock_request +#: selection:stock.request,picking_policy:0 +msgid "Receive all products at once" +msgstr "" + +#. module: stock_request +#: selection:stock.request,picking_policy:0 +msgid "Receive each product when available" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty +msgid "Requested Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_uom_qty +msgid "Requested Quantity (UoM)" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by +msgid "Requested by" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id +msgid "Route" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Set to Draft" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy +msgid "Shipping Policy" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_state +msgid "Status" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_move +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_move_id +msgid "Stock Move" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids +msgid "Stock Moves" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id +#: model:ir.module.category,name:stock_request.module_category_stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Stock Request" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_count +msgid "Stock Request #" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_allocation +#: model:ir.model.fields,field_description:stock_request.field_stock_move_allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_ids +msgid "Stock Request Allocation" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_move_form +#: model:ir.ui.view,arch_db:stock_request.view_move_picking_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree +msgid "Stock Request Allocations" +msgstr "" + +#. module: stock_request +#: model:res.groups,name:stock_request.group_stock_request_manager +msgid "Stock Request Manager" +msgstr "" + +#. module: stock_request +#: model:res.groups,name:stock_request.group_stock_request_user +msgid "Stock Request User" +msgstr "" + +#. module: stock_request +#: sql_constraint:stock.request:0 +msgid "Stock Request name must be unique" +msgstr "" + +#. module: stock_request +#: model:ir.actions.act_window,name:stock_request.action_stock_request_form +#: model:ir.model.fields,field_description:stock_request.field_stock_move_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_ids +#: model:ir.ui.menu,name:stock_request.menu_stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_root +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.ui.view,arch_db:stock_request.view_picking_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_tree +msgid "Stock Requests" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Stock Requests Search" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:15 +#, python-format +msgid "" +"The following requested items from Stock Request %s have now been received " +"in %s using Picking %s:" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_picking +msgid "Transfer" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Transfers" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id +msgid "UoM" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Warehouse" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:187 +#, python-format +msgid "" +"You have to select a product unit of measure in the same category than the " +"default unit of measure of the product" +msgstr "" diff --git a/stock_request/i18n/fr_FR.po b/stock_request/i18n/fr_FR.po new file mode 100644 index 000000000..78d1f5517 --- /dev/null +++ b/stock_request/i18n/fr_FR.po @@ -0,0 +1,408 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_request +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-02 03:44+0000\n" +"PO-Revision-Date: 2018-03-02 03:44+0000\n" +"Last-Translator: OCA Transbot , 2018\n" +"Language-Team: French (France) (https://www.transifex.com/oca/teams/23907/fr_FR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fr_FR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:20 +#, python-format +msgid "
  • %s: Transferred quantity %s %s
  • " +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty +msgid "Allocated Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Archived" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Cancel" +msgstr "" + +#. module: stock_request +#: selection:stock.request,state:0 +msgid "Cancelled" +msgstr "" + +#. module: stock_request +#: model:ir.actions.act_window,help:stock_request.action_stock_request_form +msgid "Click to add a Stock Request." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_company_id +msgid "Company" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Confirm" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_uid +msgid "Created by" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_date +msgid "Created on" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_expected_date +msgid "Date when you expect to receive the goods." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_count +msgid "Delivery Orders" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_display_name +msgid "Display Name" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: selection:stock.request,state:0 +msgid "Done" +msgstr "" + +#. module: stock_request +#: selection:stock.request,state:0 +msgid "Draft" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date +msgid "Expected date" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Group By" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_id +msgid "ID" +msgstr "" + +#. module: stock_request +#: selection:stock.request,state:0 +msgid "In progress" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation___last_update +msgid "Last Modified on" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_date +msgid "Last Updated on" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_location_id +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Location" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_procurement_group_id +msgid "" +"Moves created through this stock request will be put in this procurement " +"group. If none is given, the moves generated by procurement rules will be " +"grouped into one big picking." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_name +msgid "Name" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty +msgid "Open Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_move_line +msgid "Packing Operation" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids +msgid "Pickings" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id +msgid "Procurement Group" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_procurement_rule +msgid "Procurement Rule" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id +msgid "Product" +msgstr "Produit" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id +msgid "Product Unit of Measure" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done +msgid "Qty Done" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_in_progress +msgid "Qty In Progress" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_qty_done +msgid "Quantity completed" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_qty_in_progress +msgid "Quantity in progress." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty +msgid "" +"Quantity of the stock request allocated to the stock move, in the UoM of the" +" Stock Request" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_allocated_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_qty +msgid "" +"Quantity of the stock request allocated to the stock move, in the default " +"UoM of the product" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty +msgid "Quantity, specified in the unit of measure indicated in the request." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:12 +#, python-format +msgid "Receipt confirmation %s for your Request %s" +msgstr "" + +#. module: stock_request +#: selection:stock.request,picking_policy:0 +msgid "Receive all products at once" +msgstr "" + +#. module: stock_request +#: selection:stock.request,picking_policy:0 +msgid "Receive each product when available" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty +msgid "Requested Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_uom_qty +msgid "Requested Quantity (UoM)" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by +msgid "Requested by" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id +msgid "Route" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Set to Draft" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy +msgid "Shipping Policy" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_state +msgid "Status" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_move +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_move_id +msgid "Stock Move" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids +msgid "Stock Moves" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id +#: model:ir.module.category,name:stock_request.module_category_stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Stock Request" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_count +msgid "Stock Request #" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_allocation +#: model:ir.model.fields,field_description:stock_request.field_stock_move_allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_ids +msgid "Stock Request Allocation" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_move_form +#: model:ir.ui.view,arch_db:stock_request.view_move_picking_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree +msgid "Stock Request Allocations" +msgstr "" + +#. module: stock_request +#: model:res.groups,name:stock_request.group_stock_request_manager +msgid "Stock Request Manager" +msgstr "" + +#. module: stock_request +#: model:res.groups,name:stock_request.group_stock_request_user +msgid "Stock Request User" +msgstr "" + +#. module: stock_request +#: sql_constraint:stock.request:0 +msgid "Stock Request name must be unique" +msgstr "" + +#. module: stock_request +#: model:ir.actions.act_window,name:stock_request.action_stock_request_form +#: model:ir.model.fields,field_description:stock_request.field_stock_move_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_ids +#: model:ir.ui.menu,name:stock_request.menu_stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_root +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.ui.view,arch_db:stock_request.view_picking_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_tree +msgid "Stock Requests" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Stock Requests Search" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:15 +#, python-format +msgid "" +"The following requested items from Stock Request %s have now been received " +"in %s using Picking %s:" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_picking +msgid "Transfer" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Transfers" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id +msgid "UoM" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Warehouse" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:187 +#, python-format +msgid "" +"You have to select a product unit of measure in the same category than the " +"default unit of measure of the product" +msgstr "" diff --git a/stock_request/i18n/gl.po b/stock_request/i18n/gl.po new file mode 100644 index 000000000..3476a8d16 --- /dev/null +++ b/stock_request/i18n/gl.po @@ -0,0 +1,408 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_request +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-02 03:44+0000\n" +"PO-Revision-Date: 2018-03-02 03:44+0000\n" +"Last-Translator: OCA Transbot , 2018\n" +"Language-Team: Galician (https://www.transifex.com/oca/teams/23907/gl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: gl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:20 +#, python-format +msgid "
  • %s: Transferred quantity %s %s
  • " +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty +msgid "Allocated Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Archived" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Cancel" +msgstr "" + +#. module: stock_request +#: selection:stock.request,state:0 +msgid "Cancelled" +msgstr "" + +#. module: stock_request +#: model:ir.actions.act_window,help:stock_request.action_stock_request_form +msgid "Click to add a Stock Request." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_company_id +msgid "Company" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Confirm" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_uid +msgid "Created by" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_date +msgid "Created on" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_expected_date +msgid "Date when you expect to receive the goods." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_count +msgid "Delivery Orders" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_display_name +msgid "Display Name" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: selection:stock.request,state:0 +msgid "Done" +msgstr "" + +#. module: stock_request +#: selection:stock.request,state:0 +msgid "Draft" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date +msgid "Expected date" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Group By" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_id +msgid "ID" +msgstr "" + +#. module: stock_request +#: selection:stock.request,state:0 +msgid "In progress" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation___last_update +msgid "Last Modified on" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_date +msgid "Last Updated on" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_location_id +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Location" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_procurement_group_id +msgid "" +"Moves created through this stock request will be put in this procurement " +"group. If none is given, the moves generated by procurement rules will be " +"grouped into one big picking." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_name +msgid "Name" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty +msgid "Open Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_move_line +msgid "Packing Operation" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids +msgid "Pickings" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id +msgid "Procurement Group" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_procurement_rule +msgid "Procurement Rule" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id +msgid "Product" +msgstr "Produto" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id +msgid "Product Unit of Measure" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done +msgid "Qty Done" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_in_progress +msgid "Qty In Progress" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_qty_done +msgid "Quantity completed" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_qty_in_progress +msgid "Quantity in progress." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty +msgid "" +"Quantity of the stock request allocated to the stock move, in the UoM of the" +" Stock Request" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_allocated_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_qty +msgid "" +"Quantity of the stock request allocated to the stock move, in the default " +"UoM of the product" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty +msgid "Quantity, specified in the unit of measure indicated in the request." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:12 +#, python-format +msgid "Receipt confirmation %s for your Request %s" +msgstr "" + +#. module: stock_request +#: selection:stock.request,picking_policy:0 +msgid "Receive all products at once" +msgstr "" + +#. module: stock_request +#: selection:stock.request,picking_policy:0 +msgid "Receive each product when available" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty +msgid "Requested Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_uom_qty +msgid "Requested Quantity (UoM)" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by +msgid "Requested by" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id +msgid "Route" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Set to Draft" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy +msgid "Shipping Policy" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_state +msgid "Status" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_move +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_move_id +msgid "Stock Move" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids +msgid "Stock Moves" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id +#: model:ir.module.category,name:stock_request.module_category_stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Stock Request" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_count +msgid "Stock Request #" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_allocation +#: model:ir.model.fields,field_description:stock_request.field_stock_move_allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_ids +msgid "Stock Request Allocation" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_move_form +#: model:ir.ui.view,arch_db:stock_request.view_move_picking_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree +msgid "Stock Request Allocations" +msgstr "" + +#. module: stock_request +#: model:res.groups,name:stock_request.group_stock_request_manager +msgid "Stock Request Manager" +msgstr "" + +#. module: stock_request +#: model:res.groups,name:stock_request.group_stock_request_user +msgid "Stock Request User" +msgstr "" + +#. module: stock_request +#: sql_constraint:stock.request:0 +msgid "Stock Request name must be unique" +msgstr "" + +#. module: stock_request +#: model:ir.actions.act_window,name:stock_request.action_stock_request_form +#: model:ir.model.fields,field_description:stock_request.field_stock_move_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_ids +#: model:ir.ui.menu,name:stock_request.menu_stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_root +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.ui.view,arch_db:stock_request.view_picking_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_tree +msgid "Stock Requests" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Stock Requests Search" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:15 +#, python-format +msgid "" +"The following requested items from Stock Request %s have now been received " +"in %s using Picking %s:" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_picking +msgid "Transfer" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Transfers" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id +msgid "UoM" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Warehouse" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:187 +#, python-format +msgid "" +"You have to select a product unit of measure in the same category than the " +"default unit of measure of the product" +msgstr "" diff --git a/stock_request/i18n/hr.po b/stock_request/i18n/hr.po new file mode 100644 index 000000000..db8d31a04 --- /dev/null +++ b/stock_request/i18n/hr.po @@ -0,0 +1,408 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_request +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-02 03:44+0000\n" +"PO-Revision-Date: 2018-03-02 03:44+0000\n" +"Last-Translator: OCA Transbot , 2018\n" +"Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hr\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:20 +#, python-format +msgid "
  • %s: Transferred quantity %s %s
  • " +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty +msgid "Allocated Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Archived" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Cancel" +msgstr "" + +#. module: stock_request +#: selection:stock.request,state:0 +msgid "Cancelled" +msgstr "" + +#. module: stock_request +#: model:ir.actions.act_window,help:stock_request.action_stock_request_form +msgid "Click to add a Stock Request." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_company_id +msgid "Company" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Confirm" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_uid +msgid "Created by" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_date +msgid "Created on" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_expected_date +msgid "Date when you expect to receive the goods." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_count +msgid "Delivery Orders" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_display_name +msgid "Display Name" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: selection:stock.request,state:0 +msgid "Done" +msgstr "" + +#. module: stock_request +#: selection:stock.request,state:0 +msgid "Draft" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date +msgid "Expected date" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Group By" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_id +msgid "ID" +msgstr "" + +#. module: stock_request +#: selection:stock.request,state:0 +msgid "In progress" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation___last_update +msgid "Last Modified on" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_date +msgid "Last Updated on" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_location_id +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Location" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_procurement_group_id +msgid "" +"Moves created through this stock request will be put in this procurement " +"group. If none is given, the moves generated by procurement rules will be " +"grouped into one big picking." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_name +msgid "Name" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty +msgid "Open Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_move_line +msgid "Packing Operation" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids +msgid "Pickings" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id +msgid "Procurement Group" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_procurement_rule +msgid "Procurement Rule" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id +msgid "Product" +msgstr "Proizvod" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id +msgid "Product Unit of Measure" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done +msgid "Qty Done" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_in_progress +msgid "Qty In Progress" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_qty_done +msgid "Quantity completed" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_qty_in_progress +msgid "Quantity in progress." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty +msgid "" +"Quantity of the stock request allocated to the stock move, in the UoM of the" +" Stock Request" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_allocated_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_qty +msgid "" +"Quantity of the stock request allocated to the stock move, in the default " +"UoM of the product" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty +msgid "Quantity, specified in the unit of measure indicated in the request." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:12 +#, python-format +msgid "Receipt confirmation %s for your Request %s" +msgstr "" + +#. module: stock_request +#: selection:stock.request,picking_policy:0 +msgid "Receive all products at once" +msgstr "" + +#. module: stock_request +#: selection:stock.request,picking_policy:0 +msgid "Receive each product when available" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty +msgid "Requested Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_uom_qty +msgid "Requested Quantity (UoM)" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by +msgid "Requested by" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id +msgid "Route" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Set to Draft" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy +msgid "Shipping Policy" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_state +msgid "Status" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_move +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_move_id +msgid "Stock Move" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids +msgid "Stock Moves" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id +#: model:ir.module.category,name:stock_request.module_category_stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Stock Request" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_count +msgid "Stock Request #" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_allocation +#: model:ir.model.fields,field_description:stock_request.field_stock_move_allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_ids +msgid "Stock Request Allocation" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_move_form +#: model:ir.ui.view,arch_db:stock_request.view_move_picking_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree +msgid "Stock Request Allocations" +msgstr "" + +#. module: stock_request +#: model:res.groups,name:stock_request.group_stock_request_manager +msgid "Stock Request Manager" +msgstr "" + +#. module: stock_request +#: model:res.groups,name:stock_request.group_stock_request_user +msgid "Stock Request User" +msgstr "" + +#. module: stock_request +#: sql_constraint:stock.request:0 +msgid "Stock Request name must be unique" +msgstr "" + +#. module: stock_request +#: model:ir.actions.act_window,name:stock_request.action_stock_request_form +#: model:ir.model.fields,field_description:stock_request.field_stock_move_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_ids +#: model:ir.ui.menu,name:stock_request.menu_stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_root +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.ui.view,arch_db:stock_request.view_picking_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_tree +msgid "Stock Requests" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Stock Requests Search" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:15 +#, python-format +msgid "" +"The following requested items from Stock Request %s have now been received " +"in %s using Picking %s:" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_picking +msgid "Transfer" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Transfers" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id +msgid "UoM" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Warehouse" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:187 +#, python-format +msgid "" +"You have to select a product unit of measure in the same category than the " +"default unit of measure of the product" +msgstr "" diff --git a/stock_request/i18n/hr_HR.po b/stock_request/i18n/hr_HR.po new file mode 100644 index 000000000..5d403d677 --- /dev/null +++ b/stock_request/i18n/hr_HR.po @@ -0,0 +1,408 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_request +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-02 03:44+0000\n" +"PO-Revision-Date: 2018-03-02 03:44+0000\n" +"Last-Translator: OCA Transbot , 2018\n" +"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/hr_HR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hr_HR\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:20 +#, python-format +msgid "
  • %s: Transferred quantity %s %s
  • " +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty +msgid "Allocated Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Archived" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Cancel" +msgstr "" + +#. module: stock_request +#: selection:stock.request,state:0 +msgid "Cancelled" +msgstr "" + +#. module: stock_request +#: model:ir.actions.act_window,help:stock_request.action_stock_request_form +msgid "Click to add a Stock Request." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_company_id +msgid "Company" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Confirm" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_uid +msgid "Created by" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_date +msgid "Created on" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_expected_date +msgid "Date when you expect to receive the goods." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_count +msgid "Delivery Orders" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_display_name +msgid "Display Name" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: selection:stock.request,state:0 +msgid "Done" +msgstr "" + +#. module: stock_request +#: selection:stock.request,state:0 +msgid "Draft" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date +msgid "Expected date" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Group By" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_id +msgid "ID" +msgstr "" + +#. module: stock_request +#: selection:stock.request,state:0 +msgid "In progress" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation___last_update +msgid "Last Modified on" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_date +msgid "Last Updated on" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_location_id +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Location" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_procurement_group_id +msgid "" +"Moves created through this stock request will be put in this procurement " +"group. If none is given, the moves generated by procurement rules will be " +"grouped into one big picking." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_name +msgid "Name" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty +msgid "Open Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_move_line +msgid "Packing Operation" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids +msgid "Pickings" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id +msgid "Procurement Group" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_procurement_rule +msgid "Procurement Rule" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id +msgid "Product" +msgstr "Proizvod" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id +msgid "Product Unit of Measure" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done +msgid "Qty Done" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_in_progress +msgid "Qty In Progress" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_qty_done +msgid "Quantity completed" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_qty_in_progress +msgid "Quantity in progress." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty +msgid "" +"Quantity of the stock request allocated to the stock move, in the UoM of the" +" Stock Request" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_allocated_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_qty +msgid "" +"Quantity of the stock request allocated to the stock move, in the default " +"UoM of the product" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty +msgid "Quantity, specified in the unit of measure indicated in the request." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:12 +#, python-format +msgid "Receipt confirmation %s for your Request %s" +msgstr "" + +#. module: stock_request +#: selection:stock.request,picking_policy:0 +msgid "Receive all products at once" +msgstr "" + +#. module: stock_request +#: selection:stock.request,picking_policy:0 +msgid "Receive each product when available" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty +msgid "Requested Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_uom_qty +msgid "Requested Quantity (UoM)" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by +msgid "Requested by" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id +msgid "Route" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Set to Draft" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy +msgid "Shipping Policy" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_state +msgid "Status" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_move +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_move_id +msgid "Stock Move" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids +msgid "Stock Moves" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id +#: model:ir.module.category,name:stock_request.module_category_stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Stock Request" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_count +msgid "Stock Request #" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_allocation +#: model:ir.model.fields,field_description:stock_request.field_stock_move_allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_ids +msgid "Stock Request Allocation" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_move_form +#: model:ir.ui.view,arch_db:stock_request.view_move_picking_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree +msgid "Stock Request Allocations" +msgstr "" + +#. module: stock_request +#: model:res.groups,name:stock_request.group_stock_request_manager +msgid "Stock Request Manager" +msgstr "" + +#. module: stock_request +#: model:res.groups,name:stock_request.group_stock_request_user +msgid "Stock Request User" +msgstr "" + +#. module: stock_request +#: sql_constraint:stock.request:0 +msgid "Stock Request name must be unique" +msgstr "" + +#. module: stock_request +#: model:ir.actions.act_window,name:stock_request.action_stock_request_form +#: model:ir.model.fields,field_description:stock_request.field_stock_move_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_ids +#: model:ir.ui.menu,name:stock_request.menu_stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_root +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.ui.view,arch_db:stock_request.view_picking_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_tree +msgid "Stock Requests" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Stock Requests Search" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:15 +#, python-format +msgid "" +"The following requested items from Stock Request %s have now been received " +"in %s using Picking %s:" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_picking +msgid "Transfer" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Transfers" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id +msgid "UoM" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Warehouse" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:187 +#, python-format +msgid "" +"You have to select a product unit of measure in the same category than the " +"default unit of measure of the product" +msgstr "" diff --git a/stock_request/i18n/it.po b/stock_request/i18n/it.po new file mode 100644 index 000000000..7d002372c --- /dev/null +++ b/stock_request/i18n/it.po @@ -0,0 +1,408 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_request +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-02 03:44+0000\n" +"PO-Revision-Date: 2018-03-02 03:44+0000\n" +"Last-Translator: OCA Transbot , 2018\n" +"Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: it\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:20 +#, python-format +msgid "
  • %s: Transferred quantity %s %s
  • " +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty +msgid "Allocated Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Archived" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Cancel" +msgstr "" + +#. module: stock_request +#: selection:stock.request,state:0 +msgid "Cancelled" +msgstr "" + +#. module: stock_request +#: model:ir.actions.act_window,help:stock_request.action_stock_request_form +msgid "Click to add a Stock Request." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_company_id +msgid "Company" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Confirm" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_uid +msgid "Created by" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_date +msgid "Created on" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_expected_date +msgid "Date when you expect to receive the goods." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_count +msgid "Delivery Orders" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_display_name +msgid "Display Name" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: selection:stock.request,state:0 +msgid "Done" +msgstr "" + +#. module: stock_request +#: selection:stock.request,state:0 +msgid "Draft" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date +msgid "Expected date" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Group By" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_id +msgid "ID" +msgstr "" + +#. module: stock_request +#: selection:stock.request,state:0 +msgid "In progress" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation___last_update +msgid "Last Modified on" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_date +msgid "Last Updated on" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_location_id +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Location" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_procurement_group_id +msgid "" +"Moves created through this stock request will be put in this procurement " +"group. If none is given, the moves generated by procurement rules will be " +"grouped into one big picking." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_name +msgid "Name" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty +msgid "Open Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_move_line +msgid "Packing Operation" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids +msgid "Pickings" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id +msgid "Procurement Group" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_procurement_rule +msgid "Procurement Rule" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id +msgid "Product" +msgstr "Prodotto" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id +msgid "Product Unit of Measure" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done +msgid "Qty Done" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_in_progress +msgid "Qty In Progress" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_qty_done +msgid "Quantity completed" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_qty_in_progress +msgid "Quantity in progress." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty +msgid "" +"Quantity of the stock request allocated to the stock move, in the UoM of the" +" Stock Request" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_allocated_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_qty +msgid "" +"Quantity of the stock request allocated to the stock move, in the default " +"UoM of the product" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty +msgid "Quantity, specified in the unit of measure indicated in the request." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:12 +#, python-format +msgid "Receipt confirmation %s for your Request %s" +msgstr "" + +#. module: stock_request +#: selection:stock.request,picking_policy:0 +msgid "Receive all products at once" +msgstr "" + +#. module: stock_request +#: selection:stock.request,picking_policy:0 +msgid "Receive each product when available" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty +msgid "Requested Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_uom_qty +msgid "Requested Quantity (UoM)" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by +msgid "Requested by" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id +msgid "Route" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Set to Draft" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy +msgid "Shipping Policy" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_state +msgid "Status" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_move +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_move_id +msgid "Stock Move" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids +msgid "Stock Moves" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id +#: model:ir.module.category,name:stock_request.module_category_stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Stock Request" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_count +msgid "Stock Request #" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_allocation +#: model:ir.model.fields,field_description:stock_request.field_stock_move_allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_ids +msgid "Stock Request Allocation" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_move_form +#: model:ir.ui.view,arch_db:stock_request.view_move_picking_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree +msgid "Stock Request Allocations" +msgstr "" + +#. module: stock_request +#: model:res.groups,name:stock_request.group_stock_request_manager +msgid "Stock Request Manager" +msgstr "" + +#. module: stock_request +#: model:res.groups,name:stock_request.group_stock_request_user +msgid "Stock Request User" +msgstr "" + +#. module: stock_request +#: sql_constraint:stock.request:0 +msgid "Stock Request name must be unique" +msgstr "" + +#. module: stock_request +#: model:ir.actions.act_window,name:stock_request.action_stock_request_form +#: model:ir.model.fields,field_description:stock_request.field_stock_move_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_ids +#: model:ir.ui.menu,name:stock_request.menu_stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_root +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.ui.view,arch_db:stock_request.view_picking_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_tree +msgid "Stock Requests" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Stock Requests Search" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:15 +#, python-format +msgid "" +"The following requested items from Stock Request %s have now been received " +"in %s using Picking %s:" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_picking +msgid "Transfer" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Transfers" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id +msgid "UoM" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Warehouse" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:187 +#, python-format +msgid "" +"You have to select a product unit of measure in the same category than the " +"default unit of measure of the product" +msgstr "" diff --git a/stock_request/i18n/nl.po b/stock_request/i18n/nl.po new file mode 100644 index 000000000..fa4c7da09 --- /dev/null +++ b/stock_request/i18n/nl.po @@ -0,0 +1,408 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_request +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-02 03:44+0000\n" +"PO-Revision-Date: 2018-03-02 03:44+0000\n" +"Last-Translator: OCA Transbot , 2018\n" +"Language-Team: Dutch (https://www.transifex.com/oca/teams/23907/nl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:20 +#, python-format +msgid "
  • %s: Transferred quantity %s %s
  • " +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty +msgid "Allocated Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Archived" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Cancel" +msgstr "" + +#. module: stock_request +#: selection:stock.request,state:0 +msgid "Cancelled" +msgstr "" + +#. module: stock_request +#: model:ir.actions.act_window,help:stock_request.action_stock_request_form +msgid "Click to add a Stock Request." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_company_id +msgid "Company" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Confirm" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_uid +msgid "Created by" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_date +msgid "Created on" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_expected_date +msgid "Date when you expect to receive the goods." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_count +msgid "Delivery Orders" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_display_name +msgid "Display Name" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: selection:stock.request,state:0 +msgid "Done" +msgstr "" + +#. module: stock_request +#: selection:stock.request,state:0 +msgid "Draft" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date +msgid "Expected date" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Group By" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_id +msgid "ID" +msgstr "" + +#. module: stock_request +#: selection:stock.request,state:0 +msgid "In progress" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation___last_update +msgid "Last Modified on" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_date +msgid "Last Updated on" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_location_id +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Location" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_procurement_group_id +msgid "" +"Moves created through this stock request will be put in this procurement " +"group. If none is given, the moves generated by procurement rules will be " +"grouped into one big picking." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_name +msgid "Name" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty +msgid "Open Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_move_line +msgid "Packing Operation" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids +msgid "Pickings" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id +msgid "Procurement Group" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_procurement_rule +msgid "Procurement Rule" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id +msgid "Product" +msgstr "Product" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id +msgid "Product Unit of Measure" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done +msgid "Qty Done" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_in_progress +msgid "Qty In Progress" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_qty_done +msgid "Quantity completed" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_qty_in_progress +msgid "Quantity in progress." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty +msgid "" +"Quantity of the stock request allocated to the stock move, in the UoM of the" +" Stock Request" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_allocated_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_qty +msgid "" +"Quantity of the stock request allocated to the stock move, in the default " +"UoM of the product" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty +msgid "Quantity, specified in the unit of measure indicated in the request." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:12 +#, python-format +msgid "Receipt confirmation %s for your Request %s" +msgstr "" + +#. module: stock_request +#: selection:stock.request,picking_policy:0 +msgid "Receive all products at once" +msgstr "" + +#. module: stock_request +#: selection:stock.request,picking_policy:0 +msgid "Receive each product when available" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty +msgid "Requested Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_uom_qty +msgid "Requested Quantity (UoM)" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by +msgid "Requested by" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id +msgid "Route" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Set to Draft" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy +msgid "Shipping Policy" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_state +msgid "Status" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_move +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_move_id +msgid "Stock Move" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids +msgid "Stock Moves" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id +#: model:ir.module.category,name:stock_request.module_category_stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Stock Request" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_count +msgid "Stock Request #" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_allocation +#: model:ir.model.fields,field_description:stock_request.field_stock_move_allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_ids +msgid "Stock Request Allocation" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_move_form +#: model:ir.ui.view,arch_db:stock_request.view_move_picking_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree +msgid "Stock Request Allocations" +msgstr "" + +#. module: stock_request +#: model:res.groups,name:stock_request.group_stock_request_manager +msgid "Stock Request Manager" +msgstr "" + +#. module: stock_request +#: model:res.groups,name:stock_request.group_stock_request_user +msgid "Stock Request User" +msgstr "" + +#. module: stock_request +#: sql_constraint:stock.request:0 +msgid "Stock Request name must be unique" +msgstr "" + +#. module: stock_request +#: model:ir.actions.act_window,name:stock_request.action_stock_request_form +#: model:ir.model.fields,field_description:stock_request.field_stock_move_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_ids +#: model:ir.ui.menu,name:stock_request.menu_stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_root +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.ui.view,arch_db:stock_request.view_picking_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_tree +msgid "Stock Requests" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Stock Requests Search" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:15 +#, python-format +msgid "" +"The following requested items from Stock Request %s have now been received " +"in %s using Picking %s:" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_picking +msgid "Transfer" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Transfers" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id +msgid "UoM" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Warehouse" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:187 +#, python-format +msgid "" +"You have to select a product unit of measure in the same category than the " +"default unit of measure of the product" +msgstr "" diff --git a/stock_request/i18n/nl_NL.po b/stock_request/i18n/nl_NL.po new file mode 100644 index 000000000..4e65df8a6 --- /dev/null +++ b/stock_request/i18n/nl_NL.po @@ -0,0 +1,408 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_request +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-02 03:44+0000\n" +"PO-Revision-Date: 2018-03-02 03:44+0000\n" +"Last-Translator: OCA Transbot , 2018\n" +"Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/teams/23907/nl_NL/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nl_NL\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:20 +#, python-format +msgid "
  • %s: Transferred quantity %s %s
  • " +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty +msgid "Allocated Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Archived" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Cancel" +msgstr "" + +#. module: stock_request +#: selection:stock.request,state:0 +msgid "Cancelled" +msgstr "" + +#. module: stock_request +#: model:ir.actions.act_window,help:stock_request.action_stock_request_form +msgid "Click to add a Stock Request." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_company_id +msgid "Company" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Confirm" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_uid +msgid "Created by" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_date +msgid "Created on" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_expected_date +msgid "Date when you expect to receive the goods." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_count +msgid "Delivery Orders" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_display_name +msgid "Display Name" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: selection:stock.request,state:0 +msgid "Done" +msgstr "" + +#. module: stock_request +#: selection:stock.request,state:0 +msgid "Draft" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date +msgid "Expected date" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Group By" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_id +msgid "ID" +msgstr "" + +#. module: stock_request +#: selection:stock.request,state:0 +msgid "In progress" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation___last_update +msgid "Last Modified on" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_date +msgid "Last Updated on" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_location_id +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Location" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_procurement_group_id +msgid "" +"Moves created through this stock request will be put in this procurement " +"group. If none is given, the moves generated by procurement rules will be " +"grouped into one big picking." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_name +msgid "Name" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty +msgid "Open Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_move_line +msgid "Packing Operation" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids +msgid "Pickings" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id +msgid "Procurement Group" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_procurement_rule +msgid "Procurement Rule" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id +msgid "Product" +msgstr "Product" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id +msgid "Product Unit of Measure" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done +msgid "Qty Done" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_in_progress +msgid "Qty In Progress" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_qty_done +msgid "Quantity completed" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_qty_in_progress +msgid "Quantity in progress." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty +msgid "" +"Quantity of the stock request allocated to the stock move, in the UoM of the" +" Stock Request" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_allocated_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_qty +msgid "" +"Quantity of the stock request allocated to the stock move, in the default " +"UoM of the product" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty +msgid "Quantity, specified in the unit of measure indicated in the request." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:12 +#, python-format +msgid "Receipt confirmation %s for your Request %s" +msgstr "" + +#. module: stock_request +#: selection:stock.request,picking_policy:0 +msgid "Receive all products at once" +msgstr "" + +#. module: stock_request +#: selection:stock.request,picking_policy:0 +msgid "Receive each product when available" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty +msgid "Requested Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_uom_qty +msgid "Requested Quantity (UoM)" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by +msgid "Requested by" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id +msgid "Route" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Set to Draft" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy +msgid "Shipping Policy" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_state +msgid "Status" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_move +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_move_id +msgid "Stock Move" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids +msgid "Stock Moves" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id +#: model:ir.module.category,name:stock_request.module_category_stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Stock Request" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_count +msgid "Stock Request #" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_allocation +#: model:ir.model.fields,field_description:stock_request.field_stock_move_allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_ids +msgid "Stock Request Allocation" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_move_form +#: model:ir.ui.view,arch_db:stock_request.view_move_picking_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree +msgid "Stock Request Allocations" +msgstr "" + +#. module: stock_request +#: model:res.groups,name:stock_request.group_stock_request_manager +msgid "Stock Request Manager" +msgstr "" + +#. module: stock_request +#: model:res.groups,name:stock_request.group_stock_request_user +msgid "Stock Request User" +msgstr "" + +#. module: stock_request +#: sql_constraint:stock.request:0 +msgid "Stock Request name must be unique" +msgstr "" + +#. module: stock_request +#: model:ir.actions.act_window,name:stock_request.action_stock_request_form +#: model:ir.model.fields,field_description:stock_request.field_stock_move_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_ids +#: model:ir.ui.menu,name:stock_request.menu_stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_root +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.ui.view,arch_db:stock_request.view_picking_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_tree +msgid "Stock Requests" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Stock Requests Search" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:15 +#, python-format +msgid "" +"The following requested items from Stock Request %s have now been received " +"in %s using Picking %s:" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_picking +msgid "Transfer" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Transfers" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id +msgid "UoM" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Warehouse" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:187 +#, python-format +msgid "" +"You have to select a product unit of measure in the same category than the " +"default unit of measure of the product" +msgstr "" diff --git a/stock_request/i18n/pt.po b/stock_request/i18n/pt.po new file mode 100644 index 000000000..3859d5403 --- /dev/null +++ b/stock_request/i18n/pt.po @@ -0,0 +1,408 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_request +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-02 03:44+0000\n" +"PO-Revision-Date: 2018-03-02 03:44+0000\n" +"Last-Translator: OCA Transbot , 2018\n" +"Language-Team: Portuguese (https://www.transifex.com/oca/teams/23907/pt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:20 +#, python-format +msgid "
  • %s: Transferred quantity %s %s
  • " +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty +msgid "Allocated Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Archived" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Cancel" +msgstr "" + +#. module: stock_request +#: selection:stock.request,state:0 +msgid "Cancelled" +msgstr "" + +#. module: stock_request +#: model:ir.actions.act_window,help:stock_request.action_stock_request_form +msgid "Click to add a Stock Request." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_company_id +msgid "Company" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Confirm" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_uid +msgid "Created by" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_date +msgid "Created on" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_expected_date +msgid "Date when you expect to receive the goods." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_count +msgid "Delivery Orders" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_display_name +msgid "Display Name" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: selection:stock.request,state:0 +msgid "Done" +msgstr "" + +#. module: stock_request +#: selection:stock.request,state:0 +msgid "Draft" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date +msgid "Expected date" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Group By" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_id +msgid "ID" +msgstr "" + +#. module: stock_request +#: selection:stock.request,state:0 +msgid "In progress" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation___last_update +msgid "Last Modified on" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_date +msgid "Last Updated on" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_location_id +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Location" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_procurement_group_id +msgid "" +"Moves created through this stock request will be put in this procurement " +"group. If none is given, the moves generated by procurement rules will be " +"grouped into one big picking." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_name +msgid "Name" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty +msgid "Open Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_move_line +msgid "Packing Operation" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids +msgid "Pickings" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id +msgid "Procurement Group" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_procurement_rule +msgid "Procurement Rule" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id +msgid "Product" +msgstr "Produto" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id +msgid "Product Unit of Measure" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done +msgid "Qty Done" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_in_progress +msgid "Qty In Progress" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_qty_done +msgid "Quantity completed" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_qty_in_progress +msgid "Quantity in progress." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty +msgid "" +"Quantity of the stock request allocated to the stock move, in the UoM of the" +" Stock Request" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_allocated_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_qty +msgid "" +"Quantity of the stock request allocated to the stock move, in the default " +"UoM of the product" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty +msgid "Quantity, specified in the unit of measure indicated in the request." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:12 +#, python-format +msgid "Receipt confirmation %s for your Request %s" +msgstr "" + +#. module: stock_request +#: selection:stock.request,picking_policy:0 +msgid "Receive all products at once" +msgstr "" + +#. module: stock_request +#: selection:stock.request,picking_policy:0 +msgid "Receive each product when available" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty +msgid "Requested Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_uom_qty +msgid "Requested Quantity (UoM)" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by +msgid "Requested by" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id +msgid "Route" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Set to Draft" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy +msgid "Shipping Policy" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_state +msgid "Status" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_move +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_move_id +msgid "Stock Move" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids +msgid "Stock Moves" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id +#: model:ir.module.category,name:stock_request.module_category_stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Stock Request" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_count +msgid "Stock Request #" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_allocation +#: model:ir.model.fields,field_description:stock_request.field_stock_move_allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_ids +msgid "Stock Request Allocation" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_move_form +#: model:ir.ui.view,arch_db:stock_request.view_move_picking_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree +msgid "Stock Request Allocations" +msgstr "" + +#. module: stock_request +#: model:res.groups,name:stock_request.group_stock_request_manager +msgid "Stock Request Manager" +msgstr "" + +#. module: stock_request +#: model:res.groups,name:stock_request.group_stock_request_user +msgid "Stock Request User" +msgstr "" + +#. module: stock_request +#: sql_constraint:stock.request:0 +msgid "Stock Request name must be unique" +msgstr "" + +#. module: stock_request +#: model:ir.actions.act_window,name:stock_request.action_stock_request_form +#: model:ir.model.fields,field_description:stock_request.field_stock_move_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_ids +#: model:ir.ui.menu,name:stock_request.menu_stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_root +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.ui.view,arch_db:stock_request.view_picking_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_tree +msgid "Stock Requests" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Stock Requests Search" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:15 +#, python-format +msgid "" +"The following requested items from Stock Request %s have now been received " +"in %s using Picking %s:" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_picking +msgid "Transfer" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Transfers" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id +msgid "UoM" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Warehouse" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:187 +#, python-format +msgid "" +"You have to select a product unit of measure in the same category than the " +"default unit of measure of the product" +msgstr "" diff --git a/stock_request/i18n/pt_BR.po b/stock_request/i18n/pt_BR.po new file mode 100644 index 000000000..2c5abe7e9 --- /dev/null +++ b/stock_request/i18n/pt_BR.po @@ -0,0 +1,408 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_request +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-02 03:44+0000\n" +"PO-Revision-Date: 2018-03-02 03:44+0000\n" +"Last-Translator: OCA Transbot , 2018\n" +"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/teams/23907/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:20 +#, python-format +msgid "
  • %s: Transferred quantity %s %s
  • " +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty +msgid "Allocated Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Archived" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Cancel" +msgstr "" + +#. module: stock_request +#: selection:stock.request,state:0 +msgid "Cancelled" +msgstr "" + +#. module: stock_request +#: model:ir.actions.act_window,help:stock_request.action_stock_request_form +msgid "Click to add a Stock Request." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_company_id +msgid "Company" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Confirm" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_uid +msgid "Created by" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_date +msgid "Created on" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_expected_date +msgid "Date when you expect to receive the goods." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_count +msgid "Delivery Orders" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_display_name +msgid "Display Name" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: selection:stock.request,state:0 +msgid "Done" +msgstr "" + +#. module: stock_request +#: selection:stock.request,state:0 +msgid "Draft" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date +msgid "Expected date" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Group By" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_id +msgid "ID" +msgstr "" + +#. module: stock_request +#: selection:stock.request,state:0 +msgid "In progress" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation___last_update +msgid "Last Modified on" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_date +msgid "Last Updated on" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_location_id +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Location" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_procurement_group_id +msgid "" +"Moves created through this stock request will be put in this procurement " +"group. If none is given, the moves generated by procurement rules will be " +"grouped into one big picking." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_name +msgid "Name" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty +msgid "Open Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_move_line +msgid "Packing Operation" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids +msgid "Pickings" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id +msgid "Procurement Group" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_procurement_rule +msgid "Procurement Rule" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id +msgid "Product" +msgstr "Produto" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id +msgid "Product Unit of Measure" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done +msgid "Qty Done" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_in_progress +msgid "Qty In Progress" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_qty_done +msgid "Quantity completed" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_qty_in_progress +msgid "Quantity in progress." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty +msgid "" +"Quantity of the stock request allocated to the stock move, in the UoM of the" +" Stock Request" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_allocated_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_qty +msgid "" +"Quantity of the stock request allocated to the stock move, in the default " +"UoM of the product" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty +msgid "Quantity, specified in the unit of measure indicated in the request." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:12 +#, python-format +msgid "Receipt confirmation %s for your Request %s" +msgstr "" + +#. module: stock_request +#: selection:stock.request,picking_policy:0 +msgid "Receive all products at once" +msgstr "" + +#. module: stock_request +#: selection:stock.request,picking_policy:0 +msgid "Receive each product when available" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty +msgid "Requested Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_uom_qty +msgid "Requested Quantity (UoM)" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by +msgid "Requested by" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id +msgid "Route" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Set to Draft" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy +msgid "Shipping Policy" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_state +msgid "Status" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_move +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_move_id +msgid "Stock Move" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids +msgid "Stock Moves" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id +#: model:ir.module.category,name:stock_request.module_category_stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Stock Request" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_count +msgid "Stock Request #" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_allocation +#: model:ir.model.fields,field_description:stock_request.field_stock_move_allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_ids +msgid "Stock Request Allocation" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_move_form +#: model:ir.ui.view,arch_db:stock_request.view_move_picking_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree +msgid "Stock Request Allocations" +msgstr "" + +#. module: stock_request +#: model:res.groups,name:stock_request.group_stock_request_manager +msgid "Stock Request Manager" +msgstr "" + +#. module: stock_request +#: model:res.groups,name:stock_request.group_stock_request_user +msgid "Stock Request User" +msgstr "" + +#. module: stock_request +#: sql_constraint:stock.request:0 +msgid "Stock Request name must be unique" +msgstr "" + +#. module: stock_request +#: model:ir.actions.act_window,name:stock_request.action_stock_request_form +#: model:ir.model.fields,field_description:stock_request.field_stock_move_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_ids +#: model:ir.ui.menu,name:stock_request.menu_stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_root +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.ui.view,arch_db:stock_request.view_picking_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_tree +msgid "Stock Requests" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Stock Requests Search" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:15 +#, python-format +msgid "" +"The following requested items from Stock Request %s have now been received " +"in %s using Picking %s:" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_picking +msgid "Transfer" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Transfers" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id +msgid "UoM" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Warehouse" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:187 +#, python-format +msgid "" +"You have to select a product unit of measure in the same category than the " +"default unit of measure of the product" +msgstr "" diff --git a/stock_request/i18n/ro.po b/stock_request/i18n/ro.po new file mode 100644 index 000000000..15e35a309 --- /dev/null +++ b/stock_request/i18n/ro.po @@ -0,0 +1,408 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_request +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-02 03:44+0000\n" +"PO-Revision-Date: 2018-03-02 03:44+0000\n" +"Last-Translator: OCA Transbot , 2018\n" +"Language-Team: Romanian (https://www.transifex.com/oca/teams/23907/ro/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ro\n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:20 +#, python-format +msgid "
  • %s: Transferred quantity %s %s
  • " +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty +msgid "Allocated Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Archived" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Cancel" +msgstr "" + +#. module: stock_request +#: selection:stock.request,state:0 +msgid "Cancelled" +msgstr "" + +#. module: stock_request +#: model:ir.actions.act_window,help:stock_request.action_stock_request_form +msgid "Click to add a Stock Request." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_company_id +msgid "Company" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Confirm" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_uid +msgid "Created by" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_date +msgid "Created on" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_expected_date +msgid "Date when you expect to receive the goods." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_count +msgid "Delivery Orders" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_display_name +msgid "Display Name" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: selection:stock.request,state:0 +msgid "Done" +msgstr "" + +#. module: stock_request +#: selection:stock.request,state:0 +msgid "Draft" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date +msgid "Expected date" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Group By" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_id +msgid "ID" +msgstr "" + +#. module: stock_request +#: selection:stock.request,state:0 +msgid "In progress" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation___last_update +msgid "Last Modified on" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_date +msgid "Last Updated on" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_location_id +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Location" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_procurement_group_id +msgid "" +"Moves created through this stock request will be put in this procurement " +"group. If none is given, the moves generated by procurement rules will be " +"grouped into one big picking." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_name +msgid "Name" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty +msgid "Open Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_move_line +msgid "Packing Operation" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids +msgid "Pickings" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id +msgid "Procurement Group" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_procurement_rule +msgid "Procurement Rule" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id +msgid "Product" +msgstr "Produs" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id +msgid "Product Unit of Measure" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done +msgid "Qty Done" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_in_progress +msgid "Qty In Progress" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_qty_done +msgid "Quantity completed" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_qty_in_progress +msgid "Quantity in progress." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty +msgid "" +"Quantity of the stock request allocated to the stock move, in the UoM of the" +" Stock Request" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_allocated_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_qty +msgid "" +"Quantity of the stock request allocated to the stock move, in the default " +"UoM of the product" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty +msgid "Quantity, specified in the unit of measure indicated in the request." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:12 +#, python-format +msgid "Receipt confirmation %s for your Request %s" +msgstr "" + +#. module: stock_request +#: selection:stock.request,picking_policy:0 +msgid "Receive all products at once" +msgstr "" + +#. module: stock_request +#: selection:stock.request,picking_policy:0 +msgid "Receive each product when available" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty +msgid "Requested Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_uom_qty +msgid "Requested Quantity (UoM)" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by +msgid "Requested by" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id +msgid "Route" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Set to Draft" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy +msgid "Shipping Policy" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_state +msgid "Status" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_move +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_move_id +msgid "Stock Move" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids +msgid "Stock Moves" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id +#: model:ir.module.category,name:stock_request.module_category_stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Stock Request" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_count +msgid "Stock Request #" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_allocation +#: model:ir.model.fields,field_description:stock_request.field_stock_move_allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_ids +msgid "Stock Request Allocation" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_move_form +#: model:ir.ui.view,arch_db:stock_request.view_move_picking_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree +msgid "Stock Request Allocations" +msgstr "" + +#. module: stock_request +#: model:res.groups,name:stock_request.group_stock_request_manager +msgid "Stock Request Manager" +msgstr "" + +#. module: stock_request +#: model:res.groups,name:stock_request.group_stock_request_user +msgid "Stock Request User" +msgstr "" + +#. module: stock_request +#: sql_constraint:stock.request:0 +msgid "Stock Request name must be unique" +msgstr "" + +#. module: stock_request +#: model:ir.actions.act_window,name:stock_request.action_stock_request_form +#: model:ir.model.fields,field_description:stock_request.field_stock_move_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_ids +#: model:ir.ui.menu,name:stock_request.menu_stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_root +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.ui.view,arch_db:stock_request.view_picking_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_tree +msgid "Stock Requests" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Stock Requests Search" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:15 +#, python-format +msgid "" +"The following requested items from Stock Request %s have now been received " +"in %s using Picking %s:" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_picking +msgid "Transfer" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Transfers" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id +msgid "UoM" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Warehouse" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:187 +#, python-format +msgid "" +"You have to select a product unit of measure in the same category than the " +"default unit of measure of the product" +msgstr "" diff --git a/stock_request/i18n/ru.po b/stock_request/i18n/ru.po new file mode 100644 index 000000000..adf31bf5f --- /dev/null +++ b/stock_request/i18n/ru.po @@ -0,0 +1,408 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_request +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-02 03:44+0000\n" +"PO-Revision-Date: 2018-03-02 03:44+0000\n" +"Last-Translator: OCA Transbot , 2018\n" +"Language-Team: Russian (https://www.transifex.com/oca/teams/23907/ru/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:20 +#, python-format +msgid "
  • %s: Transferred quantity %s %s
  • " +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty +msgid "Allocated Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Archived" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Cancel" +msgstr "" + +#. module: stock_request +#: selection:stock.request,state:0 +msgid "Cancelled" +msgstr "" + +#. module: stock_request +#: model:ir.actions.act_window,help:stock_request.action_stock_request_form +msgid "Click to add a Stock Request." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_company_id +msgid "Company" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Confirm" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_uid +msgid "Created by" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_date +msgid "Created on" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_expected_date +msgid "Date when you expect to receive the goods." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_count +msgid "Delivery Orders" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_display_name +msgid "Display Name" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: selection:stock.request,state:0 +msgid "Done" +msgstr "" + +#. module: stock_request +#: selection:stock.request,state:0 +msgid "Draft" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date +msgid "Expected date" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Group By" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_id +msgid "ID" +msgstr "" + +#. module: stock_request +#: selection:stock.request,state:0 +msgid "In progress" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation___last_update +msgid "Last Modified on" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_date +msgid "Last Updated on" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_location_id +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Location" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_procurement_group_id +msgid "" +"Moves created through this stock request will be put in this procurement " +"group. If none is given, the moves generated by procurement rules will be " +"grouped into one big picking." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_name +msgid "Name" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty +msgid "Open Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_move_line +msgid "Packing Operation" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids +msgid "Pickings" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id +msgid "Procurement Group" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_procurement_rule +msgid "Procurement Rule" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id +msgid "Product" +msgstr "Товар/Услуга" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id +msgid "Product Unit of Measure" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done +msgid "Qty Done" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_in_progress +msgid "Qty In Progress" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_qty_done +msgid "Quantity completed" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_qty_in_progress +msgid "Quantity in progress." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty +msgid "" +"Quantity of the stock request allocated to the stock move, in the UoM of the" +" Stock Request" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_allocated_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_qty +msgid "" +"Quantity of the stock request allocated to the stock move, in the default " +"UoM of the product" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty +msgid "Quantity, specified in the unit of measure indicated in the request." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:12 +#, python-format +msgid "Receipt confirmation %s for your Request %s" +msgstr "" + +#. module: stock_request +#: selection:stock.request,picking_policy:0 +msgid "Receive all products at once" +msgstr "" + +#. module: stock_request +#: selection:stock.request,picking_policy:0 +msgid "Receive each product when available" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty +msgid "Requested Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_uom_qty +msgid "Requested Quantity (UoM)" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by +msgid "Requested by" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id +msgid "Route" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Set to Draft" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy +msgid "Shipping Policy" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_state +msgid "Status" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_move +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_move_id +msgid "Stock Move" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids +msgid "Stock Moves" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id +#: model:ir.module.category,name:stock_request.module_category_stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Stock Request" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_count +msgid "Stock Request #" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_allocation +#: model:ir.model.fields,field_description:stock_request.field_stock_move_allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_ids +msgid "Stock Request Allocation" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_move_form +#: model:ir.ui.view,arch_db:stock_request.view_move_picking_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree +msgid "Stock Request Allocations" +msgstr "" + +#. module: stock_request +#: model:res.groups,name:stock_request.group_stock_request_manager +msgid "Stock Request Manager" +msgstr "" + +#. module: stock_request +#: model:res.groups,name:stock_request.group_stock_request_user +msgid "Stock Request User" +msgstr "" + +#. module: stock_request +#: sql_constraint:stock.request:0 +msgid "Stock Request name must be unique" +msgstr "" + +#. module: stock_request +#: model:ir.actions.act_window,name:stock_request.action_stock_request_form +#: model:ir.model.fields,field_description:stock_request.field_stock_move_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_ids +#: model:ir.ui.menu,name:stock_request.menu_stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_root +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.ui.view,arch_db:stock_request.view_picking_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_tree +msgid "Stock Requests" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Stock Requests Search" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:15 +#, python-format +msgid "" +"The following requested items from Stock Request %s have now been received " +"in %s using Picking %s:" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_picking +msgid "Transfer" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Transfers" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id +msgid "UoM" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Warehouse" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:187 +#, python-format +msgid "" +"You have to select a product unit of measure in the same category than the " +"default unit of measure of the product" +msgstr "" diff --git a/stock_request/i18n/sl.po b/stock_request/i18n/sl.po new file mode 100644 index 000000000..2b51411cb --- /dev/null +++ b/stock_request/i18n/sl.po @@ -0,0 +1,408 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_request +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-02 03:44+0000\n" +"PO-Revision-Date: 2018-03-02 03:44+0000\n" +"Last-Translator: OCA Transbot , 2018\n" +"Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sl\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:20 +#, python-format +msgid "
  • %s: Transferred quantity %s %s
  • " +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty +msgid "Allocated Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Archived" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Cancel" +msgstr "" + +#. module: stock_request +#: selection:stock.request,state:0 +msgid "Cancelled" +msgstr "" + +#. module: stock_request +#: model:ir.actions.act_window,help:stock_request.action_stock_request_form +msgid "Click to add a Stock Request." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_company_id +msgid "Company" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Confirm" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_uid +msgid "Created by" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_date +msgid "Created on" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_expected_date +msgid "Date when you expect to receive the goods." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_count +msgid "Delivery Orders" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_display_name +msgid "Display Name" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: selection:stock.request,state:0 +msgid "Done" +msgstr "" + +#. module: stock_request +#: selection:stock.request,state:0 +msgid "Draft" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date +msgid "Expected date" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Group By" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_id +msgid "ID" +msgstr "" + +#. module: stock_request +#: selection:stock.request,state:0 +msgid "In progress" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation___last_update +msgid "Last Modified on" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_date +msgid "Last Updated on" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_location_id +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Location" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_procurement_group_id +msgid "" +"Moves created through this stock request will be put in this procurement " +"group. If none is given, the moves generated by procurement rules will be " +"grouped into one big picking." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_name +msgid "Name" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty +msgid "Open Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_move_line +msgid "Packing Operation" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids +msgid "Pickings" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id +msgid "Procurement Group" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_procurement_rule +msgid "Procurement Rule" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id +msgid "Product" +msgstr "Proizvod" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id +msgid "Product Unit of Measure" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done +msgid "Qty Done" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_in_progress +msgid "Qty In Progress" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_qty_done +msgid "Quantity completed" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_qty_in_progress +msgid "Quantity in progress." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty +msgid "" +"Quantity of the stock request allocated to the stock move, in the UoM of the" +" Stock Request" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_allocated_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_qty +msgid "" +"Quantity of the stock request allocated to the stock move, in the default " +"UoM of the product" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty +msgid "Quantity, specified in the unit of measure indicated in the request." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:12 +#, python-format +msgid "Receipt confirmation %s for your Request %s" +msgstr "" + +#. module: stock_request +#: selection:stock.request,picking_policy:0 +msgid "Receive all products at once" +msgstr "" + +#. module: stock_request +#: selection:stock.request,picking_policy:0 +msgid "Receive each product when available" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty +msgid "Requested Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_uom_qty +msgid "Requested Quantity (UoM)" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by +msgid "Requested by" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id +msgid "Route" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Set to Draft" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy +msgid "Shipping Policy" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_state +msgid "Status" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_move +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_move_id +msgid "Stock Move" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids +msgid "Stock Moves" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id +#: model:ir.module.category,name:stock_request.module_category_stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Stock Request" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_count +msgid "Stock Request #" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_allocation +#: model:ir.model.fields,field_description:stock_request.field_stock_move_allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_ids +msgid "Stock Request Allocation" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_move_form +#: model:ir.ui.view,arch_db:stock_request.view_move_picking_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree +msgid "Stock Request Allocations" +msgstr "" + +#. module: stock_request +#: model:res.groups,name:stock_request.group_stock_request_manager +msgid "Stock Request Manager" +msgstr "" + +#. module: stock_request +#: model:res.groups,name:stock_request.group_stock_request_user +msgid "Stock Request User" +msgstr "" + +#. module: stock_request +#: sql_constraint:stock.request:0 +msgid "Stock Request name must be unique" +msgstr "" + +#. module: stock_request +#: model:ir.actions.act_window,name:stock_request.action_stock_request_form +#: model:ir.model.fields,field_description:stock_request.field_stock_move_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_ids +#: model:ir.ui.menu,name:stock_request.menu_stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_root +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.ui.view,arch_db:stock_request.view_picking_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_tree +msgid "Stock Requests" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Stock Requests Search" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:15 +#, python-format +msgid "" +"The following requested items from Stock Request %s have now been received " +"in %s using Picking %s:" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_picking +msgid "Transfer" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Transfers" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id +msgid "UoM" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Warehouse" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:187 +#, python-format +msgid "" +"You have to select a product unit of measure in the same category than the " +"default unit of measure of the product" +msgstr "" diff --git a/stock_request/i18n/tr.po b/stock_request/i18n/tr.po new file mode 100644 index 000000000..0cdbd66e3 --- /dev/null +++ b/stock_request/i18n/tr.po @@ -0,0 +1,408 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_request +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-02 03:44+0000\n" +"PO-Revision-Date: 2018-03-02 03:44+0000\n" +"Last-Translator: OCA Transbot , 2018\n" +"Language-Team: Turkish (https://www.transifex.com/oca/teams/23907/tr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: tr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:20 +#, python-format +msgid "
  • %s: Transferred quantity %s %s
  • " +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty +msgid "Allocated Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Archived" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Cancel" +msgstr "" + +#. module: stock_request +#: selection:stock.request,state:0 +msgid "Cancelled" +msgstr "" + +#. module: stock_request +#: model:ir.actions.act_window,help:stock_request.action_stock_request_form +msgid "Click to add a Stock Request." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_company_id +msgid "Company" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Confirm" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_uid +msgid "Created by" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_date +msgid "Created on" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_expected_date +msgid "Date when you expect to receive the goods." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_count +msgid "Delivery Orders" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_display_name +msgid "Display Name" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: selection:stock.request,state:0 +msgid "Done" +msgstr "" + +#. module: stock_request +#: selection:stock.request,state:0 +msgid "Draft" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date +msgid "Expected date" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Group By" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_id +msgid "ID" +msgstr "" + +#. module: stock_request +#: selection:stock.request,state:0 +msgid "In progress" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation___last_update +msgid "Last Modified on" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_date +msgid "Last Updated on" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_location_id +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Location" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_procurement_group_id +msgid "" +"Moves created through this stock request will be put in this procurement " +"group. If none is given, the moves generated by procurement rules will be " +"grouped into one big picking." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_name +msgid "Name" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty +msgid "Open Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_move_line +msgid "Packing Operation" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids +msgid "Pickings" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id +msgid "Procurement Group" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_procurement_rule +msgid "Procurement Rule" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id +msgid "Product" +msgstr "Ürün" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id +msgid "Product Unit of Measure" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done +msgid "Qty Done" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_in_progress +msgid "Qty In Progress" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_qty_done +msgid "Quantity completed" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_qty_in_progress +msgid "Quantity in progress." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty +msgid "" +"Quantity of the stock request allocated to the stock move, in the UoM of the" +" Stock Request" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_allocated_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_qty +msgid "" +"Quantity of the stock request allocated to the stock move, in the default " +"UoM of the product" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty +msgid "Quantity, specified in the unit of measure indicated in the request." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:12 +#, python-format +msgid "Receipt confirmation %s for your Request %s" +msgstr "" + +#. module: stock_request +#: selection:stock.request,picking_policy:0 +msgid "Receive all products at once" +msgstr "" + +#. module: stock_request +#: selection:stock.request,picking_policy:0 +msgid "Receive each product when available" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty +msgid "Requested Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_uom_qty +msgid "Requested Quantity (UoM)" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by +msgid "Requested by" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id +msgid "Route" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Set to Draft" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy +msgid "Shipping Policy" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_state +msgid "Status" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_move +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_move_id +msgid "Stock Move" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids +msgid "Stock Moves" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id +#: model:ir.module.category,name:stock_request.module_category_stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Stock Request" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_count +msgid "Stock Request #" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_allocation +#: model:ir.model.fields,field_description:stock_request.field_stock_move_allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_ids +msgid "Stock Request Allocation" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_move_form +#: model:ir.ui.view,arch_db:stock_request.view_move_picking_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree +msgid "Stock Request Allocations" +msgstr "" + +#. module: stock_request +#: model:res.groups,name:stock_request.group_stock_request_manager +msgid "Stock Request Manager" +msgstr "" + +#. module: stock_request +#: model:res.groups,name:stock_request.group_stock_request_user +msgid "Stock Request User" +msgstr "" + +#. module: stock_request +#: sql_constraint:stock.request:0 +msgid "Stock Request name must be unique" +msgstr "" + +#. module: stock_request +#: model:ir.actions.act_window,name:stock_request.action_stock_request_form +#: model:ir.model.fields,field_description:stock_request.field_stock_move_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_ids +#: model:ir.ui.menu,name:stock_request.menu_stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_root +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.ui.view,arch_db:stock_request.view_picking_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_tree +msgid "Stock Requests" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Stock Requests Search" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:15 +#, python-format +msgid "" +"The following requested items from Stock Request %s have now been received " +"in %s using Picking %s:" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_picking +msgid "Transfer" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Transfers" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id +msgid "UoM" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Warehouse" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:187 +#, python-format +msgid "" +"You have to select a product unit of measure in the same category than the " +"default unit of measure of the product" +msgstr "" diff --git a/stock_request/i18n/tr_TR.po b/stock_request/i18n/tr_TR.po new file mode 100644 index 000000000..240524775 --- /dev/null +++ b/stock_request/i18n/tr_TR.po @@ -0,0 +1,408 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_request +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-02 03:44+0000\n" +"PO-Revision-Date: 2018-03-02 03:44+0000\n" +"Last-Translator: OCA Transbot , 2018\n" +"Language-Team: Turkish (Turkey) (https://www.transifex.com/oca/teams/23907/tr_TR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: tr_TR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:20 +#, python-format +msgid "
  • %s: Transferred quantity %s %s
  • " +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty +msgid "Allocated Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Archived" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Cancel" +msgstr "" + +#. module: stock_request +#: selection:stock.request,state:0 +msgid "Cancelled" +msgstr "" + +#. module: stock_request +#: model:ir.actions.act_window,help:stock_request.action_stock_request_form +msgid "Click to add a Stock Request." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_company_id +msgid "Company" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Confirm" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_uid +msgid "Created by" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_date +msgid "Created on" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_expected_date +msgid "Date when you expect to receive the goods." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_count +msgid "Delivery Orders" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_display_name +msgid "Display Name" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: selection:stock.request,state:0 +msgid "Done" +msgstr "" + +#. module: stock_request +#: selection:stock.request,state:0 +msgid "Draft" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date +msgid "Expected date" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Group By" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_id +msgid "ID" +msgstr "" + +#. module: stock_request +#: selection:stock.request,state:0 +msgid "In progress" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation___last_update +msgid "Last Modified on" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_date +msgid "Last Updated on" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_location_id +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Location" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_procurement_group_id +msgid "" +"Moves created through this stock request will be put in this procurement " +"group. If none is given, the moves generated by procurement rules will be " +"grouped into one big picking." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_name +msgid "Name" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty +msgid "Open Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_move_line +msgid "Packing Operation" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids +msgid "Pickings" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id +msgid "Procurement Group" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_procurement_rule +msgid "Procurement Rule" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id +msgid "Product" +msgstr "Ürün" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id +msgid "Product Unit of Measure" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done +msgid "Qty Done" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_in_progress +msgid "Qty In Progress" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_qty_done +msgid "Quantity completed" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_qty_in_progress +msgid "Quantity in progress." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty +msgid "" +"Quantity of the stock request allocated to the stock move, in the UoM of the" +" Stock Request" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_allocated_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_qty +msgid "" +"Quantity of the stock request allocated to the stock move, in the default " +"UoM of the product" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty +msgid "Quantity, specified in the unit of measure indicated in the request." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:12 +#, python-format +msgid "Receipt confirmation %s for your Request %s" +msgstr "" + +#. module: stock_request +#: selection:stock.request,picking_policy:0 +msgid "Receive all products at once" +msgstr "" + +#. module: stock_request +#: selection:stock.request,picking_policy:0 +msgid "Receive each product when available" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty +msgid "Requested Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_uom_qty +msgid "Requested Quantity (UoM)" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by +msgid "Requested by" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id +msgid "Route" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Set to Draft" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy +msgid "Shipping Policy" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_state +msgid "Status" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_move +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_move_id +msgid "Stock Move" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids +msgid "Stock Moves" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id +#: model:ir.module.category,name:stock_request.module_category_stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Stock Request" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_count +msgid "Stock Request #" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_allocation +#: model:ir.model.fields,field_description:stock_request.field_stock_move_allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_ids +msgid "Stock Request Allocation" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_move_form +#: model:ir.ui.view,arch_db:stock_request.view_move_picking_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree +msgid "Stock Request Allocations" +msgstr "" + +#. module: stock_request +#: model:res.groups,name:stock_request.group_stock_request_manager +msgid "Stock Request Manager" +msgstr "" + +#. module: stock_request +#: model:res.groups,name:stock_request.group_stock_request_user +msgid "Stock Request User" +msgstr "" + +#. module: stock_request +#: sql_constraint:stock.request:0 +msgid "Stock Request name must be unique" +msgstr "" + +#. module: stock_request +#: model:ir.actions.act_window,name:stock_request.action_stock_request_form +#: model:ir.model.fields,field_description:stock_request.field_stock_move_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_ids +#: model:ir.ui.menu,name:stock_request.menu_stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_root +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.ui.view,arch_db:stock_request.view_picking_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_tree +msgid "Stock Requests" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Stock Requests Search" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:15 +#, python-format +msgid "" +"The following requested items from Stock Request %s have now been received " +"in %s using Picking %s:" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_picking +msgid "Transfer" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Transfers" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id +msgid "UoM" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Warehouse" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:187 +#, python-format +msgid "" +"You have to select a product unit of measure in the same category than the " +"default unit of measure of the product" +msgstr "" diff --git a/stock_request/i18n/vi_VN.po b/stock_request/i18n/vi_VN.po new file mode 100644 index 000000000..9e0b4cd93 --- /dev/null +++ b/stock_request/i18n/vi_VN.po @@ -0,0 +1,408 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_request +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-02 03:44+0000\n" +"PO-Revision-Date: 2018-03-02 03:44+0000\n" +"Last-Translator: OCA Transbot , 2018\n" +"Language-Team: Vietnamese (Viet Nam) (https://www.transifex.com/oca/teams/23907/vi_VN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: vi_VN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:20 +#, python-format +msgid "
  • %s: Transferred quantity %s %s
  • " +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty +msgid "Allocated Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Archived" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Cancel" +msgstr "" + +#. module: stock_request +#: selection:stock.request,state:0 +msgid "Cancelled" +msgstr "" + +#. module: stock_request +#: model:ir.actions.act_window,help:stock_request.action_stock_request_form +msgid "Click to add a Stock Request." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_company_id +msgid "Company" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Confirm" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_uid +msgid "Created by" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_date +msgid "Created on" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_expected_date +msgid "Date when you expect to receive the goods." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_count +msgid "Delivery Orders" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_display_name +msgid "Display Name" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: selection:stock.request,state:0 +msgid "Done" +msgstr "" + +#. module: stock_request +#: selection:stock.request,state:0 +msgid "Draft" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date +msgid "Expected date" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Group By" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_id +msgid "ID" +msgstr "" + +#. module: stock_request +#: selection:stock.request,state:0 +msgid "In progress" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation___last_update +msgid "Last Modified on" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_date +msgid "Last Updated on" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_location_id +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Location" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_procurement_group_id +msgid "" +"Moves created through this stock request will be put in this procurement " +"group. If none is given, the moves generated by procurement rules will be " +"grouped into one big picking." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_name +msgid "Name" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty +msgid "Open Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_move_line +msgid "Packing Operation" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids +msgid "Pickings" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id +msgid "Procurement Group" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_procurement_rule +msgid "Procurement Rule" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id +msgid "Product" +msgstr "Sản phẩm" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id +msgid "Product Unit of Measure" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done +msgid "Qty Done" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_in_progress +msgid "Qty In Progress" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_qty_done +msgid "Quantity completed" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_qty_in_progress +msgid "Quantity in progress." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty +msgid "" +"Quantity of the stock request allocated to the stock move, in the UoM of the" +" Stock Request" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_allocated_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_qty +msgid "" +"Quantity of the stock request allocated to the stock move, in the default " +"UoM of the product" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty +msgid "Quantity, specified in the unit of measure indicated in the request." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:12 +#, python-format +msgid "Receipt confirmation %s for your Request %s" +msgstr "" + +#. module: stock_request +#: selection:stock.request,picking_policy:0 +msgid "Receive all products at once" +msgstr "" + +#. module: stock_request +#: selection:stock.request,picking_policy:0 +msgid "Receive each product when available" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty +msgid "Requested Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_uom_qty +msgid "Requested Quantity (UoM)" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by +msgid "Requested by" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id +msgid "Route" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Set to Draft" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy +msgid "Shipping Policy" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_state +msgid "Status" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_move +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_move_id +msgid "Stock Move" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids +msgid "Stock Moves" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id +#: model:ir.module.category,name:stock_request.module_category_stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Stock Request" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_count +msgid "Stock Request #" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_allocation +#: model:ir.model.fields,field_description:stock_request.field_stock_move_allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_ids +msgid "Stock Request Allocation" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_move_form +#: model:ir.ui.view,arch_db:stock_request.view_move_picking_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree +msgid "Stock Request Allocations" +msgstr "" + +#. module: stock_request +#: model:res.groups,name:stock_request.group_stock_request_manager +msgid "Stock Request Manager" +msgstr "" + +#. module: stock_request +#: model:res.groups,name:stock_request.group_stock_request_user +msgid "Stock Request User" +msgstr "" + +#. module: stock_request +#: sql_constraint:stock.request:0 +msgid "Stock Request name must be unique" +msgstr "" + +#. module: stock_request +#: model:ir.actions.act_window,name:stock_request.action_stock_request_form +#: model:ir.model.fields,field_description:stock_request.field_stock_move_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_ids +#: model:ir.ui.menu,name:stock_request.menu_stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_root +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.ui.view,arch_db:stock_request.view_picking_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_tree +msgid "Stock Requests" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Stock Requests Search" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:15 +#, python-format +msgid "" +"The following requested items from Stock Request %s have now been received " +"in %s using Picking %s:" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_picking +msgid "Transfer" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Transfers" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id +msgid "UoM" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Warehouse" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:187 +#, python-format +msgid "" +"You have to select a product unit of measure in the same category than the " +"default unit of measure of the product" +msgstr "" diff --git a/stock_request/i18n/zh_CN.po b/stock_request/i18n/zh_CN.po new file mode 100644 index 000000000..7f8e0b703 --- /dev/null +++ b/stock_request/i18n/zh_CN.po @@ -0,0 +1,408 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_request +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-02 03:44+0000\n" +"PO-Revision-Date: 2018-03-02 03:44+0000\n" +"Last-Translator: OCA Transbot , 2018\n" +"Language-Team: Chinese (China) (https://www.transifex.com/oca/teams/23907/zh_CN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:20 +#, python-format +msgid "
  • %s: Transferred quantity %s %s
  • " +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty +msgid "Allocated Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Archived" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Cancel" +msgstr "" + +#. module: stock_request +#: selection:stock.request,state:0 +msgid "Cancelled" +msgstr "" + +#. module: stock_request +#: model:ir.actions.act_window,help:stock_request.action_stock_request_form +msgid "Click to add a Stock Request." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_company_id +msgid "Company" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Confirm" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_uid +msgid "Created by" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_date +msgid "Created on" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_expected_date +msgid "Date when you expect to receive the goods." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_count +msgid "Delivery Orders" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_display_name +msgid "Display Name" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: selection:stock.request,state:0 +msgid "Done" +msgstr "" + +#. module: stock_request +#: selection:stock.request,state:0 +msgid "Draft" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date +msgid "Expected date" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Group By" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_id +msgid "ID" +msgstr "" + +#. module: stock_request +#: selection:stock.request,state:0 +msgid "In progress" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation___last_update +msgid "Last Modified on" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_date +msgid "Last Updated on" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_location_id +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Location" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_procurement_group_id +msgid "" +"Moves created through this stock request will be put in this procurement " +"group. If none is given, the moves generated by procurement rules will be " +"grouped into one big picking." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_name +msgid "Name" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty +msgid "Open Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_move_line +msgid "Packing Operation" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids +msgid "Pickings" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id +msgid "Procurement Group" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_procurement_rule +msgid "Procurement Rule" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id +msgid "Product" +msgstr "产品" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id +msgid "Product Unit of Measure" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done +msgid "Qty Done" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_in_progress +msgid "Qty In Progress" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_qty_done +msgid "Quantity completed" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_qty_in_progress +msgid "Quantity in progress." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty +msgid "" +"Quantity of the stock request allocated to the stock move, in the UoM of the" +" Stock Request" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_allocated_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_qty +msgid "" +"Quantity of the stock request allocated to the stock move, in the default " +"UoM of the product" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty +msgid "Quantity, specified in the unit of measure indicated in the request." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:12 +#, python-format +msgid "Receipt confirmation %s for your Request %s" +msgstr "" + +#. module: stock_request +#: selection:stock.request,picking_policy:0 +msgid "Receive all products at once" +msgstr "" + +#. module: stock_request +#: selection:stock.request,picking_policy:0 +msgid "Receive each product when available" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty +msgid "Requested Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_uom_qty +msgid "Requested Quantity (UoM)" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by +msgid "Requested by" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id +msgid "Route" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Set to Draft" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy +msgid "Shipping Policy" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_state +msgid "Status" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_move +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_move_id +msgid "Stock Move" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids +msgid "Stock Moves" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id +#: model:ir.module.category,name:stock_request.module_category_stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Stock Request" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_count +msgid "Stock Request #" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_allocation +#: model:ir.model.fields,field_description:stock_request.field_stock_move_allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_ids +msgid "Stock Request Allocation" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_move_form +#: model:ir.ui.view,arch_db:stock_request.view_move_picking_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree +msgid "Stock Request Allocations" +msgstr "" + +#. module: stock_request +#: model:res.groups,name:stock_request.group_stock_request_manager +msgid "Stock Request Manager" +msgstr "" + +#. module: stock_request +#: model:res.groups,name:stock_request.group_stock_request_user +msgid "Stock Request User" +msgstr "" + +#. module: stock_request +#: sql_constraint:stock.request:0 +msgid "Stock Request name must be unique" +msgstr "" + +#. module: stock_request +#: model:ir.actions.act_window,name:stock_request.action_stock_request_form +#: model:ir.model.fields,field_description:stock_request.field_stock_move_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_ids +#: model:ir.ui.menu,name:stock_request.menu_stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_root +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.ui.view,arch_db:stock_request.view_picking_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_tree +msgid "Stock Requests" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Stock Requests Search" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:15 +#, python-format +msgid "" +"The following requested items from Stock Request %s have now been received " +"in %s using Picking %s:" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_picking +msgid "Transfer" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Transfers" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id +msgid "UoM" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Warehouse" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:187 +#, python-format +msgid "" +"You have to select a product unit of measure in the same category than the " +"default unit of measure of the product" +msgstr "" diff --git a/stock_request/models/stock_request.py b/stock_request/models/stock_request.py index 690bbb2d7..6099766f7 100644 --- a/stock_request/models/stock_request.py +++ b/stock_request/models/stock_request.py @@ -188,14 +188,44 @@ class StockRequest(models.Model): 'same category than the default unit ' 'of measure of the product')) + def _get_valid_routes(self): + routes = self.env['stock.location.route'] + if self.product_id: + routes += self.product_id.mapped( + 'route_ids') | self.product_id.mapped( + 'categ_id').mapped('total_route_ids') + if self.warehouse_id: + routes |= self.env['stock.location.route'].search( + [('warehouse_ids', 'in', self.warehouse_id.ids)]) + routes = routes.filtered(lambda r: any( + p.location_id == self.location_id for p in r.pull_ids)) + return routes + @api.onchange('warehouse_id') def onchange_warehouse_id(self): """ Finds location id for changed warehouse. """ + res = {'domain': {}} + routes = self._get_valid_routes() + res['domain']['route_id'] = [('id', 'in', routes.ids)] if self.warehouse_id: - self.location_id = self.warehouse_id.lot_stock_id.id + # search with sudo because the user may not have permissions + loc_wh = self.location_id.sudo().get_warehouse() + if self.warehouse_id != loc_wh: + self.location_id = self.warehouse_id.lot_stock_id.id if self.warehouse_id.company_id != self.company_id: self.company_id = self.warehouse_id.company_id - return {} + return res + + @api.onchange('location_id') + def onchange_location_id(self): + res = {'domain': {}} + routes = self._get_valid_routes() + res['domain']['route_id'] = [('id', 'in', routes.ids)] + if self.location_id: + loc_wh = self.location_id.get_warehouse() + if self.warehouse_id != loc_wh: + self.warehouse_id = loc_wh + return res @api.onchange('company_id') def onchange_company_id(self): @@ -214,14 +244,16 @@ class StockRequest(models.Model): @api.onchange('product_id') def onchange_product_id(self): + res = {'domain': {}} + routes = self._get_valid_routes() + res['domain']['route_id'] = [('id', 'in', routes.ids)] if self.product_id: self.product_uom_id = self.product_id.uom_id.id - return { - 'domain': { - 'product_uom_id': - [('category_id', '=', - self.product_id.uom_id.category_id.id)]}} - return {'domain': {'product_uom_id': []}} + res['domain']['product_uom_id'] = [ + ('category_id', '=', self.product_id.uom_id.category_id.id)] + return res + res['domain']['product_uom_id'] = [] + return res @api.multi def _action_confirm(self): diff --git a/stock_request/tests/test_stock_request.py b/stock_request/tests/test_stock_request.py index 77d184d6d..ddd31e9c5 100644 --- a/stock_request/tests/test_stock_request.py +++ b/stock_request/tests/test_stock_request.py @@ -112,16 +112,24 @@ class TestStockRequest(common.TransactionCase): stock_request.location_id, self.warehouse.lot_stock_id) def test_onchanges(self): + self.product.route_ids = [(6, 0, self.route.ids)] vals = { - 'product_id': self.product.id, 'product_uom_id': self.product.uom_id.id, 'product_uom_qty': 5.0, 'company_id': self.main_company.id, } stock_request = self.stock_request.sudo( self.stock_request_user).new(vals) + stock_request.product_id = self.product + vals = stock_request.default_get(['warehouse_id', 'company_id']) + stock_request.update(vals) + res = stock_request.onchange_product_id() + self.assertTrue(res['domain']['route_id']) + routes = self.env['stock.location.route'].search( + res['domain']['route_id']) + self.assertIn(self.route.id, routes.ids) + self.stock_request_user.company_id = self.company_2 - stock_request.default_get(['warehouse_id', 'company_id']) stock_request.company_id = self.company_2 stock_request.onchange_company_id() From 9e5710db1d6a9964bab74c8866ebca11060a349c Mon Sep 17 00:00:00 2001 From: Enric Tobella Date: Thu, 15 Mar 2018 09:13:42 +0100 Subject: [PATCH 383/631] [FIX] stock_request: Add the option to select all the possible rules of a location, the rules of the parents are also allowed --- stock_request/models/stock_request.py | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/stock_request/models/stock_request.py b/stock_request/models/stock_request.py index 6099766f7..af8615424 100644 --- a/stock_request/models/stock_request.py +++ b/stock_request/models/stock_request.py @@ -177,6 +177,14 @@ class StockRequest(models.Model): request.product_id.uom_id._compute_quantity( open_qty, request.product_uom_id) + def get_parents(self): + location = self.location_id.sudo() + result = location + while location.location_id: + location = location.location_id + result |= location + return result + @api.constrains('product_id') def _check_product_uom(self): ''' Check if the UoM has the same category as the @@ -197,8 +205,9 @@ class StockRequest(models.Model): if self.warehouse_id: routes |= self.env['stock.location.route'].search( [('warehouse_ids', 'in', self.warehouse_id.ids)]) + parents = self.get_parents().ids routes = routes.filtered(lambda r: any( - p.location_id == self.location_id for p in r.pull_ids)) + p.location_id.id in parents for p in r.pull_ids)) return routes @api.onchange('warehouse_id') From 0e8b47cf51dad3438e83756f5acc16550fa3bfd9 Mon Sep 17 00:00:00 2001 From: Enric Tobella Date: Mon, 9 Apr 2018 10:32:58 +0200 Subject: [PATCH 384/631] [IMP] stock_request: Add stock request order --- stock_request/README.rst | 1 + stock_request/__manifest__.py | 7 +- .../data/stock_request_sequence_data.xml | 8 + stock_request/models/__init__.py | 2 + stock_request/models/res_config_settings.py | 14 + stock_request/models/stock_request.py | 113 +++++-- stock_request/models/stock_request_order.py | 249 ++++++++++++++ stock_request/security/ir.model.access.csv | 4 +- .../security/stock_request_security.xml | 45 +++ stock_request/static/description/icon.png | Bin 4857 -> 7510 bytes stock_request/tests/test_stock_request.py | 316 ++++++++++++++++-- .../views/res_config_settings_views.xml | 60 ++++ stock_request/views/stock_request_menu.xml | 27 ++ .../views/stock_request_order_views.xml | 137 ++++++++ stock_request/views/stock_request_views.xml | 14 +- 15 files changed, 926 insertions(+), 71 deletions(-) create mode 100644 stock_request/models/res_config_settings.py create mode 100644 stock_request/models/stock_request_order.py create mode 100644 stock_request/views/res_config_settings_views.xml create mode 100644 stock_request/views/stock_request_menu.xml create mode 100644 stock_request/views/stock_request_order_views.xml diff --git a/stock_request/README.rst b/stock_request/README.rst index f3d0cca06..34182e2ed 100644 --- a/stock_request/README.rst +++ b/stock_request/README.rst @@ -71,6 +71,7 @@ Contributors ------------ * Jordi Ballester (EFICENT) . +* Enric Tobella Maintainer ---------- diff --git a/stock_request/__manifest__.py b/stock_request/__manifest__.py index 309374eb5..c0c885040 100644 --- a/stock_request/__manifest__.py +++ b/stock_request/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Stock Request", "summary": "Internal request for stock", - "version": "11.0.1.0.0", + "version": "11.0.2.0.0", "license": "LGPL-3", "website": "https://github.com/stock-logistics-warehouse", "author": "Eficent, " @@ -20,7 +20,10 @@ "views/stock_request_allocation_views.xml", "views/stock_move_views.xml", "views/stock_picking_views.xml", - "data/stock_request_sequence_data.xml" + "views/stock_request_order_views.xml", + "views/res_config_settings_views.xml", + "views/stock_request_menu.xml", + "data/stock_request_sequence_data.xml", ], "installable": True, } diff --git a/stock_request/data/stock_request_sequence_data.xml b/stock_request/data/stock_request_sequence_data.xml index 3f2f9fd8a..985be8057 100644 --- a/stock_request/data/stock_request_sequence_data.xml +++ b/stock_request/data/stock_request_sequence_data.xml @@ -10,5 +10,13 @@ + + Stock Request Order + stock.request.order + SRO/ + 5 + + + diff --git a/stock_request/models/__init__.py b/stock_request/models/__init__.py index a7e453e0c..36e050a25 100644 --- a/stock_request/models/__init__.py +++ b/stock_request/models/__init__.py @@ -1,7 +1,9 @@ from . import stock_request from . import stock_request_allocation +from . import stock_request_order from . import stock_move from . import stock_picking from . import procurement_rule from . import stock_move_line +from . import res_config_settings diff --git a/stock_request/models/res_config_settings.py b/stock_request/models/res_config_settings.py new file mode 100644 index 000000000..74220d880 --- /dev/null +++ b/stock_request/models/res_config_settings.py @@ -0,0 +1,14 @@ +# Copyright 2018 Creu Blanca +# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html). + +from odoo import fields, models + + +class ResConfigSettings(models.TransientModel): + _inherit = 'res.config.settings' + + group_stock_request_order = fields.Boolean( + implied_group='stock_request.group_stock_request_order') + + module_stock_request_purchase = fields.Boolean( + string='Stock requests for purchase') diff --git a/stock_request/models/stock_request.py b/stock_request/models/stock_request.py index af8615424..3833890f9 100644 --- a/stock_request/models/stock_request.py +++ b/stock_request/models/stock_request.py @@ -36,8 +36,9 @@ class StockRequest(models.Model): @api.depends('product_id', 'product_uom_id', 'product_uom_qty') def _compute_product_qty(self): - self.product_qty = self.product_uom_id._compute_quantity( - self.product_uom_qty, self.product_id.uom_id) + for rec in self: + rec.product_qty = rec.product_uom_id._compute_quantity( + rec.product_uom_qty, rec.product_id.uom_id) name = fields.Char( 'Name', copy=False, required=True, readonly=True, @@ -138,12 +139,24 @@ class StockRequest(models.Model): route_id = fields.Many2one('stock.location.route', string='Route', readonly=True, states={'draft': [('readonly', False)]}, + domain="[('id', 'in', route_ids)]", ondelete='restrict') + route_ids = fields.Many2many( + 'stock.location.route', string='Route', + compute='_compute_route_ids', + readonly=True, + ) + allocation_ids = fields.One2many(comodel_name='stock.request.allocation', inverse_name='stock_request_id', string='Stock Request Allocation') + order_id = fields.Many2one( + 'stock.request.order', + readonly=True, + ) + _sql_constraints = [ ('name_uniq', 'unique(name, company_id)', 'Stock Request name must be unique'), @@ -177,6 +190,21 @@ class StockRequest(models.Model): request.product_id.uom_id._compute_quantity( open_qty, request.product_uom_id) + @api.depends('product_id', 'warehouse_id', 'location_id') + def _compute_route_ids(self): + for record in self: + routes = self.env['stock.location.route'] + if record.product_id: + routes += record.product_id.mapped( + 'route_ids') | record.product_id.mapped( + 'categ_id').mapped('total_route_ids') + if record.warehouse_id: + routes |= self.env['stock.location.route'].search( + [('warehouse_ids', 'in', record.warehouse_id.ids)]) + parents = record.get_parents().ids + record.route_ids = routes.filtered(lambda r: any( + p.location_id.id in parents for p in r.pull_ids)) + def get_parents(self): location = self.location_id.sudo() result = location @@ -196,26 +224,65 @@ class StockRequest(models.Model): 'same category than the default unit ' 'of measure of the product')) - def _get_valid_routes(self): - routes = self.env['stock.location.route'] - if self.product_id: - routes += self.product_id.mapped( - 'route_ids') | self.product_id.mapped( - 'categ_id').mapped('total_route_ids') - if self.warehouse_id: - routes |= self.env['stock.location.route'].search( - [('warehouse_ids', 'in', self.warehouse_id.ids)]) - parents = self.get_parents().ids - routes = routes.filtered(lambda r: any( - p.location_id.id in parents for p in r.pull_ids)) - return routes + @api.constrains('order_id', 'requested_by') + def check_order_requested_by(self): + if self.order_id and self.order_id.requested_by != self.requested_by: + raise ValidationError(_( + 'Requested by must be equal to the order' + )) + + @api.constrains('order_id', 'warehouse_id') + def check_order_warehouse_id(self): + if self.order_id and self.order_id.warehouse_id != self.warehouse_id: + raise ValidationError(_( + 'Warehouse must be equal to the order' + )) + + @api.constrains('order_id', 'location_id') + def check_order_location(self): + if self.order_id and self.order_id.location_id != self.location_id: + raise ValidationError(_( + 'Location must be equal to the order' + )) + + @api.constrains('order_id', 'procurement_group_id') + def check_order_procurement_group(self): + if ( + self.order_id and + self.order_id.procurement_group_id != self.procurement_group_id + ): + raise ValidationError(_( + 'Procurement group must be equal to the order' + )) + + @api.constrains('order_id', 'company_id') + def check_order_company(self): + if self.order_id and self.order_id.company_id != self.company_id: + raise ValidationError(_( + 'Company must be equal to the order' + )) + + @api.constrains('order_id', 'expected_date') + def check_order_expected_date(self): + if self.order_id and self.order_id.expected_date != self.expected_date: + raise ValidationError(_( + 'Expected date must be equal to the order' + )) + + @api.constrains('order_id', 'picking_policy') + def check_order_picking_policy(self): + if ( + self.order_id and + self.order_id.picking_policy != self.picking_policy + ): + raise ValidationError(_( + 'The picking policy must be equal to the order' + )) @api.onchange('warehouse_id') def onchange_warehouse_id(self): """ Finds location id for changed warehouse. """ res = {'domain': {}} - routes = self._get_valid_routes() - res['domain']['route_id'] = [('id', 'in', routes.ids)] if self.warehouse_id: # search with sudo because the user may not have permissions loc_wh = self.location_id.sudo().get_warehouse() @@ -228,8 +295,6 @@ class StockRequest(models.Model): @api.onchange('location_id') def onchange_location_id(self): res = {'domain': {}} - routes = self._get_valid_routes() - res['domain']['route_id'] = [('id', 'in', routes.ids)] if self.location_id: loc_wh = self.location_id.get_warehouse() if self.warehouse_id != loc_wh: @@ -254,8 +319,6 @@ class StockRequest(models.Model): @api.onchange('product_id') def onchange_product_id(self): res = {'domain': {}} - routes = self._get_valid_routes() - res['domain']['route_id'] = [('id', 'in', routes.ids)] if self.product_id: self.product_uom_id = self.product_id.uom_id.id res['domain']['product_uom_id'] = [ @@ -285,6 +348,8 @@ class StockRequest(models.Model): def action_done(self): self.state = 'done' + if self.order_id: + self.order_id.check_done() return True def check_done(self): @@ -373,3 +438,9 @@ class StockRequest(models.Model): (self.env.ref('stock.view_picking_form').id, 'form')] action['res_id'] = pickings.id return action + + @api.multi + def unlink(self): + if self.filtered(lambda r: r.state != 'draft'): + raise UserError(_('Only requests on draft state can be unlinked')) + return super(StockRequest, self).unlink() diff --git a/stock_request/models/stock_request_order.py b/stock_request/models/stock_request_order.py new file mode 100644 index 000000000..cd76013de --- /dev/null +++ b/stock_request/models/stock_request_order.py @@ -0,0 +1,249 @@ +# Copyright 2018 Creu Blanca +# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html). + +from odoo import api, fields, models, _ +from odoo.exceptions import UserError + +REQUEST_STATES = [ + ('draft', 'Draft'), + ('open', 'In progress'), + ('done', 'Done'), + ('cancel', 'Cancelled')] + + +class StockRequestOrder(models.Model): + _name = 'stock.request.order' + _description = 'Stock Request Order' + _inherit = ['mail.thread', 'mail.activity.mixin'] + + @api.model + def default_get(self, fields): + res = super().default_get(fields) + warehouse = None + if 'warehouse_id' not in res and res.get('company_id'): + warehouse = self.env['stock.warehouse'].search( + [('company_id', '=', res['company_id'])], limit=1) + if warehouse: + res['warehouse_id'] = warehouse.id + res['location_id'] = warehouse.lot_stock_id.id + return res + + def _get_default_requested_by(self): + return self.env['res.users'].browse(self.env.uid) + + name = fields.Char( + 'Name', copy=False, required=True, readonly=True, + states={'draft': [('readonly', False)]}, + default=lambda self: self.env['ir.sequence'].next_by_code( + 'stock.request.order')) + state = fields.Selection(selection=REQUEST_STATES, string='Status', + copy=False, default='draft', index=True, + readonly=True, track_visibility='onchange', + ) + requested_by = fields.Many2one( + 'res.users', 'Requested by', required=True, + track_visibility='onchange', + default=lambda s: s._get_default_requested_by(), + ) + warehouse_id = fields.Many2one( + 'stock.warehouse', 'Warehouse', readonly=True, + ondelete="cascade", required=True, + states={'draft': [('readonly', False)]}) + location_id = fields.Many2one( + 'stock.location', 'Location', readonly=True, + domain=[('usage', 'in', ['internal', 'transit'])], + ondelete="cascade", required=True, + states={'draft': [('readonly', False)]}, + ) + procurement_group_id = fields.Many2one( + 'procurement.group', 'Procurement Group', readonly=True, + states={'draft': [('readonly', False)]}, + help="Moves created through this stock request will be put in this " + "procurement group. If none is given, the moves generated by " + "procurement rules will be grouped into one big picking.", + ) + company_id = fields.Many2one( + 'res.company', 'Company', required=True, readonly=True, + states={'draft': [('readonly', False)]}, + default=lambda self: self.env['res.company']._company_default_get( + 'stock.request.order'), + ) + expected_date = fields.Datetime( + 'Expected date', default=fields.Datetime.now, index=True, + required=True, readonly=True, + states={'draft': [('readonly', False)]}, + help="Date when you expect to receive the goods.", + ) + picking_policy = fields.Selection([ + ('direct', 'Receive each product when available'), + ('one', 'Receive all products at once')], + string='Shipping Policy', required=True, readonly=True, + states={'draft': [('readonly', False)]}, + default='direct', + ) + move_ids = fields.One2many(comodel_name='stock.move', + compute='_compute_move_ids', + string='Stock Moves', readonly=True, + ) + picking_ids = fields.One2many('stock.picking', + compute='_compute_picking_ids', + string='Pickings', readonly=True, + ) + picking_count = fields.Integer(string='Delivery Orders', + compute='_compute_picking_ids', + readonly=True, + ) + stock_request_ids = fields.One2many( + 'stock.request', + inverse_name='order_id', + ) + stock_request_count = fields.Integer( + string='Stock requests', + compute='_compute_stock_request_count', + readonly=True, + ) + + _sql_constraints = [ + ('name_uniq', 'unique(name, company_id)', + 'Stock Request name must be unique'), + ] + + @api.depends('stock_request_ids.allocation_ids') + def _compute_picking_ids(self): + for record in self: + record.picking_ids = record.stock_request_ids.mapped('picking_ids') + record.picking_count = len(record.picking_ids) + + @api.depends('stock_request_ids') + def _compute_move_ids(self): + for record in self: + record.move_ids = record.stock_request_ids.mapped('move_ids') + + @api.depends('stock_request_ids') + def _compute_stock_request_count(self): + for record in self: + record.stock_request_count = len(record.stock_request_ids) + + @api.onchange('requested_by') + def onchange_requested_by(self): + self.change_childs() + + @api.onchange('expected_date') + def onchange_expected_date(self): + self.change_childs() + + @api.onchange('picking_policy') + def onchange_picking_policy(self): + self.change_childs() + + @api.onchange('location_id') + def onchange_location_id(self): + if self.location_id: + loc_wh = self.location_id.sudo().get_warehouse() + if loc_wh and self.warehouse_id != loc_wh: + self.warehouse_id = loc_wh + self.with_context( + no_change_childs=True).onchange_warehouse_id() + self.change_childs() + + @api.onchange('warehouse_id') + def onchange_warehouse_id(self): + if self.warehouse_id: + # search with sudo because the user may not have permissions + loc_wh = self.location_id.sudo().get_warehouse() + if self.warehouse_id != loc_wh: + self.location_id = self.warehouse_id.sudo().lot_stock_id + self.with_context(no_change_childs=True).onchange_location_id() + if self.warehouse_id.sudo().company_id != self.company_id: + self.company_id = self.warehouse_id.company_id + self.with_context(no_change_childs=True).onchange_company_id() + self.change_childs() + + @api.onchange('procurement_group_id') + def onchange_procurement_group_id(self): + self.change_childs() + + @api.onchange('company_id') + def onchange_company_id(self): + if self.company_id and ( + not self.warehouse_id or + self.warehouse_id.sudo().company_id != self.company_id + ): + self.warehouse_id = self.env['stock.warehouse'].search( + [('company_id', '=', self.company_id.id)], limit=1) + self.with_context(no_change_childs=True).onchange_warehouse_id() + self.change_childs() + return { + 'domain': { + 'warehouse_id': [('company_id', '=', self.company_id.id)]}} + + def change_childs(self): + if not self._context.get('no_change_childs', False): + for line in self.stock_request_ids: + line.warehouse_id = self.warehouse_id + line.location_id = self.location_id + line.company_id = self.company_id + line.picking_policy = self.picking_policy + line.expected_date = self.expected_date + line.requested_by = self.requested_by + line.procurement_group_id = self.procurement_group_id + + @api.multi + def action_confirm(self): + for line in self.stock_request_ids: + line.action_confirm() + self.state = 'open' + return True + + def action_draft(self): + for line in self.stock_request_ids: + line.action_draft() + self.state = 'draft' + return True + + def action_cancel(self): + for line in self.stock_request_ids: + line.action_cancel() + self.state = 'cancel' + return True + + def action_done(self): + self.state = 'done' + return True + + def check_done(self): + if not self.stock_request_ids.filtered(lambda r: r.state != 'done'): + self.action_done() + return + + @api.multi + def action_view_transfer(self): + action = self.env.ref('stock.action_picking_tree_all').read()[0] + + pickings = self.mapped('picking_ids') + if len(pickings) > 1: + action['domain'] = [('id', 'in', pickings.ids)] + elif pickings: + action['views'] = [ + (self.env.ref('stock.view_picking_form').id, 'form')] + action['res_id'] = pickings.id + return action + + @api.multi + def action_view_stock_requests(self): + action = self.env.ref( + 'stock_request.action_stock_request_form').read()[0] + if len(self.stock_request_ids) > 1: + action['domain'] = [('order_id', 'in', self.ids)] + elif self.stock_request_ids: + action['views'] = [ + (self.env.ref( + 'stock_request.view_stock_request_form').id, 'form')] + action['res_id'] = self.stock_request_ids.id + return action + + @api.multi + def unlink(self): + if self.filtered(lambda r: r.state != 'draft'): + raise UserError(_('Only orders on draft state can be unlinked')) + return super().unlink() diff --git a/stock_request/security/ir.model.access.csv b/stock_request/security/ir.model.access.csv index ca66a1a53..4a92b001b 100644 --- a/stock_request/security/ir.model.access.csv +++ b/stock_request/security/ir.model.access.csv @@ -5,9 +5,9 @@ access_stock_request_stock_user,stock.request stock user,model_stock_request,sto access_stock_request_allocation_user,stock request allocation user,model_stock_request_allocation,group_stock_request_user,1,1,1,1 access_stock_request_allocation_manager,stock request allocation manager,model_stock_request_allocation,group_stock_request_manager,1,1,1,1 access_stock_request_allocation_stock_user,stock.request.allocation stock user,model_stock_request_allocation,stock.group_stock_user,1,0,0,0 -access_stock_request_manager,stock request manager,model_stock_request,group_stock_request_manager,1,1,1,1 -access_stock_warehouse_user,stock.warehouse.user,stock.model_stock_warehouse,group_stock_request_user,1,0,0,0 access_stock_location_user,stock.location.user,stock.model_stock_location,group_stock_request_user,1,0,0,0 access_stock_location_request_manager,stock.location request manager,stock.model_stock_location,group_stock_request_manager,1,0,0,0 access_procurement_rule_request_manager,procurement_rule request_manager,stock.model_procurement_rule,group_stock_request_manager,1,0,0,0 access_procurement_rule,procurement.rule.flow,stock.model_procurement_rule,group_stock_request_user,1,0,0,0 +access_stock_request_order_user,stock request user,model_stock_request_order,stock_request.group_stock_request_user,1,1,1,0 +access_stock_request_order_manager,stock request manager,model_stock_request_order,stock_request.group_stock_request_manager,1,1,1,1 diff --git a/stock_request/security/stock_request_security.xml b/stock_request/security/stock_request_security.xml index ecb96c13e..827788eb5 100644 --- a/stock_request/security/stock_request_security.xml +++ b/stock_request/security/stock_request_security.xml @@ -21,6 +21,11 @@ + + Stock Request Order + + + @@ -67,6 +72,46 @@ + + + stock_request_order multi-company + + + ['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])] + + + + Follow Stock Request Order + + + + + + + ['|',('requested_by','=',user.id), + ('message_partner_ids', 'in', [user.partner_id.id])] + + + + Stock Request Order User + + + + + + + [('requested_by','=',user.id)] + + + + Stock Request Manager + + + + + + + diff --git a/stock_request/static/description/icon.png b/stock_request/static/description/icon.png index a7c11c7a1e3df3654b45284d5b92ca7c86e56b4e..c31ecfd9f58e3ab7e0ede0f1d56185d51074099c 100644 GIT binary patch literal 7510 zcmc(EWmJ@1^e>%52uPRGih$(MgCO0ggp`5|B{d@mNQ_8#3k>ywA}tIxq)OKSQUU@3 z!VD!6gEaTS_r2?X@2C6mu359rv(DaU$8Yab`$QWXYSB=!QxOml(CBDum=X{WI$!-M z$bg=J)hClcL-tfpOM~F@>Q~TKk_z-tdTCq22neVdul|Gt*+^EPlN_#NaG!jcgpyi} zmv2ke3Fu;j-?xCPdp>{u%mYrK?(^&k{Fx)Kp9|cXS4+ph*c?I2LO{UTuA`y$;N|T0 zyuW+S`V;Ifk4}HFV}C~FXSS;QnwW1d08q*cV{GO35dZ|j=C z?n|9uRmeqOsBAP=pdHnevOu*RxgZe)rfU*BW{eLR>PyPRY1(3Yk_7nt4rb>d{ttn4? z-Wp}=@u!AEh(G0R=$ucQi{sK`BSE_X`t^(H`j084LzP&5O^>yiY*&fPjK*4F%GE!y zONT~wp^c~($CB04XHhL*AmT$B1%y8XkvqD(Nwho_V;Of|jR}qtfUaZD18={ux4Z6e zuYk}|1#|vqMO26U@Zsi<3)dcju%ll@5Gp$DLPMRU)5~?BZyQQx05D2od_^X1i0oZ< zSmo#|zzeLLr0i+|Q--2Ix`nURGMD5E@oVP5s8@2TN#H(!QsDQ>kjR!Yj5 zcX64MEB!SM&+*6EY)LK^i_}rOnczT+!5XG2>c_W=|1sZl4dW-G`Duf6Fr5$}t*$;E z?e$IH?C(tGo2))Tb0T*&2`PVjxfA@wVm8d_Bz&@X}_OmP^sJV{K*D zL!K$R*m?gZ4E^BD%C3o7UPul!6(Rz+Gj4s~MKtrV9V3KV&!~rZr!l(K!?x zqW#<;E6?B6?+YS9BULG^;lUa{TM9w8cN4SwqSrFTwXAV7OK6(5F38Ii1zX_nMeE)Q zhz2t{^Y*TAa_PMsK88Mg=rO)TB4+I3ykXAEs^fzc*L{C4fd@h6Bah*8%hUZMF?EMD z;3T>$LykTBWOYA0g$c`EihE_7hizrXEED+Xz%{63J#dMS9;Iy@p#m8L+)tlt`Ap^C zkxAJ`I@bDZy;UQY7hSe!yXWP=lJFocbK^+Ljl8)Ws_&5~PU&5h>JH^c#XD#fAgmMi zlbGBmi^LWUHI6YUZw?oo+g&pKM4I}+(|QeNDd?#GxPEL@!8z=Fgln&FOzfUhDmRpN zi>EBE&vqR+RAXKT6>GYre0@OFg3nKmohinyEC{ju zuN!{%X7me;^1&b1Ry-EH2T(s2HIRvVYYhL1AT~Yv97y4zd5mG$E?YzcObhHOb8QG7 zik)6`nnNQk(uv&B4Y|@UPls-DjkLg^2a~Yg0AcW-IxsJT&#R9Fr^GdPt(eIr-_w&smn_$7SY+Q$O~e1Ig=) z&)iDI?R?vlsDB_g3?#9xW2~K0H|Qoqent*W{-A)V;P>OBMhsb29H|v?^6| z2H*XYIpdxWAx3j!YbMW;DO zviMqyp_6ajy^L>_6J1|@QAbirCsljfUeeggb@H!&TT-~rT$LMIWt*vK1EY)Hcl-V$ z9nipueOsp_LRwXfccG@fLphxHE`6|tr|I?Yi=ixV3A;H15nHajkuGA;C1m5v7oxVb zPjqiQ8jaKw)+4*J&|JXeFIiE_JIvZA*B4x0Wtq-X`*VQ)$(d_&teO!siIV99!sw%b zsj91zSEYyQ2<6XZjyjx@2}&zTwgg$3PRBn(mw%3Q zS-$|m$>LpQ`-WlUo8Cu@p@8G=`sw@m!RjF2hcohv3T@hbBo2eH!uAv+5 z`&E`abT`2!!i$+aDFaNW_jxU@cZPqxo1~G2i_IQQ5<~wCL&iVj&85#=*{DK;^2M_ zZi>1m%S!y=3OrFL{&2p*S~`QfntdD&E7Z-?n^0bgI+Nus3v^|W($Q!n9N#3p_LPhL zn8CRtVCxClYY2w`rm^^_D1;t8t*lv)EW{JtM8>Idf5m#%pg@Wn`$Xj1MKYjv;bNC= z(S)c^jWLz`g>N7m1ySx3lM*KP^twZHbW<_nv&bEBln|lM+|P*=g%-;Y!O<)xZ{5$# zmDsOybAHI|w+Fuy)C@WD_eukKzd-15`aNi!&3Tr>{e>vO5(;UbqoQlkWh3qUS+T63 zu)gXx@XaEQg596E|1NvG9eAKCX4;PY)Mg8 z4~s_dj;=@T_q`9Hf0Z`XaAUaT_y#HZnQM=DukfFSo1-F$FxMUA_peTwP{i%ZB*oXC zKh7#bEdW&3qhP4w)imYqZ%sMWkCM!o+tg(0QEaRTLlZ|2}$v=-+7Mu!2;K*}4wWgjZ(ap+vcL;6+&tq^eha zVP=qgQa#b<5A1Vbj%bLG0ER0f2E}jVw)IfBi|nFLW%s2u#w79kLM4a{v7iqur?^Kw zn5iRSz`i}0AbG7Ze{IDeO;Jk!5TG%>Jr?QGLGesEU zhWc1$F@S7*kN*QISrM+5uL7O%8H82B8jmb(6V|`hUjt@MwHe$UZzwzibJ7szd}v-B z`@-3A5_EE|Ih9X&5U|48RP|tK(A*`DIHh+Zn*UA73}AI;6&}u94S7V z%L!A5H}2da_1F45dX5DCNfFR%0cnB!!;oxP%SDfW~{ z{kfq!k~#VTI|IrKmJ(@$a;^W29CPBL)T!n%n_#`$bMm&$UnI%nI#+hfp#pLcWvf~u?6`eR=KnOPKXxL z6z61{i$zkT>ID1=nksw(+OhR>^Uu1DJEMX-IzID^S8BTF)%LWeNz4w)#h%4NtM#I~ zBb0|?|JEoFm~R!x;@09Q^ zk#MW7>#zHPGxEeY{eonbA_tgHpdM=!lJel(X8qfd@XWm>VJYY0hvNn%%t7CIW#x#1 zLR6v4$XnF0!8G#k*(i$d!%mT{DpUC|zESsve4p4@LYc)nDSB z^R=t1z^HcH=Ry(x)^3mnhJ;;&g-UC3R;3TZyXxT^*WdODOz&JV_~jqFpmRnLiD_AV z=bb-9CH)M}6|r;MQ0DlwO&k^Kk_^$)OuW5YS|1dJfD9ZQCb|WGZt$6YO7F}s#$Yp* z8^{NYU3-Lm6 zJZqKasx!~>fg(ba3XYF+3209OrgVIKO!vyhHV>3H37-4sy^MV49-#j{bS&2|7etb> z;XD1hrv!YN1#vJFEMcDT&qT>5DFJILapzqXz{4EcgM-%|jL!UH^Hq1z@AWHGf$z=& z2i;@}JFR5SKLJkCvKZgbBt&2D<^owTgUy?U@@wngJiA`;UOtn^ic8F5pQBC-c1$s zyOeGJ(t_-oz9(nR1dj867M`czNxU(U>cjK|GtAf(Q#CFJwE{v`aST50ex7|a-yH4R z?uxIbIWe&nwN})QvZ_a(?xM_Q609b?tW#f2wUdQ&aE_)=5cdTH9$lYl=ySUL3bzZ~ zCHKhh?FEFzi1kKEQNSBS=4>lA%APCiZmFD~ZI0l=v2-qr3uTci4J9M*5)4Zg+FltA zSNa<0``3MBwWl9^p7y;<>IJ+oKZ) z|0q!hFM}}4eGw9>_#?6Ny^cWJ%iU?QvZim%RjR6T*vZ99v()xKMZWb7bguoq?KGti zYA4Iag=lf(9WU>7?Cp${wYI`-LKb%D)~h>$9$x+)xzjwSEST76T&to5Tm|CRfWpH0 zR7mi{j{ThK5M23g!2O#h=R24CjOUY!w!n3VDJ+L5lJ>!-YS6_$3unth4=kF{;w3c} z`gW)LdM6!=$fWs)-9OeuVk?X;Z*yF|BStc!Mm0ZTwm_%LjEFl#ZXos-C`3K0b2LxomNBYgk_l zZZ)Kh)U)yRt>hc+`*8VN4~nl>Jw9um7Mm_A?s~ruO>~C48`@|Dj9{ zwC!U39W0}ZT-|?7zm28gl3m_f4?CH% zJBx5FGYe^LV1A50gFV~W%%2KP&4Rc8xOY7a{IOcs?&7OZeR(i+HV@V8+Olvm0Ii4h zKBE1ku>HN}p=Z!4s;p`@uL1l0VTZb1utPPiQqRr_3H$mfyMyd{W5~)2o0m)4v-ziA zsI?AO#e-79J{n$0l!CQlevNxx2BeD$I*pOAyX>CaHd;69@VY6|apBpOV|Vt3TlLEV zZFInycJ5WgB=-~1-4#YbPpfT1#s+|MtafB#$6g(95AFN5?>S>yV0S(wPpk1d7%zpb zd#1N0_GKQ`V$IXhq#m;$b_1Am%BK?^xynHjE7dFU;;lDx>XV3T$#UwAJzp)Q$8{v2 zga+|jcYR#}!KFX|H-P%hv$Gdz>CY$Kcmh+1Ya^yr4vPl{Brl6LQhQzDYhALm6bQ{* zT*}sszs_Y$SFyH1*~BRV4iBu|C&!4xO_c`JfQ2V~W8nGh!;VggYV1$gDOlK2TC>Hq zvP?|Q+n7SybdRunvDD^;BF%n)A-B-z3_#q_ttyoSFZ+oHhM#99pjLEs14knp5R~O9?mLoMl{L&n6EOy)9Cv^rbgu?N?UA-*h0AG zgQQ$r7=MP+I~S+8eW@&`X|uA$Y$Ymtp0Cd>5AMzCmpi2E3=ZD4d7ho>7Ly2^`v=Z{ z=RS6AcNzJ%KSwTv594W!9ps*3&O89V2J=2I(q?-q9CZ3Ar$qnd#vdeZ&V?-UCiZ3~ z&wSgt{OtF0KO9U?xp#c;^otIJ6~zLjya1ZF|P1ka6T! zdVgAbcSLp2O3BHFT<`#)MajYi<+ku#nUqWG%snOU>BZm@vycP4Ww%BFrSw-p=0spW z`9RC_VR9)<#>F3#-|nXc6ci1@JGVqyugO`F!OybV6q-5|?u`7wbig+|E_OeDx8(>k zDo8dI)XD1(RoF?ujUrsRzGcqRozJPRk8*ehn~kGv$wI=uEPbe2#EpMGpHz7DLH6AU z{@1GQ`9esen|;?nBASFfE9T&!!hD;H_Nq?D*qh>ayW*u%aLD@47FFlTor}hf@sDbl z4vZ6ZEMa}!OntdWB)6*7WnqnBM95ii%v#29v<*j*T@4 zS6OX4^?1>1P(>G5b3rmvZmw*jZNKi$xRU~PT93{Ub5Z8;#D(=y^M#YVcDx^r5A=t7 zvNhI*s_b~JAmGG$*2;0RFl;g>`+msfw(R*5Pe*mfah1+~Y=t~_=S}4S?5xP$>#Dko zTT%!*VKKrjqa74{z%_VG@|b1N<+g7dP{(N80n4}+#Ao@;IN%lWTjPNT8+t}KVBxse z!c(q|8^Pm^aIOxCSKA4GHjF(_{#KSAn=w(myKxOl<3+vV1M?R3l7yY{rLg*2VhcW( z7&Q8f0Jxs8xi-Cf;qR8*c zH60^e1`*NFLmi1Tz@c$HSu#+GFftH37S_c!R6wX+^FX%&h14Y{qG7#_d6=>d@&;;B zao4e~{fA2beX{ra#(={h#62;vN=HSJtj4>{yrZGs%hp1ciHuNs=T8>iRhbndx*6MX zq!iNjNF(#Mx>d`5(;f?Z^(JFdUJUOjB<~~r73W*;28OHF-n)tqqkSuwpCp9=o1Jd9 z4t@-rdkBlVkNLgHr2a~@YI~IvYYe=Z5O1mK86>Cc-?fEh2n zt5V!Y{a7V??1@=BG zQEy(Y#hKM|pzL`C3uI@5%XEyoi_J1ofcB?75*^74l)uRW(L4XNMV3cN{jT=nmIg6k z&48ql2#Wv!Q9}|E(X6zc4w%cT+{AoRujxX7y8R;^6$g8?2&9~Wb0(16pFr$@-&sH; z&XI&pqY_gs&rdg$NumMaPYV2IWlM4QuXF&+EYVUQ4J*|6y1f@LLu|aG61K=e3m6%N zbQ}wI(ro?8oF~QLoiulGue_`83UH=ggH+cQCzIYgN9ExKb^^qeU4X+3P~I#%Z8jo) zallVHz+A+#^>D5+@TRxYjn=GH5wi4^WQI_E?E32k-dY?22sFp2g| qJBnmc1b^FaQP%UBXsGmY2o3DoX1di35AfVcpmX0)qw1dh>;DBm+(G~V literal 4857 zcmbVQc{tR4*Pj_ZWn`H!_N74*vXsi!FeuB|!XP7r zP}v3*V+~odGxlZX`RRV%_j%s;{o}o^=elOD-)2fU$QJ(|5OXcD(6m=Mdoe z+3^wxbSz!}GSb9#SA*d;h7cjD~I7Nz5{r%p*qwnRoF^$5o~Njj-~ zCYxDXeyDJ1zolU{?=E$QclQj_IN9};_soN(gN(7AOyFah?kjvL!;xyif-sO~bo>E& zt&d=0LxZ4j9F7I?PZ0zW0z@$a7zzhO5SSAXc_{xb0vcdWKm%C)-^zd6`7hglBx%Ju$cRkkKFoa?<>At-E`Z|s4b6-R4A|EFfXr3(CCcs>=G11AhrfS zRb{!^GtjgRC*FZmO@X`kB ztFc#sB*F6b%B`n+P;A(E@W}R3v6c`Ir67`~q^(MH0fFnT^=KvgDcf#+ zP2!dhc*=`FRP$u*&$V+49P8?@Gh69qg<@?Vd7E^N_`05TR#Tw&2E)Y&YW!KZu*$Xq z2R(tW!Qc^nWlgnF+K1rX&#WjP5QL0ZudP;8I~(YJXOhMGBo1eD&7?ERV8JNjQ-3=xe$*!H!@bDAD{;c71XX*q1tgIHuD z*ZiQ@!wXGK;n#<79;1!PD=}WROQPQeIKTcyxH}pkHtzC}ZAM*c{Vo%PJUmAduQpo_ zamX{0yq<}R{{r_YED6tFId_Hqt2ANKcP@`}26;0UYdo+Yx3Y=o9Y4WWJR^Fpp%uz&u>=LN$1=-F`vam&tTY zU@R27&BakO-ai2B+ZuTmNnUdvRUg`Q775ilgs85pRu^xP&=Ie zGRNMg<7sR6f{xz&GzdJ>pWy;^srIfhj!G_hFY!7yLn7XVOQ{$UGU7Y)W8iLFe^w}6 zigABpa^Y+0RqBrqkECXNawe9r_asA?K5b@c&BQ3!>}R?yHRWj(T-U6qWSiyb?9qH&D=xa4DKV_AOoHiea^i^F4(6Ilp`*>3J4o6L-;^I?^NOfx zz8#{!q*Gq?ueAl&c*Cc&+o$h!au*IELuzhFv9>wQu*r71{Z8D;KUEz#!%s<%l>4;ndf$^`h^Hje0uORjf zIn0ymt?Bb8f;4Q`mQ^0(aPlovihd$yrZ9O!)yHB4*}Cvn5GF)NH$T{Pk3q3B;|0kh3s?&JXS zFs~ivBBnrA_A;A>w;7arwJrXP9Vz>RHNzk6Au{OhOzZk=RmHm)kEy4l+aCyUJ3My2 zI(@3D%)-@CAvAeFCIH4Pnh{*`bybVm`rQRJmEaX5qE9!~k5Bi+v&tMKqT+G6nukKHTL`Hb~X2;z09INPJh%y>#h6*cv<{ zMsRtvz!BMVPrw);*tE3l*)#_cAt?M@hYT;}5Zk_+)IMSECtO3nwanKU4wkXMU6psnNoL>+WD4E+Mr==*<#CbZ!FXO($?79#e<~D zAFHkNDOsN~+x8HlYrzYaI@i)B@{ur3lO&uxWjOK-3sAo00Hpf@m=AjL4u8oS*qN#U z3r+8FEM^E%Y@>aeL}a=S*CoxQlPZB#i({z+nlDicC){_I*W5hsRpUF=WW1@mBqiPS zyJw6s9ZtqkW8IEwiAB^iZ@?FJHgx?Bq%CU33DzwO1*5WIq(iiZC10E{E8+&? zl>Qpq9CNr7tZmsRJbkFz-1JT1IQ#4=H7FD=Yes2=v$CN}%qh{u9PVjMPoo&xyouo~P%n$8k^H+Bh#`?Eqq#MBkQSWdX%{E@NgtWzNw`Mna! z3V9pbg%+XM?xo@}a=YjK$;DXu!N&aeY5uvzs-%9!!I55(p>9{TKjj_i@^$Zg8q6nK zip|^yJy-lEeLAl5*_O#~4v61z3DEE@7MDhOt`oyILAMB3A>=EU#!v82j$B=Qi2;y6 z85o%Z-Ssdg=2_wNUNO+gKGqTKJVV=#@{pWw!OJRD%BTg=c4>aWsK1e~t!gb$a;hk3 zUY;q(5475=H`Q%h+h_i){G&fgCi9HX`|C)ck6W5&{qCeWF)UE5sGd9Z#-X!&?eP$Z z5DcjF$4dz#C^oiP_$^;P9!hli!f7#rX%7yk3*%%12m!FVDx5wn27;*SSS|t?dRnOv zkiW6-hO-0ROb$&b|JTc|e=p6;{PbwKrX7KZ`aA20gmz+fDKR^26N=TxdI73b_T8%y zAhuaPylO}fU>6uHfFxWTFZ*!J>;y!WSKy*;;8dMe==Y4MDu>D1>Z*OefXW*>9FxXI z8Ut%%oxe~ps8UtGQ%{C4&-U_B(?w)^a`QjjiM%=wp z#r-1Ci8t1CsuJ(J_zXZu{8j9z;UP^@CqO`6S=w1&VEa9{U~Q1|kpM_(R_DP`Y<5u_ zP>!A#qFuF_AgVobgMFqTaB(;b6mD%wF+U0cP@>>)xiof58CC$rV#0GTDFxwE^xup;-TjeX=4L;ZABIz$D3A|O*DVs4Hl-YS7rgUV1ZY?bA#;a* z9Lx#C;|v;j{Eom49l-KoI7|SKC3l$*YLFl(_8E+1b66@ZksRnBLuMz!FU!q}K(WJe zR|D-oQzHv)h1i@^A!H92w#Zs6B`fWk=XwCFF7&{Xi35_xS2#N!v~=MuPyx%rMTY%r z!|~q`TB#7AU@|*7 z#gNMsAf1^dQh<*_1jsCDiLAZO21&bIh^`LS-tf;h$Tr1}8XuDwT2g!)BG(oFy>xy7 zB-}5~!lKBxRudgr;~@{t9(dgCed+uB{uT4`u?Odq&z%jn%R2&KHj?Rxt=P3y@Y9 zRxA;T@zy!botigHMg8q^cVciQPqGccGMfqKYKdnge*VIEUZ-!YAE$=RI19lxZZU}y z3bXQK?19KON~uI;oW#_#|GNEaLa!{meomZygTtkm03m;e!Cx;F$cVz(AY^en{=PI52FmAQ5UKOwRF#^u_{}^w5{wVXn+c@UNIZXG4o2 zSD(Y6SRcbJL$#3{k%>PsB4JX5FevI|#zkPSJ&eR5{q?8!l8YQfNbi~z-xKF!;y_7A zOmVhJ`8=(;(}4hNNGa5`xy$c<)1PZ{`Zr_#hlm(jNtIQQzxj3 z&pD5NoFD0AV7B-C9OwH>-AkxJbtt)|`%h-tbdsaD9iUz|`M86+1?>S6gYiMtd<8?Gg+8zvFwd7~Zb3j=UE?d%0(a zmV||aidMO`TeCGX?wL4rYaCpcH}yW_x8Fiuz%X`MsX$AsVC=6n9Q9A$To_HO+gxj= z`b90B{y9^6t3q{eH9=7+uYx}Lv5jhOd+?c%=VFHF*MqK=+8oqQCszoBZYPhmv#=_{ zXYzh^03~M{4A&x|Jwe;!A!F^KTgwmldZSrLinT(Kv~=SHey=aXUH&;jPYU>6@=wCc zFr>VpCvvJ90y=n9*#!t$-j;3~uTZEhQJNS}Ol)Z(={_+Qd`QCO{_LBcA~{dVl6Ag> zau>u@q-jfKI$qY(TojWd{5nW(=+En1ByKlC$hyR{#P24#xa@F09vEf)0^jj8M%?)e z-#q)MsL3BHi4^1+uIyY@C|sR~mc|rqT6808V^_Iq8+x;F);P!rl14A;+Dwq% zso&Hn@9WYJVEn{7%R+}@j+GsQum1)(~nUt0q1eySc&ICG@;ocCkL5%?r%uqMd0J^>1^mPwwhc|O3sb*W<%KB;Lx=lG0`DWd^R8C9-759|ZA5yo!|nk)3px(`o8-a_$k zE`ltJT}FY=6A{#$B_1 zT~=7~CjVYuN212c{u7{Bq+QS^KVg@xGWXp!L8eafjR#Bi#EXJa?jQFt4-utWs!h|F zO}c@ypI~ntSx;anHlpf2KSk0+pYhGe=G-OdM3ec$&i8MOYPo-9)|vWmb#6rD#a6l0 zE_OARwF#AKKg!mq-<>n+yd8J9vfN+8CL`fai~?O#cpJ5;(4amt%+-FJm2y|~Rd>A_ z_DTtNe;m^XP1FH>-W6hQeOzyNfrwJ$62a^@rCydDG5lnSxCpOT)OQxQ1(P6YC$iH-#_HY(Lh+XZ$hW3CGcXy_>0eIUnDo}_ zMx`6MCxno`rW(EK{HUSoGySaKC>W*5vI+Fc+h%tmDsdld7K++Na0k4U!Z`4v-1**% z%LwWg*7HBO5%~`Nw*PWH4SKdlXK + + + + + + + res.config.settings.view.form.inherit.medical + res.config.settings + + + +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    + + + Settings + ir.actions.act_window + res.config.settings + form + inline + {'module' : 'stock_request'} + + + +
    diff --git a/stock_request/views/stock_request_menu.xml b/stock_request/views/stock_request_menu.xml new file mode 100644 index 000000000..c90445b14 --- /dev/null +++ b/stock_request/views/stock_request_menu.xml @@ -0,0 +1,27 @@ + + + + + + + + + + + diff --git a/stock_request/views/stock_request_order_views.xml b/stock_request/views/stock_request_order_views.xml new file mode 100644 index 000000000..444e3b902 --- /dev/null +++ b/stock_request/views/stock_request_order_views.xml @@ -0,0 +1,137 @@ + + + + + stock.request.order.tree + stock.request.order + + + + + + + + + + + + stock.request.order.form + stock.request.order + +
    +
    +
    + +
    + + + +
    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + + +
    +
    +
    +
    + + + Stock request orders + ir.actions.act_window + stock.request.order + form + tree,form + + +
    diff --git a/stock_request/views/stock_request_views.xml b/stock_request/views/stock_request_views.xml index 9734edc16..2e748a712 100644 --- a/stock_request/views/stock_request_views.xml +++ b/stock_request/views/stock_request_views.xml @@ -82,6 +82,7 @@
    + @@ -93,6 +94,7 @@ + @@ -128,16 +130,4 @@
    - - - -
    From d9150b8335d1be594f241c179528f17dd299923c Mon Sep 17 00:00:00 2001 From: mreficent Date: Wed, 11 Apr 2018 17:21:15 +0200 Subject: [PATCH 385/631] [FIX] Various fixes: - Error with the sequence number. - Visible texts that should be in uppercases. - order_id should only be visible if group_stock_request_order option is enabled. - adds more tests - adds consistency between models company-wise --- stock_request/__manifest__.py | 2 +- stock_request/models/__init__.py | 4 +- stock_request/models/res_config_settings.py | 2 +- stock_request/models/stock_location.py | 26 ++++ stock_request/models/stock_location_route.py | 19 +++ stock_request/models/stock_move.py | 13 +- stock_request/models/stock_request.py | 38 +++++- .../models/stock_request_allocation.py | 6 + stock_request/models/stock_request_order.py | 32 ++++- stock_request/models/stock_warehouse.py | 28 +++++ stock_request/tests/test_stock_request.py | 113 ++++++++++++++++-- .../views/res_config_settings_views.xml | 9 +- .../views/stock_request_allocation_views.xml | 2 + stock_request/views/stock_request_menu.xml | 2 +- .../views/stock_request_order_views.xml | 4 +- stock_request/views/stock_request_views.xml | 5 +- 16 files changed, 275 insertions(+), 30 deletions(-) create mode 100644 stock_request/models/stock_location.py create mode 100644 stock_request/models/stock_location_route.py create mode 100644 stock_request/models/stock_warehouse.py diff --git a/stock_request/__manifest__.py b/stock_request/__manifest__.py index c0c885040..e1461e73d 100644 --- a/stock_request/__manifest__.py +++ b/stock_request/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Stock Request", "summary": "Internal request for stock", - "version": "11.0.2.0.0", + "version": "11.0.2.1.0", "license": "LGPL-3", "website": "https://github.com/stock-logistics-warehouse", "author": "Eficent, " diff --git a/stock_request/models/__init__.py b/stock_request/models/__init__.py index 36e050a25..fd3b718a9 100644 --- a/stock_request/models/__init__.py +++ b/stock_request/models/__init__.py @@ -1,4 +1,3 @@ - from . import stock_request from . import stock_request_allocation from . import stock_request_order @@ -7,3 +6,6 @@ from . import stock_picking from . import procurement_rule from . import stock_move_line from . import res_config_settings +from . import stock_warehouse +from . import stock_location +from . import stock_location_route diff --git a/stock_request/models/res_config_settings.py b/stock_request/models/res_config_settings.py index 74220d880..416e2f2bd 100644 --- a/stock_request/models/res_config_settings.py +++ b/stock_request/models/res_config_settings.py @@ -11,4 +11,4 @@ class ResConfigSettings(models.TransientModel): implied_group='stock_request.group_stock_request_order') module_stock_request_purchase = fields.Boolean( - string='Stock requests for purchase') + string='Stock Requests for Purchases') diff --git a/stock_request/models/stock_location.py b/stock_request/models/stock_location.py new file mode 100644 index 000000000..2981c03e3 --- /dev/null +++ b/stock_request/models/stock_location.py @@ -0,0 +1,26 @@ +# Copyright 2018 Eficent Business and IT Consulting Services, S.L. +# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html). + +from odoo import api, models, _ +from odoo.exceptions import ValidationError + + +class StockLocation(models.Model): + _inherit = 'stock.location' + + @api.constrains('company_id') + def _check_company_stock_request(self): + if any(rec.company_id and self.env['stock.request'].search( + [('company_id', '!=', rec.company_id.id), + ('location_id', '=', rec.id)], limit=1) for rec in self): + raise ValidationError( + _('You cannot change the company of the location, as it is ' + 'already assigned to stock requests that belong to ' + 'another company.')) + if any(rec.company_id and self.env['stock.request.order'].search( + [('company_id', '!=', rec.company_id.id), + ('warehouse_id', '=', rec.id)], limit=1) for rec in self): + raise ValidationError( + _('You cannot change the company of the location, as it is ' + 'already assigned to stock request orders that belong to ' + 'another company.')) diff --git a/stock_request/models/stock_location_route.py b/stock_request/models/stock_location_route.py new file mode 100644 index 000000000..b3506fc85 --- /dev/null +++ b/stock_request/models/stock_location_route.py @@ -0,0 +1,19 @@ +# Copyright 2018 Eficent Business and IT Consulting Services, S.L. +# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html). + +from odoo import api, models, _ +from odoo.exceptions import ValidationError + + +class StockLocationRoute(models.Model): + _inherit = 'stock.location.route' + + @api.constrains('company_id') + def _check_company_stock_request(self): + if any(rec.company_id and self.env['stock.request'].search( + [('company_id', '!=', rec.company_id.id), + ('route_id', '=', rec.id)], limit=1) for rec in self): + raise ValidationError( + _('You cannot change the company of the route, as it is ' + 'already assigned to stock requests that belong to ' + 'another company.')) diff --git a/stock_request/models/stock_move.py b/stock_request/models/stock_move.py index 2beddd42f..eec5e0312 100644 --- a/stock_request/models/stock_move.py +++ b/stock_request/models/stock_move.py @@ -1,7 +1,8 @@ # Copyright 2017 Eficent Business and IT Consulting Services, S.L. # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html). -from odoo import api, fields, models +from odoo import api, fields, models, _ +from odoo.exceptions import ValidationError class StockMove(models.Model): @@ -26,3 +27,13 @@ class StockMove(models.Model): res['allocation_ids'] = [(4, m.id) for m in self.mapped('allocation_ids')] return res + + @api.constrains('company_id') + def _check_company_stock_request(self): + if any(self.env['stock.request.allocation'].search( + [('company_id', '!=', rec.company_id.id), + ('stock_move_id', '=', rec.id)], limit=1) + for rec in self): + raise ValidationError( + _('The company of the stock request must match with ' + 'that of the location.')) diff --git a/stock_request/models/stock_request.py b/stock_request/models/stock_request.py index 3833890f9..2f28f85e4 100644 --- a/stock_request/models/stock_request.py +++ b/stock_request/models/stock_request.py @@ -43,8 +43,7 @@ class StockRequest(models.Model): name = fields.Char( 'Name', copy=False, required=True, readonly=True, states={'draft': [('readonly', False)]}, - default=lambda self: self.env['ir.sequence'].next_by_code( - 'stock.request')) + default='/') state = fields.Selection(selection=REQUEST_STATES, string='Status', copy=False, default='draft', index=True, readonly=True, track_visibility='onchange', @@ -102,7 +101,7 @@ class StockRequest(models.Model): 'stock.request'), ) expected_date = fields.Datetime( - 'Expected date', default=fields.Datetime.now, index=True, + 'Expected Date', default=fields.Datetime.now, index=True, required=True, readonly=True, states={'draft': [('readonly', False)]}, help="Date when you expect to receive the goods.", @@ -213,6 +212,31 @@ class StockRequest(models.Model): result |= location return result + @api.constrains('company_id', 'product_id', 'warehouse_id', + 'location_id', 'route_id') + def _check_company_constrains(self): + """ Check if the related models have the same company """ + for rec in self: + if rec.product_id.company_id and \ + rec.product_id.company_id != rec.company_id: + raise ValidationError( + _('You have entered a product that is assigned ' + 'to another company.')) + if rec.location_id.company_id and \ + rec.location_id.company_id != rec.company_id: + raise ValidationError( + _('You have entered a location that is ' + 'assigned to another company.')) + if rec.warehouse_id.company_id != rec.company_id: + raise ValidationError( + _('You have entered a warehouse that is ' + 'assigned to another company.')) + if rec.route_id and rec.route_id.company_id and \ + rec.route_id.company_id != rec.company_id: + raise ValidationError( + _('You have entered a route that is ' + 'assigned to another company.')) + @api.constrains('product_id') def _check_product_uom(self): ''' Check if the UoM has the same category as the @@ -439,6 +463,14 @@ class StockRequest(models.Model): action['res_id'] = pickings.id return action + @api.model + def create(self, vals): + upd_vals = vals.copy() + if upd_vals.get('name', '/') == '/': + upd_vals['name'] = self.env['ir.sequence'].next_by_code( + 'stock.request') + return super().create(upd_vals) + @api.multi def unlink(self): if self.filtered(lambda r: r.state != 'draft'): diff --git a/stock_request/models/stock_request_allocation.py b/stock_request/models/stock_request_allocation.py index fbd6c684b..68558c3b3 100644 --- a/stock_request/models/stock_request_allocation.py +++ b/stock_request/models/stock_request_allocation.py @@ -12,6 +12,12 @@ class StockRequestAllocation(models.Model): comodel_name='stock.request', required=True, ondelete='cascade', ) + company_id = fields.Many2one(string='Company', + comodel_name='res.company', + readonly=True, + related='stock_request_id.company_id', + store=True, + ) stock_move_id = fields.Many2one(string='Stock Move', comodel_name='stock.move', required=True, ondelete='cascade', diff --git a/stock_request/models/stock_request_order.py b/stock_request/models/stock_request_order.py index cd76013de..771cccfd8 100644 --- a/stock_request/models/stock_request_order.py +++ b/stock_request/models/stock_request_order.py @@ -2,7 +2,7 @@ # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html). from odoo import api, fields, models, _ -from odoo.exceptions import UserError +from odoo.exceptions import UserError, ValidationError REQUEST_STATES = [ ('draft', 'Draft'), @@ -34,8 +34,7 @@ class StockRequestOrder(models.Model): name = fields.Char( 'Name', copy=False, required=True, readonly=True, states={'draft': [('readonly', False)]}, - default=lambda self: self.env['ir.sequence'].next_by_code( - 'stock.request.order')) + default='/') state = fields.Selection(selection=REQUEST_STATES, string='Status', copy=False, default='draft', index=True, readonly=True, track_visibility='onchange', @@ -69,7 +68,7 @@ class StockRequestOrder(models.Model): 'stock.request.order'), ) expected_date = fields.Datetime( - 'Expected date', default=fields.Datetime.now, index=True, + 'Expected Date', default=fields.Datetime.now, index=True, required=True, readonly=True, states={'draft': [('readonly', False)]}, help="Date when you expect to receive the goods.", @@ -242,8 +241,33 @@ class StockRequestOrder(models.Model): action['res_id'] = self.stock_request_ids.id return action + @api.model + def create(self, vals): + upd_vals = vals.copy() + if upd_vals.get('name', '/') == '/': + upd_vals['name'] = self.env['ir.sequence'].next_by_code( + 'stock.request.order') + return super().create(upd_vals) + @api.multi def unlink(self): if self.filtered(lambda r: r.state != 'draft'): raise UserError(_('Only orders on draft state can be unlinked')) return super().unlink() + + @api.constrains('warehouse_id', 'company_id') + def _check_warehouse_company(self): + if any(request.warehouse_id.company_id != + request.company_id for request in self): + raise ValidationError( + _('The company of the stock request must match with ' + 'that of the warehouse.')) + + @api.constrains('location_id', 'company_id') + def _check_location_company(self): + if any(request.location_id.company_id and + request.location_id.company_id != + request.company_id for request in self): + raise ValidationError( + _('The company of the stock request must match with ' + 'that of the location.')) diff --git a/stock_request/models/stock_warehouse.py b/stock_request/models/stock_warehouse.py new file mode 100644 index 000000000..d55a73d18 --- /dev/null +++ b/stock_request/models/stock_warehouse.py @@ -0,0 +1,28 @@ +# Copyright 2018 Eficent Business and IT Consulting Services, S.L. +# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html). + +from odoo import api, models, _ +from odoo.exceptions import ValidationError + + +class StockWarehouse(models.Model): + _inherit = 'stock.warehouse' + + @api.constrains('company_id') + def _check_company_stock_request(self): + if any(self.env['stock.request'].search( + [('company_id', '!=', rec.company_id.id), + ('warehouse_id', '=', rec.id)], limit=1) + for rec in self): + raise ValidationError( + _('You cannot change the company of the warehouse, as it is ' + 'already assigned to stock requests that belong to ' + 'another company.')) + if any(self.env['stock.request.order'].search( + [('company_id', '!=', rec.company_id.id), + ('warehouse_id', '=', rec.id)], limit=1) + for rec in self): + raise ValidationError( + _('You cannot change the company of the warehouse, as it is ' + 'already assigned to stock request orders that belong to ' + 'another company.')) diff --git a/stock_request/tests/test_stock_request.py b/stock_request/tests/test_stock_request.py index 4a1f431b4..b2999079e 100644 --- a/stock_request/tests/test_stock_request.py +++ b/stock_request/tests/test_stock_request.py @@ -36,12 +36,19 @@ class TestStockRequest(common.TransactionCase): [self.stock_request_manager_group.id], [self.main_company.id, self.company_2.id]) self.product = self._create_product('SH', 'Shoes', False) + self.product_company_2 = self._create_product('SH', 'Shoes', + self.company_2.id) self.ressuply_loc = self.env['stock.location'].create({ 'name': 'Ressuply', 'location_id': self.warehouse.view_location_id.id, }) + self.ressuply_loc_2 = self.env['stock.location'].create({ + 'name': 'Ressuply', + 'location_id': self.wh2.view_location_id.id, + }) + self.route = self.env['stock.location.route'].create({ 'name': 'Transfer', 'product_categ_selectable': False, @@ -50,6 +57,14 @@ class TestStockRequest(common.TransactionCase): 'sequence': 10, }) + self.route_2 = self.env['stock.location.route'].create({ + 'name': 'Transfer', + 'product_categ_selectable': False, + 'product_selectable': True, + 'company_id': self.company_2.id, + 'sequence': 10, + }) + self.uom_dozen = self.env['product.uom'].create({ 'name': 'Test-DozenA', 'category_id': self.categ_unit.id, @@ -70,6 +85,19 @@ class TestStockRequest(common.TransactionCase): 'propagate': 'False', }) + self.env['procurement.rule'].create({ + 'name': 'Transfer', + 'route_id': self.route_2.id, + 'location_src_id': self.ressuply_loc_2.id, + 'location_id': self.wh2.lot_stock_id.id, + 'action': 'move', + 'picking_type_id': self.wh2.int_type_id.id, + 'procure_method': 'make_to_stock', + 'warehouse_id': self.wh2.id, + 'company_id': self.company_2.id, + 'propagate': 'False', + }) + def _create_user(self, name, group_ids, company_ids): return self.env['res.users'].with_context( {'no_reset_password': True}).create( @@ -252,10 +280,14 @@ class TestStockRequest(common.TransactionCase): stock_request.location_id, self.warehouse.lot_stock_id) def test_stock_request_order_validations_01(self): + """ Testing the discrepancy in warehouse_id between + stock request and order""" + expected_date = fields.Date.today() vals = { 'company_id': self.main_company.id, 'warehouse_id': self.wh2.id, 'location_id': self.warehouse.lot_stock_id.id, + 'expected_date': expected_date, 'stock_request_ids': [(0, 0, { 'product_id': self.product.id, 'product_uom_id': self.product.uom_id.id, @@ -263,18 +295,22 @@ class TestStockRequest(common.TransactionCase): 'company_id': self.main_company.id, 'warehouse_id': self.warehouse.id, 'location_id': self.warehouse.lot_stock_id.id, + 'expected_date': expected_date, })] } - # Select a UoM that is incompatible with the product's UoM with self.assertRaises(exceptions.ValidationError): self.env['stock.request.order'].sudo( self.stock_request_user).create(vals) def test_stock_request_order_validations_02(self): + """ Testing the discrepancy in location_id between + stock request and order""" + expected_date = fields.Date.today() vals = { 'company_id': self.main_company.id, 'warehouse_id': self.warehouse.id, 'location_id': self.wh2.lot_stock_id.id, + 'expected_date': expected_date, 'stock_request_ids': [(0, 0, { 'product_id': self.product.id, 'product_uom_id': self.product.uom_id.id, @@ -282,19 +318,23 @@ class TestStockRequest(common.TransactionCase): 'company_id': self.main_company.id, 'warehouse_id': self.warehouse.id, 'location_id': self.warehouse.lot_stock_id.id, + 'expected_date': expected_date, })] } - # Select a UoM that is incompatible with the product's UoM with self.assertRaises(exceptions.ValidationError): self.env['stock.request.order'].sudo( self.stock_request_user).create(vals) def test_stock_request_order_validations_03(self): + """ Testing the discrepancy in requested_by between + stock request and order""" + expected_date = fields.Date.today() vals = { 'company_id': self.main_company.id, 'warehouse_id': self.warehouse.id, 'location_id': self.warehouse.lot_stock_id.id, 'requested_by': self.stock_request_user.id, + 'expected_date': expected_date, 'stock_request_ids': [(0, 0, { 'product_id': self.product.id, 'product_uom_id': self.product.uom_id.id, @@ -303,22 +343,26 @@ class TestStockRequest(common.TransactionCase): 'company_id': self.main_company.id, 'warehouse_id': self.warehouse.id, 'location_id': self.warehouse.lot_stock_id.id, + 'expected_date': expected_date, })] } - # Select a UoM that is incompatible with the product's UoM with self.assertRaises(exceptions.ValidationError): self.env['stock.request.order'].sudo( self.stock_request_user).create(vals) def test_stock_request_order_validations_04(self): + """ Testing the discrepancy in procurement_group_id between + stock request and order""" procurement_group = self.env['procurement.group'].create({ 'name': 'Procurement', }) + expected_date = fields.Date.today() vals = { 'company_id': self.main_company.id, 'warehouse_id': self.warehouse.id, 'location_id': self.warehouse.lot_stock_id.id, 'procurement_group_id': procurement_group.id, + 'expected_date': expected_date, 'stock_request_ids': [(0, 0, { 'product_id': self.product.id, 'product_uom_id': self.product.uom_id.id, @@ -326,19 +370,22 @@ class TestStockRequest(common.TransactionCase): 'company_id': self.main_company.id, 'warehouse_id': self.warehouse.id, 'location_id': self.warehouse.lot_stock_id.id, + 'expected_date': expected_date, })] } - # Select a UoM that is incompatible with the product's UoM with self.assertRaises(exceptions.ValidationError): self.env['stock.request.order'].sudo( self.stock_request_user).create(vals) def test_stock_request_order_validations_05(self): + """ Testing the discrepancy in company between + stock request and order""" + expected_date = fields.Date.today() vals = { - 'company_id': self.main_company.id, - 'warehouse_id': self.warehouse.id, - 'location_id': self.warehouse.lot_stock_id.id, - 'expected_date': fields.Date.today(), + 'company_id': self.company_2.id, + 'warehouse_id': self.wh2.id, + 'location_id': self.wh2.lot_stock_id.id, + 'expected_date': expected_date, 'stock_request_ids': [(0, 0, { 'product_id': self.product.id, 'product_uom_id': self.product.uom_id.id, @@ -346,18 +393,23 @@ class TestStockRequest(common.TransactionCase): 'company_id': self.main_company.id, 'warehouse_id': self.warehouse.id, 'location_id': self.warehouse.lot_stock_id.id, + 'expected_date': expected_date, })] } - # Select a UoM that is incompatible with the product's UoM with self.assertRaises(exceptions.ValidationError): self.env['stock.request.order'].sudo( self.stock_request_user).create(vals) def test_stock_request_order_validations_06(self): + """ Testing the discrepancy in expected dates between + stock request and order""" + expected_date = fields.Date.today() + child_expected_date = '2015-01-01' vals = { 'company_id': self.company_2.id, 'warehouse_id': self.warehouse.id, 'location_id': self.warehouse.lot_stock_id.id, + 'expected_date': expected_date, 'stock_request_ids': [(0, 0, { 'product_id': self.product.id, 'product_uom_id': self.product.uom_id.id, @@ -365,18 +417,22 @@ class TestStockRequest(common.TransactionCase): 'company_id': self.main_company.id, 'warehouse_id': self.warehouse.id, 'location_id': self.warehouse.lot_stock_id.id, + 'expected_date': child_expected_date, })] } - # Select a UoM that is incompatible with the product's UoM with self.assertRaises(exceptions.ValidationError): self.env['stock.request.order'].sudo().create(vals) def test_stock_request_order_validations_07(self): + """ Testing the discrepancy in picking policy between + stock request and order""" + expected_date = fields.Date.today() vals = { 'company_id': self.main_company.id, 'warehouse_id': self.warehouse.id, 'location_id': self.warehouse.lot_stock_id.id, 'picking_policy': 'one', + 'expected_date': expected_date, 'stock_request_ids': [(0, 0, { 'product_id': self.product.id, 'product_uom_id': self.product.uom_id.id, @@ -384,9 +440,9 @@ class TestStockRequest(common.TransactionCase): 'company_id': self.main_company.id, 'warehouse_id': self.warehouse.id, 'location_id': self.warehouse.lot_stock_id.id, + 'expected_date': expected_date, })] } - # Select a UoM that is incompatible with the product's UoM with self.assertRaises(exceptions.ValidationError): self.env['stock.request.order'].sudo( self.stock_request_user).create(vals) @@ -423,10 +479,12 @@ class TestStockRequest(common.TransactionCase): stock_request.action_confirm() def test_create_request_01(self): + expected_date = fields.Date.today() vals = { 'company_id': self.main_company.id, 'warehouse_id': self.warehouse.id, 'location_id': self.warehouse.lot_stock_id.id, + 'expected_date': expected_date, 'stock_request_ids': [(0, 0, { 'product_id': self.product.id, 'product_uom_id': self.product.uom_id.id, @@ -434,6 +492,7 @@ class TestStockRequest(common.TransactionCase): 'company_id': self.main_company.id, 'warehouse_id': self.warehouse.id, 'location_id': self.warehouse.lot_stock_id.id, + 'expected_date': expected_date, })] } @@ -550,10 +609,12 @@ class TestStockRequest(common.TransactionCase): picking.action_done() def test_cancel_request(self): + expected_date = fields.Date.today() vals = { 'company_id': self.main_company.id, 'warehouse_id': self.warehouse.id, 'location_id': self.warehouse.lot_stock_id.id, + 'expected_date': expected_date, 'stock_request_ids': [(0, 0, { 'product_id': self.product.id, 'product_uom_id': self.product.uom_id.id, @@ -561,6 +622,7 @@ class TestStockRequest(common.TransactionCase): 'company_id': self.main_company.id, 'warehouse_id': self.warehouse.id, 'location_id': self.warehouse.lot_stock_id.id, + 'expected_date': expected_date, })] } @@ -604,10 +666,12 @@ class TestStockRequest(common.TransactionCase): self.assertEqual(len(stock_request.sudo().move_ids), 2) def test_view_actions(self): + expected_date = fields.Date.today() vals = { 'company_id': self.main_company.id, 'warehouse_id': self.warehouse.id, 'location_id': self.warehouse.lot_stock_id.id, + 'expected_date': expected_date, 'stock_request_ids': [(0, 0, { 'product_id': self.product.id, 'product_uom_id': self.product.uom_id.id, @@ -615,6 +679,7 @@ class TestStockRequest(common.TransactionCase): 'company_id': self.main_company.id, 'warehouse_id': self.warehouse.id, 'location_id': self.warehouse.lot_stock_id.id, + 'expected_date': expected_date, })] } @@ -644,3 +709,29 @@ class TestStockRequest(common.TransactionCase): action = stock_request.picking_ids[0].action_view_stock_request() self.assertEqual(action['type'], 'ir.actions.act_window') self.assertEqual(action['res_id'], stock_request.id) + + def test_stock_request_constrains(self): + vals = { + 'product_id': self.product.id, + 'product_uom_id': self.product.uom_id.id, + 'product_uom_qty': 5.0, + 'company_id': self.main_company.id, + 'warehouse_id': self.warehouse.id, + 'location_id': self.warehouse.lot_stock_id.id, + } + + stock_request = self.stock_request.sudo( + self.stock_request_user).create(vals) + + # Cannot assign a warehouse that belongs to another company + with self.assertRaises(exceptions.ValidationError): + stock_request.warehouse_id = self.wh2 + # Cannot assign a product that belongs to another company + with self.assertRaises(exceptions.ValidationError): + stock_request.product_id = self.product_company_2 + # Cannot assign a location that belongs to another company + with self.assertRaises(exceptions.ValidationError): + stock_request.location_id = self.wh2.lot_stock_id + # Cannot assign a route that belongs to another company + with self.assertRaises(exceptions.ValidationError): + stock_request.route_id = self.route_2 diff --git a/stock_request/views/res_config_settings_views.xml b/stock_request/views/res_config_settings_views.xml index d1fafc2d1..9f3873a83 100644 --- a/stock_request/views/res_config_settings_views.xml +++ b/stock_request/views/res_config_settings_views.xml @@ -8,7 +8,7 @@ - res.config.settings.view.form.inherit.medical + res.config.settings.view.form.inherit.stock_request res.config.settings @@ -16,19 +16,23 @@
    +

    Orders

    -
    +
    +

    Purchases

    +
    @@ -56,5 +60,4 @@ {'module' : 'stock_request'} - diff --git a/stock_request/views/stock_request_allocation_views.xml b/stock_request/views/stock_request_allocation_views.xml index 74afe8913..2cefd0abf 100644 --- a/stock_request/views/stock_request_allocation_views.xml +++ b/stock_request/views/stock_request_allocation_views.xml @@ -17,6 +17,7 @@ + @@ -41,6 +42,7 @@ + diff --git a/stock_request/views/stock_request_menu.xml b/stock_request/views/stock_request_menu.xml index c90445b14..d5c411ae1 100644 --- a/stock_request/views/stock_request_menu.xml +++ b/stock_request/views/stock_request_menu.xml @@ -13,7 +13,7 @@ sequence="20"/> + string="Stock Requests"/>
    @@ -127,7 +127,7 @@ - Stock request orders + Stock Request Orders ir.actions.act_window stock.request.order form diff --git a/stock_request/views/stock_request_views.xml b/stock_request/views/stock_request_views.xml index 2e748a712..6cb4fc96a 100644 --- a/stock_request/views/stock_request_views.xml +++ b/stock_request/views/stock_request_views.xml @@ -82,7 +82,7 @@
    - + @@ -91,7 +91,8 @@ - + From 6a7d7c123f5d3e03b0219a12e9bfa1f93d1687da Mon Sep 17 00:00:00 2001 From: Atte Isopuro Date: Thu, 12 Apr 2018 13:47:28 +0300 Subject: [PATCH 386/631] [11.0][IMP] stock_request: create request order from products This commit allows the user to select multiple products from a product list view and to create a Stock Request Order with an action. If the user selects templates, all of those templates' variants will be added to the order. This is useful as it allows the user to filter products beforehand based on their stocks, and to create a request order for all those products whose stock is too low. --- stock_request/README.rst | 1 + stock_request/__manifest__.py | 3 +- stock_request/models/stock_request_order.py | 40 ++++++++- stock_request/tests/test_stock_request.py | 99 +++++++++++++++++++-- stock_request/views/product.xml | 26 ++++++ 5 files changed, 159 insertions(+), 10 deletions(-) create mode 100644 stock_request/views/product.xml diff --git a/stock_request/README.rst b/stock_request/README.rst index 34182e2ed..518182be6 100644 --- a/stock_request/README.rst +++ b/stock_request/README.rst @@ -72,6 +72,7 @@ Contributors * Jordi Ballester (EFICENT) . * Enric Tobella +* Atte Isopuro Maintainer ---------- diff --git a/stock_request/__manifest__.py b/stock_request/__manifest__.py index e1461e73d..abdd8def7 100644 --- a/stock_request/__manifest__.py +++ b/stock_request/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Stock Request", "summary": "Internal request for stock", - "version": "11.0.2.1.0", + "version": "11.0.2.2.0", "license": "LGPL-3", "website": "https://github.com/stock-logistics-warehouse", "author": "Eficent, " @@ -16,6 +16,7 @@ "data": [ "security/stock_request_security.xml", "security/ir.model.access.csv", + "views/product.xml", "views/stock_request_views.xml", "views/stock_request_allocation_views.xml", "views/stock_move_views.xml", diff --git a/stock_request/models/stock_request_order.py b/stock_request/models/stock_request_order.py index 771cccfd8..a41239404 100644 --- a/stock_request/models/stock_request_order.py +++ b/stock_request/models/stock_request_order.py @@ -2,7 +2,7 @@ # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html). from odoo import api, fields, models, _ -from odoo.exceptions import UserError, ValidationError +from odoo.exceptions import UserError, ValidationError, AccessError REQUEST_STATES = [ ('draft', 'Draft'), @@ -271,3 +271,41 @@ class StockRequestOrder(models.Model): raise ValidationError( _('The company of the stock request must match with ' 'that of the location.')) + + @api.model + def _create_from_product_multiselect(self, products): + if not products: + return False + if products._name not in ('product.product', 'product.template'): + raise ValidationError( + "This action only works in the context of products") + if products._name == 'product.template': + # search instead of mapped so we don't include archived variants + products = self.env['product.product'].search([ + ('product_tmpl_id', 'in', products.ids) + ]) + expected = self.default_get(['expected_date'])['expected_date'] + try: + order = self.env['stock.request.order'].create(dict( + expected_date=expected, + stock_request_ids=[(0, 0, dict( + product_id=product.id, + product_uom_id=product.uom_id.id, + product_uom_qty=0.0, + expected_date=expected, + )) for product in products] + )) + except AccessError: + # TODO: if there is a nice way to hide the action from the + # Action-menu if the user doesn't have the necessary rights, + # that would be a better way of doing this + raise UserError(_( + "Unfortunately it seems you do not have the necessary rights " + "for creating stock requests. Please contact your " + "administrator.")) + action = self.env.ref('stock_request.stock_request_order_action' + ).read()[0] + action['views'] = [( + self.env.ref('stock_request.stock_request_order_form').id, 'form')] + action['res_id'] = order.id + return action diff --git a/stock_request/tests/test_stock_request.py b/stock_request/tests/test_stock_request.py index b2999079e..2664590a5 100644 --- a/stock_request/tests/test_stock_request.py +++ b/stock_request/tests/test_stock_request.py @@ -3,6 +3,7 @@ from odoo.tests import common from odoo import fields, exceptions +from collections import Counter class TestStockRequest(common.TransactionCase): @@ -109,14 +110,15 @@ class TestStockRequest(common.TransactionCase): 'company_ids': [(6, 0, company_ids)] }) - def _create_product(self, default_code, name, company_id): - return self.env['product.product'].create({ - 'name': name, - 'default_code': default_code, - 'uom_id': self.env.ref('product.product_uom_unit').id, - 'company_id': company_id, - 'type': 'product', - }) + def _create_product(self, default_code, name, company_id, **vals): + return self.env['product.product'].create(dict( + name=name, + default_code=default_code, + uom_id=self.env.ref('product.product_uom_unit').id, + company_id=company_id, + type='product', + **vals + )) def test_defaults(self): vals = { @@ -735,3 +737,84 @@ class TestStockRequest(common.TransactionCase): # Cannot assign a route that belongs to another company with self.assertRaises(exceptions.ValidationError): stock_request.route_id = self.route_2 + + def test_stock_request_order_from_products(self): + product_A1 = self._create_product('CODEA1', 'Product A1', + self.main_company.id) + template_A = product_A1.product_tmpl_id + product_A2 = self._create_product( + 'CODEA2', 'Product A2', self.main_company.id, + product_tmpl_id=template_A.id) + product_A3 = self._create_product( + 'CODEA3', 'Product A3', self.main_company.id, + product_tmpl_id=template_A.id) + product_B1 = self._create_product('CODEB1', 'Product B1', + self.main_company.id) + template_B = product_B1.product_tmpl_id + # One archived variant of B + self._create_product( + 'CODEB2', 'Product B2', self.main_company.id, + product_tmpl_id=template_B.id, active=False) + Order = self.env['stock.request.order'] + + # Selecting some variants and creating an order + preexisting = Order.search([]) + wanted_products = product_A1 + product_A2 + product_B1 + action = Order._create_from_product_multiselect(wanted_products) + new_order = Order.search([]) - preexisting + self.assertEqual(len(new_order), 1) + self.assertEqual(action['res_id'], new_order.id, + msg="Returned action references the wrong record") + self.assertEqual( + Counter(wanted_products), + Counter(new_order.stock_request_ids.mapped('product_id')), + msg="Not all wanted products were ordered" + ) + + # Selecting a template and creating an order + preexisting = Order.search([]) + action = Order._create_from_product_multiselect(template_A) + new_order = Order.search([]) - preexisting + self.assertEqual(len(new_order), 1) + self.assertEqual(action['res_id'], new_order.id, + msg="Returned action references the wrong record") + self.assertEqual( + Counter(product_A1 + product_A2 + product_A3), + Counter(new_order.stock_request_ids.mapped('product_id')), + msg="Not all of the template's variants were ordered" + ) + + # Selecting a template + preexisting = Order.search([]) + action = Order._create_from_product_multiselect( + template_A + template_B) + new_order = Order.search([]) - preexisting + self.assertEqual(len(new_order), 1) + self.assertEqual(action['res_id'], new_order.id, + msg="Returned action references the wrong record") + self.assertEqual( + Counter(product_A1 + product_A2 + product_A3 + product_B1), + Counter(new_order.stock_request_ids.mapped('product_id')), + msg="Inactive variant was ordered though it shouldn't have been" + ) + + # If a user does not have stock request rights, they can still trigger + # the action from the products, so test that they get a friendlier + # error message. + self.stock_request_user.groups_id -= self.stock_request_user_group + with self.assertRaisesRegexp( + exceptions.UserError, + "Unfortunately it seems you do not have the necessary rights " + "for creating stock requests. Please contact your " + "administrator."): + Order.sudo( + self.stock_request_user + )._create_from_product_multiselect(template_A + template_B) + + # Empty recordsets should just return False + self.assertFalse(Order._create_from_product_multiselect( + self.env['product.product'])) + + # Wrong model should just raise ValidationError + with self.assertRaises(exceptions.ValidationError): + Order._create_from_product_multiselect(self.stock_request_user) diff --git a/stock_request/views/product.xml b/stock_request/views/product.xml new file mode 100644 index 000000000..ac60d5cf5 --- /dev/null +++ b/stock_request/views/product.xml @@ -0,0 +1,26 @@ + + + + + Request Stock + ir.actions.server + code + + + +action = records.env['stock.request.order']._create_from_product_multiselect(records) + + + + + Request Stock + ir.actions.server + code + + + +action = records.env['stock.request.order']._create_from_product_multiselect(records) + + + + From 4c4ee9f1d103b34ee571872a0baa08ee124dc8e6 Mon Sep 17 00:00:00 2001 From: Enric Tobella Date: Wed, 25 Apr 2018 18:03:25 +0200 Subject: [PATCH 387/631] [ADD] stock_request_kanban --- stock_request/models/__init__.py | 1 + stock_request/models/res_config_settings.py | 3 + stock_request/models/stock_request.py | 217 +++--------------- .../models/stock_request_abstract.py | 197 ++++++++++++++++ .../views/res_config_settings_views.xml | 15 ++ 5 files changed, 243 insertions(+), 190 deletions(-) create mode 100644 stock_request/models/stock_request_abstract.py diff --git a/stock_request/models/__init__.py b/stock_request/models/__init__.py index fd3b718a9..d1c9d267e 100644 --- a/stock_request/models/__init__.py +++ b/stock_request/models/__init__.py @@ -1,3 +1,4 @@ +from . import stock_request_abstract from . import stock_request from . import stock_request_allocation from . import stock_request_order diff --git a/stock_request/models/res_config_settings.py b/stock_request/models/res_config_settings.py index 416e2f2bd..e776dce90 100644 --- a/stock_request/models/res_config_settings.py +++ b/stock_request/models/res_config_settings.py @@ -12,3 +12,6 @@ class ResConfigSettings(models.TransientModel): module_stock_request_purchase = fields.Boolean( string='Stock Requests for Purchases') + + module_stock_request_kanban = fields.Boolean( + string='Stock Requests Kanban integration') diff --git a/stock_request/models/stock_request.py b/stock_request/models/stock_request.py index 2f28f85e4..a5f3baaa4 100644 --- a/stock_request/models/stock_request.py +++ b/stock_request/models/stock_request.py @@ -6,7 +6,6 @@ from odoo.exceptions import UserError, ValidationError from odoo.addons import decimal_precision as dp from odoo.tools import float_compare - REQUEST_STATES = [ ('draft', 'Draft'), ('open', 'In progress'), @@ -17,33 +16,14 @@ REQUEST_STATES = [ class StockRequest(models.Model): _name = "stock.request" _description = "Stock Request" - _inherit = ['mail.thread', 'mail.activity.mixin'] - - @api.model - def default_get(self, fields): - res = super(StockRequest, self).default_get(fields) - warehouse = None - if 'warehouse_id' not in res and res.get('company_id'): - warehouse = self.env['stock.warehouse'].search( - [('company_id', '=', res['company_id'])], limit=1) - if warehouse: - res['warehouse_id'] = warehouse.id - res['location_id'] = warehouse.lot_stock_id.id - return res + _inherit = 'stock.request.abstract' def _get_default_requested_by(self): return self.env['res.users'].browse(self.env.uid) - @api.depends('product_id', 'product_uom_id', 'product_uom_qty') - def _compute_product_qty(self): - for rec in self: - rec.product_qty = rec.product_uom_id._compute_quantity( - rec.product_uom_qty, rec.product_id.uom_id) - name = fields.Char( - 'Name', copy=False, required=True, readonly=True, - states={'draft': [('readonly', False)]}, - default='/') + states={'draft': [('readonly', False)]} + ) state = fields.Selection(selection=REQUEST_STATES, string='Status', copy=False, default='draft', index=True, readonly=True, track_visibility='onchange', @@ -53,53 +33,6 @@ class StockRequest(models.Model): track_visibility='onchange', default=lambda s: s._get_default_requested_by(), ) - warehouse_id = fields.Many2one( - 'stock.warehouse', 'Warehouse', readonly=True, - ondelete="cascade", required=True, - states={'draft': [('readonly', False)]}) - location_id = fields.Many2one( - 'stock.location', 'Location', readonly=True, - domain=[('usage', 'in', ['internal', 'transit'])], - ondelete="cascade", required=True, - states={'draft': [('readonly', False)]}, - ) - product_id = fields.Many2one( - 'product.product', 'Product', readonly=True, - states={'draft': [('readonly', False)]}, - domain=[('type', 'in', ['product', 'consu'])], ondelete='cascade', - required=True, - ) - product_uom_id = fields.Many2one( - 'product.uom', 'Product Unit of Measure', - readonly=True, required=True, - states={'draft': [('readonly', False)]}, - default=lambda self: self._context.get('product_uom_id', False), - ) - product_uom_qty = fields.Float( - 'Quantity', digits=dp.get_precision('Product Unit of Measure'), - states={'draft': [('readonly', False)]}, - readonly=True, required=True, - help="Quantity, specified in the unit of measure indicated in the " - "request.", - ) - product_qty = fields.Float( - 'Real Quantity', compute='_compute_product_qty', - store=True, readonly=True, copy=False, - help='Quantity in the default UoM of the product', - ) - procurement_group_id = fields.Many2one( - 'procurement.group', 'Procurement Group', readonly=True, - states={'draft': [('readonly', False)]}, - help="Moves created through this stock request will be put in this " - "procurement group. If none is given, the moves generated by " - "procurement rules will be grouped into one big picking.", - ) - company_id = fields.Many2one( - 'res.company', 'Company', required=True, readonly=True, - states={'draft': [('readonly', False)]}, - default=lambda self: self.env['res.company']._company_default_get( - 'stock.request'), - ) expected_date = fields.Datetime( 'Expected Date', default=fields.Datetime.now, index=True, required=True, readonly=True, @@ -135,26 +68,37 @@ class StockRequest(models.Model): compute='_compute_picking_ids', readonly=True, ) - route_id = fields.Many2one('stock.location.route', string='Route', - readonly=True, - states={'draft': [('readonly', False)]}, - domain="[('id', 'in', route_ids)]", - ondelete='restrict') - - route_ids = fields.Many2many( - 'stock.location.route', string='Route', - compute='_compute_route_ids', - readonly=True, - ) - allocation_ids = fields.One2many(comodel_name='stock.request.allocation', inverse_name='stock_request_id', string='Stock Request Allocation') - order_id = fields.Many2one( 'stock.request.order', readonly=True, ) + warehouse_id = fields.Many2one( + states={'draft': [('readonly', False)]}, readonly=True + ) + location_id = fields.Many2one( + states={'draft': [('readonly', False)]}, readonly=True + ) + product_id = fields.Many2one( + states={'draft': [('readonly', False)]}, readonly=True + ) + product_uom_id = fields.Many2one( + states={'draft': [('readonly', False)]}, readonly=True + ) + product_uom_qty = fields.Float( + states={'draft': [('readonly', False)]}, readonly=True + ) + procurement_group_id = fields.Many2one( + states={'draft': [('readonly', False)]}, readonly=True + ) + company_id = fields.Many2one( + states={'draft': [('readonly', False)]}, readonly=True + ) + route_id = fields.Many2one( + states={'draft': [('readonly', False)]}, readonly=True + ) _sql_constraints = [ ('name_uniq', 'unique(name, company_id)', @@ -189,65 +133,6 @@ class StockRequest(models.Model): request.product_id.uom_id._compute_quantity( open_qty, request.product_uom_id) - @api.depends('product_id', 'warehouse_id', 'location_id') - def _compute_route_ids(self): - for record in self: - routes = self.env['stock.location.route'] - if record.product_id: - routes += record.product_id.mapped( - 'route_ids') | record.product_id.mapped( - 'categ_id').mapped('total_route_ids') - if record.warehouse_id: - routes |= self.env['stock.location.route'].search( - [('warehouse_ids', 'in', record.warehouse_id.ids)]) - parents = record.get_parents().ids - record.route_ids = routes.filtered(lambda r: any( - p.location_id.id in parents for p in r.pull_ids)) - - def get_parents(self): - location = self.location_id.sudo() - result = location - while location.location_id: - location = location.location_id - result |= location - return result - - @api.constrains('company_id', 'product_id', 'warehouse_id', - 'location_id', 'route_id') - def _check_company_constrains(self): - """ Check if the related models have the same company """ - for rec in self: - if rec.product_id.company_id and \ - rec.product_id.company_id != rec.company_id: - raise ValidationError( - _('You have entered a product that is assigned ' - 'to another company.')) - if rec.location_id.company_id and \ - rec.location_id.company_id != rec.company_id: - raise ValidationError( - _('You have entered a location that is ' - 'assigned to another company.')) - if rec.warehouse_id.company_id != rec.company_id: - raise ValidationError( - _('You have entered a warehouse that is ' - 'assigned to another company.')) - if rec.route_id and rec.route_id.company_id and \ - rec.route_id.company_id != rec.company_id: - raise ValidationError( - _('You have entered a route that is ' - 'assigned to another company.')) - - @api.constrains('product_id') - def _check_product_uom(self): - ''' Check if the UoM has the same category as the - product standard UoM ''' - if any(request.product_id.uom_id.category_id != - request.product_uom_id.category_id for request in self): - raise ValidationError( - _('You have to select a product unit of measure in the ' - 'same category than the default unit ' - 'of measure of the product')) - @api.constrains('order_id', 'requested_by') def check_order_requested_by(self): if self.order_id and self.order_id.requested_by != self.requested_by: @@ -303,54 +188,6 @@ class StockRequest(models.Model): 'The picking policy must be equal to the order' )) - @api.onchange('warehouse_id') - def onchange_warehouse_id(self): - """ Finds location id for changed warehouse. """ - res = {'domain': {}} - if self.warehouse_id: - # search with sudo because the user may not have permissions - loc_wh = self.location_id.sudo().get_warehouse() - if self.warehouse_id != loc_wh: - self.location_id = self.warehouse_id.lot_stock_id.id - if self.warehouse_id.company_id != self.company_id: - self.company_id = self.warehouse_id.company_id - return res - - @api.onchange('location_id') - def onchange_location_id(self): - res = {'domain': {}} - if self.location_id: - loc_wh = self.location_id.get_warehouse() - if self.warehouse_id != loc_wh: - self.warehouse_id = loc_wh - return res - - @api.onchange('company_id') - def onchange_company_id(self): - """ Sets a default warehouse when the company is changed and limits - the user selection of warehouses. """ - if self.company_id and ( - not self.warehouse_id or - self.warehouse_id.company_id != self.company_id): - self.warehouse_id = self.env['stock.warehouse'].search( - [('company_id', '=', self.company_id.id)], limit=1) - self.onchange_warehouse_id() - - return { - 'domain': { - 'warehouse_id': [('company_id', '=', self.company_id.id)]}} - - @api.onchange('product_id') - def onchange_product_id(self): - res = {'domain': {}} - if self.product_id: - self.product_uom_id = self.product_id.uom_id.id - res['domain']['product_uom_id'] = [ - ('category_id', '=', self.product_id.uom_id.category_id.id)] - return res - res['domain']['product_uom_id'] = [] - return res - @api.multi def _action_confirm(self): self._action_launch_procurement_rule() diff --git a/stock_request/models/stock_request_abstract.py b/stock_request/models/stock_request_abstract.py new file mode 100644 index 000000000..b59cef52e --- /dev/null +++ b/stock_request/models/stock_request_abstract.py @@ -0,0 +1,197 @@ +# Copyright 2017 Eficent Business and IT Consulting Services, S.L. +# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html). + +from odoo import api, fields, models, _ +from odoo.exceptions import ValidationError +from odoo.addons import decimal_precision as dp + + +class StockRequest(models.AbstractModel): + _name = "stock.request.abstract" + _description = "Stock Request Template" + _inherit = ['mail.thread', 'mail.activity.mixin'] + + @api.model + def default_get(self, fields): + res = super(StockRequest, self).default_get(fields) + warehouse = None + if 'warehouse_id' not in res and res.get('company_id'): + warehouse = self.env['stock.warehouse'].search( + [('company_id', '=', res['company_id'])], limit=1) + if warehouse: + res['warehouse_id'] = warehouse.id + res['location_id'] = warehouse.lot_stock_id.id + return res + + @api.depends('product_id', 'product_uom_id', 'product_uom_qty') + def _compute_product_qty(self): + for rec in self: + rec.product_qty = rec.product_uom_id._compute_quantity( + rec.product_uom_qty, rec.product_id.uom_id) + + name = fields.Char( + 'Name', copy=False, required=True, readonly=True, + default='/') + warehouse_id = fields.Many2one( + 'stock.warehouse', 'Warehouse', + ondelete="cascade", required=True, + ) + location_id = fields.Many2one( + 'stock.location', 'Location', + domain=[('usage', 'in', ['internal', 'transit'])], + ondelete="cascade", required=True, + ) + product_id = fields.Many2one( + 'product.product', 'Product', + domain=[('type', 'in', ['product', 'consu'])], ondelete='cascade', + required=True, + ) + product_uom_id = fields.Many2one( + 'product.uom', 'Product Unit of Measure', + required=True, + default=lambda self: self._context.get('product_uom_id', False), + ) + product_uom_qty = fields.Float( + 'Quantity', digits=dp.get_precision('Product Unit of Measure'), + required=True, + help="Quantity, specified in the unit of measure indicated in the " + "request.", + ) + product_qty = fields.Float( + 'Real Quantity', compute='_compute_product_qty', + store=True, copy=False, + help='Quantity in the default UoM of the product', + ) + procurement_group_id = fields.Many2one( + 'procurement.group', 'Procurement Group', + help="Moves created through this stock request will be put in this " + "procurement group. If none is given, the moves generated by " + "procurement rules will be grouped into one big picking.", + ) + company_id = fields.Many2one( + 'res.company', 'Company', required=True, + default=lambda self: self.env['res.company']._company_default_get( + 'stock.request'), + ) + route_id = fields.Many2one('stock.location.route', string='Route', + domain="[('id', 'in', route_ids)]", + ondelete='restrict') + + route_ids = fields.Many2many( + 'stock.location.route', string='Route', + compute='_compute_route_ids', + readonly=True, + ) + + _sql_constraints = [ + ('name_uniq', 'unique(name, company_id)', + 'Name must be unique'), + ] + + @api.depends('product_id', 'warehouse_id', 'location_id') + def _compute_route_ids(self): + for record in self: + routes = self.env['stock.location.route'] + if record.product_id: + routes += record.product_id.mapped( + 'route_ids') | record.product_id.mapped( + 'categ_id').mapped('total_route_ids') + if record.warehouse_id: + routes |= self.env['stock.location.route'].search( + [('warehouse_ids', 'in', record.warehouse_id.ids)]) + parents = record.get_parents().ids + record.route_ids = routes.filtered(lambda r: any( + p.location_id.id in parents for p in r.pull_ids)) + + def get_parents(self): + location = self.location_id.sudo() + result = location + while location.location_id: + location = location.location_id + result |= location + return result + + @api.constrains('company_id', 'product_id', 'warehouse_id', + 'location_id', 'route_id') + def _check_company_constrains(self): + """ Check if the related models have the same company """ + for rec in self: + if rec.product_id.company_id and \ + rec.product_id.company_id != rec.company_id: + raise ValidationError( + _('You have entered a product that is assigned ' + 'to another company.')) + if rec.location_id.company_id and \ + rec.location_id.company_id != rec.company_id: + raise ValidationError( + _('You have entered a location that is ' + 'assigned to another company.')) + if rec.warehouse_id.company_id != rec.company_id: + raise ValidationError( + _('You have entered a warehouse that is ' + 'assigned to another company.')) + if rec.route_id and rec.route_id.company_id and \ + rec.route_id.company_id != rec.company_id: + raise ValidationError( + _('You have entered a route that is ' + 'assigned to another company.')) + + @api.constrains('product_id') + def _check_product_uom(self): + ''' Check if the UoM has the same category as the + product standard UoM ''' + if any(request.product_id.uom_id.category_id != + request.product_uom_id.category_id for request in self): + raise ValidationError( + _('You have to select a product unit of measure in the ' + 'same category than the default unit ' + 'of measure of the product')) + + @api.onchange('warehouse_id') + def onchange_warehouse_id(self): + """ Finds location id for changed warehouse. """ + res = {'domain': {}} + if self.warehouse_id: + # search with sudo because the user may not have permissions + loc_wh = self.location_id.sudo().get_warehouse() + if self.warehouse_id != loc_wh: + self.location_id = self.warehouse_id.lot_stock_id.id + if self.warehouse_id.company_id != self.company_id: + self.company_id = self.warehouse_id.company_id + return res + + @api.onchange('location_id') + def onchange_location_id(self): + res = {'domain': {}} + if self.location_id: + loc_wh = self.location_id.sudo().get_warehouse() + if self.warehouse_id != loc_wh: + self.warehouse_id = loc_wh + self.onchange_warehouse_id() + return res + + @api.onchange('company_id') + def onchange_company_id(self): + """ Sets a default warehouse when the company is changed and limits + the user selection of warehouses. """ + if self.company_id and ( + not self.warehouse_id or + self.warehouse_id.company_id != self.company_id): + self.warehouse_id = self.env['stock.warehouse'].search( + [('company_id', '=', self.company_id.id)], limit=1) + self.onchange_warehouse_id() + + return { + 'domain': { + 'warehouse_id': [('company_id', '=', self.company_id.id)]}} + + @api.onchange('product_id') + def onchange_product_id(self): + res = {'domain': {}} + if self.product_id: + self.product_uom_id = self.product_id.uom_id.id + res['domain']['product_uom_id'] = [ + ('category_id', '=', self.product_id.uom_id.category_id.id)] + return res + res['domain']['product_uom_id'] = [] + return res diff --git a/stock_request/views/res_config_settings_views.xml b/stock_request/views/res_config_settings_views.xml index 9f3873a83..a6a4c9981 100644 --- a/stock_request/views/res_config_settings_views.xml +++ b/stock_request/views/res_config_settings_views.xml @@ -46,6 +46,21 @@
    +

    Kanban

    +
    +
    +
    + +
    +
    +
    +
    +
    From 0c6b0e63aefd6fa076cb38a1dd8ba23595c7df1b Mon Sep 17 00:00:00 2001 From: Jordi Ballester Alomar Date: Wed, 25 Apr 2018 19:22:17 +0200 Subject: [PATCH 388/631] various fixes --- stock_request/views/stock_request_menu.xml | 34 ++++++++++++++++----- stock_request/views/stock_request_views.xml | 12 ++++++-- 2 files changed, 35 insertions(+), 11 deletions(-) diff --git a/stock_request/views/stock_request_menu.xml b/stock_request/views/stock_request_menu.xml index d5c411ae1..c08c1105c 100644 --- a/stock_request/views/stock_request_menu.xml +++ b/stock_request/views/stock_request_menu.xml @@ -7,21 +7,39 @@ sequence="100"/> + id="menu_stock_request_operations" + parent="menu_stock_request_root" + name="Operations" + sequence="10"/> + sequence="20"/> + + + + + +
    diff --git a/stock_request/views/stock_request_views.xml b/stock_request/views/stock_request_views.xml index 6cb4fc96a..385321446 100644 --- a/stock_request/views/stock_request_views.xml +++ b/stock_request/views/stock_request_views.xml @@ -89,8 +89,6 @@ - - + From a7a86c2d7291ee0fecf9511e0f476b3f0b346aa8 Mon Sep 17 00:00:00 2001 From: Enric Tobella Date: Fri, 27 Apr 2018 10:04:26 +0200 Subject: [PATCH 389/631] [IMP] simplify queries --- stock_request/__manifest__.py | 2 +- stock_request/i18n/ca.po | 365 ++++++++- stock_request/i18n/de.po | 381 ++++++++- stock_request/i18n/el_GR.po | 368 ++++++++- stock_request/i18n/es.po | 379 ++++++++- stock_request/i18n/es_ES.po | 368 ++++++++- stock_request/i18n/eu.po | 365 ++++++++- stock_request/i18n/fi.po | 365 ++++++++- stock_request/i18n/fr.po | 365 ++++++++- stock_request/i18n/fr_CH.po | 368 ++++++++- stock_request/i18n/fr_FR.po | 368 ++++++++- stock_request/i18n/gl.po | 365 ++++++++- stock_request/i18n/hr.po | 368 ++++++++- stock_request/i18n/hr_HR.po | 371 ++++++++- stock_request/i18n/it.po | 365 ++++++++- stock_request/i18n/nl.po | 365 ++++++++- stock_request/i18n/nl_NL.po | 368 ++++++++- stock_request/i18n/pt.po | 365 ++++++++- stock_request/i18n/pt_BR.po | 368 ++++++++- stock_request/i18n/ro.po | 368 ++++++++- stock_request/i18n/ru.po | 369 ++++++++- stock_request/i18n/sl.po | 368 ++++++++- stock_request/i18n/stock_request.pot | 730 ++++++++++++++++++ stock_request/i18n/tr.po | 365 ++++++++- stock_request/i18n/tr_TR.po | 368 ++++++++- stock_request/i18n/vi_VN.po | 368 ++++++++- stock_request/i18n/zh_CN.po | 368 ++++++++- .../models/stock_request_abstract.py | 40 +- stock_request/security/ir.model.access.csv | 1 + 29 files changed, 9663 insertions(+), 311 deletions(-) create mode 100644 stock_request/i18n/stock_request.pot diff --git a/stock_request/__manifest__.py b/stock_request/__manifest__.py index abdd8def7..87cd78002 100644 --- a/stock_request/__manifest__.py +++ b/stock_request/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Stock Request", "summary": "Internal request for stock", - "version": "11.0.2.2.0", + "version": "11.0.3.0.0", "license": "LGPL-3", "website": "https://github.com/stock-logistics-warehouse", "author": "Eficent, " diff --git a/stock_request/i18n/ca.po b/stock_request/i18n/ca.po index c3f73bf7f..7f54813b2 100644 --- a/stock_request/i18n/ca.po +++ b/stock_request/i18n/ca.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_request -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-03-02 03:44+0000\n" "Last-Translator: OCA Transbot , 2018\n" "Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n" +"Language: ca\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: ca\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_request @@ -24,6 +24,11 @@ msgstr "" msgid "
  • %s: Transferred quantity %s %s
  • " msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Activates Stock Request Orders" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty msgid "Allocated Quantity" @@ -35,12 +40,13 @@ msgid "Archived" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Cancel" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Cancelled" msgstr "" @@ -50,11 +56,22 @@ msgid "Click to add a Stock Request." msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_company_id msgid "Company" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:170 +#, python-format +msgid "Company must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Confirm" msgstr "" @@ -62,45 +79,73 @@ msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_uid #: model:ir.model.fields,field_description:stock_request.field_stock_request_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_uid msgid "Created by" msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_date #: model:ir.model.fields,field_description:stock_request.field_stock_request_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_date msgid "Created on" msgstr "" #. module: stock_request #: model:ir.model.fields,help:stock_request.field_stock_request_expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request_order_expected_date msgid "Date when you expect to receive the goods." msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_count #: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_count msgid "Delivery Orders" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_display_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_display_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_display_name msgid "Display Name" msgstr "" #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Done" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Draft" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Orders" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Stock Requests Kanban cards" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Stock Requests for Purchases" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date -msgid "Expected date" +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_expected_date +msgid "Expected Date" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:177 +#, python-format +msgid "Expected date must be equal to the order" msgstr "" #. module: stock_request @@ -109,41 +154,89 @@ msgid "Group By" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_group_stock_request_order +msgid "Group Stock Request Order" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5149 msgid "ID" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "In progress" msgstr "" +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_location +msgid "Inventory Locations" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_location_route +msgid "Inventory Routes" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +msgid "Items" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Kanban" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract___last_update #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order___last_update msgid "Last Modified on" msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_uid #: model:ir.model.fields,field_description:stock_request.field_stock_request_write_uid msgid "Last Updated by" msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_date #: model:ir.model.fields,field_description:stock_request.field_stock_request_write_date msgid "Last Updated on" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_location_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_location_id #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Location" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:153 +#, python-format +msgid "Location must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_master_data +msgid "Master Data" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_order_procurement_group_id #: model:ir.model.fields,help:stock_request.field_stock_request_procurement_group_id msgid "" "Moves created through this stock request will be put in this procurement " @@ -152,26 +245,65 @@ msgid "" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_name msgid "Name" msgstr "" +#. module: stock_request +#: sql_constraint:stock.request:0 sql_constraint:stock.request.abstract:0 +msgid "Name must be unique" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:255 +#, python-format +msgid "Only orders on draft state can be unlinked" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:314 +#, python-format +msgid "Only requests on draft state can be unlinked" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty msgid "Open Quantity" msgstr "" +#. module: stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_operations +msgid "Operations" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id +msgid "Order" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Orders" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_move_line msgid "Packing Operation" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_ids #: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids msgid "Pickings" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id msgid "Procurement Group" msgstr "" @@ -182,16 +314,31 @@ msgid "Procurement Rule" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:163 +#, python-format +msgid "Procurement group must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id msgid "Product" msgstr "Producte" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id msgid "Product Unit of Measure" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Purchases" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done msgid "Qty Done" @@ -203,6 +350,8 @@ msgid "Qty In Progress" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_qty #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty msgid "Quantity" msgstr "" @@ -218,6 +367,8 @@ msgid "Quantity in progress." msgstr "" #. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_qty #: model:ir.model.fields,help:stock_request.field_stock_request_product_qty msgid "Quantity in the default UoM of the product" msgstr "" @@ -225,8 +376,8 @@ msgstr "" #. module: stock_request #: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty msgid "" -"Quantity of the stock request allocated to the stock move, in the UoM of the" -" Stock Request" +"Quantity of the stock request allocated to the stock move, in the UoM of the " +"Stock Request" msgstr "" #. module: stock_request @@ -238,11 +389,15 @@ msgid "" msgstr "" #. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_uom_qty #: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty msgid "Quantity, specified in the unit of measure indicated in the request." msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_qty #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty msgid "Real Quantity" msgstr "" @@ -255,14 +410,22 @@ msgstr "" #. module: stock_request #: selection:stock.request,picking_policy:0 +#: selection:stock.request.order,picking_policy:0 msgid "Receive all products at once" msgstr "" #. module: stock_request #: selection:stock.request,picking_policy:0 +#: selection:stock.request.order,picking_policy:0 msgid "Receive each product when available" msgstr "" +#. module: stock_request +#: model:ir.actions.server,name:stock_request.action_template_generate_stock_request_orders +#: model:ir.actions.server,name:stock_request.action_variant_generate_stock_request_orders +msgid "Request Stock" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty msgid "Requested Quantity" @@ -274,26 +437,47 @@ msgid "Requested Quantity (UoM)" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_requested_by #: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by msgid "Requested by" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:139 +#, python-format +msgid "Requested by must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_ids #: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_ids msgid "Route" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Set to Draft" msgstr "" #. module: stock_request +#: model:ir.actions.act_window,name:stock_request.action_stock_request_config +#: model:ir.ui.menu,name:stock_request.menu_stock_request_config +msgid "Settings" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_policy #: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy msgid "Shipping Policy" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_state #: model:ir.model.fields,field_description:stock_request.field_stock_request_state msgid "Status" msgstr "" @@ -306,13 +490,16 @@ msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_move_ids msgid "Stock Moves" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_ids #: model:ir.module.category,name:stock_request.module_category_stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Stock Request" msgstr "" @@ -342,13 +529,30 @@ msgstr "" msgid "Stock Request Manager" msgstr "" +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_order +#: model:res.groups,name:stock_request.group_stock_request_order +msgid "Stock Request Order" +msgstr "" + +#. module: stock_request +#: model:ir.actions.act_window,name:stock_request.stock_request_order_action +#: model:ir.ui.menu,name:stock_request.stock_request_order_menu +msgid "Stock Request Orders" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_abstract +msgid "Stock Request Template" +msgstr "" + #. module: stock_request #: model:res.groups,name:stock_request.group_stock_request_user msgid "Stock Request User" msgstr "" #. module: stock_request -#: sql_constraint:stock.request:0 +#: sql_constraint:stock.request:0 sql_constraint:stock.request.order:0 msgid "Stock Request name must be unique" msgstr "" @@ -358,6 +562,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_ids #: model:ir.ui.menu,name:stock_request.menu_stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_root +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.stock_request_search #: model:ir.ui.view,arch_db:stock_request.view_picking_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form @@ -365,11 +570,45 @@ msgstr "" msgid "Stock Requests" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban +msgid "Stock Requests Kanban integration" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Stock Requests Search" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_purchase +msgid "Stock Requests for Purchases" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +msgid "Stock request" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_count +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_tree +msgid "Stock requests" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move.py:38 +#: code:addons/stock_request/models/stock_request_order.py:272 +#, python-format +msgid "The company of the stock request must match with that of the location." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:263 +#, python-format +msgid "The company of the stock request must match with that of the warehouse." +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_move_line.py:15 #, python-format @@ -378,31 +617,135 @@ msgid "" "in %s using Picking %s:" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:187 +#, python-format +msgid "The picking policy must be equal to the order" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Transfers" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:302 +#, python-format +msgid "" +"Unfortunately it seems you do not have the necessary rights for creating " +"stock requests. Please contact your administrator." +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id msgid "UoM" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Use Kanban cards for consumable products" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Use Purchases with Stock Requests" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_warehouse +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_warehouse_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Warehouse" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:187 +#: code:addons/stock_request/models/stock_request.py:146 +#, python-format +msgid "Warehouse must be equal to the order" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location.py:24 +#, python-format +msgid "" +"You cannot change the company of the location, as it is already assigned to " +"stock request orders that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location.py:17 +#, python-format +msgid "" +"You cannot change the company of the location, as it is already assigned to " +"stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location_route.py:17 +#, python-format +msgid "" +"You cannot change the company of the route, as it is already assigned to " +"stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_warehouse.py:26 +#, python-format +msgid "" +"You cannot change the company of the warehouse, as it is already assigned to " +"stock request orders that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_warehouse.py:18 +#, python-format +msgid "" +"You cannot change the company of the warehouse, as it is already assigned to " +"stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:134 +#, python-format +msgid "You have entered a location that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:129 +#, python-format +msgid "You have entered a product that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:143 +#, python-format +msgid "You have entered a route that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:138 +#, python-format +msgid "You have entered a warehouse that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:153 #, python-format msgid "" "You have to select a product unit of measure in the same category than the " "default unit of measure of the product" msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_res_config_settings +msgid "res.config.settings" +msgstr "" diff --git a/stock_request/i18n/de.po b/stock_request/i18n/de.po index 981fa8039..4e7d75322 100644 --- a/stock_request/i18n/de.po +++ b/stock_request/i18n/de.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_request -# +# # Translators: # Rudolf Schnapka , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-03-02 03:44+0000\n" "Last-Translator: Rudolf Schnapka , 2017\n" "Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n" +"Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_request @@ -24,6 +24,12 @@ msgstr "" msgid "
  • %s: Transferred quantity %s %s
  • " msgstr "
  • %s: Umgelagerte Menge %s %s
  • " +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#, fuzzy +msgid "Activates Stock Request Orders" +msgstr "Anforderungs-Anwender" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty msgid "Allocated Quantity" @@ -35,12 +41,13 @@ msgid "Archived" msgstr "Archiviert" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Cancel" msgstr "Abbrechen" #. module: stock_request -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Cancelled" msgstr "Abgebrochen" @@ -50,11 +57,22 @@ msgid "Click to add a Stock Request." msgstr "Klicken, um eine Bestandaanforderung zu stellen." #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_company_id msgid "Company" msgstr "Unternehmen" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:170 +#, python-format +msgid "Company must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Confirm" msgstr "Freigeben" @@ -62,88 +80,169 @@ msgstr "Freigeben" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_uid #: model:ir.model.fields,field_description:stock_request.field_stock_request_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_uid msgid "Created by" msgstr "Angelegt durch" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_date #: model:ir.model.fields,field_description:stock_request.field_stock_request_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_date msgid "Created on" msgstr "Angelegt am" #. module: stock_request #: model:ir.model.fields,help:stock_request.field_stock_request_expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request_order_expected_date msgid "Date when you expect to receive the goods." msgstr "Datum an dem Sie die Warenlieferung erwarten." #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_count #: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_count msgid "Delivery Orders" msgstr "Lieferscheine" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_display_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_display_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_display_name msgid "Display Name" msgstr "Anzeigebezeichnung" #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Done" msgstr "Erledigt" #. module: stock_request -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Draft" msgstr "Entwurf" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#, fuzzy +msgid "Enable Orders" +msgstr "Lieferscheine" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#, fuzzy +msgid "Enable Stock Requests Kanban cards" +msgstr "Anforderungsverwalter" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#, fuzzy +msgid "Enable Stock Requests for Purchases" +msgstr "Anforderungssuche" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date -msgid "Expected date" +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_expected_date +#, fuzzy +msgid "Expected Date" msgstr "Erwartetes Datum" +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:177 +#, python-format +msgid "Expected date must be equal to the order" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Group By" msgstr "Gruppiere nach" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_group_stock_request_order +#, fuzzy +msgid "Group Stock Request Order" +msgstr "Anforderungs-Anwender" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5149 msgid "ID" msgstr "ID" #. module: stock_request -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "In progress" msgstr "In Bearbeitung" +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_location +msgid "Inventory Locations" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_location_route +msgid "Inventory Routes" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +msgid "Items" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Kanban" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract___last_update #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order___last_update msgid "Last Modified on" msgstr "Zuletzt geändert am" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_uid #: model:ir.model.fields,field_description:stock_request.field_stock_request_write_uid msgid "Last Updated by" msgstr "Zuletzt aktualisiert durch" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_date #: model:ir.model.fields,field_description:stock_request.field_stock_request_write_date msgid "Last Updated on" msgstr "Zuletzt aktualisiert am" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_location_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_location_id #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Location" msgstr "Ort" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:153 +#, python-format +msgid "Location must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_master_data +msgid "Master Data" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_order_procurement_group_id #: model:ir.model.fields,help:stock_request.field_stock_request_procurement_group_id msgid "" "Moves created through this stock request will be put in this procurement " @@ -155,26 +254,67 @@ msgstr "" "einer gemeinsamen Kommissionierung gesammelt." #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_name msgid "Name" msgstr "Bezeichnung" +#. module: stock_request +#: sql_constraint:stock.request:0 sql_constraint:stock.request.abstract:0 +#, fuzzy +msgid "Name must be unique" +msgstr "Bezeichner der Anforderung muss eindeutig sein" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:255 +#, python-format +msgid "Only orders on draft state can be unlinked" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:314 +#, python-format +msgid "Only requests on draft state can be unlinked" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty msgid "Open Quantity" msgstr "" +#. module: stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_operations +#, fuzzy +msgid "Operations" +msgstr "Packvorgang" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id +msgid "Order" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Orders" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_move_line msgid "Packing Operation" msgstr "Packvorgang" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_ids #: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids msgid "Pickings" msgstr "Kommissionierungen" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id msgid "Procurement Group" msgstr "Beschaffungsgruppe" @@ -185,16 +325,31 @@ msgid "Procurement Rule" msgstr "Beschaffungsregel" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:163 +#, python-format +msgid "Procurement group must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id msgid "Product" msgstr "Produkt" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id msgid "Product Unit of Measure" msgstr "Produktmengeneinheit" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Purchases" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done msgid "Qty Done" @@ -206,6 +361,8 @@ msgid "Qty In Progress" msgstr "Menge in Bearbeitung" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_qty #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty msgid "Quantity" msgstr "Menge" @@ -221,6 +378,8 @@ msgid "Quantity in progress." msgstr "Menge in Bearbeitung." #. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_qty #: model:ir.model.fields,help:stock_request.field_stock_request_product_qty msgid "Quantity in the default UoM of the product" msgstr "Menge in Vorgabe-ME des Produkts" @@ -228,8 +387,8 @@ msgstr "Menge in Vorgabe-ME des Produkts" #. module: stock_request #: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty msgid "" -"Quantity of the stock request allocated to the stock move, in the UoM of the" -" Stock Request" +"Quantity of the stock request allocated to the stock move, in the UoM of the " +"Stock Request" msgstr "" #. module: stock_request @@ -242,11 +401,15 @@ msgstr "" "Menge aus der Anforderung dieser Umlagerung, in Vorgabe-ME des Produkts" #. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_uom_qty #: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty msgid "Quantity, specified in the unit of measure indicated in the request." msgstr "Menge, angegeben in Mengeneinheit der Anforderung." #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_qty #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty msgid "Real Quantity" msgstr "Ist-Menge" @@ -259,14 +422,23 @@ msgstr "Bestätigungsbeleg %s zu Ihrer Anforderung %s" #. module: stock_request #: selection:stock.request,picking_policy:0 +#: selection:stock.request.order,picking_policy:0 msgid "Receive all products at once" msgstr "Alle Produkte auf einmal erhalten" #. module: stock_request #: selection:stock.request,picking_policy:0 +#: selection:stock.request.order,picking_policy:0 msgid "Receive each product when available" msgstr "Jedes Produkt bei Verfügbarkeit erhalten" +#. module: stock_request +#: model:ir.actions.server,name:stock_request.action_template_generate_stock_request_orders +#: model:ir.actions.server,name:stock_request.action_variant_generate_stock_request_orders +#, fuzzy +msgid "Request Stock" +msgstr "Angefordert durch" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty msgid "Requested Quantity" @@ -278,26 +450,47 @@ msgid "Requested Quantity (UoM)" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_requested_by #: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by msgid "Requested by" msgstr "Angefordert durch" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:139 +#, python-format +msgid "Requested by must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_ids #: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_ids msgid "Route" msgstr "Route" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Set to Draft" msgstr "Setze auf Entwurf" #. module: stock_request +#: model:ir.actions.act_window,name:stock_request.action_stock_request_config +#: model:ir.ui.menu,name:stock_request.menu_stock_request_config +msgid "Settings" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_policy #: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy msgid "Shipping Policy" msgstr "Versandregel" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_state #: model:ir.model.fields,field_description:stock_request.field_stock_request_state msgid "Status" msgstr "Status" @@ -310,13 +503,16 @@ msgstr "Bestandsbuchung" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_move_ids msgid "Stock Moves" msgstr "Bestandsbuchungen" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_ids #: model:ir.module.category,name:stock_request.module_category_stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Stock Request" msgstr "Bestandsanforderung" @@ -346,13 +542,33 @@ msgstr "" msgid "Stock Request Manager" msgstr "Anforderungsverwalter" +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_order +#: model:res.groups,name:stock_request.group_stock_request_order +#, fuzzy +msgid "Stock Request Order" +msgstr "Anforderungs-Anwender" + +#. module: stock_request +#: model:ir.actions.act_window,name:stock_request.stock_request_order_action +#: model:ir.ui.menu,name:stock_request.stock_request_order_menu +#, fuzzy +msgid "Stock Request Orders" +msgstr "Anforderungs-Anwender" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_abstract +#, fuzzy +msgid "Stock Request Template" +msgstr "Anforderungs-Anwender" + #. module: stock_request #: model:res.groups,name:stock_request.group_stock_request_user msgid "Stock Request User" msgstr "Anforderungs-Anwender" #. module: stock_request -#: sql_constraint:stock.request:0 +#: sql_constraint:stock.request:0 sql_constraint:stock.request.order:0 msgid "Stock Request name must be unique" msgstr "Bezeichner der Anforderung muss eindeutig sein" @@ -362,6 +578,7 @@ msgstr "Bezeichner der Anforderung muss eindeutig sein" #: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_ids #: model:ir.ui.menu,name:stock_request.menu_stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_root +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.stock_request_search #: model:ir.ui.view,arch_db:stock_request.view_picking_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form @@ -369,11 +586,49 @@ msgstr "Bezeichner der Anforderung muss eindeutig sein" msgid "Stock Requests" msgstr "Bestandsanforderungen" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban +#, fuzzy +msgid "Stock Requests Kanban integration" +msgstr "Anforderungsverwalter" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Stock Requests Search" msgstr "Anforderungssuche" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_purchase +#, fuzzy +msgid "Stock Requests for Purchases" +msgstr "Anforderungssuche" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +#, fuzzy +msgid "Stock request" +msgstr "Bestandsanforderung" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_count +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_tree +#, fuzzy +msgid "Stock requests" +msgstr "Bestandsanforderungen" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move.py:38 +#: code:addons/stock_request/models/stock_request_order.py:272 +#, python-format +msgid "The company of the stock request must match with that of the location." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:263 +#, python-format +msgid "The company of the stock request must match with that of the warehouse." +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_move_line.py:15 #, python-format @@ -384,29 +639,128 @@ msgstr "" "Die folgenden Posten aus Anforderung %s sind nun eingegangen in %s unter " "Kommissionierung %s:" +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:187 +#, python-format +msgid "The picking policy must be equal to the order" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Transfers" msgstr "Umlagerungen" +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:302 +#, python-format +msgid "" +"Unfortunately it seems you do not have the necessary rights for creating " +"stock requests. Please contact your administrator." +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id msgid "UoM" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Use Kanban cards for consumable products" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Use Purchases with Stock Requests" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_warehouse +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_warehouse_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Warehouse" msgstr "Warenlager" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:187 +#: code:addons/stock_request/models/stock_request.py:146 +#, python-format +msgid "Warehouse must be equal to the order" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location.py:24 +#, python-format +msgid "" +"You cannot change the company of the location, as it is already assigned to " +"stock request orders that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location.py:17 +#, python-format +msgid "" +"You cannot change the company of the location, as it is already assigned to " +"stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location_route.py:17 +#, python-format +msgid "" +"You cannot change the company of the route, as it is already assigned to " +"stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_warehouse.py:26 +#, python-format +msgid "" +"You cannot change the company of the warehouse, as it is already assigned to " +"stock request orders that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_warehouse.py:18 +#, python-format +msgid "" +"You cannot change the company of the warehouse, as it is already assigned to " +"stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:134 +#, python-format +msgid "You have entered a location that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:129 +#, python-format +msgid "You have entered a product that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:143 +#, python-format +msgid "You have entered a route that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:138 +#, python-format +msgid "You have entered a warehouse that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:153 #, python-format msgid "" "You have to select a product unit of measure in the same category than the " @@ -414,3 +768,8 @@ msgid "" msgstr "" "Sie müssen eine Produktmengeneinheit aus der gleichen Kategorie, wie die " "Basismengeneinheit des Produkts, verwenden" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_res_config_settings +msgid "res.config.settings" +msgstr "" diff --git a/stock_request/i18n/el_GR.po b/stock_request/i18n/el_GR.po index aec2ea768..655b9c04b 100644 --- a/stock_request/i18n/el_GR.po +++ b/stock_request/i18n/el_GR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_request -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2018-03-02 03:44+0000\n" "PO-Revision-Date: 2018-03-02 03:44+0000\n" "Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Greek (Greece) (https://www.transifex.com/oca/teams/23907/el_GR/)\n" +"Language-Team: Greek (Greece) (https://www.transifex.com/oca/teams/23907/" +"el_GR/)\n" +"Language: el_GR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: el_GR\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_request @@ -24,6 +25,11 @@ msgstr "" msgid "
  • %s: Transferred quantity %s %s
  • " msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Activates Stock Request Orders" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty msgid "Allocated Quantity" @@ -35,12 +41,13 @@ msgid "Archived" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Cancel" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Cancelled" msgstr "" @@ -50,11 +57,22 @@ msgid "Click to add a Stock Request." msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_company_id msgid "Company" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:170 +#, python-format +msgid "Company must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Confirm" msgstr "" @@ -62,45 +80,73 @@ msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_uid #: model:ir.model.fields,field_description:stock_request.field_stock_request_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_uid msgid "Created by" msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_date #: model:ir.model.fields,field_description:stock_request.field_stock_request_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_date msgid "Created on" msgstr "" #. module: stock_request #: model:ir.model.fields,help:stock_request.field_stock_request_expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request_order_expected_date msgid "Date when you expect to receive the goods." msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_count #: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_count msgid "Delivery Orders" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_display_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_display_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_display_name msgid "Display Name" msgstr "" #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Done" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Draft" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Orders" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Stock Requests Kanban cards" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Stock Requests for Purchases" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date -msgid "Expected date" +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_expected_date +msgid "Expected Date" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:177 +#, python-format +msgid "Expected date must be equal to the order" msgstr "" #. module: stock_request @@ -109,41 +155,89 @@ msgid "Group By" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_group_stock_request_order +msgid "Group Stock Request Order" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5149 msgid "ID" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "In progress" msgstr "" +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_location +msgid "Inventory Locations" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_location_route +msgid "Inventory Routes" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +msgid "Items" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Kanban" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract___last_update #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order___last_update msgid "Last Modified on" msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_uid #: model:ir.model.fields,field_description:stock_request.field_stock_request_write_uid msgid "Last Updated by" msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_date #: model:ir.model.fields,field_description:stock_request.field_stock_request_write_date msgid "Last Updated on" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_location_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_location_id #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Location" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:153 +#, python-format +msgid "Location must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_master_data +msgid "Master Data" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_order_procurement_group_id #: model:ir.model.fields,help:stock_request.field_stock_request_procurement_group_id msgid "" "Moves created through this stock request will be put in this procurement " @@ -152,26 +246,65 @@ msgid "" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_name msgid "Name" msgstr "" +#. module: stock_request +#: sql_constraint:stock.request:0 sql_constraint:stock.request.abstract:0 +msgid "Name must be unique" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:255 +#, python-format +msgid "Only orders on draft state can be unlinked" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:314 +#, python-format +msgid "Only requests on draft state can be unlinked" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty msgid "Open Quantity" msgstr "" +#. module: stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_operations +msgid "Operations" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id +msgid "Order" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Orders" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_move_line msgid "Packing Operation" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_ids #: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids msgid "Pickings" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id msgid "Procurement Group" msgstr "" @@ -182,16 +315,31 @@ msgid "Procurement Rule" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:163 +#, python-format +msgid "Procurement group must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id msgid "Product" msgstr "Προϊόν" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id msgid "Product Unit of Measure" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Purchases" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done msgid "Qty Done" @@ -203,6 +351,8 @@ msgid "Qty In Progress" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_qty #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty msgid "Quantity" msgstr "" @@ -218,6 +368,8 @@ msgid "Quantity in progress." msgstr "" #. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_qty #: model:ir.model.fields,help:stock_request.field_stock_request_product_qty msgid "Quantity in the default UoM of the product" msgstr "" @@ -225,8 +377,8 @@ msgstr "" #. module: stock_request #: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty msgid "" -"Quantity of the stock request allocated to the stock move, in the UoM of the" -" Stock Request" +"Quantity of the stock request allocated to the stock move, in the UoM of the " +"Stock Request" msgstr "" #. module: stock_request @@ -238,11 +390,15 @@ msgid "" msgstr "" #. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_uom_qty #: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty msgid "Quantity, specified in the unit of measure indicated in the request." msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_qty #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty msgid "Real Quantity" msgstr "" @@ -255,14 +411,22 @@ msgstr "" #. module: stock_request #: selection:stock.request,picking_policy:0 +#: selection:stock.request.order,picking_policy:0 msgid "Receive all products at once" msgstr "" #. module: stock_request #: selection:stock.request,picking_policy:0 +#: selection:stock.request.order,picking_policy:0 msgid "Receive each product when available" msgstr "" +#. module: stock_request +#: model:ir.actions.server,name:stock_request.action_template_generate_stock_request_orders +#: model:ir.actions.server,name:stock_request.action_variant_generate_stock_request_orders +msgid "Request Stock" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty msgid "Requested Quantity" @@ -274,26 +438,47 @@ msgid "Requested Quantity (UoM)" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_requested_by #: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by msgid "Requested by" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:139 +#, python-format +msgid "Requested by must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_ids #: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_ids msgid "Route" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Set to Draft" msgstr "" #. module: stock_request +#: model:ir.actions.act_window,name:stock_request.action_stock_request_config +#: model:ir.ui.menu,name:stock_request.menu_stock_request_config +msgid "Settings" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_policy #: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy msgid "Shipping Policy" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_state #: model:ir.model.fields,field_description:stock_request.field_stock_request_state msgid "Status" msgstr "" @@ -306,13 +491,16 @@ msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_move_ids msgid "Stock Moves" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_ids #: model:ir.module.category,name:stock_request.module_category_stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Stock Request" msgstr "" @@ -342,13 +530,30 @@ msgstr "" msgid "Stock Request Manager" msgstr "" +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_order +#: model:res.groups,name:stock_request.group_stock_request_order +msgid "Stock Request Order" +msgstr "" + +#. module: stock_request +#: model:ir.actions.act_window,name:stock_request.stock_request_order_action +#: model:ir.ui.menu,name:stock_request.stock_request_order_menu +msgid "Stock Request Orders" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_abstract +msgid "Stock Request Template" +msgstr "" + #. module: stock_request #: model:res.groups,name:stock_request.group_stock_request_user msgid "Stock Request User" msgstr "" #. module: stock_request -#: sql_constraint:stock.request:0 +#: sql_constraint:stock.request:0 sql_constraint:stock.request.order:0 msgid "Stock Request name must be unique" msgstr "" @@ -358,6 +563,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_ids #: model:ir.ui.menu,name:stock_request.menu_stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_root +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.stock_request_search #: model:ir.ui.view,arch_db:stock_request.view_picking_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form @@ -365,11 +571,45 @@ msgstr "" msgid "Stock Requests" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban +msgid "Stock Requests Kanban integration" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Stock Requests Search" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_purchase +msgid "Stock Requests for Purchases" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +msgid "Stock request" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_count +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_tree +msgid "Stock requests" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move.py:38 +#: code:addons/stock_request/models/stock_request_order.py:272 +#, python-format +msgid "The company of the stock request must match with that of the location." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:263 +#, python-format +msgid "The company of the stock request must match with that of the warehouse." +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_move_line.py:15 #, python-format @@ -378,31 +618,135 @@ msgid "" "in %s using Picking %s:" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:187 +#, python-format +msgid "The picking policy must be equal to the order" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Transfers" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:302 +#, python-format +msgid "" +"Unfortunately it seems you do not have the necessary rights for creating " +"stock requests. Please contact your administrator." +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id msgid "UoM" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Use Kanban cards for consumable products" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Use Purchases with Stock Requests" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_warehouse +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_warehouse_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Warehouse" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:187 +#: code:addons/stock_request/models/stock_request.py:146 +#, python-format +msgid "Warehouse must be equal to the order" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location.py:24 +#, python-format +msgid "" +"You cannot change the company of the location, as it is already assigned to " +"stock request orders that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location.py:17 +#, python-format +msgid "" +"You cannot change the company of the location, as it is already assigned to " +"stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location_route.py:17 +#, python-format +msgid "" +"You cannot change the company of the route, as it is already assigned to " +"stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_warehouse.py:26 +#, python-format +msgid "" +"You cannot change the company of the warehouse, as it is already assigned to " +"stock request orders that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_warehouse.py:18 +#, python-format +msgid "" +"You cannot change the company of the warehouse, as it is already assigned to " +"stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:134 +#, python-format +msgid "You have entered a location that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:129 +#, python-format +msgid "You have entered a product that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:143 +#, python-format +msgid "You have entered a route that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:138 +#, python-format +msgid "You have entered a warehouse that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:153 #, python-format msgid "" "You have to select a product unit of measure in the same category than the " "default unit of measure of the product" msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_res_config_settings +msgid "res.config.settings" +msgstr "" diff --git a/stock_request/i18n/es.po b/stock_request/i18n/es.po index f8796aba4..68ed5b3d2 100644 --- a/stock_request/i18n/es.po +++ b/stock_request/i18n/es.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_request -# +# # Translators: # OCA Transbot , 2018 # enjolras , 2018 @@ -10,14 +10,15 @@ msgstr "" "Project-Id-Version: Odoo Server 11.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-02 03:44+0000\n" -"PO-Revision-Date: 2018-03-02 03:44+0000\n" -"Last-Translator: enjolras , 2018\n" +"PO-Revision-Date: 2018-07-14 09:46+0000\n" +"Last-Translator: Enric Tobella \n" "Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n" +"Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 3.0.1\n" #. module: stock_request #: code:addons/stock_request/models/stock_move_line.py:20 @@ -25,6 +26,11 @@ msgstr "" msgid "
  • %s: Transferred quantity %s %s
  • " msgstr "
  • %s: Cantidad transferida %s %s
  • " +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Activates Stock Request Orders" +msgstr "Activa las Solicitudes de existencias" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty msgid "Allocated Quantity" @@ -36,12 +42,13 @@ msgid "Archived" msgstr "Archivado" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Cancel" msgstr "Cancelar" #. module: stock_request -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Cancelled" msgstr "Cancelado" @@ -51,11 +58,22 @@ msgid "Click to add a Stock Request." msgstr "Pulse para añadir una solicitud de existencias." #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_company_id msgid "Company" msgstr "Compañía" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:170 +#, python-format +msgid "Company must be equal to the order" +msgstr "La compañía debe ser la misma que la de la petición" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Confirm" msgstr "Confirmar" @@ -63,88 +81,165 @@ msgstr "Confirmar" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_uid #: model:ir.model.fields,field_description:stock_request.field_stock_request_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_uid msgid "Created by" msgstr "Creado por" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_date #: model:ir.model.fields,field_description:stock_request.field_stock_request_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_date msgid "Created on" msgstr "Creado el" #. module: stock_request #: model:ir.model.fields,help:stock_request.field_stock_request_expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request_order_expected_date msgid "Date when you expect to receive the goods." msgstr "Fecha prevista de recepción de la mercancía." #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_count #: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_count msgid "Delivery Orders" msgstr "Pedidos de entrega" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_display_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_display_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_display_name msgid "Display Name" msgstr "Nombre mostrado" #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Done" msgstr "Hecho" #. module: stock_request -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Draft" msgstr "Borrador" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Orders" +msgstr "Permite usar Pedidos de entrega" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Stock Requests Kanban cards" +msgstr "Permite usar tarjetas Kanban para las solicitudes de existencias" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Stock Requests for Purchases" +msgstr "Permite usar las solicitudes de existencias con Compras" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date -msgid "Expected date" +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_expected_date +msgid "Expected Date" msgstr "Fecha prevista" +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:177 +#, python-format +msgid "Expected date must be equal to the order" +msgstr "La fecha prevista debe ser la misma que la del pedido" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Group By" msgstr "Agrupar por" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_group_stock_request_order +#, fuzzy +msgid "Group Stock Request Order" +msgstr "Solicitud de existencias #" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5149 msgid "ID" msgstr "ID" #. module: stock_request -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "In progress" msgstr "En progreso" +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_location +msgid "Inventory Locations" +msgstr "Localización de inventarios" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_location_route +msgid "Inventory Routes" +msgstr "Rutas de inventarios" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +msgid "Items" +msgstr "Elementos" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Kanban" +msgstr "Kanban" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract___last_update #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order___last_update msgid "Last Modified on" msgstr "Última modificación el" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_uid #: model:ir.model.fields,field_description:stock_request.field_stock_request_write_uid msgid "Last Updated by" msgstr "Última actualización por" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_date #: model:ir.model.fields,field_description:stock_request.field_stock_request_write_date msgid "Last Updated on" msgstr "Última actualización el" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_location_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_location_id #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Location" msgstr "Ubicación" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:153 +#, python-format +msgid "Location must be equal to the order" +msgstr "La ubicación debe ser la misma que la del pedido" + +#. module: stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_master_data +msgid "Master Data" +msgstr "Datos Maestros" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_order_procurement_group_id #: model:ir.model.fields,help:stock_request.field_stock_request_procurement_group_id msgid "" "Moves created through this stock request will be put in this procurement " @@ -153,26 +248,65 @@ msgid "" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_name msgid "Name" msgstr "Nombre" +#. module: stock_request +#: sql_constraint:stock.request:0 sql_constraint:stock.request.abstract:0 +msgid "Name must be unique" +msgstr "El nombre debe ser único" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:255 +#, python-format +msgid "Only orders on draft state can be unlinked" +msgstr "Solo los pedidos en estado borrado pueden ser eliminadas" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:314 +#, python-format +msgid "Only requests on draft state can be unlinked" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty msgid "Open Quantity" msgstr "" +#. module: stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_operations +msgid "Operations" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id +msgid "Order" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Orders" +msgstr "Pedidos" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_move_line msgid "Packing Operation" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_ids #: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids msgid "Pickings" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id msgid "Procurement Group" msgstr "" @@ -183,16 +317,31 @@ msgid "Procurement Rule" msgstr "Regla de abastecimiento" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:163 +#, python-format +msgid "Procurement group must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id msgid "Product" msgstr "Producto" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id msgid "Product Unit of Measure" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Purchases" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done msgid "Qty Done" @@ -204,6 +353,8 @@ msgid "Qty In Progress" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_qty #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty msgid "Quantity" msgstr "" @@ -219,6 +370,8 @@ msgid "Quantity in progress." msgstr "" #. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_qty #: model:ir.model.fields,help:stock_request.field_stock_request_product_qty msgid "Quantity in the default UoM of the product" msgstr "" @@ -226,8 +379,8 @@ msgstr "" #. module: stock_request #: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty msgid "" -"Quantity of the stock request allocated to the stock move, in the UoM of the" -" Stock Request" +"Quantity of the stock request allocated to the stock move, in the UoM of the " +"Stock Request" msgstr "" #. module: stock_request @@ -239,11 +392,15 @@ msgid "" msgstr "" #. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_uom_qty #: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty msgid "Quantity, specified in the unit of measure indicated in the request." msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_qty #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty msgid "Real Quantity" msgstr "" @@ -256,14 +413,22 @@ msgstr "" #. module: stock_request #: selection:stock.request,picking_policy:0 +#: selection:stock.request.order,picking_policy:0 msgid "Receive all products at once" msgstr "" #. module: stock_request #: selection:stock.request,picking_policy:0 +#: selection:stock.request.order,picking_policy:0 msgid "Receive each product when available" msgstr "" +#. module: stock_request +#: model:ir.actions.server,name:stock_request.action_template_generate_stock_request_orders +#: model:ir.actions.server,name:stock_request.action_variant_generate_stock_request_orders +msgid "Request Stock" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty msgid "Requested Quantity" @@ -275,26 +440,47 @@ msgid "Requested Quantity (UoM)" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_requested_by #: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by msgid "Requested by" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:139 +#, python-format +msgid "Requested by must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_ids #: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_ids msgid "Route" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Set to Draft" msgstr "" #. module: stock_request +#: model:ir.actions.act_window,name:stock_request.action_stock_request_config +#: model:ir.ui.menu,name:stock_request.menu_stock_request_config +msgid "Settings" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_policy #: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy msgid "Shipping Policy" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_state #: model:ir.model.fields,field_description:stock_request.field_stock_request_state msgid "Status" msgstr "" @@ -307,13 +493,16 @@ msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_move_ids msgid "Stock Moves" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_ids #: model:ir.module.category,name:stock_request.module_category_stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Stock Request" msgstr "Solicitud de existencias" @@ -343,13 +532,33 @@ msgstr "" msgid "Stock Request Manager" msgstr "" +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_order +#: model:res.groups,name:stock_request.group_stock_request_order +#, fuzzy +msgid "Stock Request Order" +msgstr "Solicitud de existencias #" + +#. module: stock_request +#: model:ir.actions.act_window,name:stock_request.stock_request_order_action +#: model:ir.ui.menu,name:stock_request.stock_request_order_menu +#, fuzzy +msgid "Stock Request Orders" +msgstr "Solicitudes de existencias" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_abstract +#, fuzzy +msgid "Stock Request Template" +msgstr "Solicitud de existencias #" + #. module: stock_request #: model:res.groups,name:stock_request.group_stock_request_user msgid "Stock Request User" msgstr "" #. module: stock_request -#: sql_constraint:stock.request:0 +#: sql_constraint:stock.request:0 sql_constraint:stock.request.order:0 msgid "Stock Request name must be unique" msgstr "" @@ -359,6 +568,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_ids #: model:ir.ui.menu,name:stock_request.menu_stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_root +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.stock_request_search #: model:ir.ui.view,arch_db:stock_request.view_picking_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form @@ -366,11 +576,48 @@ msgstr "" msgid "Stock Requests" msgstr "Solicitudes de existencias" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban +msgid "Stock Requests Kanban integration" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Stock Requests Search" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_purchase +#, fuzzy +msgid "Stock Requests for Purchases" +msgstr "Solicitudes de existencias" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +#, fuzzy +msgid "Stock request" +msgstr "Solicitud de existencias" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_count +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_tree +#, fuzzy +msgid "Stock requests" +msgstr "Solicitudes de existencias" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move.py:38 +#: code:addons/stock_request/models/stock_request_order.py:272 +#, python-format +msgid "The company of the stock request must match with that of the location." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:263 +#, python-format +msgid "The company of the stock request must match with that of the warehouse." +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_move_line.py:15 #, python-format @@ -379,31 +626,135 @@ msgid "" "in %s using Picking %s:" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:187 +#, python-format +msgid "The picking policy must be equal to the order" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Transfers" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:302 +#, python-format +msgid "" +"Unfortunately it seems you do not have the necessary rights for creating " +"stock requests. Please contact your administrator." +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id msgid "UoM" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Use Kanban cards for consumable products" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Use Purchases with Stock Requests" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_warehouse +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_warehouse_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Warehouse" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:187 +#: code:addons/stock_request/models/stock_request.py:146 +#, python-format +msgid "Warehouse must be equal to the order" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location.py:24 +#, python-format +msgid "" +"You cannot change the company of the location, as it is already assigned to " +"stock request orders that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location.py:17 +#, python-format +msgid "" +"You cannot change the company of the location, as it is already assigned to " +"stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location_route.py:17 +#, python-format +msgid "" +"You cannot change the company of the route, as it is already assigned to " +"stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_warehouse.py:26 +#, python-format +msgid "" +"You cannot change the company of the warehouse, as it is already assigned to " +"stock request orders that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_warehouse.py:18 +#, python-format +msgid "" +"You cannot change the company of the warehouse, as it is already assigned to " +"stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:134 +#, python-format +msgid "You have entered a location that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:129 +#, python-format +msgid "You have entered a product that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:143 +#, python-format +msgid "You have entered a route that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:138 +#, python-format +msgid "You have entered a warehouse that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:153 #, python-format msgid "" "You have to select a product unit of measure in the same category than the " "default unit of measure of the product" msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_res_config_settings +msgid "res.config.settings" +msgstr "" diff --git a/stock_request/i18n/es_ES.po b/stock_request/i18n/es_ES.po index 311ff2f55..72e15574e 100644 --- a/stock_request/i18n/es_ES.po +++ b/stock_request/i18n/es_ES.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_request -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2018-03-02 03:44+0000\n" "PO-Revision-Date: 2018-03-02 03:44+0000\n" "Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Spanish (Spain) (https://www.transifex.com/oca/teams/23907/es_ES/)\n" +"Language-Team: Spanish (Spain) (https://www.transifex.com/oca/teams/23907/" +"es_ES/)\n" +"Language: es_ES\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_ES\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_request @@ -24,6 +25,11 @@ msgstr "" msgid "
  • %s: Transferred quantity %s %s
  • " msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Activates Stock Request Orders" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty msgid "Allocated Quantity" @@ -35,12 +41,13 @@ msgid "Archived" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Cancel" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Cancelled" msgstr "" @@ -50,11 +57,22 @@ msgid "Click to add a Stock Request." msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_company_id msgid "Company" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:170 +#, python-format +msgid "Company must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Confirm" msgstr "" @@ -62,45 +80,73 @@ msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_uid #: model:ir.model.fields,field_description:stock_request.field_stock_request_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_uid msgid "Created by" msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_date #: model:ir.model.fields,field_description:stock_request.field_stock_request_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_date msgid "Created on" msgstr "" #. module: stock_request #: model:ir.model.fields,help:stock_request.field_stock_request_expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request_order_expected_date msgid "Date when you expect to receive the goods." msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_count #: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_count msgid "Delivery Orders" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_display_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_display_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_display_name msgid "Display Name" msgstr "" #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Done" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Draft" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Orders" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Stock Requests Kanban cards" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Stock Requests for Purchases" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date -msgid "Expected date" +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_expected_date +msgid "Expected Date" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:177 +#, python-format +msgid "Expected date must be equal to the order" msgstr "" #. module: stock_request @@ -109,41 +155,89 @@ msgid "Group By" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_group_stock_request_order +msgid "Group Stock Request Order" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5149 msgid "ID" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "In progress" msgstr "" +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_location +msgid "Inventory Locations" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_location_route +msgid "Inventory Routes" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +msgid "Items" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Kanban" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract___last_update #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order___last_update msgid "Last Modified on" msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_uid #: model:ir.model.fields,field_description:stock_request.field_stock_request_write_uid msgid "Last Updated by" msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_date #: model:ir.model.fields,field_description:stock_request.field_stock_request_write_date msgid "Last Updated on" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_location_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_location_id #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Location" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:153 +#, python-format +msgid "Location must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_master_data +msgid "Master Data" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_order_procurement_group_id #: model:ir.model.fields,help:stock_request.field_stock_request_procurement_group_id msgid "" "Moves created through this stock request will be put in this procurement " @@ -152,26 +246,65 @@ msgid "" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_name msgid "Name" msgstr "" +#. module: stock_request +#: sql_constraint:stock.request:0 sql_constraint:stock.request.abstract:0 +msgid "Name must be unique" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:255 +#, python-format +msgid "Only orders on draft state can be unlinked" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:314 +#, python-format +msgid "Only requests on draft state can be unlinked" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty msgid "Open Quantity" msgstr "" +#. module: stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_operations +msgid "Operations" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id +msgid "Order" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Orders" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_move_line msgid "Packing Operation" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_ids #: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids msgid "Pickings" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id msgid "Procurement Group" msgstr "" @@ -182,16 +315,31 @@ msgid "Procurement Rule" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:163 +#, python-format +msgid "Procurement group must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id msgid "Product" msgstr "Producto" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id msgid "Product Unit of Measure" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Purchases" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done msgid "Qty Done" @@ -203,6 +351,8 @@ msgid "Qty In Progress" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_qty #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty msgid "Quantity" msgstr "" @@ -218,6 +368,8 @@ msgid "Quantity in progress." msgstr "" #. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_qty #: model:ir.model.fields,help:stock_request.field_stock_request_product_qty msgid "Quantity in the default UoM of the product" msgstr "" @@ -225,8 +377,8 @@ msgstr "" #. module: stock_request #: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty msgid "" -"Quantity of the stock request allocated to the stock move, in the UoM of the" -" Stock Request" +"Quantity of the stock request allocated to the stock move, in the UoM of the " +"Stock Request" msgstr "" #. module: stock_request @@ -238,11 +390,15 @@ msgid "" msgstr "" #. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_uom_qty #: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty msgid "Quantity, specified in the unit of measure indicated in the request." msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_qty #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty msgid "Real Quantity" msgstr "" @@ -255,14 +411,22 @@ msgstr "" #. module: stock_request #: selection:stock.request,picking_policy:0 +#: selection:stock.request.order,picking_policy:0 msgid "Receive all products at once" msgstr "" #. module: stock_request #: selection:stock.request,picking_policy:0 +#: selection:stock.request.order,picking_policy:0 msgid "Receive each product when available" msgstr "" +#. module: stock_request +#: model:ir.actions.server,name:stock_request.action_template_generate_stock_request_orders +#: model:ir.actions.server,name:stock_request.action_variant_generate_stock_request_orders +msgid "Request Stock" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty msgid "Requested Quantity" @@ -274,26 +438,47 @@ msgid "Requested Quantity (UoM)" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_requested_by #: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by msgid "Requested by" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:139 +#, python-format +msgid "Requested by must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_ids #: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_ids msgid "Route" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Set to Draft" msgstr "" #. module: stock_request +#: model:ir.actions.act_window,name:stock_request.action_stock_request_config +#: model:ir.ui.menu,name:stock_request.menu_stock_request_config +msgid "Settings" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_policy #: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy msgid "Shipping Policy" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_state #: model:ir.model.fields,field_description:stock_request.field_stock_request_state msgid "Status" msgstr "" @@ -306,13 +491,16 @@ msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_move_ids msgid "Stock Moves" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_ids #: model:ir.module.category,name:stock_request.module_category_stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Stock Request" msgstr "" @@ -342,13 +530,30 @@ msgstr "" msgid "Stock Request Manager" msgstr "" +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_order +#: model:res.groups,name:stock_request.group_stock_request_order +msgid "Stock Request Order" +msgstr "" + +#. module: stock_request +#: model:ir.actions.act_window,name:stock_request.stock_request_order_action +#: model:ir.ui.menu,name:stock_request.stock_request_order_menu +msgid "Stock Request Orders" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_abstract +msgid "Stock Request Template" +msgstr "" + #. module: stock_request #: model:res.groups,name:stock_request.group_stock_request_user msgid "Stock Request User" msgstr "" #. module: stock_request -#: sql_constraint:stock.request:0 +#: sql_constraint:stock.request:0 sql_constraint:stock.request.order:0 msgid "Stock Request name must be unique" msgstr "" @@ -358,6 +563,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_ids #: model:ir.ui.menu,name:stock_request.menu_stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_root +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.stock_request_search #: model:ir.ui.view,arch_db:stock_request.view_picking_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form @@ -365,11 +571,45 @@ msgstr "" msgid "Stock Requests" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban +msgid "Stock Requests Kanban integration" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Stock Requests Search" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_purchase +msgid "Stock Requests for Purchases" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +msgid "Stock request" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_count +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_tree +msgid "Stock requests" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move.py:38 +#: code:addons/stock_request/models/stock_request_order.py:272 +#, python-format +msgid "The company of the stock request must match with that of the location." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:263 +#, python-format +msgid "The company of the stock request must match with that of the warehouse." +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_move_line.py:15 #, python-format @@ -378,31 +618,135 @@ msgid "" "in %s using Picking %s:" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:187 +#, python-format +msgid "The picking policy must be equal to the order" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Transfers" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:302 +#, python-format +msgid "" +"Unfortunately it seems you do not have the necessary rights for creating " +"stock requests. Please contact your administrator." +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id msgid "UoM" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Use Kanban cards for consumable products" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Use Purchases with Stock Requests" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_warehouse +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_warehouse_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Warehouse" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:187 +#: code:addons/stock_request/models/stock_request.py:146 +#, python-format +msgid "Warehouse must be equal to the order" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location.py:24 +#, python-format +msgid "" +"You cannot change the company of the location, as it is already assigned to " +"stock request orders that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location.py:17 +#, python-format +msgid "" +"You cannot change the company of the location, as it is already assigned to " +"stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location_route.py:17 +#, python-format +msgid "" +"You cannot change the company of the route, as it is already assigned to " +"stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_warehouse.py:26 +#, python-format +msgid "" +"You cannot change the company of the warehouse, as it is already assigned to " +"stock request orders that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_warehouse.py:18 +#, python-format +msgid "" +"You cannot change the company of the warehouse, as it is already assigned to " +"stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:134 +#, python-format +msgid "You have entered a location that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:129 +#, python-format +msgid "You have entered a product that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:143 +#, python-format +msgid "You have entered a route that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:138 +#, python-format +msgid "You have entered a warehouse that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:153 #, python-format msgid "" "You have to select a product unit of measure in the same category than the " "default unit of measure of the product" msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_res_config_settings +msgid "res.config.settings" +msgstr "" diff --git a/stock_request/i18n/eu.po b/stock_request/i18n/eu.po index b72f06470..f0281d9e9 100644 --- a/stock_request/i18n/eu.po +++ b/stock_request/i18n/eu.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_request -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-03-02 03:44+0000\n" "Last-Translator: OCA Transbot , 2018\n" "Language-Team: Basque (https://www.transifex.com/oca/teams/23907/eu/)\n" +"Language: eu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: eu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_request @@ -24,6 +24,11 @@ msgstr "" msgid "
  • %s: Transferred quantity %s %s
  • " msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Activates Stock Request Orders" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty msgid "Allocated Quantity" @@ -35,12 +40,13 @@ msgid "Archived" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Cancel" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Cancelled" msgstr "" @@ -50,11 +56,22 @@ msgid "Click to add a Stock Request." msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_company_id msgid "Company" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:170 +#, python-format +msgid "Company must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Confirm" msgstr "" @@ -62,45 +79,73 @@ msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_uid #: model:ir.model.fields,field_description:stock_request.field_stock_request_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_uid msgid "Created by" msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_date #: model:ir.model.fields,field_description:stock_request.field_stock_request_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_date msgid "Created on" msgstr "" #. module: stock_request #: model:ir.model.fields,help:stock_request.field_stock_request_expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request_order_expected_date msgid "Date when you expect to receive the goods." msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_count #: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_count msgid "Delivery Orders" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_display_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_display_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_display_name msgid "Display Name" msgstr "" #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Done" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Draft" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Orders" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Stock Requests Kanban cards" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Stock Requests for Purchases" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date -msgid "Expected date" +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_expected_date +msgid "Expected Date" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:177 +#, python-format +msgid "Expected date must be equal to the order" msgstr "" #. module: stock_request @@ -109,41 +154,89 @@ msgid "Group By" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_group_stock_request_order +msgid "Group Stock Request Order" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5149 msgid "ID" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "In progress" msgstr "" +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_location +msgid "Inventory Locations" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_location_route +msgid "Inventory Routes" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +msgid "Items" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Kanban" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract___last_update #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order___last_update msgid "Last Modified on" msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_uid #: model:ir.model.fields,field_description:stock_request.field_stock_request_write_uid msgid "Last Updated by" msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_date #: model:ir.model.fields,field_description:stock_request.field_stock_request_write_date msgid "Last Updated on" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_location_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_location_id #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Location" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:153 +#, python-format +msgid "Location must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_master_data +msgid "Master Data" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_order_procurement_group_id #: model:ir.model.fields,help:stock_request.field_stock_request_procurement_group_id msgid "" "Moves created through this stock request will be put in this procurement " @@ -152,26 +245,65 @@ msgid "" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_name msgid "Name" msgstr "" +#. module: stock_request +#: sql_constraint:stock.request:0 sql_constraint:stock.request.abstract:0 +msgid "Name must be unique" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:255 +#, python-format +msgid "Only orders on draft state can be unlinked" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:314 +#, python-format +msgid "Only requests on draft state can be unlinked" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty msgid "Open Quantity" msgstr "" +#. module: stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_operations +msgid "Operations" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id +msgid "Order" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Orders" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_move_line msgid "Packing Operation" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_ids #: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids msgid "Pickings" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id msgid "Procurement Group" msgstr "" @@ -182,16 +314,31 @@ msgid "Procurement Rule" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:163 +#, python-format +msgid "Procurement group must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id msgid "Product" msgstr "Produktua" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id msgid "Product Unit of Measure" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Purchases" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done msgid "Qty Done" @@ -203,6 +350,8 @@ msgid "Qty In Progress" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_qty #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty msgid "Quantity" msgstr "" @@ -218,6 +367,8 @@ msgid "Quantity in progress." msgstr "" #. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_qty #: model:ir.model.fields,help:stock_request.field_stock_request_product_qty msgid "Quantity in the default UoM of the product" msgstr "" @@ -225,8 +376,8 @@ msgstr "" #. module: stock_request #: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty msgid "" -"Quantity of the stock request allocated to the stock move, in the UoM of the" -" Stock Request" +"Quantity of the stock request allocated to the stock move, in the UoM of the " +"Stock Request" msgstr "" #. module: stock_request @@ -238,11 +389,15 @@ msgid "" msgstr "" #. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_uom_qty #: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty msgid "Quantity, specified in the unit of measure indicated in the request." msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_qty #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty msgid "Real Quantity" msgstr "" @@ -255,14 +410,22 @@ msgstr "" #. module: stock_request #: selection:stock.request,picking_policy:0 +#: selection:stock.request.order,picking_policy:0 msgid "Receive all products at once" msgstr "" #. module: stock_request #: selection:stock.request,picking_policy:0 +#: selection:stock.request.order,picking_policy:0 msgid "Receive each product when available" msgstr "" +#. module: stock_request +#: model:ir.actions.server,name:stock_request.action_template_generate_stock_request_orders +#: model:ir.actions.server,name:stock_request.action_variant_generate_stock_request_orders +msgid "Request Stock" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty msgid "Requested Quantity" @@ -274,26 +437,47 @@ msgid "Requested Quantity (UoM)" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_requested_by #: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by msgid "Requested by" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:139 +#, python-format +msgid "Requested by must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_ids #: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_ids msgid "Route" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Set to Draft" msgstr "" #. module: stock_request +#: model:ir.actions.act_window,name:stock_request.action_stock_request_config +#: model:ir.ui.menu,name:stock_request.menu_stock_request_config +msgid "Settings" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_policy #: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy msgid "Shipping Policy" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_state #: model:ir.model.fields,field_description:stock_request.field_stock_request_state msgid "Status" msgstr "" @@ -306,13 +490,16 @@ msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_move_ids msgid "Stock Moves" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_ids #: model:ir.module.category,name:stock_request.module_category_stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Stock Request" msgstr "" @@ -342,13 +529,30 @@ msgstr "" msgid "Stock Request Manager" msgstr "" +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_order +#: model:res.groups,name:stock_request.group_stock_request_order +msgid "Stock Request Order" +msgstr "" + +#. module: stock_request +#: model:ir.actions.act_window,name:stock_request.stock_request_order_action +#: model:ir.ui.menu,name:stock_request.stock_request_order_menu +msgid "Stock Request Orders" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_abstract +msgid "Stock Request Template" +msgstr "" + #. module: stock_request #: model:res.groups,name:stock_request.group_stock_request_user msgid "Stock Request User" msgstr "" #. module: stock_request -#: sql_constraint:stock.request:0 +#: sql_constraint:stock.request:0 sql_constraint:stock.request.order:0 msgid "Stock Request name must be unique" msgstr "" @@ -358,6 +562,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_ids #: model:ir.ui.menu,name:stock_request.menu_stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_root +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.stock_request_search #: model:ir.ui.view,arch_db:stock_request.view_picking_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form @@ -365,11 +570,45 @@ msgstr "" msgid "Stock Requests" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban +msgid "Stock Requests Kanban integration" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Stock Requests Search" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_purchase +msgid "Stock Requests for Purchases" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +msgid "Stock request" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_count +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_tree +msgid "Stock requests" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move.py:38 +#: code:addons/stock_request/models/stock_request_order.py:272 +#, python-format +msgid "The company of the stock request must match with that of the location." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:263 +#, python-format +msgid "The company of the stock request must match with that of the warehouse." +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_move_line.py:15 #, python-format @@ -378,31 +617,135 @@ msgid "" "in %s using Picking %s:" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:187 +#, python-format +msgid "The picking policy must be equal to the order" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Transfers" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:302 +#, python-format +msgid "" +"Unfortunately it seems you do not have the necessary rights for creating " +"stock requests. Please contact your administrator." +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id msgid "UoM" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Use Kanban cards for consumable products" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Use Purchases with Stock Requests" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_warehouse +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_warehouse_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Warehouse" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:187 +#: code:addons/stock_request/models/stock_request.py:146 +#, python-format +msgid "Warehouse must be equal to the order" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location.py:24 +#, python-format +msgid "" +"You cannot change the company of the location, as it is already assigned to " +"stock request orders that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location.py:17 +#, python-format +msgid "" +"You cannot change the company of the location, as it is already assigned to " +"stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location_route.py:17 +#, python-format +msgid "" +"You cannot change the company of the route, as it is already assigned to " +"stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_warehouse.py:26 +#, python-format +msgid "" +"You cannot change the company of the warehouse, as it is already assigned to " +"stock request orders that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_warehouse.py:18 +#, python-format +msgid "" +"You cannot change the company of the warehouse, as it is already assigned to " +"stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:134 +#, python-format +msgid "You have entered a location that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:129 +#, python-format +msgid "You have entered a product that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:143 +#, python-format +msgid "You have entered a route that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:138 +#, python-format +msgid "You have entered a warehouse that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:153 #, python-format msgid "" "You have to select a product unit of measure in the same category than the " "default unit of measure of the product" msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_res_config_settings +msgid "res.config.settings" +msgstr "" diff --git a/stock_request/i18n/fi.po b/stock_request/i18n/fi.po index acad14594..25d57a399 100644 --- a/stock_request/i18n/fi.po +++ b/stock_request/i18n/fi.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_request -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-03-02 03:44+0000\n" "Last-Translator: OCA Transbot , 2018\n" "Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/fi/)\n" +"Language: fi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: fi\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_request @@ -24,6 +24,11 @@ msgstr "" msgid "
  • %s: Transferred quantity %s %s
  • " msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Activates Stock Request Orders" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty msgid "Allocated Quantity" @@ -35,12 +40,13 @@ msgid "Archived" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Cancel" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Cancelled" msgstr "" @@ -50,11 +56,22 @@ msgid "Click to add a Stock Request." msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_company_id msgid "Company" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:170 +#, python-format +msgid "Company must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Confirm" msgstr "" @@ -62,45 +79,73 @@ msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_uid #: model:ir.model.fields,field_description:stock_request.field_stock_request_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_uid msgid "Created by" msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_date #: model:ir.model.fields,field_description:stock_request.field_stock_request_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_date msgid "Created on" msgstr "" #. module: stock_request #: model:ir.model.fields,help:stock_request.field_stock_request_expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request_order_expected_date msgid "Date when you expect to receive the goods." msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_count #: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_count msgid "Delivery Orders" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_display_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_display_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_display_name msgid "Display Name" msgstr "" #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Done" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Draft" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Orders" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Stock Requests Kanban cards" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Stock Requests for Purchases" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date -msgid "Expected date" +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_expected_date +msgid "Expected Date" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:177 +#, python-format +msgid "Expected date must be equal to the order" msgstr "" #. module: stock_request @@ -109,41 +154,89 @@ msgid "Group By" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_group_stock_request_order +msgid "Group Stock Request Order" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5149 msgid "ID" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "In progress" msgstr "" +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_location +msgid "Inventory Locations" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_location_route +msgid "Inventory Routes" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +msgid "Items" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Kanban" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract___last_update #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order___last_update msgid "Last Modified on" msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_uid #: model:ir.model.fields,field_description:stock_request.field_stock_request_write_uid msgid "Last Updated by" msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_date #: model:ir.model.fields,field_description:stock_request.field_stock_request_write_date msgid "Last Updated on" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_location_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_location_id #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Location" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:153 +#, python-format +msgid "Location must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_master_data +msgid "Master Data" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_order_procurement_group_id #: model:ir.model.fields,help:stock_request.field_stock_request_procurement_group_id msgid "" "Moves created through this stock request will be put in this procurement " @@ -152,26 +245,65 @@ msgid "" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_name msgid "Name" msgstr "" +#. module: stock_request +#: sql_constraint:stock.request:0 sql_constraint:stock.request.abstract:0 +msgid "Name must be unique" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:255 +#, python-format +msgid "Only orders on draft state can be unlinked" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:314 +#, python-format +msgid "Only requests on draft state can be unlinked" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty msgid "Open Quantity" msgstr "" +#. module: stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_operations +msgid "Operations" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id +msgid "Order" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Orders" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_move_line msgid "Packing Operation" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_ids #: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids msgid "Pickings" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id msgid "Procurement Group" msgstr "" @@ -182,16 +314,31 @@ msgid "Procurement Rule" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:163 +#, python-format +msgid "Procurement group must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id msgid "Product" msgstr "Tuote" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id msgid "Product Unit of Measure" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Purchases" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done msgid "Qty Done" @@ -203,6 +350,8 @@ msgid "Qty In Progress" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_qty #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty msgid "Quantity" msgstr "" @@ -218,6 +367,8 @@ msgid "Quantity in progress." msgstr "" #. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_qty #: model:ir.model.fields,help:stock_request.field_stock_request_product_qty msgid "Quantity in the default UoM of the product" msgstr "" @@ -225,8 +376,8 @@ msgstr "" #. module: stock_request #: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty msgid "" -"Quantity of the stock request allocated to the stock move, in the UoM of the" -" Stock Request" +"Quantity of the stock request allocated to the stock move, in the UoM of the " +"Stock Request" msgstr "" #. module: stock_request @@ -238,11 +389,15 @@ msgid "" msgstr "" #. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_uom_qty #: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty msgid "Quantity, specified in the unit of measure indicated in the request." msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_qty #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty msgid "Real Quantity" msgstr "" @@ -255,14 +410,22 @@ msgstr "" #. module: stock_request #: selection:stock.request,picking_policy:0 +#: selection:stock.request.order,picking_policy:0 msgid "Receive all products at once" msgstr "" #. module: stock_request #: selection:stock.request,picking_policy:0 +#: selection:stock.request.order,picking_policy:0 msgid "Receive each product when available" msgstr "" +#. module: stock_request +#: model:ir.actions.server,name:stock_request.action_template_generate_stock_request_orders +#: model:ir.actions.server,name:stock_request.action_variant_generate_stock_request_orders +msgid "Request Stock" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty msgid "Requested Quantity" @@ -274,26 +437,47 @@ msgid "Requested Quantity (UoM)" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_requested_by #: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by msgid "Requested by" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:139 +#, python-format +msgid "Requested by must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_ids #: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_ids msgid "Route" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Set to Draft" msgstr "" #. module: stock_request +#: model:ir.actions.act_window,name:stock_request.action_stock_request_config +#: model:ir.ui.menu,name:stock_request.menu_stock_request_config +msgid "Settings" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_policy #: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy msgid "Shipping Policy" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_state #: model:ir.model.fields,field_description:stock_request.field_stock_request_state msgid "Status" msgstr "" @@ -306,13 +490,16 @@ msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_move_ids msgid "Stock Moves" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_ids #: model:ir.module.category,name:stock_request.module_category_stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Stock Request" msgstr "" @@ -342,13 +529,30 @@ msgstr "" msgid "Stock Request Manager" msgstr "" +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_order +#: model:res.groups,name:stock_request.group_stock_request_order +msgid "Stock Request Order" +msgstr "" + +#. module: stock_request +#: model:ir.actions.act_window,name:stock_request.stock_request_order_action +#: model:ir.ui.menu,name:stock_request.stock_request_order_menu +msgid "Stock Request Orders" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_abstract +msgid "Stock Request Template" +msgstr "" + #. module: stock_request #: model:res.groups,name:stock_request.group_stock_request_user msgid "Stock Request User" msgstr "" #. module: stock_request -#: sql_constraint:stock.request:0 +#: sql_constraint:stock.request:0 sql_constraint:stock.request.order:0 msgid "Stock Request name must be unique" msgstr "" @@ -358,6 +562,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_ids #: model:ir.ui.menu,name:stock_request.menu_stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_root +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.stock_request_search #: model:ir.ui.view,arch_db:stock_request.view_picking_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form @@ -365,11 +570,45 @@ msgstr "" msgid "Stock Requests" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban +msgid "Stock Requests Kanban integration" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Stock Requests Search" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_purchase +msgid "Stock Requests for Purchases" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +msgid "Stock request" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_count +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_tree +msgid "Stock requests" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move.py:38 +#: code:addons/stock_request/models/stock_request_order.py:272 +#, python-format +msgid "The company of the stock request must match with that of the location." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:263 +#, python-format +msgid "The company of the stock request must match with that of the warehouse." +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_move_line.py:15 #, python-format @@ -378,31 +617,135 @@ msgid "" "in %s using Picking %s:" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:187 +#, python-format +msgid "The picking policy must be equal to the order" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Transfers" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:302 +#, python-format +msgid "" +"Unfortunately it seems you do not have the necessary rights for creating " +"stock requests. Please contact your administrator." +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id msgid "UoM" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Use Kanban cards for consumable products" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Use Purchases with Stock Requests" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_warehouse +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_warehouse_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Warehouse" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:187 +#: code:addons/stock_request/models/stock_request.py:146 +#, python-format +msgid "Warehouse must be equal to the order" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location.py:24 +#, python-format +msgid "" +"You cannot change the company of the location, as it is already assigned to " +"stock request orders that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location.py:17 +#, python-format +msgid "" +"You cannot change the company of the location, as it is already assigned to " +"stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location_route.py:17 +#, python-format +msgid "" +"You cannot change the company of the route, as it is already assigned to " +"stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_warehouse.py:26 +#, python-format +msgid "" +"You cannot change the company of the warehouse, as it is already assigned to " +"stock request orders that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_warehouse.py:18 +#, python-format +msgid "" +"You cannot change the company of the warehouse, as it is already assigned to " +"stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:134 +#, python-format +msgid "You have entered a location that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:129 +#, python-format +msgid "You have entered a product that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:143 +#, python-format +msgid "You have entered a route that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:138 +#, python-format +msgid "You have entered a warehouse that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:153 #, python-format msgid "" "You have to select a product unit of measure in the same category than the " "default unit of measure of the product" msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_res_config_settings +msgid "res.config.settings" +msgstr "" diff --git a/stock_request/i18n/fr.po b/stock_request/i18n/fr.po index b67e0108f..16c6b2c43 100644 --- a/stock_request/i18n/fr.po +++ b/stock_request/i18n/fr.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_request -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-03-02 03:44+0000\n" "Last-Translator: OCA Transbot , 2018\n" "Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n" +"Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: stock_request @@ -24,6 +24,11 @@ msgstr "" msgid "
  • %s: Transferred quantity %s %s
  • " msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Activates Stock Request Orders" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty msgid "Allocated Quantity" @@ -35,12 +40,13 @@ msgid "Archived" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Cancel" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Cancelled" msgstr "" @@ -50,11 +56,22 @@ msgid "Click to add a Stock Request." msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_company_id msgid "Company" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:170 +#, python-format +msgid "Company must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Confirm" msgstr "" @@ -62,45 +79,73 @@ msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_uid #: model:ir.model.fields,field_description:stock_request.field_stock_request_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_uid msgid "Created by" msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_date #: model:ir.model.fields,field_description:stock_request.field_stock_request_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_date msgid "Created on" msgstr "" #. module: stock_request #: model:ir.model.fields,help:stock_request.field_stock_request_expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request_order_expected_date msgid "Date when you expect to receive the goods." msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_count #: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_count msgid "Delivery Orders" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_display_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_display_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_display_name msgid "Display Name" msgstr "" #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Done" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Draft" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Orders" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Stock Requests Kanban cards" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Stock Requests for Purchases" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date -msgid "Expected date" +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_expected_date +msgid "Expected Date" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:177 +#, python-format +msgid "Expected date must be equal to the order" msgstr "" #. module: stock_request @@ -109,41 +154,89 @@ msgid "Group By" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_group_stock_request_order +msgid "Group Stock Request Order" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5149 msgid "ID" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "In progress" msgstr "" +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_location +msgid "Inventory Locations" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_location_route +msgid "Inventory Routes" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +msgid "Items" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Kanban" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract___last_update #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order___last_update msgid "Last Modified on" msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_uid #: model:ir.model.fields,field_description:stock_request.field_stock_request_write_uid msgid "Last Updated by" msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_date #: model:ir.model.fields,field_description:stock_request.field_stock_request_write_date msgid "Last Updated on" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_location_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_location_id #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Location" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:153 +#, python-format +msgid "Location must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_master_data +msgid "Master Data" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_order_procurement_group_id #: model:ir.model.fields,help:stock_request.field_stock_request_procurement_group_id msgid "" "Moves created through this stock request will be put in this procurement " @@ -152,26 +245,65 @@ msgid "" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_name msgid "Name" msgstr "" +#. module: stock_request +#: sql_constraint:stock.request:0 sql_constraint:stock.request.abstract:0 +msgid "Name must be unique" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:255 +#, python-format +msgid "Only orders on draft state can be unlinked" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:314 +#, python-format +msgid "Only requests on draft state can be unlinked" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty msgid "Open Quantity" msgstr "" +#. module: stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_operations +msgid "Operations" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id +msgid "Order" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Orders" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_move_line msgid "Packing Operation" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_ids #: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids msgid "Pickings" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id msgid "Procurement Group" msgstr "" @@ -182,16 +314,31 @@ msgid "Procurement Rule" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:163 +#, python-format +msgid "Procurement group must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id msgid "Product" msgstr "Article" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id msgid "Product Unit of Measure" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Purchases" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done msgid "Qty Done" @@ -203,6 +350,8 @@ msgid "Qty In Progress" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_qty #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty msgid "Quantity" msgstr "" @@ -218,6 +367,8 @@ msgid "Quantity in progress." msgstr "" #. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_qty #: model:ir.model.fields,help:stock_request.field_stock_request_product_qty msgid "Quantity in the default UoM of the product" msgstr "" @@ -225,8 +376,8 @@ msgstr "" #. module: stock_request #: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty msgid "" -"Quantity of the stock request allocated to the stock move, in the UoM of the" -" Stock Request" +"Quantity of the stock request allocated to the stock move, in the UoM of the " +"Stock Request" msgstr "" #. module: stock_request @@ -238,11 +389,15 @@ msgid "" msgstr "" #. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_uom_qty #: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty msgid "Quantity, specified in the unit of measure indicated in the request." msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_qty #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty msgid "Real Quantity" msgstr "" @@ -255,14 +410,22 @@ msgstr "" #. module: stock_request #: selection:stock.request,picking_policy:0 +#: selection:stock.request.order,picking_policy:0 msgid "Receive all products at once" msgstr "" #. module: stock_request #: selection:stock.request,picking_policy:0 +#: selection:stock.request.order,picking_policy:0 msgid "Receive each product when available" msgstr "" +#. module: stock_request +#: model:ir.actions.server,name:stock_request.action_template_generate_stock_request_orders +#: model:ir.actions.server,name:stock_request.action_variant_generate_stock_request_orders +msgid "Request Stock" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty msgid "Requested Quantity" @@ -274,26 +437,47 @@ msgid "Requested Quantity (UoM)" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_requested_by #: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by msgid "Requested by" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:139 +#, python-format +msgid "Requested by must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_ids #: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_ids msgid "Route" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Set to Draft" msgstr "" #. module: stock_request +#: model:ir.actions.act_window,name:stock_request.action_stock_request_config +#: model:ir.ui.menu,name:stock_request.menu_stock_request_config +msgid "Settings" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_policy #: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy msgid "Shipping Policy" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_state #: model:ir.model.fields,field_description:stock_request.field_stock_request_state msgid "Status" msgstr "" @@ -306,13 +490,16 @@ msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_move_ids msgid "Stock Moves" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_ids #: model:ir.module.category,name:stock_request.module_category_stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Stock Request" msgstr "" @@ -342,13 +529,30 @@ msgstr "" msgid "Stock Request Manager" msgstr "" +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_order +#: model:res.groups,name:stock_request.group_stock_request_order +msgid "Stock Request Order" +msgstr "" + +#. module: stock_request +#: model:ir.actions.act_window,name:stock_request.stock_request_order_action +#: model:ir.ui.menu,name:stock_request.stock_request_order_menu +msgid "Stock Request Orders" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_abstract +msgid "Stock Request Template" +msgstr "" + #. module: stock_request #: model:res.groups,name:stock_request.group_stock_request_user msgid "Stock Request User" msgstr "" #. module: stock_request -#: sql_constraint:stock.request:0 +#: sql_constraint:stock.request:0 sql_constraint:stock.request.order:0 msgid "Stock Request name must be unique" msgstr "" @@ -358,6 +562,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_ids #: model:ir.ui.menu,name:stock_request.menu_stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_root +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.stock_request_search #: model:ir.ui.view,arch_db:stock_request.view_picking_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form @@ -365,11 +570,45 @@ msgstr "" msgid "Stock Requests" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban +msgid "Stock Requests Kanban integration" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Stock Requests Search" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_purchase +msgid "Stock Requests for Purchases" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +msgid "Stock request" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_count +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_tree +msgid "Stock requests" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move.py:38 +#: code:addons/stock_request/models/stock_request_order.py:272 +#, python-format +msgid "The company of the stock request must match with that of the location." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:263 +#, python-format +msgid "The company of the stock request must match with that of the warehouse." +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_move_line.py:15 #, python-format @@ -378,31 +617,135 @@ msgid "" "in %s using Picking %s:" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:187 +#, python-format +msgid "The picking policy must be equal to the order" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Transfers" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:302 +#, python-format +msgid "" +"Unfortunately it seems you do not have the necessary rights for creating " +"stock requests. Please contact your administrator." +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id msgid "UoM" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Use Kanban cards for consumable products" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Use Purchases with Stock Requests" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_warehouse +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_warehouse_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Warehouse" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:187 +#: code:addons/stock_request/models/stock_request.py:146 +#, python-format +msgid "Warehouse must be equal to the order" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location.py:24 +#, python-format +msgid "" +"You cannot change the company of the location, as it is already assigned to " +"stock request orders that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location.py:17 +#, python-format +msgid "" +"You cannot change the company of the location, as it is already assigned to " +"stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location_route.py:17 +#, python-format +msgid "" +"You cannot change the company of the route, as it is already assigned to " +"stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_warehouse.py:26 +#, python-format +msgid "" +"You cannot change the company of the warehouse, as it is already assigned to " +"stock request orders that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_warehouse.py:18 +#, python-format +msgid "" +"You cannot change the company of the warehouse, as it is already assigned to " +"stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:134 +#, python-format +msgid "You have entered a location that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:129 +#, python-format +msgid "You have entered a product that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:143 +#, python-format +msgid "You have entered a route that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:138 +#, python-format +msgid "You have entered a warehouse that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:153 #, python-format msgid "" "You have to select a product unit of measure in the same category than the " "default unit of measure of the product" msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_res_config_settings +msgid "res.config.settings" +msgstr "" diff --git a/stock_request/i18n/fr_CH.po b/stock_request/i18n/fr_CH.po index 6fa2e1d32..1b140befd 100644 --- a/stock_request/i18n/fr_CH.po +++ b/stock_request/i18n/fr_CH.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_request -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2018-03-02 03:44+0000\n" "PO-Revision-Date: 2018-03-02 03:44+0000\n" "Last-Translator: OCA Transbot , 2018\n" -"Language-Team: French (Switzerland) (https://www.transifex.com/oca/teams/23907/fr_CH/)\n" +"Language-Team: French (Switzerland) (https://www.transifex.com/oca/" +"teams/23907/fr_CH/)\n" +"Language: fr_CH\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: fr_CH\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: stock_request @@ -24,6 +25,11 @@ msgstr "" msgid "
  • %s: Transferred quantity %s %s
  • " msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Activates Stock Request Orders" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty msgid "Allocated Quantity" @@ -35,12 +41,13 @@ msgid "Archived" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Cancel" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Cancelled" msgstr "" @@ -50,11 +57,22 @@ msgid "Click to add a Stock Request." msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_company_id msgid "Company" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:170 +#, python-format +msgid "Company must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Confirm" msgstr "" @@ -62,45 +80,73 @@ msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_uid #: model:ir.model.fields,field_description:stock_request.field_stock_request_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_uid msgid "Created by" msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_date #: model:ir.model.fields,field_description:stock_request.field_stock_request_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_date msgid "Created on" msgstr "" #. module: stock_request #: model:ir.model.fields,help:stock_request.field_stock_request_expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request_order_expected_date msgid "Date when you expect to receive the goods." msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_count #: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_count msgid "Delivery Orders" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_display_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_display_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_display_name msgid "Display Name" msgstr "" #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Done" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Draft" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Orders" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Stock Requests Kanban cards" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Stock Requests for Purchases" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date -msgid "Expected date" +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_expected_date +msgid "Expected Date" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:177 +#, python-format +msgid "Expected date must be equal to the order" msgstr "" #. module: stock_request @@ -109,41 +155,89 @@ msgid "Group By" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_group_stock_request_order +msgid "Group Stock Request Order" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5149 msgid "ID" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "In progress" msgstr "" +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_location +msgid "Inventory Locations" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_location_route +msgid "Inventory Routes" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +msgid "Items" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Kanban" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract___last_update #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order___last_update msgid "Last Modified on" msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_uid #: model:ir.model.fields,field_description:stock_request.field_stock_request_write_uid msgid "Last Updated by" msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_date #: model:ir.model.fields,field_description:stock_request.field_stock_request_write_date msgid "Last Updated on" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_location_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_location_id #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Location" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:153 +#, python-format +msgid "Location must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_master_data +msgid "Master Data" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_order_procurement_group_id #: model:ir.model.fields,help:stock_request.field_stock_request_procurement_group_id msgid "" "Moves created through this stock request will be put in this procurement " @@ -152,26 +246,65 @@ msgid "" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_name msgid "Name" msgstr "" +#. module: stock_request +#: sql_constraint:stock.request:0 sql_constraint:stock.request.abstract:0 +msgid "Name must be unique" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:255 +#, python-format +msgid "Only orders on draft state can be unlinked" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:314 +#, python-format +msgid "Only requests on draft state can be unlinked" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty msgid "Open Quantity" msgstr "" +#. module: stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_operations +msgid "Operations" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id +msgid "Order" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Orders" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_move_line msgid "Packing Operation" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_ids #: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids msgid "Pickings" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id msgid "Procurement Group" msgstr "" @@ -182,16 +315,31 @@ msgid "Procurement Rule" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:163 +#, python-format +msgid "Procurement group must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id msgid "Product" msgstr "Produit" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id msgid "Product Unit of Measure" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Purchases" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done msgid "Qty Done" @@ -203,6 +351,8 @@ msgid "Qty In Progress" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_qty #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty msgid "Quantity" msgstr "" @@ -218,6 +368,8 @@ msgid "Quantity in progress." msgstr "" #. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_qty #: model:ir.model.fields,help:stock_request.field_stock_request_product_qty msgid "Quantity in the default UoM of the product" msgstr "" @@ -225,8 +377,8 @@ msgstr "" #. module: stock_request #: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty msgid "" -"Quantity of the stock request allocated to the stock move, in the UoM of the" -" Stock Request" +"Quantity of the stock request allocated to the stock move, in the UoM of the " +"Stock Request" msgstr "" #. module: stock_request @@ -238,11 +390,15 @@ msgid "" msgstr "" #. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_uom_qty #: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty msgid "Quantity, specified in the unit of measure indicated in the request." msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_qty #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty msgid "Real Quantity" msgstr "" @@ -255,14 +411,22 @@ msgstr "" #. module: stock_request #: selection:stock.request,picking_policy:0 +#: selection:stock.request.order,picking_policy:0 msgid "Receive all products at once" msgstr "" #. module: stock_request #: selection:stock.request,picking_policy:0 +#: selection:stock.request.order,picking_policy:0 msgid "Receive each product when available" msgstr "" +#. module: stock_request +#: model:ir.actions.server,name:stock_request.action_template_generate_stock_request_orders +#: model:ir.actions.server,name:stock_request.action_variant_generate_stock_request_orders +msgid "Request Stock" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty msgid "Requested Quantity" @@ -274,26 +438,47 @@ msgid "Requested Quantity (UoM)" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_requested_by #: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by msgid "Requested by" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:139 +#, python-format +msgid "Requested by must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_ids #: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_ids msgid "Route" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Set to Draft" msgstr "" #. module: stock_request +#: model:ir.actions.act_window,name:stock_request.action_stock_request_config +#: model:ir.ui.menu,name:stock_request.menu_stock_request_config +msgid "Settings" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_policy #: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy msgid "Shipping Policy" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_state #: model:ir.model.fields,field_description:stock_request.field_stock_request_state msgid "Status" msgstr "" @@ -306,13 +491,16 @@ msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_move_ids msgid "Stock Moves" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_ids #: model:ir.module.category,name:stock_request.module_category_stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Stock Request" msgstr "" @@ -342,13 +530,30 @@ msgstr "" msgid "Stock Request Manager" msgstr "" +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_order +#: model:res.groups,name:stock_request.group_stock_request_order +msgid "Stock Request Order" +msgstr "" + +#. module: stock_request +#: model:ir.actions.act_window,name:stock_request.stock_request_order_action +#: model:ir.ui.menu,name:stock_request.stock_request_order_menu +msgid "Stock Request Orders" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_abstract +msgid "Stock Request Template" +msgstr "" + #. module: stock_request #: model:res.groups,name:stock_request.group_stock_request_user msgid "Stock Request User" msgstr "" #. module: stock_request -#: sql_constraint:stock.request:0 +#: sql_constraint:stock.request:0 sql_constraint:stock.request.order:0 msgid "Stock Request name must be unique" msgstr "" @@ -358,6 +563,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_ids #: model:ir.ui.menu,name:stock_request.menu_stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_root +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.stock_request_search #: model:ir.ui.view,arch_db:stock_request.view_picking_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form @@ -365,11 +571,45 @@ msgstr "" msgid "Stock Requests" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban +msgid "Stock Requests Kanban integration" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Stock Requests Search" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_purchase +msgid "Stock Requests for Purchases" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +msgid "Stock request" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_count +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_tree +msgid "Stock requests" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move.py:38 +#: code:addons/stock_request/models/stock_request_order.py:272 +#, python-format +msgid "The company of the stock request must match with that of the location." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:263 +#, python-format +msgid "The company of the stock request must match with that of the warehouse." +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_move_line.py:15 #, python-format @@ -378,31 +618,135 @@ msgid "" "in %s using Picking %s:" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:187 +#, python-format +msgid "The picking policy must be equal to the order" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Transfers" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:302 +#, python-format +msgid "" +"Unfortunately it seems you do not have the necessary rights for creating " +"stock requests. Please contact your administrator." +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id msgid "UoM" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Use Kanban cards for consumable products" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Use Purchases with Stock Requests" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_warehouse +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_warehouse_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Warehouse" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:187 +#: code:addons/stock_request/models/stock_request.py:146 +#, python-format +msgid "Warehouse must be equal to the order" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location.py:24 +#, python-format +msgid "" +"You cannot change the company of the location, as it is already assigned to " +"stock request orders that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location.py:17 +#, python-format +msgid "" +"You cannot change the company of the location, as it is already assigned to " +"stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location_route.py:17 +#, python-format +msgid "" +"You cannot change the company of the route, as it is already assigned to " +"stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_warehouse.py:26 +#, python-format +msgid "" +"You cannot change the company of the warehouse, as it is already assigned to " +"stock request orders that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_warehouse.py:18 +#, python-format +msgid "" +"You cannot change the company of the warehouse, as it is already assigned to " +"stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:134 +#, python-format +msgid "You have entered a location that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:129 +#, python-format +msgid "You have entered a product that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:143 +#, python-format +msgid "You have entered a route that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:138 +#, python-format +msgid "You have entered a warehouse that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:153 #, python-format msgid "" "You have to select a product unit of measure in the same category than the " "default unit of measure of the product" msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_res_config_settings +msgid "res.config.settings" +msgstr "" diff --git a/stock_request/i18n/fr_FR.po b/stock_request/i18n/fr_FR.po index 78d1f5517..d0233347a 100644 --- a/stock_request/i18n/fr_FR.po +++ b/stock_request/i18n/fr_FR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_request -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2018-03-02 03:44+0000\n" "PO-Revision-Date: 2018-03-02 03:44+0000\n" "Last-Translator: OCA Transbot , 2018\n" -"Language-Team: French (France) (https://www.transifex.com/oca/teams/23907/fr_FR/)\n" +"Language-Team: French (France) (https://www.transifex.com/oca/teams/23907/" +"fr_FR/)\n" +"Language: fr_FR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: fr_FR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: stock_request @@ -24,6 +25,11 @@ msgstr "" msgid "
  • %s: Transferred quantity %s %s
  • " msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Activates Stock Request Orders" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty msgid "Allocated Quantity" @@ -35,12 +41,13 @@ msgid "Archived" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Cancel" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Cancelled" msgstr "" @@ -50,11 +57,22 @@ msgid "Click to add a Stock Request." msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_company_id msgid "Company" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:170 +#, python-format +msgid "Company must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Confirm" msgstr "" @@ -62,45 +80,73 @@ msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_uid #: model:ir.model.fields,field_description:stock_request.field_stock_request_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_uid msgid "Created by" msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_date #: model:ir.model.fields,field_description:stock_request.field_stock_request_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_date msgid "Created on" msgstr "" #. module: stock_request #: model:ir.model.fields,help:stock_request.field_stock_request_expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request_order_expected_date msgid "Date when you expect to receive the goods." msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_count #: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_count msgid "Delivery Orders" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_display_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_display_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_display_name msgid "Display Name" msgstr "" #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Done" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Draft" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Orders" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Stock Requests Kanban cards" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Stock Requests for Purchases" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date -msgid "Expected date" +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_expected_date +msgid "Expected Date" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:177 +#, python-format +msgid "Expected date must be equal to the order" msgstr "" #. module: stock_request @@ -109,41 +155,89 @@ msgid "Group By" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_group_stock_request_order +msgid "Group Stock Request Order" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5149 msgid "ID" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "In progress" msgstr "" +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_location +msgid "Inventory Locations" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_location_route +msgid "Inventory Routes" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +msgid "Items" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Kanban" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract___last_update #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order___last_update msgid "Last Modified on" msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_uid #: model:ir.model.fields,field_description:stock_request.field_stock_request_write_uid msgid "Last Updated by" msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_date #: model:ir.model.fields,field_description:stock_request.field_stock_request_write_date msgid "Last Updated on" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_location_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_location_id #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Location" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:153 +#, python-format +msgid "Location must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_master_data +msgid "Master Data" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_order_procurement_group_id #: model:ir.model.fields,help:stock_request.field_stock_request_procurement_group_id msgid "" "Moves created through this stock request will be put in this procurement " @@ -152,26 +246,65 @@ msgid "" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_name msgid "Name" msgstr "" +#. module: stock_request +#: sql_constraint:stock.request:0 sql_constraint:stock.request.abstract:0 +msgid "Name must be unique" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:255 +#, python-format +msgid "Only orders on draft state can be unlinked" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:314 +#, python-format +msgid "Only requests on draft state can be unlinked" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty msgid "Open Quantity" msgstr "" +#. module: stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_operations +msgid "Operations" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id +msgid "Order" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Orders" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_move_line msgid "Packing Operation" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_ids #: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids msgid "Pickings" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id msgid "Procurement Group" msgstr "" @@ -182,16 +315,31 @@ msgid "Procurement Rule" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:163 +#, python-format +msgid "Procurement group must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id msgid "Product" msgstr "Produit" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id msgid "Product Unit of Measure" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Purchases" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done msgid "Qty Done" @@ -203,6 +351,8 @@ msgid "Qty In Progress" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_qty #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty msgid "Quantity" msgstr "" @@ -218,6 +368,8 @@ msgid "Quantity in progress." msgstr "" #. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_qty #: model:ir.model.fields,help:stock_request.field_stock_request_product_qty msgid "Quantity in the default UoM of the product" msgstr "" @@ -225,8 +377,8 @@ msgstr "" #. module: stock_request #: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty msgid "" -"Quantity of the stock request allocated to the stock move, in the UoM of the" -" Stock Request" +"Quantity of the stock request allocated to the stock move, in the UoM of the " +"Stock Request" msgstr "" #. module: stock_request @@ -238,11 +390,15 @@ msgid "" msgstr "" #. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_uom_qty #: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty msgid "Quantity, specified in the unit of measure indicated in the request." msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_qty #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty msgid "Real Quantity" msgstr "" @@ -255,14 +411,22 @@ msgstr "" #. module: stock_request #: selection:stock.request,picking_policy:0 +#: selection:stock.request.order,picking_policy:0 msgid "Receive all products at once" msgstr "" #. module: stock_request #: selection:stock.request,picking_policy:0 +#: selection:stock.request.order,picking_policy:0 msgid "Receive each product when available" msgstr "" +#. module: stock_request +#: model:ir.actions.server,name:stock_request.action_template_generate_stock_request_orders +#: model:ir.actions.server,name:stock_request.action_variant_generate_stock_request_orders +msgid "Request Stock" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty msgid "Requested Quantity" @@ -274,26 +438,47 @@ msgid "Requested Quantity (UoM)" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_requested_by #: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by msgid "Requested by" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:139 +#, python-format +msgid "Requested by must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_ids #: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_ids msgid "Route" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Set to Draft" msgstr "" #. module: stock_request +#: model:ir.actions.act_window,name:stock_request.action_stock_request_config +#: model:ir.ui.menu,name:stock_request.menu_stock_request_config +msgid "Settings" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_policy #: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy msgid "Shipping Policy" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_state #: model:ir.model.fields,field_description:stock_request.field_stock_request_state msgid "Status" msgstr "" @@ -306,13 +491,16 @@ msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_move_ids msgid "Stock Moves" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_ids #: model:ir.module.category,name:stock_request.module_category_stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Stock Request" msgstr "" @@ -342,13 +530,30 @@ msgstr "" msgid "Stock Request Manager" msgstr "" +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_order +#: model:res.groups,name:stock_request.group_stock_request_order +msgid "Stock Request Order" +msgstr "" + +#. module: stock_request +#: model:ir.actions.act_window,name:stock_request.stock_request_order_action +#: model:ir.ui.menu,name:stock_request.stock_request_order_menu +msgid "Stock Request Orders" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_abstract +msgid "Stock Request Template" +msgstr "" + #. module: stock_request #: model:res.groups,name:stock_request.group_stock_request_user msgid "Stock Request User" msgstr "" #. module: stock_request -#: sql_constraint:stock.request:0 +#: sql_constraint:stock.request:0 sql_constraint:stock.request.order:0 msgid "Stock Request name must be unique" msgstr "" @@ -358,6 +563,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_ids #: model:ir.ui.menu,name:stock_request.menu_stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_root +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.stock_request_search #: model:ir.ui.view,arch_db:stock_request.view_picking_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form @@ -365,11 +571,45 @@ msgstr "" msgid "Stock Requests" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban +msgid "Stock Requests Kanban integration" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Stock Requests Search" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_purchase +msgid "Stock Requests for Purchases" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +msgid "Stock request" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_count +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_tree +msgid "Stock requests" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move.py:38 +#: code:addons/stock_request/models/stock_request_order.py:272 +#, python-format +msgid "The company of the stock request must match with that of the location." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:263 +#, python-format +msgid "The company of the stock request must match with that of the warehouse." +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_move_line.py:15 #, python-format @@ -378,31 +618,135 @@ msgid "" "in %s using Picking %s:" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:187 +#, python-format +msgid "The picking policy must be equal to the order" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Transfers" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:302 +#, python-format +msgid "" +"Unfortunately it seems you do not have the necessary rights for creating " +"stock requests. Please contact your administrator." +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id msgid "UoM" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Use Kanban cards for consumable products" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Use Purchases with Stock Requests" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_warehouse +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_warehouse_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Warehouse" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:187 +#: code:addons/stock_request/models/stock_request.py:146 +#, python-format +msgid "Warehouse must be equal to the order" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location.py:24 +#, python-format +msgid "" +"You cannot change the company of the location, as it is already assigned to " +"stock request orders that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location.py:17 +#, python-format +msgid "" +"You cannot change the company of the location, as it is already assigned to " +"stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location_route.py:17 +#, python-format +msgid "" +"You cannot change the company of the route, as it is already assigned to " +"stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_warehouse.py:26 +#, python-format +msgid "" +"You cannot change the company of the warehouse, as it is already assigned to " +"stock request orders that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_warehouse.py:18 +#, python-format +msgid "" +"You cannot change the company of the warehouse, as it is already assigned to " +"stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:134 +#, python-format +msgid "You have entered a location that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:129 +#, python-format +msgid "You have entered a product that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:143 +#, python-format +msgid "You have entered a route that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:138 +#, python-format +msgid "You have entered a warehouse that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:153 #, python-format msgid "" "You have to select a product unit of measure in the same category than the " "default unit of measure of the product" msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_res_config_settings +msgid "res.config.settings" +msgstr "" diff --git a/stock_request/i18n/gl.po b/stock_request/i18n/gl.po index 3476a8d16..36e766333 100644 --- a/stock_request/i18n/gl.po +++ b/stock_request/i18n/gl.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_request -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-03-02 03:44+0000\n" "Last-Translator: OCA Transbot , 2018\n" "Language-Team: Galician (https://www.transifex.com/oca/teams/23907/gl/)\n" +"Language: gl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: gl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_request @@ -24,6 +24,11 @@ msgstr "" msgid "
  • %s: Transferred quantity %s %s
  • " msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Activates Stock Request Orders" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty msgid "Allocated Quantity" @@ -35,12 +40,13 @@ msgid "Archived" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Cancel" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Cancelled" msgstr "" @@ -50,11 +56,22 @@ msgid "Click to add a Stock Request." msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_company_id msgid "Company" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:170 +#, python-format +msgid "Company must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Confirm" msgstr "" @@ -62,45 +79,73 @@ msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_uid #: model:ir.model.fields,field_description:stock_request.field_stock_request_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_uid msgid "Created by" msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_date #: model:ir.model.fields,field_description:stock_request.field_stock_request_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_date msgid "Created on" msgstr "" #. module: stock_request #: model:ir.model.fields,help:stock_request.field_stock_request_expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request_order_expected_date msgid "Date when you expect to receive the goods." msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_count #: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_count msgid "Delivery Orders" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_display_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_display_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_display_name msgid "Display Name" msgstr "" #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Done" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Draft" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Orders" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Stock Requests Kanban cards" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Stock Requests for Purchases" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date -msgid "Expected date" +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_expected_date +msgid "Expected Date" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:177 +#, python-format +msgid "Expected date must be equal to the order" msgstr "" #. module: stock_request @@ -109,41 +154,89 @@ msgid "Group By" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_group_stock_request_order +msgid "Group Stock Request Order" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5149 msgid "ID" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "In progress" msgstr "" +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_location +msgid "Inventory Locations" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_location_route +msgid "Inventory Routes" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +msgid "Items" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Kanban" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract___last_update #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order___last_update msgid "Last Modified on" msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_uid #: model:ir.model.fields,field_description:stock_request.field_stock_request_write_uid msgid "Last Updated by" msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_date #: model:ir.model.fields,field_description:stock_request.field_stock_request_write_date msgid "Last Updated on" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_location_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_location_id #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Location" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:153 +#, python-format +msgid "Location must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_master_data +msgid "Master Data" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_order_procurement_group_id #: model:ir.model.fields,help:stock_request.field_stock_request_procurement_group_id msgid "" "Moves created through this stock request will be put in this procurement " @@ -152,26 +245,65 @@ msgid "" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_name msgid "Name" msgstr "" +#. module: stock_request +#: sql_constraint:stock.request:0 sql_constraint:stock.request.abstract:0 +msgid "Name must be unique" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:255 +#, python-format +msgid "Only orders on draft state can be unlinked" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:314 +#, python-format +msgid "Only requests on draft state can be unlinked" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty msgid "Open Quantity" msgstr "" +#. module: stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_operations +msgid "Operations" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id +msgid "Order" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Orders" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_move_line msgid "Packing Operation" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_ids #: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids msgid "Pickings" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id msgid "Procurement Group" msgstr "" @@ -182,16 +314,31 @@ msgid "Procurement Rule" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:163 +#, python-format +msgid "Procurement group must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id msgid "Product" msgstr "Produto" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id msgid "Product Unit of Measure" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Purchases" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done msgid "Qty Done" @@ -203,6 +350,8 @@ msgid "Qty In Progress" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_qty #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty msgid "Quantity" msgstr "" @@ -218,6 +367,8 @@ msgid "Quantity in progress." msgstr "" #. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_qty #: model:ir.model.fields,help:stock_request.field_stock_request_product_qty msgid "Quantity in the default UoM of the product" msgstr "" @@ -225,8 +376,8 @@ msgstr "" #. module: stock_request #: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty msgid "" -"Quantity of the stock request allocated to the stock move, in the UoM of the" -" Stock Request" +"Quantity of the stock request allocated to the stock move, in the UoM of the " +"Stock Request" msgstr "" #. module: stock_request @@ -238,11 +389,15 @@ msgid "" msgstr "" #. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_uom_qty #: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty msgid "Quantity, specified in the unit of measure indicated in the request." msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_qty #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty msgid "Real Quantity" msgstr "" @@ -255,14 +410,22 @@ msgstr "" #. module: stock_request #: selection:stock.request,picking_policy:0 +#: selection:stock.request.order,picking_policy:0 msgid "Receive all products at once" msgstr "" #. module: stock_request #: selection:stock.request,picking_policy:0 +#: selection:stock.request.order,picking_policy:0 msgid "Receive each product when available" msgstr "" +#. module: stock_request +#: model:ir.actions.server,name:stock_request.action_template_generate_stock_request_orders +#: model:ir.actions.server,name:stock_request.action_variant_generate_stock_request_orders +msgid "Request Stock" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty msgid "Requested Quantity" @@ -274,26 +437,47 @@ msgid "Requested Quantity (UoM)" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_requested_by #: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by msgid "Requested by" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:139 +#, python-format +msgid "Requested by must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_ids #: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_ids msgid "Route" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Set to Draft" msgstr "" #. module: stock_request +#: model:ir.actions.act_window,name:stock_request.action_stock_request_config +#: model:ir.ui.menu,name:stock_request.menu_stock_request_config +msgid "Settings" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_policy #: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy msgid "Shipping Policy" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_state #: model:ir.model.fields,field_description:stock_request.field_stock_request_state msgid "Status" msgstr "" @@ -306,13 +490,16 @@ msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_move_ids msgid "Stock Moves" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_ids #: model:ir.module.category,name:stock_request.module_category_stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Stock Request" msgstr "" @@ -342,13 +529,30 @@ msgstr "" msgid "Stock Request Manager" msgstr "" +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_order +#: model:res.groups,name:stock_request.group_stock_request_order +msgid "Stock Request Order" +msgstr "" + +#. module: stock_request +#: model:ir.actions.act_window,name:stock_request.stock_request_order_action +#: model:ir.ui.menu,name:stock_request.stock_request_order_menu +msgid "Stock Request Orders" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_abstract +msgid "Stock Request Template" +msgstr "" + #. module: stock_request #: model:res.groups,name:stock_request.group_stock_request_user msgid "Stock Request User" msgstr "" #. module: stock_request -#: sql_constraint:stock.request:0 +#: sql_constraint:stock.request:0 sql_constraint:stock.request.order:0 msgid "Stock Request name must be unique" msgstr "" @@ -358,6 +562,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_ids #: model:ir.ui.menu,name:stock_request.menu_stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_root +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.stock_request_search #: model:ir.ui.view,arch_db:stock_request.view_picking_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form @@ -365,11 +570,45 @@ msgstr "" msgid "Stock Requests" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban +msgid "Stock Requests Kanban integration" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Stock Requests Search" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_purchase +msgid "Stock Requests for Purchases" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +msgid "Stock request" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_count +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_tree +msgid "Stock requests" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move.py:38 +#: code:addons/stock_request/models/stock_request_order.py:272 +#, python-format +msgid "The company of the stock request must match with that of the location." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:263 +#, python-format +msgid "The company of the stock request must match with that of the warehouse." +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_move_line.py:15 #, python-format @@ -378,31 +617,135 @@ msgid "" "in %s using Picking %s:" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:187 +#, python-format +msgid "The picking policy must be equal to the order" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Transfers" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:302 +#, python-format +msgid "" +"Unfortunately it seems you do not have the necessary rights for creating " +"stock requests. Please contact your administrator." +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id msgid "UoM" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Use Kanban cards for consumable products" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Use Purchases with Stock Requests" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_warehouse +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_warehouse_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Warehouse" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:187 +#: code:addons/stock_request/models/stock_request.py:146 +#, python-format +msgid "Warehouse must be equal to the order" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location.py:24 +#, python-format +msgid "" +"You cannot change the company of the location, as it is already assigned to " +"stock request orders that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location.py:17 +#, python-format +msgid "" +"You cannot change the company of the location, as it is already assigned to " +"stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location_route.py:17 +#, python-format +msgid "" +"You cannot change the company of the route, as it is already assigned to " +"stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_warehouse.py:26 +#, python-format +msgid "" +"You cannot change the company of the warehouse, as it is already assigned to " +"stock request orders that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_warehouse.py:18 +#, python-format +msgid "" +"You cannot change the company of the warehouse, as it is already assigned to " +"stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:134 +#, python-format +msgid "You have entered a location that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:129 +#, python-format +msgid "You have entered a product that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:143 +#, python-format +msgid "You have entered a route that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:138 +#, python-format +msgid "You have entered a warehouse that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:153 #, python-format msgid "" "You have to select a product unit of measure in the same category than the " "default unit of measure of the product" msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_res_config_settings +msgid "res.config.settings" +msgstr "" diff --git a/stock_request/i18n/hr.po b/stock_request/i18n/hr.po index db8d31a04..4946e114d 100644 --- a/stock_request/i18n/hr.po +++ b/stock_request/i18n/hr.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_request -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,11 +12,12 @@ msgstr "" "PO-Revision-Date: 2018-03-02 03:44+0000\n" "Last-Translator: OCA Transbot , 2018\n" "Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n" +"Language: hr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: hr\n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" #. module: stock_request #: code:addons/stock_request/models/stock_move_line.py:20 @@ -24,6 +25,11 @@ msgstr "" msgid "
  • %s: Transferred quantity %s %s
  • " msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Activates Stock Request Orders" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty msgid "Allocated Quantity" @@ -35,12 +41,13 @@ msgid "Archived" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Cancel" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Cancelled" msgstr "" @@ -50,11 +57,22 @@ msgid "Click to add a Stock Request." msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_company_id msgid "Company" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:170 +#, python-format +msgid "Company must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Confirm" msgstr "" @@ -62,45 +80,73 @@ msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_uid #: model:ir.model.fields,field_description:stock_request.field_stock_request_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_uid msgid "Created by" msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_date #: model:ir.model.fields,field_description:stock_request.field_stock_request_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_date msgid "Created on" msgstr "" #. module: stock_request #: model:ir.model.fields,help:stock_request.field_stock_request_expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request_order_expected_date msgid "Date when you expect to receive the goods." msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_count #: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_count msgid "Delivery Orders" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_display_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_display_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_display_name msgid "Display Name" msgstr "" #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Done" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Draft" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Orders" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Stock Requests Kanban cards" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Stock Requests for Purchases" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date -msgid "Expected date" +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_expected_date +msgid "Expected Date" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:177 +#, python-format +msgid "Expected date must be equal to the order" msgstr "" #. module: stock_request @@ -109,41 +155,89 @@ msgid "Group By" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_group_stock_request_order +msgid "Group Stock Request Order" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5149 msgid "ID" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "In progress" msgstr "" +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_location +msgid "Inventory Locations" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_location_route +msgid "Inventory Routes" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +msgid "Items" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Kanban" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract___last_update #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order___last_update msgid "Last Modified on" msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_uid #: model:ir.model.fields,field_description:stock_request.field_stock_request_write_uid msgid "Last Updated by" msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_date #: model:ir.model.fields,field_description:stock_request.field_stock_request_write_date msgid "Last Updated on" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_location_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_location_id #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Location" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:153 +#, python-format +msgid "Location must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_master_data +msgid "Master Data" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_order_procurement_group_id #: model:ir.model.fields,help:stock_request.field_stock_request_procurement_group_id msgid "" "Moves created through this stock request will be put in this procurement " @@ -152,26 +246,65 @@ msgid "" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_name msgid "Name" msgstr "" +#. module: stock_request +#: sql_constraint:stock.request:0 sql_constraint:stock.request.abstract:0 +msgid "Name must be unique" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:255 +#, python-format +msgid "Only orders on draft state can be unlinked" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:314 +#, python-format +msgid "Only requests on draft state can be unlinked" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty msgid "Open Quantity" msgstr "" +#. module: stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_operations +msgid "Operations" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id +msgid "Order" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Orders" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_move_line msgid "Packing Operation" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_ids #: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids msgid "Pickings" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id msgid "Procurement Group" msgstr "" @@ -182,16 +315,31 @@ msgid "Procurement Rule" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:163 +#, python-format +msgid "Procurement group must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id msgid "Product" msgstr "Proizvod" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id msgid "Product Unit of Measure" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Purchases" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done msgid "Qty Done" @@ -203,6 +351,8 @@ msgid "Qty In Progress" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_qty #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty msgid "Quantity" msgstr "" @@ -218,6 +368,8 @@ msgid "Quantity in progress." msgstr "" #. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_qty #: model:ir.model.fields,help:stock_request.field_stock_request_product_qty msgid "Quantity in the default UoM of the product" msgstr "" @@ -225,8 +377,8 @@ msgstr "" #. module: stock_request #: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty msgid "" -"Quantity of the stock request allocated to the stock move, in the UoM of the" -" Stock Request" +"Quantity of the stock request allocated to the stock move, in the UoM of the " +"Stock Request" msgstr "" #. module: stock_request @@ -238,11 +390,15 @@ msgid "" msgstr "" #. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_uom_qty #: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty msgid "Quantity, specified in the unit of measure indicated in the request." msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_qty #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty msgid "Real Quantity" msgstr "" @@ -255,14 +411,22 @@ msgstr "" #. module: stock_request #: selection:stock.request,picking_policy:0 +#: selection:stock.request.order,picking_policy:0 msgid "Receive all products at once" msgstr "" #. module: stock_request #: selection:stock.request,picking_policy:0 +#: selection:stock.request.order,picking_policy:0 msgid "Receive each product when available" msgstr "" +#. module: stock_request +#: model:ir.actions.server,name:stock_request.action_template_generate_stock_request_orders +#: model:ir.actions.server,name:stock_request.action_variant_generate_stock_request_orders +msgid "Request Stock" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty msgid "Requested Quantity" @@ -274,26 +438,47 @@ msgid "Requested Quantity (UoM)" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_requested_by #: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by msgid "Requested by" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:139 +#, python-format +msgid "Requested by must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_ids #: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_ids msgid "Route" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Set to Draft" msgstr "" #. module: stock_request +#: model:ir.actions.act_window,name:stock_request.action_stock_request_config +#: model:ir.ui.menu,name:stock_request.menu_stock_request_config +msgid "Settings" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_policy #: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy msgid "Shipping Policy" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_state #: model:ir.model.fields,field_description:stock_request.field_stock_request_state msgid "Status" msgstr "" @@ -306,13 +491,16 @@ msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_move_ids msgid "Stock Moves" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_ids #: model:ir.module.category,name:stock_request.module_category_stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Stock Request" msgstr "" @@ -342,13 +530,30 @@ msgstr "" msgid "Stock Request Manager" msgstr "" +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_order +#: model:res.groups,name:stock_request.group_stock_request_order +msgid "Stock Request Order" +msgstr "" + +#. module: stock_request +#: model:ir.actions.act_window,name:stock_request.stock_request_order_action +#: model:ir.ui.menu,name:stock_request.stock_request_order_menu +msgid "Stock Request Orders" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_abstract +msgid "Stock Request Template" +msgstr "" + #. module: stock_request #: model:res.groups,name:stock_request.group_stock_request_user msgid "Stock Request User" msgstr "" #. module: stock_request -#: sql_constraint:stock.request:0 +#: sql_constraint:stock.request:0 sql_constraint:stock.request.order:0 msgid "Stock Request name must be unique" msgstr "" @@ -358,6 +563,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_ids #: model:ir.ui.menu,name:stock_request.menu_stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_root +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.stock_request_search #: model:ir.ui.view,arch_db:stock_request.view_picking_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form @@ -365,11 +571,45 @@ msgstr "" msgid "Stock Requests" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban +msgid "Stock Requests Kanban integration" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Stock Requests Search" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_purchase +msgid "Stock Requests for Purchases" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +msgid "Stock request" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_count +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_tree +msgid "Stock requests" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move.py:38 +#: code:addons/stock_request/models/stock_request_order.py:272 +#, python-format +msgid "The company of the stock request must match with that of the location." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:263 +#, python-format +msgid "The company of the stock request must match with that of the warehouse." +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_move_line.py:15 #, python-format @@ -378,31 +618,135 @@ msgid "" "in %s using Picking %s:" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:187 +#, python-format +msgid "The picking policy must be equal to the order" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Transfers" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:302 +#, python-format +msgid "" +"Unfortunately it seems you do not have the necessary rights for creating " +"stock requests. Please contact your administrator." +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id msgid "UoM" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Use Kanban cards for consumable products" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Use Purchases with Stock Requests" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_warehouse +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_warehouse_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Warehouse" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:187 +#: code:addons/stock_request/models/stock_request.py:146 +#, python-format +msgid "Warehouse must be equal to the order" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location.py:24 +#, python-format +msgid "" +"You cannot change the company of the location, as it is already assigned to " +"stock request orders that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location.py:17 +#, python-format +msgid "" +"You cannot change the company of the location, as it is already assigned to " +"stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location_route.py:17 +#, python-format +msgid "" +"You cannot change the company of the route, as it is already assigned to " +"stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_warehouse.py:26 +#, python-format +msgid "" +"You cannot change the company of the warehouse, as it is already assigned to " +"stock request orders that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_warehouse.py:18 +#, python-format +msgid "" +"You cannot change the company of the warehouse, as it is already assigned to " +"stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:134 +#, python-format +msgid "You have entered a location that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:129 +#, python-format +msgid "You have entered a product that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:143 +#, python-format +msgid "You have entered a route that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:138 +#, python-format +msgid "You have entered a warehouse that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:153 #, python-format msgid "" "You have to select a product unit of measure in the same category than the " "default unit of measure of the product" msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_res_config_settings +msgid "res.config.settings" +msgstr "" diff --git a/stock_request/i18n/hr_HR.po b/stock_request/i18n/hr_HR.po index 5d403d677..e7ec39b51 100644 --- a/stock_request/i18n/hr_HR.po +++ b/stock_request/i18n/hr_HR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_request -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -11,12 +11,14 @@ msgstr "" "POT-Creation-Date: 2018-03-02 03:44+0000\n" "PO-Revision-Date: 2018-03-02 03:44+0000\n" "Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/hr_HR/)\n" +"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/" +"hr_HR/)\n" +"Language: hr_HR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: hr_HR\n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" #. module: stock_request #: code:addons/stock_request/models/stock_move_line.py:20 @@ -24,6 +26,11 @@ msgstr "" msgid "
  • %s: Transferred quantity %s %s
  • " msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Activates Stock Request Orders" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty msgid "Allocated Quantity" @@ -35,12 +42,13 @@ msgid "Archived" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Cancel" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Cancelled" msgstr "" @@ -50,11 +58,22 @@ msgid "Click to add a Stock Request." msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_company_id msgid "Company" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:170 +#, python-format +msgid "Company must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Confirm" msgstr "" @@ -62,45 +81,73 @@ msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_uid #: model:ir.model.fields,field_description:stock_request.field_stock_request_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_uid msgid "Created by" msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_date #: model:ir.model.fields,field_description:stock_request.field_stock_request_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_date msgid "Created on" msgstr "" #. module: stock_request #: model:ir.model.fields,help:stock_request.field_stock_request_expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request_order_expected_date msgid "Date when you expect to receive the goods." msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_count #: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_count msgid "Delivery Orders" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_display_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_display_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_display_name msgid "Display Name" msgstr "" #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Done" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Draft" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Orders" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Stock Requests Kanban cards" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Stock Requests for Purchases" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date -msgid "Expected date" +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_expected_date +msgid "Expected Date" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:177 +#, python-format +msgid "Expected date must be equal to the order" msgstr "" #. module: stock_request @@ -109,41 +156,89 @@ msgid "Group By" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_group_stock_request_order +msgid "Group Stock Request Order" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5149 msgid "ID" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "In progress" msgstr "" +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_location +msgid "Inventory Locations" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_location_route +msgid "Inventory Routes" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +msgid "Items" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Kanban" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract___last_update #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order___last_update msgid "Last Modified on" msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_uid #: model:ir.model.fields,field_description:stock_request.field_stock_request_write_uid msgid "Last Updated by" msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_date #: model:ir.model.fields,field_description:stock_request.field_stock_request_write_date msgid "Last Updated on" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_location_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_location_id #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Location" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:153 +#, python-format +msgid "Location must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_master_data +msgid "Master Data" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_order_procurement_group_id #: model:ir.model.fields,help:stock_request.field_stock_request_procurement_group_id msgid "" "Moves created through this stock request will be put in this procurement " @@ -152,26 +247,65 @@ msgid "" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_name msgid "Name" msgstr "" +#. module: stock_request +#: sql_constraint:stock.request:0 sql_constraint:stock.request.abstract:0 +msgid "Name must be unique" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:255 +#, python-format +msgid "Only orders on draft state can be unlinked" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:314 +#, python-format +msgid "Only requests on draft state can be unlinked" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty msgid "Open Quantity" msgstr "" +#. module: stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_operations +msgid "Operations" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id +msgid "Order" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Orders" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_move_line msgid "Packing Operation" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_ids #: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids msgid "Pickings" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id msgid "Procurement Group" msgstr "" @@ -182,16 +316,31 @@ msgid "Procurement Rule" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:163 +#, python-format +msgid "Procurement group must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id msgid "Product" msgstr "Proizvod" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id msgid "Product Unit of Measure" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Purchases" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done msgid "Qty Done" @@ -203,6 +352,8 @@ msgid "Qty In Progress" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_qty #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty msgid "Quantity" msgstr "" @@ -218,6 +369,8 @@ msgid "Quantity in progress." msgstr "" #. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_qty #: model:ir.model.fields,help:stock_request.field_stock_request_product_qty msgid "Quantity in the default UoM of the product" msgstr "" @@ -225,8 +378,8 @@ msgstr "" #. module: stock_request #: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty msgid "" -"Quantity of the stock request allocated to the stock move, in the UoM of the" -" Stock Request" +"Quantity of the stock request allocated to the stock move, in the UoM of the " +"Stock Request" msgstr "" #. module: stock_request @@ -238,11 +391,15 @@ msgid "" msgstr "" #. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_uom_qty #: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty msgid "Quantity, specified in the unit of measure indicated in the request." msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_qty #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty msgid "Real Quantity" msgstr "" @@ -255,14 +412,22 @@ msgstr "" #. module: stock_request #: selection:stock.request,picking_policy:0 +#: selection:stock.request.order,picking_policy:0 msgid "Receive all products at once" msgstr "" #. module: stock_request #: selection:stock.request,picking_policy:0 +#: selection:stock.request.order,picking_policy:0 msgid "Receive each product when available" msgstr "" +#. module: stock_request +#: model:ir.actions.server,name:stock_request.action_template_generate_stock_request_orders +#: model:ir.actions.server,name:stock_request.action_variant_generate_stock_request_orders +msgid "Request Stock" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty msgid "Requested Quantity" @@ -274,26 +439,47 @@ msgid "Requested Quantity (UoM)" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_requested_by #: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by msgid "Requested by" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:139 +#, python-format +msgid "Requested by must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_ids #: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_ids msgid "Route" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Set to Draft" msgstr "" #. module: stock_request +#: model:ir.actions.act_window,name:stock_request.action_stock_request_config +#: model:ir.ui.menu,name:stock_request.menu_stock_request_config +msgid "Settings" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_policy #: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy msgid "Shipping Policy" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_state #: model:ir.model.fields,field_description:stock_request.field_stock_request_state msgid "Status" msgstr "" @@ -306,13 +492,16 @@ msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_move_ids msgid "Stock Moves" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_ids #: model:ir.module.category,name:stock_request.module_category_stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Stock Request" msgstr "" @@ -342,13 +531,30 @@ msgstr "" msgid "Stock Request Manager" msgstr "" +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_order +#: model:res.groups,name:stock_request.group_stock_request_order +msgid "Stock Request Order" +msgstr "" + +#. module: stock_request +#: model:ir.actions.act_window,name:stock_request.stock_request_order_action +#: model:ir.ui.menu,name:stock_request.stock_request_order_menu +msgid "Stock Request Orders" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_abstract +msgid "Stock Request Template" +msgstr "" + #. module: stock_request #: model:res.groups,name:stock_request.group_stock_request_user msgid "Stock Request User" msgstr "" #. module: stock_request -#: sql_constraint:stock.request:0 +#: sql_constraint:stock.request:0 sql_constraint:stock.request.order:0 msgid "Stock Request name must be unique" msgstr "" @@ -358,6 +564,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_ids #: model:ir.ui.menu,name:stock_request.menu_stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_root +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.stock_request_search #: model:ir.ui.view,arch_db:stock_request.view_picking_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form @@ -365,11 +572,45 @@ msgstr "" msgid "Stock Requests" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban +msgid "Stock Requests Kanban integration" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Stock Requests Search" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_purchase +msgid "Stock Requests for Purchases" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +msgid "Stock request" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_count +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_tree +msgid "Stock requests" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move.py:38 +#: code:addons/stock_request/models/stock_request_order.py:272 +#, python-format +msgid "The company of the stock request must match with that of the location." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:263 +#, python-format +msgid "The company of the stock request must match with that of the warehouse." +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_move_line.py:15 #, python-format @@ -378,31 +619,135 @@ msgid "" "in %s using Picking %s:" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:187 +#, python-format +msgid "The picking policy must be equal to the order" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Transfers" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:302 +#, python-format +msgid "" +"Unfortunately it seems you do not have the necessary rights for creating " +"stock requests. Please contact your administrator." +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id msgid "UoM" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Use Kanban cards for consumable products" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Use Purchases with Stock Requests" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_warehouse +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_warehouse_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Warehouse" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:187 +#: code:addons/stock_request/models/stock_request.py:146 +#, python-format +msgid "Warehouse must be equal to the order" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location.py:24 +#, python-format +msgid "" +"You cannot change the company of the location, as it is already assigned to " +"stock request orders that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location.py:17 +#, python-format +msgid "" +"You cannot change the company of the location, as it is already assigned to " +"stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location_route.py:17 +#, python-format +msgid "" +"You cannot change the company of the route, as it is already assigned to " +"stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_warehouse.py:26 +#, python-format +msgid "" +"You cannot change the company of the warehouse, as it is already assigned to " +"stock request orders that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_warehouse.py:18 +#, python-format +msgid "" +"You cannot change the company of the warehouse, as it is already assigned to " +"stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:134 +#, python-format +msgid "You have entered a location that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:129 +#, python-format +msgid "You have entered a product that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:143 +#, python-format +msgid "You have entered a route that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:138 +#, python-format +msgid "You have entered a warehouse that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:153 #, python-format msgid "" "You have to select a product unit of measure in the same category than the " "default unit of measure of the product" msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_res_config_settings +msgid "res.config.settings" +msgstr "" diff --git a/stock_request/i18n/it.po b/stock_request/i18n/it.po index 7d002372c..c98b10e0c 100644 --- a/stock_request/i18n/it.po +++ b/stock_request/i18n/it.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_request -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-03-02 03:44+0000\n" "Last-Translator: OCA Transbot , 2018\n" "Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_request @@ -24,6 +24,11 @@ msgstr "" msgid "
  • %s: Transferred quantity %s %s
  • " msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Activates Stock Request Orders" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty msgid "Allocated Quantity" @@ -35,12 +40,13 @@ msgid "Archived" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Cancel" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Cancelled" msgstr "" @@ -50,11 +56,22 @@ msgid "Click to add a Stock Request." msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_company_id msgid "Company" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:170 +#, python-format +msgid "Company must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Confirm" msgstr "" @@ -62,45 +79,73 @@ msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_uid #: model:ir.model.fields,field_description:stock_request.field_stock_request_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_uid msgid "Created by" msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_date #: model:ir.model.fields,field_description:stock_request.field_stock_request_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_date msgid "Created on" msgstr "" #. module: stock_request #: model:ir.model.fields,help:stock_request.field_stock_request_expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request_order_expected_date msgid "Date when you expect to receive the goods." msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_count #: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_count msgid "Delivery Orders" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_display_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_display_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_display_name msgid "Display Name" msgstr "" #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Done" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Draft" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Orders" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Stock Requests Kanban cards" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Stock Requests for Purchases" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date -msgid "Expected date" +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_expected_date +msgid "Expected Date" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:177 +#, python-format +msgid "Expected date must be equal to the order" msgstr "" #. module: stock_request @@ -109,41 +154,89 @@ msgid "Group By" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_group_stock_request_order +msgid "Group Stock Request Order" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5149 msgid "ID" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "In progress" msgstr "" +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_location +msgid "Inventory Locations" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_location_route +msgid "Inventory Routes" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +msgid "Items" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Kanban" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract___last_update #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order___last_update msgid "Last Modified on" msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_uid #: model:ir.model.fields,field_description:stock_request.field_stock_request_write_uid msgid "Last Updated by" msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_date #: model:ir.model.fields,field_description:stock_request.field_stock_request_write_date msgid "Last Updated on" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_location_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_location_id #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Location" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:153 +#, python-format +msgid "Location must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_master_data +msgid "Master Data" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_order_procurement_group_id #: model:ir.model.fields,help:stock_request.field_stock_request_procurement_group_id msgid "" "Moves created through this stock request will be put in this procurement " @@ -152,26 +245,65 @@ msgid "" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_name msgid "Name" msgstr "" +#. module: stock_request +#: sql_constraint:stock.request:0 sql_constraint:stock.request.abstract:0 +msgid "Name must be unique" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:255 +#, python-format +msgid "Only orders on draft state can be unlinked" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:314 +#, python-format +msgid "Only requests on draft state can be unlinked" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty msgid "Open Quantity" msgstr "" +#. module: stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_operations +msgid "Operations" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id +msgid "Order" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Orders" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_move_line msgid "Packing Operation" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_ids #: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids msgid "Pickings" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id msgid "Procurement Group" msgstr "" @@ -182,16 +314,31 @@ msgid "Procurement Rule" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:163 +#, python-format +msgid "Procurement group must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id msgid "Product" msgstr "Prodotto" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id msgid "Product Unit of Measure" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Purchases" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done msgid "Qty Done" @@ -203,6 +350,8 @@ msgid "Qty In Progress" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_qty #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty msgid "Quantity" msgstr "" @@ -218,6 +367,8 @@ msgid "Quantity in progress." msgstr "" #. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_qty #: model:ir.model.fields,help:stock_request.field_stock_request_product_qty msgid "Quantity in the default UoM of the product" msgstr "" @@ -225,8 +376,8 @@ msgstr "" #. module: stock_request #: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty msgid "" -"Quantity of the stock request allocated to the stock move, in the UoM of the" -" Stock Request" +"Quantity of the stock request allocated to the stock move, in the UoM of the " +"Stock Request" msgstr "" #. module: stock_request @@ -238,11 +389,15 @@ msgid "" msgstr "" #. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_uom_qty #: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty msgid "Quantity, specified in the unit of measure indicated in the request." msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_qty #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty msgid "Real Quantity" msgstr "" @@ -255,14 +410,22 @@ msgstr "" #. module: stock_request #: selection:stock.request,picking_policy:0 +#: selection:stock.request.order,picking_policy:0 msgid "Receive all products at once" msgstr "" #. module: stock_request #: selection:stock.request,picking_policy:0 +#: selection:stock.request.order,picking_policy:0 msgid "Receive each product when available" msgstr "" +#. module: stock_request +#: model:ir.actions.server,name:stock_request.action_template_generate_stock_request_orders +#: model:ir.actions.server,name:stock_request.action_variant_generate_stock_request_orders +msgid "Request Stock" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty msgid "Requested Quantity" @@ -274,26 +437,47 @@ msgid "Requested Quantity (UoM)" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_requested_by #: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by msgid "Requested by" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:139 +#, python-format +msgid "Requested by must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_ids #: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_ids msgid "Route" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Set to Draft" msgstr "" #. module: stock_request +#: model:ir.actions.act_window,name:stock_request.action_stock_request_config +#: model:ir.ui.menu,name:stock_request.menu_stock_request_config +msgid "Settings" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_policy #: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy msgid "Shipping Policy" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_state #: model:ir.model.fields,field_description:stock_request.field_stock_request_state msgid "Status" msgstr "" @@ -306,13 +490,16 @@ msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_move_ids msgid "Stock Moves" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_ids #: model:ir.module.category,name:stock_request.module_category_stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Stock Request" msgstr "" @@ -342,13 +529,30 @@ msgstr "" msgid "Stock Request Manager" msgstr "" +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_order +#: model:res.groups,name:stock_request.group_stock_request_order +msgid "Stock Request Order" +msgstr "" + +#. module: stock_request +#: model:ir.actions.act_window,name:stock_request.stock_request_order_action +#: model:ir.ui.menu,name:stock_request.stock_request_order_menu +msgid "Stock Request Orders" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_abstract +msgid "Stock Request Template" +msgstr "" + #. module: stock_request #: model:res.groups,name:stock_request.group_stock_request_user msgid "Stock Request User" msgstr "" #. module: stock_request -#: sql_constraint:stock.request:0 +#: sql_constraint:stock.request:0 sql_constraint:stock.request.order:0 msgid "Stock Request name must be unique" msgstr "" @@ -358,6 +562,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_ids #: model:ir.ui.menu,name:stock_request.menu_stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_root +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.stock_request_search #: model:ir.ui.view,arch_db:stock_request.view_picking_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form @@ -365,11 +570,45 @@ msgstr "" msgid "Stock Requests" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban +msgid "Stock Requests Kanban integration" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Stock Requests Search" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_purchase +msgid "Stock Requests for Purchases" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +msgid "Stock request" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_count +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_tree +msgid "Stock requests" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move.py:38 +#: code:addons/stock_request/models/stock_request_order.py:272 +#, python-format +msgid "The company of the stock request must match with that of the location." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:263 +#, python-format +msgid "The company of the stock request must match with that of the warehouse." +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_move_line.py:15 #, python-format @@ -378,31 +617,135 @@ msgid "" "in %s using Picking %s:" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:187 +#, python-format +msgid "The picking policy must be equal to the order" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Transfers" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:302 +#, python-format +msgid "" +"Unfortunately it seems you do not have the necessary rights for creating " +"stock requests. Please contact your administrator." +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id msgid "UoM" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Use Kanban cards for consumable products" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Use Purchases with Stock Requests" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_warehouse +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_warehouse_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Warehouse" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:187 +#: code:addons/stock_request/models/stock_request.py:146 +#, python-format +msgid "Warehouse must be equal to the order" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location.py:24 +#, python-format +msgid "" +"You cannot change the company of the location, as it is already assigned to " +"stock request orders that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location.py:17 +#, python-format +msgid "" +"You cannot change the company of the location, as it is already assigned to " +"stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location_route.py:17 +#, python-format +msgid "" +"You cannot change the company of the route, as it is already assigned to " +"stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_warehouse.py:26 +#, python-format +msgid "" +"You cannot change the company of the warehouse, as it is already assigned to " +"stock request orders that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_warehouse.py:18 +#, python-format +msgid "" +"You cannot change the company of the warehouse, as it is already assigned to " +"stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:134 +#, python-format +msgid "You have entered a location that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:129 +#, python-format +msgid "You have entered a product that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:143 +#, python-format +msgid "You have entered a route that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:138 +#, python-format +msgid "You have entered a warehouse that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:153 #, python-format msgid "" "You have to select a product unit of measure in the same category than the " "default unit of measure of the product" msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_res_config_settings +msgid "res.config.settings" +msgstr "" diff --git a/stock_request/i18n/nl.po b/stock_request/i18n/nl.po index fa4c7da09..be4caf220 100644 --- a/stock_request/i18n/nl.po +++ b/stock_request/i18n/nl.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_request -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-03-02 03:44+0000\n" "Last-Translator: OCA Transbot , 2018\n" "Language-Team: Dutch (https://www.transifex.com/oca/teams/23907/nl/)\n" +"Language: nl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: nl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_request @@ -24,6 +24,11 @@ msgstr "" msgid "
  • %s: Transferred quantity %s %s
  • " msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Activates Stock Request Orders" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty msgid "Allocated Quantity" @@ -35,12 +40,13 @@ msgid "Archived" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Cancel" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Cancelled" msgstr "" @@ -50,11 +56,22 @@ msgid "Click to add a Stock Request." msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_company_id msgid "Company" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:170 +#, python-format +msgid "Company must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Confirm" msgstr "" @@ -62,45 +79,73 @@ msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_uid #: model:ir.model.fields,field_description:stock_request.field_stock_request_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_uid msgid "Created by" msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_date #: model:ir.model.fields,field_description:stock_request.field_stock_request_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_date msgid "Created on" msgstr "" #. module: stock_request #: model:ir.model.fields,help:stock_request.field_stock_request_expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request_order_expected_date msgid "Date when you expect to receive the goods." msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_count #: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_count msgid "Delivery Orders" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_display_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_display_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_display_name msgid "Display Name" msgstr "" #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Done" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Draft" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Orders" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Stock Requests Kanban cards" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Stock Requests for Purchases" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date -msgid "Expected date" +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_expected_date +msgid "Expected Date" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:177 +#, python-format +msgid "Expected date must be equal to the order" msgstr "" #. module: stock_request @@ -109,41 +154,89 @@ msgid "Group By" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_group_stock_request_order +msgid "Group Stock Request Order" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5149 msgid "ID" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "In progress" msgstr "" +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_location +msgid "Inventory Locations" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_location_route +msgid "Inventory Routes" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +msgid "Items" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Kanban" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract___last_update #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order___last_update msgid "Last Modified on" msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_uid #: model:ir.model.fields,field_description:stock_request.field_stock_request_write_uid msgid "Last Updated by" msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_date #: model:ir.model.fields,field_description:stock_request.field_stock_request_write_date msgid "Last Updated on" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_location_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_location_id #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Location" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:153 +#, python-format +msgid "Location must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_master_data +msgid "Master Data" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_order_procurement_group_id #: model:ir.model.fields,help:stock_request.field_stock_request_procurement_group_id msgid "" "Moves created through this stock request will be put in this procurement " @@ -152,26 +245,65 @@ msgid "" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_name msgid "Name" msgstr "" +#. module: stock_request +#: sql_constraint:stock.request:0 sql_constraint:stock.request.abstract:0 +msgid "Name must be unique" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:255 +#, python-format +msgid "Only orders on draft state can be unlinked" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:314 +#, python-format +msgid "Only requests on draft state can be unlinked" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty msgid "Open Quantity" msgstr "" +#. module: stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_operations +msgid "Operations" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id +msgid "Order" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Orders" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_move_line msgid "Packing Operation" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_ids #: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids msgid "Pickings" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id msgid "Procurement Group" msgstr "" @@ -182,16 +314,31 @@ msgid "Procurement Rule" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:163 +#, python-format +msgid "Procurement group must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id msgid "Product" msgstr "Product" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id msgid "Product Unit of Measure" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Purchases" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done msgid "Qty Done" @@ -203,6 +350,8 @@ msgid "Qty In Progress" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_qty #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty msgid "Quantity" msgstr "" @@ -218,6 +367,8 @@ msgid "Quantity in progress." msgstr "" #. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_qty #: model:ir.model.fields,help:stock_request.field_stock_request_product_qty msgid "Quantity in the default UoM of the product" msgstr "" @@ -225,8 +376,8 @@ msgstr "" #. module: stock_request #: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty msgid "" -"Quantity of the stock request allocated to the stock move, in the UoM of the" -" Stock Request" +"Quantity of the stock request allocated to the stock move, in the UoM of the " +"Stock Request" msgstr "" #. module: stock_request @@ -238,11 +389,15 @@ msgid "" msgstr "" #. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_uom_qty #: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty msgid "Quantity, specified in the unit of measure indicated in the request." msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_qty #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty msgid "Real Quantity" msgstr "" @@ -255,14 +410,22 @@ msgstr "" #. module: stock_request #: selection:stock.request,picking_policy:0 +#: selection:stock.request.order,picking_policy:0 msgid "Receive all products at once" msgstr "" #. module: stock_request #: selection:stock.request,picking_policy:0 +#: selection:stock.request.order,picking_policy:0 msgid "Receive each product when available" msgstr "" +#. module: stock_request +#: model:ir.actions.server,name:stock_request.action_template_generate_stock_request_orders +#: model:ir.actions.server,name:stock_request.action_variant_generate_stock_request_orders +msgid "Request Stock" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty msgid "Requested Quantity" @@ -274,26 +437,47 @@ msgid "Requested Quantity (UoM)" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_requested_by #: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by msgid "Requested by" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:139 +#, python-format +msgid "Requested by must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_ids #: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_ids msgid "Route" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Set to Draft" msgstr "" #. module: stock_request +#: model:ir.actions.act_window,name:stock_request.action_stock_request_config +#: model:ir.ui.menu,name:stock_request.menu_stock_request_config +msgid "Settings" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_policy #: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy msgid "Shipping Policy" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_state #: model:ir.model.fields,field_description:stock_request.field_stock_request_state msgid "Status" msgstr "" @@ -306,13 +490,16 @@ msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_move_ids msgid "Stock Moves" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_ids #: model:ir.module.category,name:stock_request.module_category_stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Stock Request" msgstr "" @@ -342,13 +529,30 @@ msgstr "" msgid "Stock Request Manager" msgstr "" +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_order +#: model:res.groups,name:stock_request.group_stock_request_order +msgid "Stock Request Order" +msgstr "" + +#. module: stock_request +#: model:ir.actions.act_window,name:stock_request.stock_request_order_action +#: model:ir.ui.menu,name:stock_request.stock_request_order_menu +msgid "Stock Request Orders" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_abstract +msgid "Stock Request Template" +msgstr "" + #. module: stock_request #: model:res.groups,name:stock_request.group_stock_request_user msgid "Stock Request User" msgstr "" #. module: stock_request -#: sql_constraint:stock.request:0 +#: sql_constraint:stock.request:0 sql_constraint:stock.request.order:0 msgid "Stock Request name must be unique" msgstr "" @@ -358,6 +562,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_ids #: model:ir.ui.menu,name:stock_request.menu_stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_root +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.stock_request_search #: model:ir.ui.view,arch_db:stock_request.view_picking_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form @@ -365,11 +570,45 @@ msgstr "" msgid "Stock Requests" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban +msgid "Stock Requests Kanban integration" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Stock Requests Search" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_purchase +msgid "Stock Requests for Purchases" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +msgid "Stock request" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_count +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_tree +msgid "Stock requests" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move.py:38 +#: code:addons/stock_request/models/stock_request_order.py:272 +#, python-format +msgid "The company of the stock request must match with that of the location." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:263 +#, python-format +msgid "The company of the stock request must match with that of the warehouse." +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_move_line.py:15 #, python-format @@ -378,31 +617,135 @@ msgid "" "in %s using Picking %s:" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:187 +#, python-format +msgid "The picking policy must be equal to the order" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Transfers" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:302 +#, python-format +msgid "" +"Unfortunately it seems you do not have the necessary rights for creating " +"stock requests. Please contact your administrator." +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id msgid "UoM" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Use Kanban cards for consumable products" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Use Purchases with Stock Requests" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_warehouse +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_warehouse_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Warehouse" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:187 +#: code:addons/stock_request/models/stock_request.py:146 +#, python-format +msgid "Warehouse must be equal to the order" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location.py:24 +#, python-format +msgid "" +"You cannot change the company of the location, as it is already assigned to " +"stock request orders that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location.py:17 +#, python-format +msgid "" +"You cannot change the company of the location, as it is already assigned to " +"stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location_route.py:17 +#, python-format +msgid "" +"You cannot change the company of the route, as it is already assigned to " +"stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_warehouse.py:26 +#, python-format +msgid "" +"You cannot change the company of the warehouse, as it is already assigned to " +"stock request orders that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_warehouse.py:18 +#, python-format +msgid "" +"You cannot change the company of the warehouse, as it is already assigned to " +"stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:134 +#, python-format +msgid "You have entered a location that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:129 +#, python-format +msgid "You have entered a product that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:143 +#, python-format +msgid "You have entered a route that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:138 +#, python-format +msgid "You have entered a warehouse that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:153 #, python-format msgid "" "You have to select a product unit of measure in the same category than the " "default unit of measure of the product" msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_res_config_settings +msgid "res.config.settings" +msgstr "" diff --git a/stock_request/i18n/nl_NL.po b/stock_request/i18n/nl_NL.po index 4e65df8a6..4880049ec 100644 --- a/stock_request/i18n/nl_NL.po +++ b/stock_request/i18n/nl_NL.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_request -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2018-03-02 03:44+0000\n" "PO-Revision-Date: 2018-03-02 03:44+0000\n" "Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/teams/23907/nl_NL/)\n" +"Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/" +"teams/23907/nl_NL/)\n" +"Language: nl_NL\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: nl_NL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_request @@ -24,6 +25,11 @@ msgstr "" msgid "
  • %s: Transferred quantity %s %s
  • " msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Activates Stock Request Orders" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty msgid "Allocated Quantity" @@ -35,12 +41,13 @@ msgid "Archived" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Cancel" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Cancelled" msgstr "" @@ -50,11 +57,22 @@ msgid "Click to add a Stock Request." msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_company_id msgid "Company" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:170 +#, python-format +msgid "Company must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Confirm" msgstr "" @@ -62,45 +80,73 @@ msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_uid #: model:ir.model.fields,field_description:stock_request.field_stock_request_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_uid msgid "Created by" msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_date #: model:ir.model.fields,field_description:stock_request.field_stock_request_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_date msgid "Created on" msgstr "" #. module: stock_request #: model:ir.model.fields,help:stock_request.field_stock_request_expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request_order_expected_date msgid "Date when you expect to receive the goods." msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_count #: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_count msgid "Delivery Orders" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_display_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_display_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_display_name msgid "Display Name" msgstr "" #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Done" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Draft" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Orders" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Stock Requests Kanban cards" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Stock Requests for Purchases" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date -msgid "Expected date" +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_expected_date +msgid "Expected Date" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:177 +#, python-format +msgid "Expected date must be equal to the order" msgstr "" #. module: stock_request @@ -109,41 +155,89 @@ msgid "Group By" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_group_stock_request_order +msgid "Group Stock Request Order" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5149 msgid "ID" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "In progress" msgstr "" +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_location +msgid "Inventory Locations" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_location_route +msgid "Inventory Routes" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +msgid "Items" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Kanban" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract___last_update #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order___last_update msgid "Last Modified on" msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_uid #: model:ir.model.fields,field_description:stock_request.field_stock_request_write_uid msgid "Last Updated by" msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_date #: model:ir.model.fields,field_description:stock_request.field_stock_request_write_date msgid "Last Updated on" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_location_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_location_id #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Location" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:153 +#, python-format +msgid "Location must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_master_data +msgid "Master Data" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_order_procurement_group_id #: model:ir.model.fields,help:stock_request.field_stock_request_procurement_group_id msgid "" "Moves created through this stock request will be put in this procurement " @@ -152,26 +246,65 @@ msgid "" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_name msgid "Name" msgstr "" +#. module: stock_request +#: sql_constraint:stock.request:0 sql_constraint:stock.request.abstract:0 +msgid "Name must be unique" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:255 +#, python-format +msgid "Only orders on draft state can be unlinked" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:314 +#, python-format +msgid "Only requests on draft state can be unlinked" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty msgid "Open Quantity" msgstr "" +#. module: stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_operations +msgid "Operations" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id +msgid "Order" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Orders" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_move_line msgid "Packing Operation" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_ids #: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids msgid "Pickings" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id msgid "Procurement Group" msgstr "" @@ -182,16 +315,31 @@ msgid "Procurement Rule" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:163 +#, python-format +msgid "Procurement group must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id msgid "Product" msgstr "Product" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id msgid "Product Unit of Measure" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Purchases" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done msgid "Qty Done" @@ -203,6 +351,8 @@ msgid "Qty In Progress" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_qty #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty msgid "Quantity" msgstr "" @@ -218,6 +368,8 @@ msgid "Quantity in progress." msgstr "" #. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_qty #: model:ir.model.fields,help:stock_request.field_stock_request_product_qty msgid "Quantity in the default UoM of the product" msgstr "" @@ -225,8 +377,8 @@ msgstr "" #. module: stock_request #: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty msgid "" -"Quantity of the stock request allocated to the stock move, in the UoM of the" -" Stock Request" +"Quantity of the stock request allocated to the stock move, in the UoM of the " +"Stock Request" msgstr "" #. module: stock_request @@ -238,11 +390,15 @@ msgid "" msgstr "" #. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_uom_qty #: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty msgid "Quantity, specified in the unit of measure indicated in the request." msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_qty #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty msgid "Real Quantity" msgstr "" @@ -255,14 +411,22 @@ msgstr "" #. module: stock_request #: selection:stock.request,picking_policy:0 +#: selection:stock.request.order,picking_policy:0 msgid "Receive all products at once" msgstr "" #. module: stock_request #: selection:stock.request,picking_policy:0 +#: selection:stock.request.order,picking_policy:0 msgid "Receive each product when available" msgstr "" +#. module: stock_request +#: model:ir.actions.server,name:stock_request.action_template_generate_stock_request_orders +#: model:ir.actions.server,name:stock_request.action_variant_generate_stock_request_orders +msgid "Request Stock" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty msgid "Requested Quantity" @@ -274,26 +438,47 @@ msgid "Requested Quantity (UoM)" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_requested_by #: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by msgid "Requested by" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:139 +#, python-format +msgid "Requested by must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_ids #: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_ids msgid "Route" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Set to Draft" msgstr "" #. module: stock_request +#: model:ir.actions.act_window,name:stock_request.action_stock_request_config +#: model:ir.ui.menu,name:stock_request.menu_stock_request_config +msgid "Settings" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_policy #: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy msgid "Shipping Policy" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_state #: model:ir.model.fields,field_description:stock_request.field_stock_request_state msgid "Status" msgstr "" @@ -306,13 +491,16 @@ msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_move_ids msgid "Stock Moves" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_ids #: model:ir.module.category,name:stock_request.module_category_stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Stock Request" msgstr "" @@ -342,13 +530,30 @@ msgstr "" msgid "Stock Request Manager" msgstr "" +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_order +#: model:res.groups,name:stock_request.group_stock_request_order +msgid "Stock Request Order" +msgstr "" + +#. module: stock_request +#: model:ir.actions.act_window,name:stock_request.stock_request_order_action +#: model:ir.ui.menu,name:stock_request.stock_request_order_menu +msgid "Stock Request Orders" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_abstract +msgid "Stock Request Template" +msgstr "" + #. module: stock_request #: model:res.groups,name:stock_request.group_stock_request_user msgid "Stock Request User" msgstr "" #. module: stock_request -#: sql_constraint:stock.request:0 +#: sql_constraint:stock.request:0 sql_constraint:stock.request.order:0 msgid "Stock Request name must be unique" msgstr "" @@ -358,6 +563,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_ids #: model:ir.ui.menu,name:stock_request.menu_stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_root +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.stock_request_search #: model:ir.ui.view,arch_db:stock_request.view_picking_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form @@ -365,11 +571,45 @@ msgstr "" msgid "Stock Requests" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban +msgid "Stock Requests Kanban integration" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Stock Requests Search" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_purchase +msgid "Stock Requests for Purchases" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +msgid "Stock request" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_count +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_tree +msgid "Stock requests" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move.py:38 +#: code:addons/stock_request/models/stock_request_order.py:272 +#, python-format +msgid "The company of the stock request must match with that of the location." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:263 +#, python-format +msgid "The company of the stock request must match with that of the warehouse." +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_move_line.py:15 #, python-format @@ -378,31 +618,135 @@ msgid "" "in %s using Picking %s:" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:187 +#, python-format +msgid "The picking policy must be equal to the order" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Transfers" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:302 +#, python-format +msgid "" +"Unfortunately it seems you do not have the necessary rights for creating " +"stock requests. Please contact your administrator." +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id msgid "UoM" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Use Kanban cards for consumable products" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Use Purchases with Stock Requests" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_warehouse +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_warehouse_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Warehouse" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:187 +#: code:addons/stock_request/models/stock_request.py:146 +#, python-format +msgid "Warehouse must be equal to the order" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location.py:24 +#, python-format +msgid "" +"You cannot change the company of the location, as it is already assigned to " +"stock request orders that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location.py:17 +#, python-format +msgid "" +"You cannot change the company of the location, as it is already assigned to " +"stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location_route.py:17 +#, python-format +msgid "" +"You cannot change the company of the route, as it is already assigned to " +"stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_warehouse.py:26 +#, python-format +msgid "" +"You cannot change the company of the warehouse, as it is already assigned to " +"stock request orders that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_warehouse.py:18 +#, python-format +msgid "" +"You cannot change the company of the warehouse, as it is already assigned to " +"stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:134 +#, python-format +msgid "You have entered a location that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:129 +#, python-format +msgid "You have entered a product that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:143 +#, python-format +msgid "You have entered a route that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:138 +#, python-format +msgid "You have entered a warehouse that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:153 #, python-format msgid "" "You have to select a product unit of measure in the same category than the " "default unit of measure of the product" msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_res_config_settings +msgid "res.config.settings" +msgstr "" diff --git a/stock_request/i18n/pt.po b/stock_request/i18n/pt.po index 3859d5403..6f376d9b4 100644 --- a/stock_request/i18n/pt.po +++ b/stock_request/i18n/pt.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_request -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-03-02 03:44+0000\n" "Last-Translator: OCA Transbot , 2018\n" "Language-Team: Portuguese (https://www.transifex.com/oca/teams/23907/pt/)\n" +"Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_request @@ -24,6 +24,11 @@ msgstr "" msgid "
  • %s: Transferred quantity %s %s
  • " msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Activates Stock Request Orders" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty msgid "Allocated Quantity" @@ -35,12 +40,13 @@ msgid "Archived" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Cancel" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Cancelled" msgstr "" @@ -50,11 +56,22 @@ msgid "Click to add a Stock Request." msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_company_id msgid "Company" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:170 +#, python-format +msgid "Company must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Confirm" msgstr "" @@ -62,45 +79,73 @@ msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_uid #: model:ir.model.fields,field_description:stock_request.field_stock_request_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_uid msgid "Created by" msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_date #: model:ir.model.fields,field_description:stock_request.field_stock_request_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_date msgid "Created on" msgstr "" #. module: stock_request #: model:ir.model.fields,help:stock_request.field_stock_request_expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request_order_expected_date msgid "Date when you expect to receive the goods." msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_count #: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_count msgid "Delivery Orders" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_display_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_display_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_display_name msgid "Display Name" msgstr "" #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Done" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Draft" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Orders" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Stock Requests Kanban cards" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Stock Requests for Purchases" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date -msgid "Expected date" +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_expected_date +msgid "Expected Date" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:177 +#, python-format +msgid "Expected date must be equal to the order" msgstr "" #. module: stock_request @@ -109,41 +154,89 @@ msgid "Group By" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_group_stock_request_order +msgid "Group Stock Request Order" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5149 msgid "ID" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "In progress" msgstr "" +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_location +msgid "Inventory Locations" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_location_route +msgid "Inventory Routes" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +msgid "Items" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Kanban" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract___last_update #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order___last_update msgid "Last Modified on" msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_uid #: model:ir.model.fields,field_description:stock_request.field_stock_request_write_uid msgid "Last Updated by" msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_date #: model:ir.model.fields,field_description:stock_request.field_stock_request_write_date msgid "Last Updated on" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_location_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_location_id #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Location" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:153 +#, python-format +msgid "Location must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_master_data +msgid "Master Data" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_order_procurement_group_id #: model:ir.model.fields,help:stock_request.field_stock_request_procurement_group_id msgid "" "Moves created through this stock request will be put in this procurement " @@ -152,26 +245,65 @@ msgid "" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_name msgid "Name" msgstr "" +#. module: stock_request +#: sql_constraint:stock.request:0 sql_constraint:stock.request.abstract:0 +msgid "Name must be unique" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:255 +#, python-format +msgid "Only orders on draft state can be unlinked" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:314 +#, python-format +msgid "Only requests on draft state can be unlinked" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty msgid "Open Quantity" msgstr "" +#. module: stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_operations +msgid "Operations" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id +msgid "Order" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Orders" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_move_line msgid "Packing Operation" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_ids #: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids msgid "Pickings" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id msgid "Procurement Group" msgstr "" @@ -182,16 +314,31 @@ msgid "Procurement Rule" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:163 +#, python-format +msgid "Procurement group must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id msgid "Product" msgstr "Produto" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id msgid "Product Unit of Measure" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Purchases" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done msgid "Qty Done" @@ -203,6 +350,8 @@ msgid "Qty In Progress" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_qty #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty msgid "Quantity" msgstr "" @@ -218,6 +367,8 @@ msgid "Quantity in progress." msgstr "" #. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_qty #: model:ir.model.fields,help:stock_request.field_stock_request_product_qty msgid "Quantity in the default UoM of the product" msgstr "" @@ -225,8 +376,8 @@ msgstr "" #. module: stock_request #: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty msgid "" -"Quantity of the stock request allocated to the stock move, in the UoM of the" -" Stock Request" +"Quantity of the stock request allocated to the stock move, in the UoM of the " +"Stock Request" msgstr "" #. module: stock_request @@ -238,11 +389,15 @@ msgid "" msgstr "" #. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_uom_qty #: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty msgid "Quantity, specified in the unit of measure indicated in the request." msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_qty #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty msgid "Real Quantity" msgstr "" @@ -255,14 +410,22 @@ msgstr "" #. module: stock_request #: selection:stock.request,picking_policy:0 +#: selection:stock.request.order,picking_policy:0 msgid "Receive all products at once" msgstr "" #. module: stock_request #: selection:stock.request,picking_policy:0 +#: selection:stock.request.order,picking_policy:0 msgid "Receive each product when available" msgstr "" +#. module: stock_request +#: model:ir.actions.server,name:stock_request.action_template_generate_stock_request_orders +#: model:ir.actions.server,name:stock_request.action_variant_generate_stock_request_orders +msgid "Request Stock" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty msgid "Requested Quantity" @@ -274,26 +437,47 @@ msgid "Requested Quantity (UoM)" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_requested_by #: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by msgid "Requested by" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:139 +#, python-format +msgid "Requested by must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_ids #: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_ids msgid "Route" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Set to Draft" msgstr "" #. module: stock_request +#: model:ir.actions.act_window,name:stock_request.action_stock_request_config +#: model:ir.ui.menu,name:stock_request.menu_stock_request_config +msgid "Settings" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_policy #: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy msgid "Shipping Policy" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_state #: model:ir.model.fields,field_description:stock_request.field_stock_request_state msgid "Status" msgstr "" @@ -306,13 +490,16 @@ msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_move_ids msgid "Stock Moves" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_ids #: model:ir.module.category,name:stock_request.module_category_stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Stock Request" msgstr "" @@ -342,13 +529,30 @@ msgstr "" msgid "Stock Request Manager" msgstr "" +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_order +#: model:res.groups,name:stock_request.group_stock_request_order +msgid "Stock Request Order" +msgstr "" + +#. module: stock_request +#: model:ir.actions.act_window,name:stock_request.stock_request_order_action +#: model:ir.ui.menu,name:stock_request.stock_request_order_menu +msgid "Stock Request Orders" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_abstract +msgid "Stock Request Template" +msgstr "" + #. module: stock_request #: model:res.groups,name:stock_request.group_stock_request_user msgid "Stock Request User" msgstr "" #. module: stock_request -#: sql_constraint:stock.request:0 +#: sql_constraint:stock.request:0 sql_constraint:stock.request.order:0 msgid "Stock Request name must be unique" msgstr "" @@ -358,6 +562,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_ids #: model:ir.ui.menu,name:stock_request.menu_stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_root +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.stock_request_search #: model:ir.ui.view,arch_db:stock_request.view_picking_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form @@ -365,11 +570,45 @@ msgstr "" msgid "Stock Requests" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban +msgid "Stock Requests Kanban integration" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Stock Requests Search" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_purchase +msgid "Stock Requests for Purchases" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +msgid "Stock request" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_count +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_tree +msgid "Stock requests" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move.py:38 +#: code:addons/stock_request/models/stock_request_order.py:272 +#, python-format +msgid "The company of the stock request must match with that of the location." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:263 +#, python-format +msgid "The company of the stock request must match with that of the warehouse." +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_move_line.py:15 #, python-format @@ -378,31 +617,135 @@ msgid "" "in %s using Picking %s:" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:187 +#, python-format +msgid "The picking policy must be equal to the order" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Transfers" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:302 +#, python-format +msgid "" +"Unfortunately it seems you do not have the necessary rights for creating " +"stock requests. Please contact your administrator." +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id msgid "UoM" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Use Kanban cards for consumable products" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Use Purchases with Stock Requests" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_warehouse +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_warehouse_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Warehouse" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:187 +#: code:addons/stock_request/models/stock_request.py:146 +#, python-format +msgid "Warehouse must be equal to the order" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location.py:24 +#, python-format +msgid "" +"You cannot change the company of the location, as it is already assigned to " +"stock request orders that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location.py:17 +#, python-format +msgid "" +"You cannot change the company of the location, as it is already assigned to " +"stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location_route.py:17 +#, python-format +msgid "" +"You cannot change the company of the route, as it is already assigned to " +"stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_warehouse.py:26 +#, python-format +msgid "" +"You cannot change the company of the warehouse, as it is already assigned to " +"stock request orders that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_warehouse.py:18 +#, python-format +msgid "" +"You cannot change the company of the warehouse, as it is already assigned to " +"stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:134 +#, python-format +msgid "You have entered a location that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:129 +#, python-format +msgid "You have entered a product that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:143 +#, python-format +msgid "You have entered a route that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:138 +#, python-format +msgid "You have entered a warehouse that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:153 #, python-format msgid "" "You have to select a product unit of measure in the same category than the " "default unit of measure of the product" msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_res_config_settings +msgid "res.config.settings" +msgstr "" diff --git a/stock_request/i18n/pt_BR.po b/stock_request/i18n/pt_BR.po index 2c5abe7e9..9f38037b1 100644 --- a/stock_request/i18n/pt_BR.po +++ b/stock_request/i18n/pt_BR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_request -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2018-03-02 03:44+0000\n" "PO-Revision-Date: 2018-03-02 03:44+0000\n" "Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/teams/23907/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/" +"teams/23907/pt_BR/)\n" +"Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: stock_request @@ -24,6 +25,11 @@ msgstr "" msgid "
  • %s: Transferred quantity %s %s
  • " msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Activates Stock Request Orders" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty msgid "Allocated Quantity" @@ -35,12 +41,13 @@ msgid "Archived" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Cancel" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Cancelled" msgstr "" @@ -50,11 +57,22 @@ msgid "Click to add a Stock Request." msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_company_id msgid "Company" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:170 +#, python-format +msgid "Company must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Confirm" msgstr "" @@ -62,45 +80,73 @@ msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_uid #: model:ir.model.fields,field_description:stock_request.field_stock_request_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_uid msgid "Created by" msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_date #: model:ir.model.fields,field_description:stock_request.field_stock_request_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_date msgid "Created on" msgstr "" #. module: stock_request #: model:ir.model.fields,help:stock_request.field_stock_request_expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request_order_expected_date msgid "Date when you expect to receive the goods." msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_count #: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_count msgid "Delivery Orders" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_display_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_display_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_display_name msgid "Display Name" msgstr "" #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Done" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Draft" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Orders" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Stock Requests Kanban cards" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Stock Requests for Purchases" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date -msgid "Expected date" +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_expected_date +msgid "Expected Date" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:177 +#, python-format +msgid "Expected date must be equal to the order" msgstr "" #. module: stock_request @@ -109,41 +155,89 @@ msgid "Group By" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_group_stock_request_order +msgid "Group Stock Request Order" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5149 msgid "ID" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "In progress" msgstr "" +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_location +msgid "Inventory Locations" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_location_route +msgid "Inventory Routes" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +msgid "Items" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Kanban" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract___last_update #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order___last_update msgid "Last Modified on" msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_uid #: model:ir.model.fields,field_description:stock_request.field_stock_request_write_uid msgid "Last Updated by" msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_date #: model:ir.model.fields,field_description:stock_request.field_stock_request_write_date msgid "Last Updated on" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_location_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_location_id #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Location" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:153 +#, python-format +msgid "Location must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_master_data +msgid "Master Data" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_order_procurement_group_id #: model:ir.model.fields,help:stock_request.field_stock_request_procurement_group_id msgid "" "Moves created through this stock request will be put in this procurement " @@ -152,26 +246,65 @@ msgid "" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_name msgid "Name" msgstr "" +#. module: stock_request +#: sql_constraint:stock.request:0 sql_constraint:stock.request.abstract:0 +msgid "Name must be unique" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:255 +#, python-format +msgid "Only orders on draft state can be unlinked" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:314 +#, python-format +msgid "Only requests on draft state can be unlinked" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty msgid "Open Quantity" msgstr "" +#. module: stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_operations +msgid "Operations" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id +msgid "Order" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Orders" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_move_line msgid "Packing Operation" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_ids #: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids msgid "Pickings" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id msgid "Procurement Group" msgstr "" @@ -182,16 +315,31 @@ msgid "Procurement Rule" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:163 +#, python-format +msgid "Procurement group must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id msgid "Product" msgstr "Produto" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id msgid "Product Unit of Measure" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Purchases" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done msgid "Qty Done" @@ -203,6 +351,8 @@ msgid "Qty In Progress" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_qty #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty msgid "Quantity" msgstr "" @@ -218,6 +368,8 @@ msgid "Quantity in progress." msgstr "" #. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_qty #: model:ir.model.fields,help:stock_request.field_stock_request_product_qty msgid "Quantity in the default UoM of the product" msgstr "" @@ -225,8 +377,8 @@ msgstr "" #. module: stock_request #: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty msgid "" -"Quantity of the stock request allocated to the stock move, in the UoM of the" -" Stock Request" +"Quantity of the stock request allocated to the stock move, in the UoM of the " +"Stock Request" msgstr "" #. module: stock_request @@ -238,11 +390,15 @@ msgid "" msgstr "" #. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_uom_qty #: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty msgid "Quantity, specified in the unit of measure indicated in the request." msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_qty #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty msgid "Real Quantity" msgstr "" @@ -255,14 +411,22 @@ msgstr "" #. module: stock_request #: selection:stock.request,picking_policy:0 +#: selection:stock.request.order,picking_policy:0 msgid "Receive all products at once" msgstr "" #. module: stock_request #: selection:stock.request,picking_policy:0 +#: selection:stock.request.order,picking_policy:0 msgid "Receive each product when available" msgstr "" +#. module: stock_request +#: model:ir.actions.server,name:stock_request.action_template_generate_stock_request_orders +#: model:ir.actions.server,name:stock_request.action_variant_generate_stock_request_orders +msgid "Request Stock" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty msgid "Requested Quantity" @@ -274,26 +438,47 @@ msgid "Requested Quantity (UoM)" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_requested_by #: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by msgid "Requested by" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:139 +#, python-format +msgid "Requested by must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_ids #: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_ids msgid "Route" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Set to Draft" msgstr "" #. module: stock_request +#: model:ir.actions.act_window,name:stock_request.action_stock_request_config +#: model:ir.ui.menu,name:stock_request.menu_stock_request_config +msgid "Settings" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_policy #: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy msgid "Shipping Policy" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_state #: model:ir.model.fields,field_description:stock_request.field_stock_request_state msgid "Status" msgstr "" @@ -306,13 +491,16 @@ msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_move_ids msgid "Stock Moves" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_ids #: model:ir.module.category,name:stock_request.module_category_stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Stock Request" msgstr "" @@ -342,13 +530,30 @@ msgstr "" msgid "Stock Request Manager" msgstr "" +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_order +#: model:res.groups,name:stock_request.group_stock_request_order +msgid "Stock Request Order" +msgstr "" + +#. module: stock_request +#: model:ir.actions.act_window,name:stock_request.stock_request_order_action +#: model:ir.ui.menu,name:stock_request.stock_request_order_menu +msgid "Stock Request Orders" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_abstract +msgid "Stock Request Template" +msgstr "" + #. module: stock_request #: model:res.groups,name:stock_request.group_stock_request_user msgid "Stock Request User" msgstr "" #. module: stock_request -#: sql_constraint:stock.request:0 +#: sql_constraint:stock.request:0 sql_constraint:stock.request.order:0 msgid "Stock Request name must be unique" msgstr "" @@ -358,6 +563,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_ids #: model:ir.ui.menu,name:stock_request.menu_stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_root +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.stock_request_search #: model:ir.ui.view,arch_db:stock_request.view_picking_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form @@ -365,11 +571,45 @@ msgstr "" msgid "Stock Requests" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban +msgid "Stock Requests Kanban integration" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Stock Requests Search" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_purchase +msgid "Stock Requests for Purchases" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +msgid "Stock request" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_count +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_tree +msgid "Stock requests" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move.py:38 +#: code:addons/stock_request/models/stock_request_order.py:272 +#, python-format +msgid "The company of the stock request must match with that of the location." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:263 +#, python-format +msgid "The company of the stock request must match with that of the warehouse." +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_move_line.py:15 #, python-format @@ -378,31 +618,135 @@ msgid "" "in %s using Picking %s:" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:187 +#, python-format +msgid "The picking policy must be equal to the order" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Transfers" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:302 +#, python-format +msgid "" +"Unfortunately it seems you do not have the necessary rights for creating " +"stock requests. Please contact your administrator." +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id msgid "UoM" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Use Kanban cards for consumable products" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Use Purchases with Stock Requests" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_warehouse +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_warehouse_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Warehouse" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:187 +#: code:addons/stock_request/models/stock_request.py:146 +#, python-format +msgid "Warehouse must be equal to the order" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location.py:24 +#, python-format +msgid "" +"You cannot change the company of the location, as it is already assigned to " +"stock request orders that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location.py:17 +#, python-format +msgid "" +"You cannot change the company of the location, as it is already assigned to " +"stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location_route.py:17 +#, python-format +msgid "" +"You cannot change the company of the route, as it is already assigned to " +"stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_warehouse.py:26 +#, python-format +msgid "" +"You cannot change the company of the warehouse, as it is already assigned to " +"stock request orders that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_warehouse.py:18 +#, python-format +msgid "" +"You cannot change the company of the warehouse, as it is already assigned to " +"stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:134 +#, python-format +msgid "You have entered a location that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:129 +#, python-format +msgid "You have entered a product that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:143 +#, python-format +msgid "You have entered a route that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:138 +#, python-format +msgid "You have entered a warehouse that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:153 #, python-format msgid "" "You have to select a product unit of measure in the same category than the " "default unit of measure of the product" msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_res_config_settings +msgid "res.config.settings" +msgstr "" diff --git a/stock_request/i18n/ro.po b/stock_request/i18n/ro.po index 15e35a309..64bdb4162 100644 --- a/stock_request/i18n/ro.po +++ b/stock_request/i18n/ro.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_request -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,11 +12,12 @@ msgstr "" "PO-Revision-Date: 2018-03-02 03:44+0000\n" "Last-Translator: OCA Transbot , 2018\n" "Language-Team: Romanian (https://www.transifex.com/oca/teams/23907/ro/)\n" +"Language: ro\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: ro\n" -"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" +"2:1));\n" #. module: stock_request #: code:addons/stock_request/models/stock_move_line.py:20 @@ -24,6 +25,11 @@ msgstr "" msgid "
  • %s: Transferred quantity %s %s
  • " msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Activates Stock Request Orders" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty msgid "Allocated Quantity" @@ -35,12 +41,13 @@ msgid "Archived" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Cancel" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Cancelled" msgstr "" @@ -50,11 +57,22 @@ msgid "Click to add a Stock Request." msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_company_id msgid "Company" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:170 +#, python-format +msgid "Company must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Confirm" msgstr "" @@ -62,45 +80,73 @@ msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_uid #: model:ir.model.fields,field_description:stock_request.field_stock_request_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_uid msgid "Created by" msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_date #: model:ir.model.fields,field_description:stock_request.field_stock_request_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_date msgid "Created on" msgstr "" #. module: stock_request #: model:ir.model.fields,help:stock_request.field_stock_request_expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request_order_expected_date msgid "Date when you expect to receive the goods." msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_count #: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_count msgid "Delivery Orders" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_display_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_display_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_display_name msgid "Display Name" msgstr "" #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Done" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Draft" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Orders" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Stock Requests Kanban cards" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Stock Requests for Purchases" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date -msgid "Expected date" +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_expected_date +msgid "Expected Date" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:177 +#, python-format +msgid "Expected date must be equal to the order" msgstr "" #. module: stock_request @@ -109,41 +155,89 @@ msgid "Group By" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_group_stock_request_order +msgid "Group Stock Request Order" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5149 msgid "ID" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "In progress" msgstr "" +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_location +msgid "Inventory Locations" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_location_route +msgid "Inventory Routes" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +msgid "Items" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Kanban" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract___last_update #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order___last_update msgid "Last Modified on" msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_uid #: model:ir.model.fields,field_description:stock_request.field_stock_request_write_uid msgid "Last Updated by" msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_date #: model:ir.model.fields,field_description:stock_request.field_stock_request_write_date msgid "Last Updated on" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_location_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_location_id #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Location" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:153 +#, python-format +msgid "Location must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_master_data +msgid "Master Data" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_order_procurement_group_id #: model:ir.model.fields,help:stock_request.field_stock_request_procurement_group_id msgid "" "Moves created through this stock request will be put in this procurement " @@ -152,26 +246,65 @@ msgid "" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_name msgid "Name" msgstr "" +#. module: stock_request +#: sql_constraint:stock.request:0 sql_constraint:stock.request.abstract:0 +msgid "Name must be unique" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:255 +#, python-format +msgid "Only orders on draft state can be unlinked" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:314 +#, python-format +msgid "Only requests on draft state can be unlinked" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty msgid "Open Quantity" msgstr "" +#. module: stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_operations +msgid "Operations" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id +msgid "Order" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Orders" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_move_line msgid "Packing Operation" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_ids #: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids msgid "Pickings" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id msgid "Procurement Group" msgstr "" @@ -182,16 +315,31 @@ msgid "Procurement Rule" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:163 +#, python-format +msgid "Procurement group must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id msgid "Product" msgstr "Produs" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id msgid "Product Unit of Measure" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Purchases" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done msgid "Qty Done" @@ -203,6 +351,8 @@ msgid "Qty In Progress" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_qty #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty msgid "Quantity" msgstr "" @@ -218,6 +368,8 @@ msgid "Quantity in progress." msgstr "" #. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_qty #: model:ir.model.fields,help:stock_request.field_stock_request_product_qty msgid "Quantity in the default UoM of the product" msgstr "" @@ -225,8 +377,8 @@ msgstr "" #. module: stock_request #: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty msgid "" -"Quantity of the stock request allocated to the stock move, in the UoM of the" -" Stock Request" +"Quantity of the stock request allocated to the stock move, in the UoM of the " +"Stock Request" msgstr "" #. module: stock_request @@ -238,11 +390,15 @@ msgid "" msgstr "" #. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_uom_qty #: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty msgid "Quantity, specified in the unit of measure indicated in the request." msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_qty #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty msgid "Real Quantity" msgstr "" @@ -255,14 +411,22 @@ msgstr "" #. module: stock_request #: selection:stock.request,picking_policy:0 +#: selection:stock.request.order,picking_policy:0 msgid "Receive all products at once" msgstr "" #. module: stock_request #: selection:stock.request,picking_policy:0 +#: selection:stock.request.order,picking_policy:0 msgid "Receive each product when available" msgstr "" +#. module: stock_request +#: model:ir.actions.server,name:stock_request.action_template_generate_stock_request_orders +#: model:ir.actions.server,name:stock_request.action_variant_generate_stock_request_orders +msgid "Request Stock" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty msgid "Requested Quantity" @@ -274,26 +438,47 @@ msgid "Requested Quantity (UoM)" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_requested_by #: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by msgid "Requested by" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:139 +#, python-format +msgid "Requested by must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_ids #: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_ids msgid "Route" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Set to Draft" msgstr "" #. module: stock_request +#: model:ir.actions.act_window,name:stock_request.action_stock_request_config +#: model:ir.ui.menu,name:stock_request.menu_stock_request_config +msgid "Settings" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_policy #: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy msgid "Shipping Policy" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_state #: model:ir.model.fields,field_description:stock_request.field_stock_request_state msgid "Status" msgstr "" @@ -306,13 +491,16 @@ msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_move_ids msgid "Stock Moves" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_ids #: model:ir.module.category,name:stock_request.module_category_stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Stock Request" msgstr "" @@ -342,13 +530,30 @@ msgstr "" msgid "Stock Request Manager" msgstr "" +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_order +#: model:res.groups,name:stock_request.group_stock_request_order +msgid "Stock Request Order" +msgstr "" + +#. module: stock_request +#: model:ir.actions.act_window,name:stock_request.stock_request_order_action +#: model:ir.ui.menu,name:stock_request.stock_request_order_menu +msgid "Stock Request Orders" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_abstract +msgid "Stock Request Template" +msgstr "" + #. module: stock_request #: model:res.groups,name:stock_request.group_stock_request_user msgid "Stock Request User" msgstr "" #. module: stock_request -#: sql_constraint:stock.request:0 +#: sql_constraint:stock.request:0 sql_constraint:stock.request.order:0 msgid "Stock Request name must be unique" msgstr "" @@ -358,6 +563,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_ids #: model:ir.ui.menu,name:stock_request.menu_stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_root +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.stock_request_search #: model:ir.ui.view,arch_db:stock_request.view_picking_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form @@ -365,11 +571,45 @@ msgstr "" msgid "Stock Requests" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban +msgid "Stock Requests Kanban integration" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Stock Requests Search" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_purchase +msgid "Stock Requests for Purchases" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +msgid "Stock request" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_count +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_tree +msgid "Stock requests" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move.py:38 +#: code:addons/stock_request/models/stock_request_order.py:272 +#, python-format +msgid "The company of the stock request must match with that of the location." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:263 +#, python-format +msgid "The company of the stock request must match with that of the warehouse." +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_move_line.py:15 #, python-format @@ -378,31 +618,135 @@ msgid "" "in %s using Picking %s:" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:187 +#, python-format +msgid "The picking policy must be equal to the order" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Transfers" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:302 +#, python-format +msgid "" +"Unfortunately it seems you do not have the necessary rights for creating " +"stock requests. Please contact your administrator." +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id msgid "UoM" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Use Kanban cards for consumable products" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Use Purchases with Stock Requests" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_warehouse +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_warehouse_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Warehouse" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:187 +#: code:addons/stock_request/models/stock_request.py:146 +#, python-format +msgid "Warehouse must be equal to the order" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location.py:24 +#, python-format +msgid "" +"You cannot change the company of the location, as it is already assigned to " +"stock request orders that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location.py:17 +#, python-format +msgid "" +"You cannot change the company of the location, as it is already assigned to " +"stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location_route.py:17 +#, python-format +msgid "" +"You cannot change the company of the route, as it is already assigned to " +"stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_warehouse.py:26 +#, python-format +msgid "" +"You cannot change the company of the warehouse, as it is already assigned to " +"stock request orders that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_warehouse.py:18 +#, python-format +msgid "" +"You cannot change the company of the warehouse, as it is already assigned to " +"stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:134 +#, python-format +msgid "You have entered a location that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:129 +#, python-format +msgid "You have entered a product that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:143 +#, python-format +msgid "You have entered a route that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:138 +#, python-format +msgid "You have entered a warehouse that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:153 #, python-format msgid "" "You have to select a product unit of measure in the same category than the " "default unit of measure of the product" msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_res_config_settings +msgid "res.config.settings" +msgstr "" diff --git a/stock_request/i18n/ru.po b/stock_request/i18n/ru.po index adf31bf5f..ca3285b6d 100644 --- a/stock_request/i18n/ru.po +++ b/stock_request/i18n/ru.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_request -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,11 +12,13 @@ msgstr "" "PO-Revision-Date: 2018-03-02 03:44+0000\n" "Last-Translator: OCA Transbot , 2018\n" "Language-Team: Russian (https://www.transifex.com/oca/teams/23907/ru/)\n" +"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: ru\n" -"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n" +"%100>=11 && n%100<=14)? 2 : 3);\n" #. module: stock_request #: code:addons/stock_request/models/stock_move_line.py:20 @@ -24,6 +26,11 @@ msgstr "" msgid "
  • %s: Transferred quantity %s %s
  • " msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Activates Stock Request Orders" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty msgid "Allocated Quantity" @@ -35,12 +42,13 @@ msgid "Archived" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Cancel" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Cancelled" msgstr "" @@ -50,11 +58,22 @@ msgid "Click to add a Stock Request." msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_company_id msgid "Company" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:170 +#, python-format +msgid "Company must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Confirm" msgstr "" @@ -62,45 +81,73 @@ msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_uid #: model:ir.model.fields,field_description:stock_request.field_stock_request_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_uid msgid "Created by" msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_date #: model:ir.model.fields,field_description:stock_request.field_stock_request_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_date msgid "Created on" msgstr "" #. module: stock_request #: model:ir.model.fields,help:stock_request.field_stock_request_expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request_order_expected_date msgid "Date when you expect to receive the goods." msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_count #: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_count msgid "Delivery Orders" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_display_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_display_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_display_name msgid "Display Name" msgstr "" #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Done" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Draft" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Orders" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Stock Requests Kanban cards" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Stock Requests for Purchases" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date -msgid "Expected date" +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_expected_date +msgid "Expected Date" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:177 +#, python-format +msgid "Expected date must be equal to the order" msgstr "" #. module: stock_request @@ -109,41 +156,89 @@ msgid "Group By" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_group_stock_request_order +msgid "Group Stock Request Order" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5149 msgid "ID" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "In progress" msgstr "" +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_location +msgid "Inventory Locations" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_location_route +msgid "Inventory Routes" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +msgid "Items" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Kanban" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract___last_update #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order___last_update msgid "Last Modified on" msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_uid #: model:ir.model.fields,field_description:stock_request.field_stock_request_write_uid msgid "Last Updated by" msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_date #: model:ir.model.fields,field_description:stock_request.field_stock_request_write_date msgid "Last Updated on" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_location_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_location_id #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Location" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:153 +#, python-format +msgid "Location must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_master_data +msgid "Master Data" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_order_procurement_group_id #: model:ir.model.fields,help:stock_request.field_stock_request_procurement_group_id msgid "" "Moves created through this stock request will be put in this procurement " @@ -152,26 +247,65 @@ msgid "" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_name msgid "Name" msgstr "" +#. module: stock_request +#: sql_constraint:stock.request:0 sql_constraint:stock.request.abstract:0 +msgid "Name must be unique" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:255 +#, python-format +msgid "Only orders on draft state can be unlinked" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:314 +#, python-format +msgid "Only requests on draft state can be unlinked" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty msgid "Open Quantity" msgstr "" +#. module: stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_operations +msgid "Operations" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id +msgid "Order" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Orders" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_move_line msgid "Packing Operation" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_ids #: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids msgid "Pickings" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id msgid "Procurement Group" msgstr "" @@ -182,16 +316,31 @@ msgid "Procurement Rule" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:163 +#, python-format +msgid "Procurement group must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id msgid "Product" msgstr "Товар/Услуга" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id msgid "Product Unit of Measure" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Purchases" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done msgid "Qty Done" @@ -203,6 +352,8 @@ msgid "Qty In Progress" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_qty #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty msgid "Quantity" msgstr "" @@ -218,6 +369,8 @@ msgid "Quantity in progress." msgstr "" #. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_qty #: model:ir.model.fields,help:stock_request.field_stock_request_product_qty msgid "Quantity in the default UoM of the product" msgstr "" @@ -225,8 +378,8 @@ msgstr "" #. module: stock_request #: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty msgid "" -"Quantity of the stock request allocated to the stock move, in the UoM of the" -" Stock Request" +"Quantity of the stock request allocated to the stock move, in the UoM of the " +"Stock Request" msgstr "" #. module: stock_request @@ -238,11 +391,15 @@ msgid "" msgstr "" #. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_uom_qty #: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty msgid "Quantity, specified in the unit of measure indicated in the request." msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_qty #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty msgid "Real Quantity" msgstr "" @@ -255,14 +412,22 @@ msgstr "" #. module: stock_request #: selection:stock.request,picking_policy:0 +#: selection:stock.request.order,picking_policy:0 msgid "Receive all products at once" msgstr "" #. module: stock_request #: selection:stock.request,picking_policy:0 +#: selection:stock.request.order,picking_policy:0 msgid "Receive each product when available" msgstr "" +#. module: stock_request +#: model:ir.actions.server,name:stock_request.action_template_generate_stock_request_orders +#: model:ir.actions.server,name:stock_request.action_variant_generate_stock_request_orders +msgid "Request Stock" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty msgid "Requested Quantity" @@ -274,26 +439,47 @@ msgid "Requested Quantity (UoM)" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_requested_by #: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by msgid "Requested by" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:139 +#, python-format +msgid "Requested by must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_ids #: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_ids msgid "Route" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Set to Draft" msgstr "" #. module: stock_request +#: model:ir.actions.act_window,name:stock_request.action_stock_request_config +#: model:ir.ui.menu,name:stock_request.menu_stock_request_config +msgid "Settings" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_policy #: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy msgid "Shipping Policy" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_state #: model:ir.model.fields,field_description:stock_request.field_stock_request_state msgid "Status" msgstr "" @@ -306,13 +492,16 @@ msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_move_ids msgid "Stock Moves" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_ids #: model:ir.module.category,name:stock_request.module_category_stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Stock Request" msgstr "" @@ -342,13 +531,30 @@ msgstr "" msgid "Stock Request Manager" msgstr "" +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_order +#: model:res.groups,name:stock_request.group_stock_request_order +msgid "Stock Request Order" +msgstr "" + +#. module: stock_request +#: model:ir.actions.act_window,name:stock_request.stock_request_order_action +#: model:ir.ui.menu,name:stock_request.stock_request_order_menu +msgid "Stock Request Orders" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_abstract +msgid "Stock Request Template" +msgstr "" + #. module: stock_request #: model:res.groups,name:stock_request.group_stock_request_user msgid "Stock Request User" msgstr "" #. module: stock_request -#: sql_constraint:stock.request:0 +#: sql_constraint:stock.request:0 sql_constraint:stock.request.order:0 msgid "Stock Request name must be unique" msgstr "" @@ -358,6 +564,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_ids #: model:ir.ui.menu,name:stock_request.menu_stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_root +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.stock_request_search #: model:ir.ui.view,arch_db:stock_request.view_picking_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form @@ -365,11 +572,45 @@ msgstr "" msgid "Stock Requests" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban +msgid "Stock Requests Kanban integration" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Stock Requests Search" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_purchase +msgid "Stock Requests for Purchases" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +msgid "Stock request" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_count +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_tree +msgid "Stock requests" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move.py:38 +#: code:addons/stock_request/models/stock_request_order.py:272 +#, python-format +msgid "The company of the stock request must match with that of the location." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:263 +#, python-format +msgid "The company of the stock request must match with that of the warehouse." +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_move_line.py:15 #, python-format @@ -378,31 +619,135 @@ msgid "" "in %s using Picking %s:" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:187 +#, python-format +msgid "The picking policy must be equal to the order" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Transfers" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:302 +#, python-format +msgid "" +"Unfortunately it seems you do not have the necessary rights for creating " +"stock requests. Please contact your administrator." +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id msgid "UoM" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Use Kanban cards for consumable products" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Use Purchases with Stock Requests" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_warehouse +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_warehouse_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Warehouse" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:187 +#: code:addons/stock_request/models/stock_request.py:146 +#, python-format +msgid "Warehouse must be equal to the order" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location.py:24 +#, python-format +msgid "" +"You cannot change the company of the location, as it is already assigned to " +"stock request orders that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location.py:17 +#, python-format +msgid "" +"You cannot change the company of the location, as it is already assigned to " +"stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location_route.py:17 +#, python-format +msgid "" +"You cannot change the company of the route, as it is already assigned to " +"stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_warehouse.py:26 +#, python-format +msgid "" +"You cannot change the company of the warehouse, as it is already assigned to " +"stock request orders that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_warehouse.py:18 +#, python-format +msgid "" +"You cannot change the company of the warehouse, as it is already assigned to " +"stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:134 +#, python-format +msgid "You have entered a location that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:129 +#, python-format +msgid "You have entered a product that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:143 +#, python-format +msgid "You have entered a route that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:138 +#, python-format +msgid "You have entered a warehouse that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:153 #, python-format msgid "" "You have to select a product unit of measure in the same category than the " "default unit of measure of the product" msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_res_config_settings +msgid "res.config.settings" +msgstr "" diff --git a/stock_request/i18n/sl.po b/stock_request/i18n/sl.po index 2b51411cb..686b3c776 100644 --- a/stock_request/i18n/sl.po +++ b/stock_request/i18n/sl.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_request -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,11 +12,12 @@ msgstr "" "PO-Revision-Date: 2018-03-02 03:44+0000\n" "Last-Translator: OCA Transbot , 2018\n" "Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n" +"Language: sl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: sl\n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" +"%100==4 ? 2 : 3);\n" #. module: stock_request #: code:addons/stock_request/models/stock_move_line.py:20 @@ -24,6 +25,11 @@ msgstr "" msgid "
  • %s: Transferred quantity %s %s
  • " msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Activates Stock Request Orders" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty msgid "Allocated Quantity" @@ -35,12 +41,13 @@ msgid "Archived" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Cancel" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Cancelled" msgstr "" @@ -50,11 +57,22 @@ msgid "Click to add a Stock Request." msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_company_id msgid "Company" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:170 +#, python-format +msgid "Company must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Confirm" msgstr "" @@ -62,45 +80,73 @@ msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_uid #: model:ir.model.fields,field_description:stock_request.field_stock_request_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_uid msgid "Created by" msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_date #: model:ir.model.fields,field_description:stock_request.field_stock_request_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_date msgid "Created on" msgstr "" #. module: stock_request #: model:ir.model.fields,help:stock_request.field_stock_request_expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request_order_expected_date msgid "Date when you expect to receive the goods." msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_count #: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_count msgid "Delivery Orders" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_display_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_display_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_display_name msgid "Display Name" msgstr "" #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Done" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Draft" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Orders" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Stock Requests Kanban cards" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Stock Requests for Purchases" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date -msgid "Expected date" +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_expected_date +msgid "Expected Date" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:177 +#, python-format +msgid "Expected date must be equal to the order" msgstr "" #. module: stock_request @@ -109,41 +155,89 @@ msgid "Group By" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_group_stock_request_order +msgid "Group Stock Request Order" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5149 msgid "ID" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "In progress" msgstr "" +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_location +msgid "Inventory Locations" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_location_route +msgid "Inventory Routes" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +msgid "Items" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Kanban" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract___last_update #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order___last_update msgid "Last Modified on" msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_uid #: model:ir.model.fields,field_description:stock_request.field_stock_request_write_uid msgid "Last Updated by" msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_date #: model:ir.model.fields,field_description:stock_request.field_stock_request_write_date msgid "Last Updated on" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_location_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_location_id #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Location" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:153 +#, python-format +msgid "Location must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_master_data +msgid "Master Data" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_order_procurement_group_id #: model:ir.model.fields,help:stock_request.field_stock_request_procurement_group_id msgid "" "Moves created through this stock request will be put in this procurement " @@ -152,26 +246,65 @@ msgid "" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_name msgid "Name" msgstr "" +#. module: stock_request +#: sql_constraint:stock.request:0 sql_constraint:stock.request.abstract:0 +msgid "Name must be unique" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:255 +#, python-format +msgid "Only orders on draft state can be unlinked" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:314 +#, python-format +msgid "Only requests on draft state can be unlinked" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty msgid "Open Quantity" msgstr "" +#. module: stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_operations +msgid "Operations" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id +msgid "Order" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Orders" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_move_line msgid "Packing Operation" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_ids #: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids msgid "Pickings" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id msgid "Procurement Group" msgstr "" @@ -182,16 +315,31 @@ msgid "Procurement Rule" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:163 +#, python-format +msgid "Procurement group must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id msgid "Product" msgstr "Proizvod" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id msgid "Product Unit of Measure" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Purchases" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done msgid "Qty Done" @@ -203,6 +351,8 @@ msgid "Qty In Progress" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_qty #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty msgid "Quantity" msgstr "" @@ -218,6 +368,8 @@ msgid "Quantity in progress." msgstr "" #. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_qty #: model:ir.model.fields,help:stock_request.field_stock_request_product_qty msgid "Quantity in the default UoM of the product" msgstr "" @@ -225,8 +377,8 @@ msgstr "" #. module: stock_request #: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty msgid "" -"Quantity of the stock request allocated to the stock move, in the UoM of the" -" Stock Request" +"Quantity of the stock request allocated to the stock move, in the UoM of the " +"Stock Request" msgstr "" #. module: stock_request @@ -238,11 +390,15 @@ msgid "" msgstr "" #. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_uom_qty #: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty msgid "Quantity, specified in the unit of measure indicated in the request." msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_qty #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty msgid "Real Quantity" msgstr "" @@ -255,14 +411,22 @@ msgstr "" #. module: stock_request #: selection:stock.request,picking_policy:0 +#: selection:stock.request.order,picking_policy:0 msgid "Receive all products at once" msgstr "" #. module: stock_request #: selection:stock.request,picking_policy:0 +#: selection:stock.request.order,picking_policy:0 msgid "Receive each product when available" msgstr "" +#. module: stock_request +#: model:ir.actions.server,name:stock_request.action_template_generate_stock_request_orders +#: model:ir.actions.server,name:stock_request.action_variant_generate_stock_request_orders +msgid "Request Stock" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty msgid "Requested Quantity" @@ -274,26 +438,47 @@ msgid "Requested Quantity (UoM)" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_requested_by #: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by msgid "Requested by" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:139 +#, python-format +msgid "Requested by must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_ids #: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_ids msgid "Route" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Set to Draft" msgstr "" #. module: stock_request +#: model:ir.actions.act_window,name:stock_request.action_stock_request_config +#: model:ir.ui.menu,name:stock_request.menu_stock_request_config +msgid "Settings" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_policy #: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy msgid "Shipping Policy" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_state #: model:ir.model.fields,field_description:stock_request.field_stock_request_state msgid "Status" msgstr "" @@ -306,13 +491,16 @@ msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_move_ids msgid "Stock Moves" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_ids #: model:ir.module.category,name:stock_request.module_category_stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Stock Request" msgstr "" @@ -342,13 +530,30 @@ msgstr "" msgid "Stock Request Manager" msgstr "" +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_order +#: model:res.groups,name:stock_request.group_stock_request_order +msgid "Stock Request Order" +msgstr "" + +#. module: stock_request +#: model:ir.actions.act_window,name:stock_request.stock_request_order_action +#: model:ir.ui.menu,name:stock_request.stock_request_order_menu +msgid "Stock Request Orders" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_abstract +msgid "Stock Request Template" +msgstr "" + #. module: stock_request #: model:res.groups,name:stock_request.group_stock_request_user msgid "Stock Request User" msgstr "" #. module: stock_request -#: sql_constraint:stock.request:0 +#: sql_constraint:stock.request:0 sql_constraint:stock.request.order:0 msgid "Stock Request name must be unique" msgstr "" @@ -358,6 +563,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_ids #: model:ir.ui.menu,name:stock_request.menu_stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_root +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.stock_request_search #: model:ir.ui.view,arch_db:stock_request.view_picking_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form @@ -365,11 +571,45 @@ msgstr "" msgid "Stock Requests" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban +msgid "Stock Requests Kanban integration" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Stock Requests Search" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_purchase +msgid "Stock Requests for Purchases" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +msgid "Stock request" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_count +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_tree +msgid "Stock requests" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move.py:38 +#: code:addons/stock_request/models/stock_request_order.py:272 +#, python-format +msgid "The company of the stock request must match with that of the location." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:263 +#, python-format +msgid "The company of the stock request must match with that of the warehouse." +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_move_line.py:15 #, python-format @@ -378,31 +618,135 @@ msgid "" "in %s using Picking %s:" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:187 +#, python-format +msgid "The picking policy must be equal to the order" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Transfers" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:302 +#, python-format +msgid "" +"Unfortunately it seems you do not have the necessary rights for creating " +"stock requests. Please contact your administrator." +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id msgid "UoM" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Use Kanban cards for consumable products" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Use Purchases with Stock Requests" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_warehouse +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_warehouse_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Warehouse" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:187 +#: code:addons/stock_request/models/stock_request.py:146 +#, python-format +msgid "Warehouse must be equal to the order" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location.py:24 +#, python-format +msgid "" +"You cannot change the company of the location, as it is already assigned to " +"stock request orders that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location.py:17 +#, python-format +msgid "" +"You cannot change the company of the location, as it is already assigned to " +"stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location_route.py:17 +#, python-format +msgid "" +"You cannot change the company of the route, as it is already assigned to " +"stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_warehouse.py:26 +#, python-format +msgid "" +"You cannot change the company of the warehouse, as it is already assigned to " +"stock request orders that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_warehouse.py:18 +#, python-format +msgid "" +"You cannot change the company of the warehouse, as it is already assigned to " +"stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:134 +#, python-format +msgid "You have entered a location that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:129 +#, python-format +msgid "You have entered a product that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:143 +#, python-format +msgid "You have entered a route that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:138 +#, python-format +msgid "You have entered a warehouse that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:153 #, python-format msgid "" "You have to select a product unit of measure in the same category than the " "default unit of measure of the product" msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_res_config_settings +msgid "res.config.settings" +msgstr "" diff --git a/stock_request/i18n/stock_request.pot b/stock_request/i18n/stock_request.pot new file mode 100644 index 000000000..b16be1d23 --- /dev/null +++ b/stock_request/i18n/stock_request.pot @@ -0,0 +1,730 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_request +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"Last-Translator: <>\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:20 +#, python-format +msgid "
  • %s: Transferred quantity %s %s
  • " +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Activates Stock Request Orders" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty +msgid "Allocated Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Archived" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Cancel" +msgstr "" + +#. module: stock_request +#: selection:stock.request,state:0 +#: selection:stock.request.order,state:0 +msgid "Cancelled" +msgstr "" + +#. module: stock_request +#: model:ir.actions.act_window,help:stock_request.action_stock_request_form +msgid "Click to add a Stock Request." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_company_id +msgid "Company" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:170 +#, python-format +msgid "Company must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Confirm" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_uid +msgid "Created by" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_date +msgid "Created on" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request_order_expected_date +msgid "Date when you expect to receive the goods." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_count +msgid "Delivery Orders" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_display_name +msgid "Display Name" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: selection:stock.request,state:0 +#: selection:stock.request.order,state:0 +msgid "Done" +msgstr "" + +#. module: stock_request +#: selection:stock.request,state:0 +#: selection:stock.request.order,state:0 +msgid "Draft" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Orders" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Stock Requests Kanban cards" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Stock Requests for Purchases" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_expected_date +msgid "Expected Date" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:177 +#, python-format +msgid "Expected date must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Group By" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_group_stock_request_order +msgid "Group Stock Request Order" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5241 +msgid "ID" +msgstr "" + +#. module: stock_request +#: selection:stock.request,state:0 +#: selection:stock.request.order,state:0 +msgid "In progress" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_location +msgid "Inventory Locations" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_location_route +msgid "Inventory Routes" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +msgid "Items" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Kanban" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order___last_update +msgid "Last Modified on" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_date +msgid "Last Updated on" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_location_id +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Location" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:153 +#, python-format +msgid "Location must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_master_data +msgid "Master Data" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_order_procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_procurement_group_id +msgid "Moves created through this stock request will be put in this procurement group. If none is given, the moves generated by procurement rules will be grouped into one big picking." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_name +msgid "Name" +msgstr "" + +#. module: stock_request +#: sql_constraint:stock.request:0 +#: sql_constraint:stock.request.abstract:0 +msgid "Name must be unique" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:255 +#, python-format +msgid "Only orders on draft state can be unlinked" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:314 +#, python-format +msgid "Only requests on draft state can be unlinked" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty +msgid "Open Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_operations +msgid "Operations" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id +msgid "Order" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Orders" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_move_line +msgid "Packing Operation" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids +msgid "Pickings" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id +msgid "Procurement Group" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_procurement_rule +msgid "Procurement Rule" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:163 +#, python-format +msgid "Procurement group must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id +msgid "Product" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id +msgid "Product Unit of Measure" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Purchases" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done +msgid "Qty Done" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_in_progress +msgid "Qty In Progress" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty +msgid "Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_qty_done +msgid "Quantity completed" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_qty_in_progress +msgid "Quantity in progress." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_product_qty +msgid "Quantity in the default UoM of the product" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty +msgid "Quantity of the stock request allocated to the stock move, in the UoM of the Stock Request" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_allocated_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_qty +msgid "Quantity of the stock request allocated to the stock move, in the default UoM of the product" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty +msgid "Quantity, specified in the unit of measure indicated in the request." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty +msgid "Real Quantity" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:12 +#, python-format +msgid "Receipt confirmation %s for your Request %s" +msgstr "" + +#. module: stock_request +#: selection:stock.request,picking_policy:0 +#: selection:stock.request.order,picking_policy:0 +msgid "Receive all products at once" +msgstr "" + +#. module: stock_request +#: selection:stock.request,picking_policy:0 +#: selection:stock.request.order,picking_policy:0 +msgid "Receive each product when available" +msgstr "" + +#. module: stock_request +#: model:ir.actions.server,name:stock_request.action_template_generate_stock_request_orders +#: model:ir.actions.server,name:stock_request.action_variant_generate_stock_request_orders +msgid "Request Stock" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty +msgid "Requested Quantity" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_uom_qty +msgid "Requested Quantity (UoM)" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_requested_by +#: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by +msgid "Requested by" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:139 +#, python-format +msgid "Requested by must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_ids +msgid "Route" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Set to Draft" +msgstr "" + +#. module: stock_request +#: model:ir.actions.act_window,name:stock_request.action_stock_request_config +#: model:ir.ui.menu,name:stock_request.menu_stock_request_config +msgid "Settings" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_policy +#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy +msgid "Shipping Policy" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_state +msgid "Status" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_move +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_move_id +msgid "Stock Move" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_move_ids +msgid "Stock Moves" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_ids +#: model:ir.module.category,name:stock_request.module_category_stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Stock Request" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_count +msgid "Stock Request #" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_allocation +#: model:ir.model.fields,field_description:stock_request.field_stock_move_allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_ids +msgid "Stock Request Allocation" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.view_move_form +#: model:ir.ui.view,arch_db:stock_request.view_move_picking_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree +msgid "Stock Request Allocations" +msgstr "" + +#. module: stock_request +#: model:res.groups,name:stock_request.group_stock_request_manager +msgid "Stock Request Manager" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_order +#: model:res.groups,name:stock_request.group_stock_request_order +msgid "Stock Request Order" +msgstr "" + +#. module: stock_request +#: model:ir.actions.act_window,name:stock_request.stock_request_order_action +#: model:ir.ui.menu,name:stock_request.stock_request_order_menu +msgid "Stock Request Orders" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_abstract +msgid "Stock Request Template" +msgstr "" + +#. module: stock_request +#: model:res.groups,name:stock_request.group_stock_request_user +msgid "Stock Request User" +msgstr "" + +#. module: stock_request +#: sql_constraint:stock.request:0 +#: sql_constraint:stock.request.order:0 +msgid "Stock Request name must be unique" +msgstr "" + +#. module: stock_request +#: model:ir.actions.act_window,name:stock_request.action_stock_request_form +#: model:ir.model.fields,field_description:stock_request.field_stock_move_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_ids +#: model:ir.ui.menu,name:stock_request.menu_stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_root +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.ui.view,arch_db:stock_request.view_picking_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_tree +msgid "Stock Requests" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban +msgid "Stock Requests Kanban integration" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Stock Requests Search" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_purchase +msgid "Stock Requests for Purchases" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +msgid "Stock request" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_count +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_tree +msgid "Stock requests" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move.py:38 +#: code:addons/stock_request/models/stock_request_order.py:272 +#, python-format +msgid "The company of the stock request must match with that of the location." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:263 +#, python-format +msgid "The company of the stock request must match with that of the warehouse." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move_line.py:15 +#, python-format +msgid "The following requested items from Stock Request %s have now been received in %s using Picking %s:" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:187 +#, python-format +msgid "The picking policy must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_picking +msgid "Transfer" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +msgid "Transfers" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:302 +#, python-format +msgid "Unfortunately it seems you do not have the necessary rights for creating stock requests. Please contact your administrator." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id +msgid "UoM" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Use Kanban cards for consumable products" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Use Purchases with Stock Requests" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_warehouse +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id +#: model:ir.ui.view,arch_db:stock_request.stock_request_search +msgid "Warehouse" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:146 +#, python-format +msgid "Warehouse must be equal to the order" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location.py:24 +#, python-format +msgid "You cannot change the company of the location, as it is already assigned to stock request orders that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location.py:17 +#, python-format +msgid "You cannot change the company of the location, as it is already assigned to stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location_route.py:17 +#, python-format +msgid "You cannot change the company of the route, as it is already assigned to stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_warehouse.py:26 +#, python-format +msgid "You cannot change the company of the warehouse, as it is already assigned to stock request orders that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_warehouse.py:18 +#, python-format +msgid "You cannot change the company of the warehouse, as it is already assigned to stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:134 +#, python-format +msgid "You have entered a location that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:129 +#, python-format +msgid "You have entered a product that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:143 +#, python-format +msgid "You have entered a route that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:138 +#, python-format +msgid "You have entered a warehouse that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:153 +#, python-format +msgid "You have to select a product unit of measure in the same category than the default unit of measure of the product" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_res_config_settings +msgid "res.config.settings" +msgstr "" + diff --git a/stock_request/i18n/tr.po b/stock_request/i18n/tr.po index 0cdbd66e3..ae0a4acca 100644 --- a/stock_request/i18n/tr.po +++ b/stock_request/i18n/tr.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_request -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-03-02 03:44+0000\n" "Last-Translator: OCA Transbot , 2018\n" "Language-Team: Turkish (https://www.transifex.com/oca/teams/23907/tr/)\n" +"Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: tr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: stock_request @@ -24,6 +24,11 @@ msgstr "" msgid "
  • %s: Transferred quantity %s %s
  • " msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Activates Stock Request Orders" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty msgid "Allocated Quantity" @@ -35,12 +40,13 @@ msgid "Archived" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Cancel" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Cancelled" msgstr "" @@ -50,11 +56,22 @@ msgid "Click to add a Stock Request." msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_company_id msgid "Company" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:170 +#, python-format +msgid "Company must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Confirm" msgstr "" @@ -62,45 +79,73 @@ msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_uid #: model:ir.model.fields,field_description:stock_request.field_stock_request_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_uid msgid "Created by" msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_date #: model:ir.model.fields,field_description:stock_request.field_stock_request_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_date msgid "Created on" msgstr "" #. module: stock_request #: model:ir.model.fields,help:stock_request.field_stock_request_expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request_order_expected_date msgid "Date when you expect to receive the goods." msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_count #: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_count msgid "Delivery Orders" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_display_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_display_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_display_name msgid "Display Name" msgstr "" #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Done" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Draft" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Orders" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Stock Requests Kanban cards" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Stock Requests for Purchases" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date -msgid "Expected date" +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_expected_date +msgid "Expected Date" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:177 +#, python-format +msgid "Expected date must be equal to the order" msgstr "" #. module: stock_request @@ -109,41 +154,89 @@ msgid "Group By" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_group_stock_request_order +msgid "Group Stock Request Order" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5149 msgid "ID" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "In progress" msgstr "" +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_location +msgid "Inventory Locations" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_location_route +msgid "Inventory Routes" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +msgid "Items" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Kanban" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract___last_update #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order___last_update msgid "Last Modified on" msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_uid #: model:ir.model.fields,field_description:stock_request.field_stock_request_write_uid msgid "Last Updated by" msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_date #: model:ir.model.fields,field_description:stock_request.field_stock_request_write_date msgid "Last Updated on" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_location_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_location_id #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Location" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:153 +#, python-format +msgid "Location must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_master_data +msgid "Master Data" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_order_procurement_group_id #: model:ir.model.fields,help:stock_request.field_stock_request_procurement_group_id msgid "" "Moves created through this stock request will be put in this procurement " @@ -152,26 +245,65 @@ msgid "" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_name msgid "Name" msgstr "" +#. module: stock_request +#: sql_constraint:stock.request:0 sql_constraint:stock.request.abstract:0 +msgid "Name must be unique" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:255 +#, python-format +msgid "Only orders on draft state can be unlinked" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:314 +#, python-format +msgid "Only requests on draft state can be unlinked" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty msgid "Open Quantity" msgstr "" +#. module: stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_operations +msgid "Operations" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id +msgid "Order" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Orders" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_move_line msgid "Packing Operation" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_ids #: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids msgid "Pickings" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id msgid "Procurement Group" msgstr "" @@ -182,16 +314,31 @@ msgid "Procurement Rule" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:163 +#, python-format +msgid "Procurement group must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id msgid "Product" msgstr "Ürün" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id msgid "Product Unit of Measure" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Purchases" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done msgid "Qty Done" @@ -203,6 +350,8 @@ msgid "Qty In Progress" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_qty #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty msgid "Quantity" msgstr "" @@ -218,6 +367,8 @@ msgid "Quantity in progress." msgstr "" #. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_qty #: model:ir.model.fields,help:stock_request.field_stock_request_product_qty msgid "Quantity in the default UoM of the product" msgstr "" @@ -225,8 +376,8 @@ msgstr "" #. module: stock_request #: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty msgid "" -"Quantity of the stock request allocated to the stock move, in the UoM of the" -" Stock Request" +"Quantity of the stock request allocated to the stock move, in the UoM of the " +"Stock Request" msgstr "" #. module: stock_request @@ -238,11 +389,15 @@ msgid "" msgstr "" #. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_uom_qty #: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty msgid "Quantity, specified in the unit of measure indicated in the request." msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_qty #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty msgid "Real Quantity" msgstr "" @@ -255,14 +410,22 @@ msgstr "" #. module: stock_request #: selection:stock.request,picking_policy:0 +#: selection:stock.request.order,picking_policy:0 msgid "Receive all products at once" msgstr "" #. module: stock_request #: selection:stock.request,picking_policy:0 +#: selection:stock.request.order,picking_policy:0 msgid "Receive each product when available" msgstr "" +#. module: stock_request +#: model:ir.actions.server,name:stock_request.action_template_generate_stock_request_orders +#: model:ir.actions.server,name:stock_request.action_variant_generate_stock_request_orders +msgid "Request Stock" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty msgid "Requested Quantity" @@ -274,26 +437,47 @@ msgid "Requested Quantity (UoM)" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_requested_by #: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by msgid "Requested by" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:139 +#, python-format +msgid "Requested by must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_ids #: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_ids msgid "Route" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Set to Draft" msgstr "" #. module: stock_request +#: model:ir.actions.act_window,name:stock_request.action_stock_request_config +#: model:ir.ui.menu,name:stock_request.menu_stock_request_config +msgid "Settings" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_policy #: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy msgid "Shipping Policy" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_state #: model:ir.model.fields,field_description:stock_request.field_stock_request_state msgid "Status" msgstr "" @@ -306,13 +490,16 @@ msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_move_ids msgid "Stock Moves" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_ids #: model:ir.module.category,name:stock_request.module_category_stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Stock Request" msgstr "" @@ -342,13 +529,30 @@ msgstr "" msgid "Stock Request Manager" msgstr "" +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_order +#: model:res.groups,name:stock_request.group_stock_request_order +msgid "Stock Request Order" +msgstr "" + +#. module: stock_request +#: model:ir.actions.act_window,name:stock_request.stock_request_order_action +#: model:ir.ui.menu,name:stock_request.stock_request_order_menu +msgid "Stock Request Orders" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_abstract +msgid "Stock Request Template" +msgstr "" + #. module: stock_request #: model:res.groups,name:stock_request.group_stock_request_user msgid "Stock Request User" msgstr "" #. module: stock_request -#: sql_constraint:stock.request:0 +#: sql_constraint:stock.request:0 sql_constraint:stock.request.order:0 msgid "Stock Request name must be unique" msgstr "" @@ -358,6 +562,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_ids #: model:ir.ui.menu,name:stock_request.menu_stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_root +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.stock_request_search #: model:ir.ui.view,arch_db:stock_request.view_picking_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form @@ -365,11 +570,45 @@ msgstr "" msgid "Stock Requests" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban +msgid "Stock Requests Kanban integration" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Stock Requests Search" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_purchase +msgid "Stock Requests for Purchases" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +msgid "Stock request" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_count +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_tree +msgid "Stock requests" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move.py:38 +#: code:addons/stock_request/models/stock_request_order.py:272 +#, python-format +msgid "The company of the stock request must match with that of the location." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:263 +#, python-format +msgid "The company of the stock request must match with that of the warehouse." +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_move_line.py:15 #, python-format @@ -378,31 +617,135 @@ msgid "" "in %s using Picking %s:" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:187 +#, python-format +msgid "The picking policy must be equal to the order" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Transfers" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:302 +#, python-format +msgid "" +"Unfortunately it seems you do not have the necessary rights for creating " +"stock requests. Please contact your administrator." +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id msgid "UoM" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Use Kanban cards for consumable products" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Use Purchases with Stock Requests" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_warehouse +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_warehouse_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Warehouse" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:187 +#: code:addons/stock_request/models/stock_request.py:146 +#, python-format +msgid "Warehouse must be equal to the order" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location.py:24 +#, python-format +msgid "" +"You cannot change the company of the location, as it is already assigned to " +"stock request orders that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location.py:17 +#, python-format +msgid "" +"You cannot change the company of the location, as it is already assigned to " +"stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location_route.py:17 +#, python-format +msgid "" +"You cannot change the company of the route, as it is already assigned to " +"stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_warehouse.py:26 +#, python-format +msgid "" +"You cannot change the company of the warehouse, as it is already assigned to " +"stock request orders that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_warehouse.py:18 +#, python-format +msgid "" +"You cannot change the company of the warehouse, as it is already assigned to " +"stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:134 +#, python-format +msgid "You have entered a location that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:129 +#, python-format +msgid "You have entered a product that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:143 +#, python-format +msgid "You have entered a route that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:138 +#, python-format +msgid "You have entered a warehouse that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:153 #, python-format msgid "" "You have to select a product unit of measure in the same category than the " "default unit of measure of the product" msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_res_config_settings +msgid "res.config.settings" +msgstr "" diff --git a/stock_request/i18n/tr_TR.po b/stock_request/i18n/tr_TR.po index 240524775..98133c12a 100644 --- a/stock_request/i18n/tr_TR.po +++ b/stock_request/i18n/tr_TR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_request -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2018-03-02 03:44+0000\n" "PO-Revision-Date: 2018-03-02 03:44+0000\n" "Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Turkish (Turkey) (https://www.transifex.com/oca/teams/23907/tr_TR/)\n" +"Language-Team: Turkish (Turkey) (https://www.transifex.com/oca/teams/23907/" +"tr_TR/)\n" +"Language: tr_TR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: tr_TR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: stock_request @@ -24,6 +25,11 @@ msgstr "" msgid "
  • %s: Transferred quantity %s %s
  • " msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Activates Stock Request Orders" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty msgid "Allocated Quantity" @@ -35,12 +41,13 @@ msgid "Archived" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Cancel" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Cancelled" msgstr "" @@ -50,11 +57,22 @@ msgid "Click to add a Stock Request." msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_company_id msgid "Company" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:170 +#, python-format +msgid "Company must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Confirm" msgstr "" @@ -62,45 +80,73 @@ msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_uid #: model:ir.model.fields,field_description:stock_request.field_stock_request_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_uid msgid "Created by" msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_date #: model:ir.model.fields,field_description:stock_request.field_stock_request_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_date msgid "Created on" msgstr "" #. module: stock_request #: model:ir.model.fields,help:stock_request.field_stock_request_expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request_order_expected_date msgid "Date when you expect to receive the goods." msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_count #: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_count msgid "Delivery Orders" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_display_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_display_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_display_name msgid "Display Name" msgstr "" #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Done" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Draft" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Orders" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Stock Requests Kanban cards" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Stock Requests for Purchases" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date -msgid "Expected date" +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_expected_date +msgid "Expected Date" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:177 +#, python-format +msgid "Expected date must be equal to the order" msgstr "" #. module: stock_request @@ -109,41 +155,89 @@ msgid "Group By" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_group_stock_request_order +msgid "Group Stock Request Order" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5149 msgid "ID" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "In progress" msgstr "" +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_location +msgid "Inventory Locations" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_location_route +msgid "Inventory Routes" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +msgid "Items" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Kanban" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract___last_update #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order___last_update msgid "Last Modified on" msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_uid #: model:ir.model.fields,field_description:stock_request.field_stock_request_write_uid msgid "Last Updated by" msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_date #: model:ir.model.fields,field_description:stock_request.field_stock_request_write_date msgid "Last Updated on" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_location_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_location_id #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Location" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:153 +#, python-format +msgid "Location must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_master_data +msgid "Master Data" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_order_procurement_group_id #: model:ir.model.fields,help:stock_request.field_stock_request_procurement_group_id msgid "" "Moves created through this stock request will be put in this procurement " @@ -152,26 +246,65 @@ msgid "" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_name msgid "Name" msgstr "" +#. module: stock_request +#: sql_constraint:stock.request:0 sql_constraint:stock.request.abstract:0 +msgid "Name must be unique" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:255 +#, python-format +msgid "Only orders on draft state can be unlinked" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:314 +#, python-format +msgid "Only requests on draft state can be unlinked" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty msgid "Open Quantity" msgstr "" +#. module: stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_operations +msgid "Operations" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id +msgid "Order" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Orders" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_move_line msgid "Packing Operation" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_ids #: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids msgid "Pickings" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id msgid "Procurement Group" msgstr "" @@ -182,16 +315,31 @@ msgid "Procurement Rule" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:163 +#, python-format +msgid "Procurement group must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id msgid "Product" msgstr "Ürün" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id msgid "Product Unit of Measure" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Purchases" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done msgid "Qty Done" @@ -203,6 +351,8 @@ msgid "Qty In Progress" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_qty #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty msgid "Quantity" msgstr "" @@ -218,6 +368,8 @@ msgid "Quantity in progress." msgstr "" #. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_qty #: model:ir.model.fields,help:stock_request.field_stock_request_product_qty msgid "Quantity in the default UoM of the product" msgstr "" @@ -225,8 +377,8 @@ msgstr "" #. module: stock_request #: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty msgid "" -"Quantity of the stock request allocated to the stock move, in the UoM of the" -" Stock Request" +"Quantity of the stock request allocated to the stock move, in the UoM of the " +"Stock Request" msgstr "" #. module: stock_request @@ -238,11 +390,15 @@ msgid "" msgstr "" #. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_uom_qty #: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty msgid "Quantity, specified in the unit of measure indicated in the request." msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_qty #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty msgid "Real Quantity" msgstr "" @@ -255,14 +411,22 @@ msgstr "" #. module: stock_request #: selection:stock.request,picking_policy:0 +#: selection:stock.request.order,picking_policy:0 msgid "Receive all products at once" msgstr "" #. module: stock_request #: selection:stock.request,picking_policy:0 +#: selection:stock.request.order,picking_policy:0 msgid "Receive each product when available" msgstr "" +#. module: stock_request +#: model:ir.actions.server,name:stock_request.action_template_generate_stock_request_orders +#: model:ir.actions.server,name:stock_request.action_variant_generate_stock_request_orders +msgid "Request Stock" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty msgid "Requested Quantity" @@ -274,26 +438,47 @@ msgid "Requested Quantity (UoM)" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_requested_by #: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by msgid "Requested by" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:139 +#, python-format +msgid "Requested by must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_ids #: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_ids msgid "Route" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Set to Draft" msgstr "" #. module: stock_request +#: model:ir.actions.act_window,name:stock_request.action_stock_request_config +#: model:ir.ui.menu,name:stock_request.menu_stock_request_config +msgid "Settings" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_policy #: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy msgid "Shipping Policy" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_state #: model:ir.model.fields,field_description:stock_request.field_stock_request_state msgid "Status" msgstr "" @@ -306,13 +491,16 @@ msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_move_ids msgid "Stock Moves" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_ids #: model:ir.module.category,name:stock_request.module_category_stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Stock Request" msgstr "" @@ -342,13 +530,30 @@ msgstr "" msgid "Stock Request Manager" msgstr "" +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_order +#: model:res.groups,name:stock_request.group_stock_request_order +msgid "Stock Request Order" +msgstr "" + +#. module: stock_request +#: model:ir.actions.act_window,name:stock_request.stock_request_order_action +#: model:ir.ui.menu,name:stock_request.stock_request_order_menu +msgid "Stock Request Orders" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_abstract +msgid "Stock Request Template" +msgstr "" + #. module: stock_request #: model:res.groups,name:stock_request.group_stock_request_user msgid "Stock Request User" msgstr "" #. module: stock_request -#: sql_constraint:stock.request:0 +#: sql_constraint:stock.request:0 sql_constraint:stock.request.order:0 msgid "Stock Request name must be unique" msgstr "" @@ -358,6 +563,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_ids #: model:ir.ui.menu,name:stock_request.menu_stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_root +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.stock_request_search #: model:ir.ui.view,arch_db:stock_request.view_picking_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form @@ -365,11 +571,45 @@ msgstr "" msgid "Stock Requests" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban +msgid "Stock Requests Kanban integration" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Stock Requests Search" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_purchase +msgid "Stock Requests for Purchases" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +msgid "Stock request" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_count +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_tree +msgid "Stock requests" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move.py:38 +#: code:addons/stock_request/models/stock_request_order.py:272 +#, python-format +msgid "The company of the stock request must match with that of the location." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:263 +#, python-format +msgid "The company of the stock request must match with that of the warehouse." +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_move_line.py:15 #, python-format @@ -378,31 +618,135 @@ msgid "" "in %s using Picking %s:" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:187 +#, python-format +msgid "The picking policy must be equal to the order" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Transfers" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:302 +#, python-format +msgid "" +"Unfortunately it seems you do not have the necessary rights for creating " +"stock requests. Please contact your administrator." +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id msgid "UoM" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Use Kanban cards for consumable products" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Use Purchases with Stock Requests" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_warehouse +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_warehouse_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Warehouse" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:187 +#: code:addons/stock_request/models/stock_request.py:146 +#, python-format +msgid "Warehouse must be equal to the order" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location.py:24 +#, python-format +msgid "" +"You cannot change the company of the location, as it is already assigned to " +"stock request orders that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location.py:17 +#, python-format +msgid "" +"You cannot change the company of the location, as it is already assigned to " +"stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location_route.py:17 +#, python-format +msgid "" +"You cannot change the company of the route, as it is already assigned to " +"stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_warehouse.py:26 +#, python-format +msgid "" +"You cannot change the company of the warehouse, as it is already assigned to " +"stock request orders that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_warehouse.py:18 +#, python-format +msgid "" +"You cannot change the company of the warehouse, as it is already assigned to " +"stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:134 +#, python-format +msgid "You have entered a location that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:129 +#, python-format +msgid "You have entered a product that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:143 +#, python-format +msgid "You have entered a route that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:138 +#, python-format +msgid "You have entered a warehouse that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:153 #, python-format msgid "" "You have to select a product unit of measure in the same category than the " "default unit of measure of the product" msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_res_config_settings +msgid "res.config.settings" +msgstr "" diff --git a/stock_request/i18n/vi_VN.po b/stock_request/i18n/vi_VN.po index 9e0b4cd93..259c98be6 100644 --- a/stock_request/i18n/vi_VN.po +++ b/stock_request/i18n/vi_VN.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_request -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2018-03-02 03:44+0000\n" "PO-Revision-Date: 2018-03-02 03:44+0000\n" "Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Vietnamese (Viet Nam) (https://www.transifex.com/oca/teams/23907/vi_VN/)\n" +"Language-Team: Vietnamese (Viet Nam) (https://www.transifex.com/oca/" +"teams/23907/vi_VN/)\n" +"Language: vi_VN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: vi_VN\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: stock_request @@ -24,6 +25,11 @@ msgstr "" msgid "
  • %s: Transferred quantity %s %s
  • " msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Activates Stock Request Orders" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty msgid "Allocated Quantity" @@ -35,12 +41,13 @@ msgid "Archived" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Cancel" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Cancelled" msgstr "" @@ -50,11 +57,22 @@ msgid "Click to add a Stock Request." msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_company_id msgid "Company" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:170 +#, python-format +msgid "Company must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Confirm" msgstr "" @@ -62,45 +80,73 @@ msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_uid #: model:ir.model.fields,field_description:stock_request.field_stock_request_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_uid msgid "Created by" msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_date #: model:ir.model.fields,field_description:stock_request.field_stock_request_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_date msgid "Created on" msgstr "" #. module: stock_request #: model:ir.model.fields,help:stock_request.field_stock_request_expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request_order_expected_date msgid "Date when you expect to receive the goods." msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_count #: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_count msgid "Delivery Orders" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_display_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_display_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_display_name msgid "Display Name" msgstr "" #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Done" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Draft" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Orders" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Stock Requests Kanban cards" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Stock Requests for Purchases" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date -msgid "Expected date" +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_expected_date +msgid "Expected Date" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:177 +#, python-format +msgid "Expected date must be equal to the order" msgstr "" #. module: stock_request @@ -109,41 +155,89 @@ msgid "Group By" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_group_stock_request_order +msgid "Group Stock Request Order" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5149 msgid "ID" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "In progress" msgstr "" +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_location +msgid "Inventory Locations" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_location_route +msgid "Inventory Routes" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +msgid "Items" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Kanban" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract___last_update #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order___last_update msgid "Last Modified on" msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_uid #: model:ir.model.fields,field_description:stock_request.field_stock_request_write_uid msgid "Last Updated by" msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_date #: model:ir.model.fields,field_description:stock_request.field_stock_request_write_date msgid "Last Updated on" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_location_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_location_id #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Location" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:153 +#, python-format +msgid "Location must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_master_data +msgid "Master Data" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_order_procurement_group_id #: model:ir.model.fields,help:stock_request.field_stock_request_procurement_group_id msgid "" "Moves created through this stock request will be put in this procurement " @@ -152,26 +246,65 @@ msgid "" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_name msgid "Name" msgstr "" +#. module: stock_request +#: sql_constraint:stock.request:0 sql_constraint:stock.request.abstract:0 +msgid "Name must be unique" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:255 +#, python-format +msgid "Only orders on draft state can be unlinked" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:314 +#, python-format +msgid "Only requests on draft state can be unlinked" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty msgid "Open Quantity" msgstr "" +#. module: stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_operations +msgid "Operations" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id +msgid "Order" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Orders" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_move_line msgid "Packing Operation" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_ids #: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids msgid "Pickings" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id msgid "Procurement Group" msgstr "" @@ -182,16 +315,31 @@ msgid "Procurement Rule" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:163 +#, python-format +msgid "Procurement group must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id msgid "Product" msgstr "Sản phẩm" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id msgid "Product Unit of Measure" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Purchases" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done msgid "Qty Done" @@ -203,6 +351,8 @@ msgid "Qty In Progress" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_qty #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty msgid "Quantity" msgstr "" @@ -218,6 +368,8 @@ msgid "Quantity in progress." msgstr "" #. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_qty #: model:ir.model.fields,help:stock_request.field_stock_request_product_qty msgid "Quantity in the default UoM of the product" msgstr "" @@ -225,8 +377,8 @@ msgstr "" #. module: stock_request #: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty msgid "" -"Quantity of the stock request allocated to the stock move, in the UoM of the" -" Stock Request" +"Quantity of the stock request allocated to the stock move, in the UoM of the " +"Stock Request" msgstr "" #. module: stock_request @@ -238,11 +390,15 @@ msgid "" msgstr "" #. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_uom_qty #: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty msgid "Quantity, specified in the unit of measure indicated in the request." msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_qty #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty msgid "Real Quantity" msgstr "" @@ -255,14 +411,22 @@ msgstr "" #. module: stock_request #: selection:stock.request,picking_policy:0 +#: selection:stock.request.order,picking_policy:0 msgid "Receive all products at once" msgstr "" #. module: stock_request #: selection:stock.request,picking_policy:0 +#: selection:stock.request.order,picking_policy:0 msgid "Receive each product when available" msgstr "" +#. module: stock_request +#: model:ir.actions.server,name:stock_request.action_template_generate_stock_request_orders +#: model:ir.actions.server,name:stock_request.action_variant_generate_stock_request_orders +msgid "Request Stock" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty msgid "Requested Quantity" @@ -274,26 +438,47 @@ msgid "Requested Quantity (UoM)" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_requested_by #: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by msgid "Requested by" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:139 +#, python-format +msgid "Requested by must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_ids #: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_ids msgid "Route" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Set to Draft" msgstr "" #. module: stock_request +#: model:ir.actions.act_window,name:stock_request.action_stock_request_config +#: model:ir.ui.menu,name:stock_request.menu_stock_request_config +msgid "Settings" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_policy #: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy msgid "Shipping Policy" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_state #: model:ir.model.fields,field_description:stock_request.field_stock_request_state msgid "Status" msgstr "" @@ -306,13 +491,16 @@ msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_move_ids msgid "Stock Moves" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_ids #: model:ir.module.category,name:stock_request.module_category_stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Stock Request" msgstr "" @@ -342,13 +530,30 @@ msgstr "" msgid "Stock Request Manager" msgstr "" +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_order +#: model:res.groups,name:stock_request.group_stock_request_order +msgid "Stock Request Order" +msgstr "" + +#. module: stock_request +#: model:ir.actions.act_window,name:stock_request.stock_request_order_action +#: model:ir.ui.menu,name:stock_request.stock_request_order_menu +msgid "Stock Request Orders" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_abstract +msgid "Stock Request Template" +msgstr "" + #. module: stock_request #: model:res.groups,name:stock_request.group_stock_request_user msgid "Stock Request User" msgstr "" #. module: stock_request -#: sql_constraint:stock.request:0 +#: sql_constraint:stock.request:0 sql_constraint:stock.request.order:0 msgid "Stock Request name must be unique" msgstr "" @@ -358,6 +563,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_ids #: model:ir.ui.menu,name:stock_request.menu_stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_root +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.stock_request_search #: model:ir.ui.view,arch_db:stock_request.view_picking_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form @@ -365,11 +571,45 @@ msgstr "" msgid "Stock Requests" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban +msgid "Stock Requests Kanban integration" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Stock Requests Search" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_purchase +msgid "Stock Requests for Purchases" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +msgid "Stock request" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_count +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_tree +msgid "Stock requests" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move.py:38 +#: code:addons/stock_request/models/stock_request_order.py:272 +#, python-format +msgid "The company of the stock request must match with that of the location." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:263 +#, python-format +msgid "The company of the stock request must match with that of the warehouse." +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_move_line.py:15 #, python-format @@ -378,31 +618,135 @@ msgid "" "in %s using Picking %s:" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:187 +#, python-format +msgid "The picking policy must be equal to the order" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Transfers" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:302 +#, python-format +msgid "" +"Unfortunately it seems you do not have the necessary rights for creating " +"stock requests. Please contact your administrator." +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id msgid "UoM" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Use Kanban cards for consumable products" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Use Purchases with Stock Requests" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_warehouse +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_warehouse_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Warehouse" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:187 +#: code:addons/stock_request/models/stock_request.py:146 +#, python-format +msgid "Warehouse must be equal to the order" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location.py:24 +#, python-format +msgid "" +"You cannot change the company of the location, as it is already assigned to " +"stock request orders that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location.py:17 +#, python-format +msgid "" +"You cannot change the company of the location, as it is already assigned to " +"stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location_route.py:17 +#, python-format +msgid "" +"You cannot change the company of the route, as it is already assigned to " +"stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_warehouse.py:26 +#, python-format +msgid "" +"You cannot change the company of the warehouse, as it is already assigned to " +"stock request orders that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_warehouse.py:18 +#, python-format +msgid "" +"You cannot change the company of the warehouse, as it is already assigned to " +"stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:134 +#, python-format +msgid "You have entered a location that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:129 +#, python-format +msgid "You have entered a product that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:143 +#, python-format +msgid "You have entered a route that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:138 +#, python-format +msgid "You have entered a warehouse that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:153 #, python-format msgid "" "You have to select a product unit of measure in the same category than the " "default unit of measure of the product" msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_res_config_settings +msgid "res.config.settings" +msgstr "" diff --git a/stock_request/i18n/zh_CN.po b/stock_request/i18n/zh_CN.po index 7f8e0b703..0f1301525 100644 --- a/stock_request/i18n/zh_CN.po +++ b/stock_request/i18n/zh_CN.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * stock_request -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2018-03-02 03:44+0000\n" "PO-Revision-Date: 2018-03-02 03:44+0000\n" "Last-Translator: OCA Transbot , 2018\n" -"Language-Team: Chinese (China) (https://www.transifex.com/oca/teams/23907/zh_CN/)\n" +"Language-Team: Chinese (China) (https://www.transifex.com/oca/teams/23907/" +"zh_CN/)\n" +"Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: stock_request @@ -24,6 +25,11 @@ msgstr "" msgid "
  • %s: Transferred quantity %s %s
  • " msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Activates Stock Request Orders" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty msgid "Allocated Quantity" @@ -35,12 +41,13 @@ msgid "Archived" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Cancel" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Cancelled" msgstr "" @@ -50,11 +57,22 @@ msgid "Click to add a Stock Request." msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_company_id msgid "Company" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:170 +#, python-format +msgid "Company must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Confirm" msgstr "" @@ -62,45 +80,73 @@ msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_uid #: model:ir.model.fields,field_description:stock_request.field_stock_request_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_uid msgid "Created by" msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_date #: model:ir.model.fields,field_description:stock_request.field_stock_request_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_date msgid "Created on" msgstr "" #. module: stock_request #: model:ir.model.fields,help:stock_request.field_stock_request_expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request_order_expected_date msgid "Date when you expect to receive the goods." msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_count #: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_count msgid "Delivery Orders" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_display_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_display_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_display_name msgid "Display Name" msgstr "" #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Done" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Draft" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Orders" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Stock Requests Kanban cards" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Stock Requests for Purchases" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date -msgid "Expected date" +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_expected_date +msgid "Expected Date" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:177 +#, python-format +msgid "Expected date must be equal to the order" msgstr "" #. module: stock_request @@ -109,41 +155,89 @@ msgid "Group By" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_group_stock_request_order +msgid "Group Stock Request Order" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5149 msgid "ID" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 +#: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "In progress" msgstr "" +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_location +msgid "Inventory Locations" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_location_route +msgid "Inventory Routes" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +msgid "Items" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Kanban" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract___last_update #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order___last_update msgid "Last Modified on" msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_uid #: model:ir.model.fields,field_description:stock_request.field_stock_request_write_uid msgid "Last Updated by" msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_date #: model:ir.model.fields,field_description:stock_request.field_stock_request_write_date msgid "Last Updated on" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_location_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_location_id #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Location" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:153 +#, python-format +msgid "Location must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_master_data +msgid "Master Data" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_order_procurement_group_id #: model:ir.model.fields,help:stock_request.field_stock_request_procurement_group_id msgid "" "Moves created through this stock request will be put in this procurement " @@ -152,26 +246,65 @@ msgid "" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_name msgid "Name" msgstr "" +#. module: stock_request +#: sql_constraint:stock.request:0 sql_constraint:stock.request.abstract:0 +msgid "Name must be unique" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:255 +#, python-format +msgid "Only orders on draft state can be unlinked" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:314 +#, python-format +msgid "Only requests on draft state can be unlinked" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty msgid "Open Quantity" msgstr "" +#. module: stock_request +#: model:ir.ui.menu,name:stock_request.menu_stock_request_operations +msgid "Operations" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id +msgid "Order" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Orders" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_move_line msgid "Packing Operation" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_ids #: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids msgid "Pickings" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id msgid "Procurement Group" msgstr "" @@ -182,16 +315,31 @@ msgid "Procurement Rule" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:163 +#, python-format +msgid "Procurement group must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id msgid "Product" msgstr "产品" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id msgid "Product Unit of Measure" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Purchases" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done msgid "Qty Done" @@ -203,6 +351,8 @@ msgid "Qty In Progress" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_qty #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty msgid "Quantity" msgstr "" @@ -218,6 +368,8 @@ msgid "Quantity in progress." msgstr "" #. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_qty #: model:ir.model.fields,help:stock_request.field_stock_request_product_qty msgid "Quantity in the default UoM of the product" msgstr "" @@ -225,8 +377,8 @@ msgstr "" #. module: stock_request #: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty msgid "" -"Quantity of the stock request allocated to the stock move, in the UoM of the" -" Stock Request" +"Quantity of the stock request allocated to the stock move, in the UoM of the " +"Stock Request" msgstr "" #. module: stock_request @@ -238,11 +390,15 @@ msgid "" msgstr "" #. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_uom_qty #: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty msgid "Quantity, specified in the unit of measure indicated in the request." msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_qty #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty msgid "Real Quantity" msgstr "" @@ -255,14 +411,22 @@ msgstr "" #. module: stock_request #: selection:stock.request,picking_policy:0 +#: selection:stock.request.order,picking_policy:0 msgid "Receive all products at once" msgstr "" #. module: stock_request #: selection:stock.request,picking_policy:0 +#: selection:stock.request.order,picking_policy:0 msgid "Receive each product when available" msgstr "" +#. module: stock_request +#: model:ir.actions.server,name:stock_request.action_template_generate_stock_request_orders +#: model:ir.actions.server,name:stock_request.action_variant_generate_stock_request_orders +msgid "Request Stock" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty msgid "Requested Quantity" @@ -274,26 +438,47 @@ msgid "Requested Quantity (UoM)" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_requested_by #: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by msgid "Requested by" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:139 +#, python-format +msgid "Requested by must be equal to the order" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_ids #: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_ids msgid "Route" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Set to Draft" msgstr "" #. module: stock_request +#: model:ir.actions.act_window,name:stock_request.action_stock_request_config +#: model:ir.ui.menu,name:stock_request.menu_stock_request_config +msgid "Settings" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_policy #: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy msgid "Shipping Policy" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_state #: model:ir.model.fields,field_description:stock_request.field_stock_request_state msgid "Status" msgstr "" @@ -306,13 +491,16 @@ msgstr "" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_move_ids msgid "Stock Moves" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_ids #: model:ir.module.category,name:stock_request.module_category_stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Stock Request" msgstr "" @@ -342,13 +530,30 @@ msgstr "" msgid "Stock Request Manager" msgstr "" +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_order +#: model:res.groups,name:stock_request.group_stock_request_order +msgid "Stock Request Order" +msgstr "" + +#. module: stock_request +#: model:ir.actions.act_window,name:stock_request.stock_request_order_action +#: model:ir.ui.menu,name:stock_request.stock_request_order_menu +msgid "Stock Request Orders" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_request_abstract +msgid "Stock Request Template" +msgstr "" + #. module: stock_request #: model:res.groups,name:stock_request.group_stock_request_user msgid "Stock Request User" msgstr "" #. module: stock_request -#: sql_constraint:stock.request:0 +#: sql_constraint:stock.request:0 sql_constraint:stock.request.order:0 msgid "Stock Request name must be unique" msgstr "" @@ -358,6 +563,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_ids #: model:ir.ui.menu,name:stock_request.menu_stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_root +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.stock_request_search #: model:ir.ui.view,arch_db:stock_request.view_picking_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form @@ -365,11 +571,45 @@ msgstr "" msgid "Stock Requests" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban +msgid "Stock Requests Kanban integration" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Stock Requests Search" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_purchase +msgid "Stock Requests for Purchases" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +msgid "Stock request" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_count +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_tree +msgid "Stock requests" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_move.py:38 +#: code:addons/stock_request/models/stock_request_order.py:272 +#, python-format +msgid "The company of the stock request must match with that of the location." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:263 +#, python-format +msgid "The company of the stock request must match with that of the warehouse." +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_move_line.py:15 #, python-format @@ -378,31 +618,135 @@ msgid "" "in %s using Picking %s:" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request.py:187 +#, python-format +msgid "The picking policy must be equal to the order" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Transfers" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:302 +#, python-format +msgid "" +"Unfortunately it seems you do not have the necessary rights for creating " +"stock requests. Please contact your administrator." +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id msgid "UoM" msgstr "" #. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Use Kanban cards for consumable products" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Use Purchases with Stock Requests" +msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_stock_warehouse +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_warehouse_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Warehouse" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:187 +#: code:addons/stock_request/models/stock_request.py:146 +#, python-format +msgid "Warehouse must be equal to the order" +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location.py:24 +#, python-format +msgid "" +"You cannot change the company of the location, as it is already assigned to " +"stock request orders that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location.py:17 +#, python-format +msgid "" +"You cannot change the company of the location, as it is already assigned to " +"stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_location_route.py:17 +#, python-format +msgid "" +"You cannot change the company of the route, as it is already assigned to " +"stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_warehouse.py:26 +#, python-format +msgid "" +"You cannot change the company of the warehouse, as it is already assigned to " +"stock request orders that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_warehouse.py:18 +#, python-format +msgid "" +"You cannot change the company of the warehouse, as it is already assigned to " +"stock requests that belong to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:134 +#, python-format +msgid "You have entered a location that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:129 +#, python-format +msgid "You have entered a product that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:143 +#, python-format +msgid "You have entered a route that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:138 +#, python-format +msgid "You have entered a warehouse that is assigned to another company." +msgstr "" + +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:153 #, python-format msgid "" "You have to select a product unit of measure in the same category than the " "default unit of measure of the product" msgstr "" + +#. module: stock_request +#: model:ir.model,name:stock_request.model_res_config_settings +msgid "res.config.settings" +msgstr "" diff --git a/stock_request/models/stock_request_abstract.py b/stock_request/models/stock_request_abstract.py index b59cef52e..176109c40 100644 --- a/stock_request/models/stock_request_abstract.py +++ b/stock_request/models/stock_request_abstract.py @@ -23,11 +23,12 @@ class StockRequest(models.AbstractModel): res['location_id'] = warehouse.lot_stock_id.id return res - @api.depends('product_id', 'product_uom_id', 'product_uom_qty') + @api.depends('product_id', 'product_uom_id', 'product_uom_qty', + 'product_id.product_tmpl_id.uom_id') def _compute_product_qty(self): for rec in self: rec.product_qty = rec.product_uom_id._compute_quantity( - rec.product_uom_qty, rec.product_id.uom_id) + rec.product_uom_qty, rec.product_id.product_tmpl_id.uom_id) name = fields.Char( 'Name', copy=False, required=True, readonly=True, @@ -60,6 +61,7 @@ class StockRequest(models.AbstractModel): product_qty = fields.Float( 'Real Quantity', compute='_compute_product_qty', store=True, copy=False, + digits=dp.get_precision('Product Unit of Measure'), help='Quantity in the default UoM of the product', ) procurement_group_id = fields.Many2one( @@ -90,21 +92,26 @@ class StockRequest(models.AbstractModel): @api.depends('product_id', 'warehouse_id', 'location_id') def _compute_route_ids(self): - for record in self: - routes = self.env['stock.location.route'] - if record.product_id: - routes += record.product_id.mapped( - 'route_ids') | record.product_id.mapped( - 'categ_id').mapped('total_route_ids') - if record.warehouse_id: - routes |= self.env['stock.location.route'].search( - [('warehouse_ids', 'in', record.warehouse_id.ids)]) - parents = record.get_parents().ids - record.route_ids = routes.filtered(lambda r: any( - p.location_id.id in parents for p in r.pull_ids)) + route_obj = self.env['stock.location.route'] + for wh in self.mapped('warehouse_id'): + wh_routes = route_obj.search( + [('warehouse_ids', '=', wh.id)]) + for record in self.filtered(lambda r: r.warehouse_id == wh): + routes = route_obj + if record.product_id: + routes += record.product_id.mapped( + 'route_ids' + ) | record.product_id.mapped( + 'categ_id' + ).mapped('total_route_ids') + if record.warehouse_id: + routes |= wh_routes + parents = record.get_parents().ids + record.route_ids = routes.filtered(lambda r: any( + p.location_id.id in parents for p in r.pull_ids)) def get_parents(self): - location = self.location_id.sudo() + location = self.location_id result = location while location.location_id: location = location.location_id @@ -152,7 +159,6 @@ class StockRequest(models.AbstractModel): """ Finds location id for changed warehouse. """ res = {'domain': {}} if self.warehouse_id: - # search with sudo because the user may not have permissions loc_wh = self.location_id.sudo().get_warehouse() if self.warehouse_id != loc_wh: self.location_id = self.warehouse_id.lot_stock_id.id @@ -164,7 +170,7 @@ class StockRequest(models.AbstractModel): def onchange_location_id(self): res = {'domain': {}} if self.location_id: - loc_wh = self.location_id.sudo().get_warehouse() + loc_wh = self.location_id.get_warehouse() if self.warehouse_id != loc_wh: self.warehouse_id = loc_wh self.onchange_warehouse_id() diff --git a/stock_request/security/ir.model.access.csv b/stock_request/security/ir.model.access.csv index 4a92b001b..f0103005b 100644 --- a/stock_request/security/ir.model.access.csv +++ b/stock_request/security/ir.model.access.csv @@ -11,3 +11,4 @@ access_procurement_rule_request_manager,procurement_rule request_manager,stock.m access_procurement_rule,procurement.rule.flow,stock.model_procurement_rule,group_stock_request_user,1,0,0,0 access_stock_request_order_user,stock request user,model_stock_request_order,stock_request.group_stock_request_user,1,1,1,0 access_stock_request_order_manager,stock request manager,model_stock_request_order,stock_request.group_stock_request_manager,1,1,1,1 +access_stock_request_user_warehouse,stock request user Warehouse,stock.model_stock_warehouse,group_stock_request_user,1,0,0,0 From e91b9161de67391ff4b883b05cc48401b46eb1ee Mon Sep 17 00:00:00 2001 From: Jordi Ballester Alomar Date: Mon, 16 Jul 2018 17:50:30 +0200 Subject: [PATCH 390/631] [fix] stock_requet: add menu image for stock requests --- stock_request/i18n/ca.po | 2 +- stock_request/i18n/de.po | 2 +- stock_request/i18n/el_GR.po | 2 +- stock_request/i18n/es.po | 156 ++++++++++++--------- stock_request/i18n/es_ES.po | 2 +- stock_request/i18n/eu.po | 2 +- stock_request/i18n/fi.po | 2 +- stock_request/i18n/fr.po | 2 +- stock_request/i18n/fr_CH.po | 2 +- stock_request/i18n/fr_FR.po | 2 +- stock_request/i18n/gl.po | 2 +- stock_request/i18n/hr.po | 2 +- stock_request/i18n/hr_HR.po | 2 +- stock_request/i18n/it.po | 2 +- stock_request/i18n/nl.po | 2 +- stock_request/i18n/nl_NL.po | 2 +- stock_request/i18n/pt.po | 2 +- stock_request/i18n/pt_BR.po | 2 +- stock_request/i18n/ro.po | 2 +- stock_request/i18n/ru.po | 2 +- stock_request/i18n/sl.po | 2 +- stock_request/i18n/stock_request.pot | 2 +- stock_request/i18n/tr.po | 2 +- stock_request/i18n/tr_TR.po | 2 +- stock_request/i18n/vi_VN.po | 2 +- stock_request/i18n/zh_CN.po | 2 +- stock_request/views/stock_request_menu.xml | 1 + 27 files changed, 112 insertions(+), 95 deletions(-) diff --git a/stock_request/i18n/ca.po b/stock_request/i18n/ca.po index 7f54813b2..c948a8d34 100644 --- a/stock_request/i18n/ca.po +++ b/stock_request/i18n/ca.po @@ -162,7 +162,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5149 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5323 msgid "ID" msgstr "" diff --git a/stock_request/i18n/de.po b/stock_request/i18n/de.po index 4e7d75322..07e70b416 100644 --- a/stock_request/i18n/de.po +++ b/stock_request/i18n/de.po @@ -168,7 +168,7 @@ msgstr "Anforderungs-Anwender" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5149 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5323 msgid "ID" msgstr "ID" diff --git a/stock_request/i18n/el_GR.po b/stock_request/i18n/el_GR.po index 655b9c04b..fc29cad62 100644 --- a/stock_request/i18n/el_GR.po +++ b/stock_request/i18n/el_GR.po @@ -163,7 +163,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5149 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5323 msgid "ID" msgstr "" diff --git a/stock_request/i18n/es.po b/stock_request/i18n/es.po index 68ed5b3d2..d2142b43b 100644 --- a/stock_request/i18n/es.po +++ b/stock_request/i18n/es.po @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: Odoo Server 11.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-02 03:44+0000\n" -"PO-Revision-Date: 2018-07-14 09:46+0000\n" +"PO-Revision-Date: 2018-09-06 11:53+0000\n" "Last-Translator: Enric Tobella \n" "Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n" "Language: es\n" @@ -18,7 +18,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 3.0.1\n" +"X-Generator: Weblate 3.1.1\n" #. module: stock_request #: code:addons/stock_request/models/stock_move_line.py:20 @@ -157,15 +157,14 @@ msgstr "Agrupar por" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_res_config_settings_group_stock_request_order -#, fuzzy msgid "Group Stock Request Order" -msgstr "Solicitud de existencias #" +msgstr "Agrupa las solicitudes en pedidos" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5149 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5323 msgid "ID" msgstr "ID" @@ -246,6 +245,9 @@ msgid "" "group. If none is given, the moves generated by procurement rules will be " "grouped into one big picking." msgstr "" +"Los movimientos generados por esta solicitud se asignaran a este grupo de " +"reabastecimiento. Si no se define, los movimientos generados se agruparan en " +"un gran movimiento." #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_name @@ -270,22 +272,22 @@ msgstr "Solo los pedidos en estado borrado pueden ser eliminadas" #: code:addons/stock_request/models/stock_request.py:314 #, python-format msgid "Only requests on draft state can be unlinked" -msgstr "" +msgstr "Sólo se pueden eliminar peticiones en estado borrador" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty msgid "Open Quantity" -msgstr "" +msgstr "Cantidad pendiente" #. module: stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_operations msgid "Operations" -msgstr "" +msgstr "Operaciones" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id msgid "Order" -msgstr "" +msgstr "Pedido" #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form @@ -295,13 +297,13 @@ msgstr "Pedidos" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_move_line msgid "Packing Operation" -msgstr "" +msgstr "Operación de empaquetado" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_ids #: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids msgid "Pickings" -msgstr "" +msgstr "Albaranes" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_procurement_group_id @@ -309,7 +311,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_order_procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id msgid "Procurement Group" -msgstr "" +msgstr "Grupo de abastecimiento" #. module: stock_request #: model:ir.model,name:stock_request.model_procurement_rule @@ -320,7 +322,7 @@ msgstr "Regla de abastecimiento" #: code:addons/stock_request/models/stock_request.py:163 #, python-format msgid "Procurement group must be equal to the order" -msgstr "" +msgstr "El grupo de abastecimiento debe coincidir" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_id @@ -335,46 +337,46 @@ msgstr "Producto" #: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id msgid "Product Unit of Measure" -msgstr "" +msgstr "Unidad de medida del producto" #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Purchases" -msgstr "" +msgstr "Compras" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done msgid "Qty Done" -msgstr "" +msgstr "Cantidad finalizada" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_in_progress msgid "Qty In Progress" -msgstr "" +msgstr "Cantidad en progreso" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_qty #: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_qty #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty msgid "Quantity" -msgstr "" +msgstr "Cantidad" #. module: stock_request #: model:ir.model.fields,help:stock_request.field_stock_request_qty_done msgid "Quantity completed" -msgstr "" +msgstr "Cantidad completada" #. module: stock_request #: model:ir.model.fields,help:stock_request.field_stock_request_qty_in_progress msgid "Quantity in progress." -msgstr "" +msgstr "Cantidad en progreso." #. module: stock_request #: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_qty #: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_qty #: model:ir.model.fields,help:stock_request.field_stock_request_product_qty msgid "Quantity in the default UoM of the product" -msgstr "" +msgstr "Cantidad en la UdM por defecto del producto" #. module: stock_request #: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty @@ -382,6 +384,8 @@ msgid "" "Quantity of the stock request allocated to the stock move, in the UoM of the " "Stock Request" msgstr "" +"Cantidad asignada de la solicitud de existencias en el movimiento, en la UdM " +"de la Solicitud de Existencias" #. module: stock_request #: model:ir.model.fields,help:stock_request.field_stock_request_allocation_allocated_product_qty @@ -390,66 +394,68 @@ msgid "" "Quantity of the stock request allocated to the stock move, in the default " "UoM of the product" msgstr "" +"Cantidad asignada de la solicitud de existencias en el movimiento, en la UdM " +"por defecto del producto" #. module: stock_request #: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_uom_qty #: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_uom_qty #: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty msgid "Quantity, specified in the unit of measure indicated in the request." -msgstr "" +msgstr "Cantidad, especificada en la unidad de medida de la solicitud." #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_qty #: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_qty #: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty msgid "Real Quantity" -msgstr "" +msgstr "Cantidad real" #. module: stock_request #: code:addons/stock_request/models/stock_move_line.py:12 #, python-format msgid "Receipt confirmation %s for your Request %s" -msgstr "" +msgstr "Confirmación de la recepción %s de la solicitud %s" #. module: stock_request #: selection:stock.request,picking_policy:0 #: selection:stock.request.order,picking_policy:0 msgid "Receive all products at once" -msgstr "" +msgstr "Recibir todos los productos a la vez" #. module: stock_request #: selection:stock.request,picking_policy:0 #: selection:stock.request.order,picking_policy:0 msgid "Receive each product when available" -msgstr "" +msgstr "Recibir cada producto cuando este disponible" #. module: stock_request #: model:ir.actions.server,name:stock_request.action_template_generate_stock_request_orders #: model:ir.actions.server,name:stock_request.action_variant_generate_stock_request_orders msgid "Request Stock" -msgstr "" +msgstr "Solicitud de Existencias" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty msgid "Requested Quantity" -msgstr "" +msgstr "Cantidad solicitada" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_uom_qty msgid "Requested Quantity (UoM)" -msgstr "" +msgstr "Cantidad Solicitada (UdM)" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_order_requested_by #: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by msgid "Requested by" -msgstr "" +msgstr "Solicitado por" #. module: stock_request #: code:addons/stock_request/models/stock_request.py:139 #, python-format msgid "Requested by must be equal to the order" -msgstr "" +msgstr "El solicitante debe coincidir" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_id @@ -459,43 +465,43 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_route_ids msgid "Route" -msgstr "" +msgstr "Ruta" #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Set to Draft" -msgstr "" +msgstr "Marcar como Borrador" #. module: stock_request #: model:ir.actions.act_window,name:stock_request.action_stock_request_config #: model:ir.ui.menu,name:stock_request.menu_stock_request_config msgid "Settings" -msgstr "" +msgstr "Ajustes" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_policy #: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy msgid "Shipping Policy" -msgstr "" +msgstr "Política de Entrega" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_order_state #: model:ir.model.fields,field_description:stock_request.field_stock_request_state msgid "Status" -msgstr "" +msgstr "Estado" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_move #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_move_id msgid "Stock Move" -msgstr "" +msgstr "Movimiento de stock" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids #: model:ir.model.fields,field_description:stock_request.field_stock_request_order_move_ids msgid "Stock Moves" -msgstr "" +msgstr "Movimientos de stock" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request @@ -517,7 +523,7 @@ msgstr "Solicitud de existencias #" #: model:ir.model.fields,field_description:stock_request.field_stock_move_allocation_ids #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_ids msgid "Stock Request Allocation" -msgstr "" +msgstr "Asignación de solicitud de existencias" #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.view_move_form @@ -525,42 +531,39 @@ msgstr "" #: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree msgid "Stock Request Allocations" -msgstr "" +msgstr "Asignaciones de solicitud de existencias" #. module: stock_request #: model:res.groups,name:stock_request.group_stock_request_manager msgid "Stock Request Manager" -msgstr "" +msgstr "Gestor de solicitudes de existencias" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request_order #: model:res.groups,name:stock_request.group_stock_request_order -#, fuzzy msgid "Stock Request Order" -msgstr "Solicitud de existencias #" +msgstr "Pedido de existencias" #. module: stock_request #: model:ir.actions.act_window,name:stock_request.stock_request_order_action #: model:ir.ui.menu,name:stock_request.stock_request_order_menu -#, fuzzy msgid "Stock Request Orders" -msgstr "Solicitudes de existencias" +msgstr "Pedidos de existencias" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request_abstract -#, fuzzy msgid "Stock Request Template" -msgstr "Solicitud de existencias #" +msgstr "Plantilla de solicitud de existencias" #. module: stock_request #: model:res.groups,name:stock_request.group_stock_request_user msgid "Stock Request User" -msgstr "" +msgstr "Usuario de Solicitudes de Existencias" #. module: stock_request #: sql_constraint:stock.request:0 sql_constraint:stock.request.order:0 msgid "Stock Request name must be unique" -msgstr "" +msgstr "El nombre de la solicitud debe ser único" #. module: stock_request #: model:ir.actions.act_window,name:stock_request.action_stock_request_form @@ -579,29 +582,26 @@ msgstr "Solicitudes de existencias" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban msgid "Stock Requests Kanban integration" -msgstr "" +msgstr "Integración de solicitudes de existencias con tarjetas Kanbans" #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Stock Requests Search" -msgstr "" +msgstr "Buscar solicitudes de existencias" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_purchase -#, fuzzy msgid "Stock Requests for Purchases" -msgstr "Solicitudes de existencias" +msgstr "Solicitudes de existencias para compras" #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#, fuzzy msgid "Stock request" msgstr "Solicitud de existencias" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_count #: model:ir.ui.view,arch_db:stock_request.stock_request_order_tree -#, fuzzy msgid "Stock requests" msgstr "Solicitudes de existencias" @@ -610,13 +610,13 @@ msgstr "Solicitudes de existencias" #: code:addons/stock_request/models/stock_request_order.py:272 #, python-format msgid "The company of the stock request must match with that of the location." -msgstr "" +msgstr "La compañía de la solicitud debe coincidir con la de la localización." #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:263 #, python-format msgid "The company of the stock request must match with that of the warehouse." -msgstr "" +msgstr "La compañía de la solicitud debe coincidir con la del almacén." #. module: stock_request #: code:addons/stock_request/models/stock_move_line.py:15 @@ -625,23 +625,25 @@ msgid "" "The following requested items from Stock Request %s have now been received " "in %s using Picking %s:" msgstr "" +"Los siguientes elementos de la solicitud %s se ha recibido en %s con el " +"albarán %s:" #. module: stock_request #: code:addons/stock_request/models/stock_request.py:187 #, python-format msgid "The picking policy must be equal to the order" -msgstr "" +msgstr "La política de albaranes debe coincidir" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" -msgstr "" +msgstr "Transferir" #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Transfers" -msgstr "" +msgstr "Transferencias" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:302 @@ -650,21 +652,23 @@ msgid "" "Unfortunately it seems you do not have the necessary rights for creating " "stock requests. Please contact your administrator." msgstr "" +"No tiene los permisos necesarios para crear una solicitud de existencias. " +"Por favor, contacte con su administrador." #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id msgid "UoM" -msgstr "" +msgstr "UdM" #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Use Kanban cards for consumable products" -msgstr "" +msgstr "Usar tarjetas Kanban para los consumibles" #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Use Purchases with Stock Requests" -msgstr "" +msgstr "Usar Compras con las Solicitudes de Existencias" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_warehouse @@ -674,13 +678,13 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Warehouse" -msgstr "" +msgstr "Almacén" #. module: stock_request #: code:addons/stock_request/models/stock_request.py:146 #, python-format msgid "Warehouse must be equal to the order" -msgstr "" +msgstr "El almacén debe coincidir" #. module: stock_request #: code:addons/stock_request/models/stock_location.py:24 @@ -689,6 +693,8 @@ msgid "" "You cannot change the company of the location, as it is already assigned to " "stock request orders that belong to another company." msgstr "" +"No puede cambiar la compañía de la localización, ya que tiene asignados " +"pedidos de existencias que pertenecen a otras compañías." #. module: stock_request #: code:addons/stock_request/models/stock_location.py:17 @@ -697,6 +703,8 @@ msgid "" "You cannot change the company of the location, as it is already assigned to " "stock requests that belong to another company." msgstr "" +"No puede cambiar la compañía de la localización, ya que tiene asignadas " +"solicitudes de existencias que pertenecen a otras compañías." #. module: stock_request #: code:addons/stock_request/models/stock_location_route.py:17 @@ -705,6 +713,8 @@ msgid "" "You cannot change the company of the route, as it is already assigned to " "stock requests that belong to another company." msgstr "" +"No puede cambiar la compañía de la ruta, ya que está asignada a solicitudes " +"de existencias que pertenecen a otras compañías." #. module: stock_request #: code:addons/stock_request/models/stock_warehouse.py:26 @@ -713,6 +723,8 @@ msgid "" "You cannot change the company of the warehouse, as it is already assigned to " "stock request orders that belong to another company." msgstr "" +"No puede cambiar la compañía del almacén, ya que está asignada a pedidos de " +"existencias que pertenecen a otras compañías." #. module: stock_request #: code:addons/stock_request/models/stock_warehouse.py:18 @@ -721,30 +733,32 @@ msgid "" "You cannot change the company of the warehouse, as it is already assigned to " "stock requests that belong to another company." msgstr "" +"No puede cambiar la compañía del almacén, ya que está asignada a solicitudes " +"de existencias que pertenecen a otras compañías." #. module: stock_request #: code:addons/stock_request/models/stock_request_abstract.py:134 #, python-format msgid "You have entered a location that is assigned to another company." -msgstr "" +msgstr "Ha seleccionado una localización que está asignada a otra compañía." #. module: stock_request #: code:addons/stock_request/models/stock_request_abstract.py:129 #, python-format msgid "You have entered a product that is assigned to another company." -msgstr "" +msgstr "Ha seleccionado un producto que está asignado a otra compañía." #. module: stock_request #: code:addons/stock_request/models/stock_request_abstract.py:143 #, python-format msgid "You have entered a route that is assigned to another company." -msgstr "" +msgstr "Ha seleccionado una ruta que está asignada a otra compañía." #. module: stock_request #: code:addons/stock_request/models/stock_request_abstract.py:138 #, python-format msgid "You have entered a warehouse that is assigned to another company." -msgstr "" +msgstr "Ha seleccionado un almacén que está asignado a otra compañía." #. module: stock_request #: code:addons/stock_request/models/stock_request_abstract.py:153 @@ -753,8 +767,10 @@ msgid "" "You have to select a product unit of measure in the same category than the " "default unit of measure of the product" msgstr "" +"Debe seleccionada una unidad de medida de producto de la misma categoría que " +"la unidad de medida por defecto del producto" #. module: stock_request #: model:ir.model,name:stock_request.model_res_config_settings msgid "res.config.settings" -msgstr "" +msgstr "res.config.settings" diff --git a/stock_request/i18n/es_ES.po b/stock_request/i18n/es_ES.po index 72e15574e..743783fec 100644 --- a/stock_request/i18n/es_ES.po +++ b/stock_request/i18n/es_ES.po @@ -163,7 +163,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5149 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5323 msgid "ID" msgstr "" diff --git a/stock_request/i18n/eu.po b/stock_request/i18n/eu.po index f0281d9e9..060a3a7cd 100644 --- a/stock_request/i18n/eu.po +++ b/stock_request/i18n/eu.po @@ -162,7 +162,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5149 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5323 msgid "ID" msgstr "" diff --git a/stock_request/i18n/fi.po b/stock_request/i18n/fi.po index 25d57a399..7f49b77c9 100644 --- a/stock_request/i18n/fi.po +++ b/stock_request/i18n/fi.po @@ -162,7 +162,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5149 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5323 msgid "ID" msgstr "" diff --git a/stock_request/i18n/fr.po b/stock_request/i18n/fr.po index 16c6b2c43..20881a34b 100644 --- a/stock_request/i18n/fr.po +++ b/stock_request/i18n/fr.po @@ -162,7 +162,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5149 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5323 msgid "ID" msgstr "" diff --git a/stock_request/i18n/fr_CH.po b/stock_request/i18n/fr_CH.po index 1b140befd..3199c43a2 100644 --- a/stock_request/i18n/fr_CH.po +++ b/stock_request/i18n/fr_CH.po @@ -163,7 +163,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5149 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5323 msgid "ID" msgstr "" diff --git a/stock_request/i18n/fr_FR.po b/stock_request/i18n/fr_FR.po index d0233347a..b004b0538 100644 --- a/stock_request/i18n/fr_FR.po +++ b/stock_request/i18n/fr_FR.po @@ -163,7 +163,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5149 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5323 msgid "ID" msgstr "" diff --git a/stock_request/i18n/gl.po b/stock_request/i18n/gl.po index 36e766333..3218caf23 100644 --- a/stock_request/i18n/gl.po +++ b/stock_request/i18n/gl.po @@ -162,7 +162,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5149 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5323 msgid "ID" msgstr "" diff --git a/stock_request/i18n/hr.po b/stock_request/i18n/hr.po index 4946e114d..d54a43efa 100644 --- a/stock_request/i18n/hr.po +++ b/stock_request/i18n/hr.po @@ -163,7 +163,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5149 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5323 msgid "ID" msgstr "" diff --git a/stock_request/i18n/hr_HR.po b/stock_request/i18n/hr_HR.po index e7ec39b51..9baffd1e0 100644 --- a/stock_request/i18n/hr_HR.po +++ b/stock_request/i18n/hr_HR.po @@ -164,7 +164,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5149 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5323 msgid "ID" msgstr "" diff --git a/stock_request/i18n/it.po b/stock_request/i18n/it.po index c98b10e0c..6418ed9f1 100644 --- a/stock_request/i18n/it.po +++ b/stock_request/i18n/it.po @@ -162,7 +162,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5149 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5323 msgid "ID" msgstr "" diff --git a/stock_request/i18n/nl.po b/stock_request/i18n/nl.po index be4caf220..f51a99774 100644 --- a/stock_request/i18n/nl.po +++ b/stock_request/i18n/nl.po @@ -162,7 +162,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5149 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5323 msgid "ID" msgstr "" diff --git a/stock_request/i18n/nl_NL.po b/stock_request/i18n/nl_NL.po index 4880049ec..6fddee75a 100644 --- a/stock_request/i18n/nl_NL.po +++ b/stock_request/i18n/nl_NL.po @@ -163,7 +163,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5149 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5323 msgid "ID" msgstr "" diff --git a/stock_request/i18n/pt.po b/stock_request/i18n/pt.po index 6f376d9b4..7423943c4 100644 --- a/stock_request/i18n/pt.po +++ b/stock_request/i18n/pt.po @@ -162,7 +162,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5149 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5323 msgid "ID" msgstr "" diff --git a/stock_request/i18n/pt_BR.po b/stock_request/i18n/pt_BR.po index 9f38037b1..870b61006 100644 --- a/stock_request/i18n/pt_BR.po +++ b/stock_request/i18n/pt_BR.po @@ -163,7 +163,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5149 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5323 msgid "ID" msgstr "" diff --git a/stock_request/i18n/ro.po b/stock_request/i18n/ro.po index 64bdb4162..23db032c2 100644 --- a/stock_request/i18n/ro.po +++ b/stock_request/i18n/ro.po @@ -163,7 +163,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5149 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5323 msgid "ID" msgstr "" diff --git a/stock_request/i18n/ru.po b/stock_request/i18n/ru.po index ca3285b6d..4863eb9ab 100644 --- a/stock_request/i18n/ru.po +++ b/stock_request/i18n/ru.po @@ -164,7 +164,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5149 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5323 msgid "ID" msgstr "" diff --git a/stock_request/i18n/sl.po b/stock_request/i18n/sl.po index 686b3c776..0d72c3330 100644 --- a/stock_request/i18n/sl.po +++ b/stock_request/i18n/sl.po @@ -163,7 +163,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5149 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5323 msgid "ID" msgstr "" diff --git a/stock_request/i18n/stock_request.pot b/stock_request/i18n/stock_request.pot index b16be1d23..391ce5443 100644 --- a/stock_request/i18n/stock_request.pot +++ b/stock_request/i18n/stock_request.pot @@ -160,7 +160,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5241 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5323 msgid "ID" msgstr "" diff --git a/stock_request/i18n/tr.po b/stock_request/i18n/tr.po index ae0a4acca..036a095f0 100644 --- a/stock_request/i18n/tr.po +++ b/stock_request/i18n/tr.po @@ -162,7 +162,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5149 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5323 msgid "ID" msgstr "" diff --git a/stock_request/i18n/tr_TR.po b/stock_request/i18n/tr_TR.po index 98133c12a..1a0d96f3c 100644 --- a/stock_request/i18n/tr_TR.po +++ b/stock_request/i18n/tr_TR.po @@ -163,7 +163,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5149 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5323 msgid "ID" msgstr "" diff --git a/stock_request/i18n/vi_VN.po b/stock_request/i18n/vi_VN.po index 259c98be6..cc71ab0d4 100644 --- a/stock_request/i18n/vi_VN.po +++ b/stock_request/i18n/vi_VN.po @@ -163,7 +163,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5149 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5323 msgid "ID" msgstr "" diff --git a/stock_request/i18n/zh_CN.po b/stock_request/i18n/zh_CN.po index 0f1301525..3e540e029 100644 --- a/stock_request/i18n/zh_CN.po +++ b/stock_request/i18n/zh_CN.po @@ -163,7 +163,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5149 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5323 msgid "ID" msgstr "" diff --git a/stock_request/views/stock_request_menu.xml b/stock_request/views/stock_request_menu.xml index c08c1105c..0fc6a9a46 100644 --- a/stock_request/views/stock_request_menu.xml +++ b/stock_request/views/stock_request_menu.xml @@ -4,6 +4,7 @@ id="menu_stock_request_root" name="Stock Requests" groups="stock_request.group_stock_request_user,stock_request.group_stock_request_manager" + web_icon="stock_request,static/description/icon.png" sequence="100"/> Date: Tue, 8 Jan 2019 13:51:32 +0100 Subject: [PATCH 391/631] [11.0][IMP] stock_request: allow to request from all locations types. (#523) --- stock_request/README.rst | 1 + stock_request/__manifest__.py | 2 +- stock_request/i18n/ca.po | 49 ++++++++++--- stock_request/i18n/de.po | 50 ++++++++++--- stock_request/i18n/el_GR.po | 49 ++++++++++--- stock_request/i18n/es.po | 55 ++++++++++---- stock_request/i18n/es_ES.po | 49 ++++++++++--- stock_request/i18n/eu.po | 49 ++++++++++--- stock_request/i18n/fi.po | 49 ++++++++++--- stock_request/i18n/fr.po | 49 ++++++++++--- stock_request/i18n/fr_CH.po | 49 ++++++++++--- stock_request/i18n/fr_FR.po | 49 ++++++++++--- stock_request/i18n/gl.po | 49 ++++++++++--- stock_request/i18n/hr.po | 49 ++++++++++--- stock_request/i18n/hr_HR.po | 49 ++++++++++--- stock_request/i18n/it.po | 49 ++++++++++--- stock_request/i18n/nl.po | 49 ++++++++++--- stock_request/i18n/nl_NL.po | 49 ++++++++++--- stock_request/i18n/pt.po | 49 ++++++++++--- stock_request/i18n/pt_BR.po | 49 ++++++++++--- stock_request/i18n/ro.po | 49 ++++++++++--- stock_request/i18n/ru.po | 49 ++++++++++--- stock_request/i18n/sl.po | 49 ++++++++++--- stock_request/i18n/stock_request.pot | 47 +++++++++--- stock_request/i18n/tr.po | 49 ++++++++++--- stock_request/i18n/tr_TR.po | 49 ++++++++++--- stock_request/i18n/vi_VN.po | 49 ++++++++++--- stock_request/i18n/zh_CN.po | 49 ++++++++++--- stock_request/models/__init__.py | 1 + stock_request/models/res_company.py | 14 ++++ stock_request/models/res_config_settings.py | 3 + .../models/stock_request_abstract.py | 23 ++++-- stock_request/models/stock_request_order.py | 8 +++ stock_request/tests/test_stock_request.py | 72 +++++++++++++++---- .../views/res_config_settings_views.xml | 13 +++- .../views/stock_request_order_views.xml | 1 + stock_request/views/stock_request_views.xml | 1 + 37 files changed, 1111 insertions(+), 307 deletions(-) create mode 100644 stock_request/models/res_company.py diff --git a/stock_request/README.rst b/stock_request/README.rst index 518182be6..f78565845 100644 --- a/stock_request/README.rst +++ b/stock_request/README.rst @@ -73,6 +73,7 @@ Contributors * Jordi Ballester (EFICENT) . * Enric Tobella * Atte Isopuro +* Lois Rilo Maintainer ---------- diff --git a/stock_request/__manifest__.py b/stock_request/__manifest__.py index 87cd78002..857604ee0 100644 --- a/stock_request/__manifest__.py +++ b/stock_request/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Stock Request", "summary": "Internal request for stock", - "version": "11.0.3.0.0", + "version": "11.0.3.1.0", "license": "LGPL-3", "website": "https://github.com/stock-logistics-warehouse", "author": "Eficent, " diff --git a/stock_request/i18n/ca.po b/stock_request/i18n/ca.po index c948a8d34..f2fdaa5d8 100644 --- a/stock_request/i18n/ca.po +++ b/stock_request/i18n/ca.po @@ -34,11 +34,33 @@ msgstr "" msgid "Allocated Quantity" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Allow All Locations Types" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_company_stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_allow_virtual_location +msgid "Allow Virtual locations on Stock Requests" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "" +"By default only internal and transit locations are allowed in Stock Request " +"and Orders." +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form @@ -55,6 +77,11 @@ msgstr "" msgid "Click to add a Stock Request." msgstr "" +#. module: stock_request +#: model:ir.model,name:stock_request.model_res_company +msgid "Companies" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id @@ -162,7 +189,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5323 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5326 msgid "ID" msgstr "" @@ -258,7 +285,7 @@ msgid "Name must be unique" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:255 +#: code:addons/stock_request/models/stock_request_order.py:263 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "" @@ -286,7 +313,7 @@ msgstr "" #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form -msgid "Orders" +msgid "Orders & Configuration" msgstr "" #. module: stock_request @@ -598,13 +625,13 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:272 +#: code:addons/stock_request/models/stock_request_order.py:280 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:263 +#: code:addons/stock_request/models/stock_request_order.py:271 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "" @@ -635,7 +662,7 @@ msgid "Transfers" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:302 +#: code:addons/stock_request/models/stock_request_order.py:310 #, python-format msgid "" "Unfortunately it seems you do not have the necessary rights for creating " @@ -714,31 +741,31 @@ msgid "" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:134 +#: code:addons/stock_request/models/stock_request_abstract.py:137 #, python-format msgid "You have entered a location that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:129 +#: code:addons/stock_request/models/stock_request_abstract.py:132 #, python-format msgid "You have entered a product that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:143 +#: code:addons/stock_request/models/stock_request_abstract.py:146 #, python-format msgid "You have entered a route that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:138 +#: code:addons/stock_request/models/stock_request_abstract.py:141 #, python-format msgid "You have entered a warehouse that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:153 +#: code:addons/stock_request/models/stock_request_abstract.py:156 #, python-format msgid "" "You have to select a product unit of measure in the same category than the " diff --git a/stock_request/i18n/de.po b/stock_request/i18n/de.po index 07e70b416..550c4e01b 100644 --- a/stock_request/i18n/de.po +++ b/stock_request/i18n/de.po @@ -35,11 +35,33 @@ msgstr "Anforderungs-Anwender" msgid "Allocated Quantity" msgstr "Zugeordnete Menge" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Allow All Locations Types" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_company_stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_allow_virtual_location +msgid "Allow Virtual locations on Stock Requests" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" msgstr "Archiviert" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "" +"By default only internal and transit locations are allowed in Stock Request " +"and Orders." +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form @@ -56,6 +78,12 @@ msgstr "Abgebrochen" msgid "Click to add a Stock Request." msgstr "Klicken, um eine Bestandaanforderung zu stellen." +#. module: stock_request +#: model:ir.model,name:stock_request.model_res_company +#, fuzzy +msgid "Companies" +msgstr "Unternehmen" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id @@ -168,7 +196,7 @@ msgstr "Anforderungs-Anwender" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5323 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5326 msgid "ID" msgstr "ID" @@ -268,7 +296,7 @@ msgid "Name must be unique" msgstr "Bezeichner der Anforderung muss eindeutig sein" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:255 +#: code:addons/stock_request/models/stock_request_order.py:263 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "" @@ -297,7 +325,7 @@ msgstr "" #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form -msgid "Orders" +msgid "Orders & Configuration" msgstr "" #. module: stock_request @@ -618,13 +646,13 @@ msgstr "Bestandsanforderungen" #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:272 +#: code:addons/stock_request/models/stock_request_order.py:280 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:263 +#: code:addons/stock_request/models/stock_request_order.py:271 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "" @@ -657,7 +685,7 @@ msgid "Transfers" msgstr "Umlagerungen" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:302 +#: code:addons/stock_request/models/stock_request_order.py:310 #, python-format msgid "" "Unfortunately it seems you do not have the necessary rights for creating " @@ -736,31 +764,31 @@ msgid "" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:134 +#: code:addons/stock_request/models/stock_request_abstract.py:137 #, python-format msgid "You have entered a location that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:129 +#: code:addons/stock_request/models/stock_request_abstract.py:132 #, python-format msgid "You have entered a product that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:143 +#: code:addons/stock_request/models/stock_request_abstract.py:146 #, python-format msgid "You have entered a route that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:138 +#: code:addons/stock_request/models/stock_request_abstract.py:141 #, python-format msgid "You have entered a warehouse that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:153 +#: code:addons/stock_request/models/stock_request_abstract.py:156 #, python-format msgid "" "You have to select a product unit of measure in the same category than the " diff --git a/stock_request/i18n/el_GR.po b/stock_request/i18n/el_GR.po index fc29cad62..31701ce68 100644 --- a/stock_request/i18n/el_GR.po +++ b/stock_request/i18n/el_GR.po @@ -35,11 +35,33 @@ msgstr "" msgid "Allocated Quantity" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Allow All Locations Types" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_company_stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_allow_virtual_location +msgid "Allow Virtual locations on Stock Requests" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "" +"By default only internal and transit locations are allowed in Stock Request " +"and Orders." +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form @@ -56,6 +78,11 @@ msgstr "" msgid "Click to add a Stock Request." msgstr "" +#. module: stock_request +#: model:ir.model,name:stock_request.model_res_company +msgid "Companies" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id @@ -163,7 +190,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5323 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5326 msgid "ID" msgstr "" @@ -259,7 +286,7 @@ msgid "Name must be unique" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:255 +#: code:addons/stock_request/models/stock_request_order.py:263 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "" @@ -287,7 +314,7 @@ msgstr "" #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form -msgid "Orders" +msgid "Orders & Configuration" msgstr "" #. module: stock_request @@ -599,13 +626,13 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:272 +#: code:addons/stock_request/models/stock_request_order.py:280 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:263 +#: code:addons/stock_request/models/stock_request_order.py:271 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "" @@ -636,7 +663,7 @@ msgid "Transfers" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:302 +#: code:addons/stock_request/models/stock_request_order.py:310 #, python-format msgid "" "Unfortunately it seems you do not have the necessary rights for creating " @@ -715,31 +742,31 @@ msgid "" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:134 +#: code:addons/stock_request/models/stock_request_abstract.py:137 #, python-format msgid "You have entered a location that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:129 +#: code:addons/stock_request/models/stock_request_abstract.py:132 #, python-format msgid "You have entered a product that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:143 +#: code:addons/stock_request/models/stock_request_abstract.py:146 #, python-format msgid "You have entered a route that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:138 +#: code:addons/stock_request/models/stock_request_abstract.py:141 #, python-format msgid "You have entered a warehouse that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:153 +#: code:addons/stock_request/models/stock_request_abstract.py:156 #, python-format msgid "" "You have to select a product unit of measure in the same category than the " diff --git a/stock_request/i18n/es.po b/stock_request/i18n/es.po index d2142b43b..a145953bc 100644 --- a/stock_request/i18n/es.po +++ b/stock_request/i18n/es.po @@ -36,11 +36,33 @@ msgstr "Activa las Solicitudes de existencias" msgid "Allocated Quantity" msgstr "Cantidad reservada" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Allow All Locations Types" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_company_stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_allow_virtual_location +msgid "Allow Virtual locations on Stock Requests" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" msgstr "Archivado" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "" +"By default only internal and transit locations are allowed in Stock Request " +"and Orders." +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form @@ -57,6 +79,12 @@ msgstr "Cancelado" msgid "Click to add a Stock Request." msgstr "Pulse para añadir una solicitud de existencias." +#. module: stock_request +#: model:ir.model,name:stock_request.model_res_company +#, fuzzy +msgid "Companies" +msgstr "Compañía" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id @@ -164,7 +192,7 @@ msgstr "Agrupa las solicitudes en pedidos" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5323 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5326 msgid "ID" msgstr "ID" @@ -263,7 +291,7 @@ msgid "Name must be unique" msgstr "El nombre debe ser único" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:255 +#: code:addons/stock_request/models/stock_request_order.py:263 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "Solo los pedidos en estado borrado pueden ser eliminadas" @@ -291,8 +319,8 @@ msgstr "Pedido" #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form -msgid "Orders" -msgstr "Pedidos" +msgid "Orders & Configuration" +msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_move_line @@ -607,13 +635,13 @@ msgstr "Solicitudes de existencias" #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:272 +#: code:addons/stock_request/models/stock_request_order.py:280 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "La compañía de la solicitud debe coincidir con la de la localización." #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:263 +#: code:addons/stock_request/models/stock_request_order.py:271 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "La compañía de la solicitud debe coincidir con la del almacén." @@ -646,7 +674,7 @@ msgid "Transfers" msgstr "Transferencias" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:302 +#: code:addons/stock_request/models/stock_request_order.py:310 #, python-format msgid "" "Unfortunately it seems you do not have the necessary rights for creating " @@ -737,31 +765,31 @@ msgstr "" "de existencias que pertenecen a otras compañías." #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:134 +#: code:addons/stock_request/models/stock_request_abstract.py:137 #, python-format msgid "You have entered a location that is assigned to another company." msgstr "Ha seleccionado una localización que está asignada a otra compañía." #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:129 +#: code:addons/stock_request/models/stock_request_abstract.py:132 #, python-format msgid "You have entered a product that is assigned to another company." msgstr "Ha seleccionado un producto que está asignado a otra compañía." #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:143 +#: code:addons/stock_request/models/stock_request_abstract.py:146 #, python-format msgid "You have entered a route that is assigned to another company." msgstr "Ha seleccionado una ruta que está asignada a otra compañía." #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:138 +#: code:addons/stock_request/models/stock_request_abstract.py:141 #, python-format msgid "You have entered a warehouse that is assigned to another company." msgstr "Ha seleccionado un almacén que está asignado a otra compañía." #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:153 +#: code:addons/stock_request/models/stock_request_abstract.py:156 #, python-format msgid "" "You have to select a product unit of measure in the same category than the " @@ -774,3 +802,6 @@ msgstr "" #: model:ir.model,name:stock_request.model_res_config_settings msgid "res.config.settings" msgstr "res.config.settings" + +#~ msgid "Orders" +#~ msgstr "Pedidos" diff --git a/stock_request/i18n/es_ES.po b/stock_request/i18n/es_ES.po index 743783fec..ff10b7ab5 100644 --- a/stock_request/i18n/es_ES.po +++ b/stock_request/i18n/es_ES.po @@ -35,11 +35,33 @@ msgstr "" msgid "Allocated Quantity" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Allow All Locations Types" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_company_stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_allow_virtual_location +msgid "Allow Virtual locations on Stock Requests" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "" +"By default only internal and transit locations are allowed in Stock Request " +"and Orders." +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form @@ -56,6 +78,11 @@ msgstr "" msgid "Click to add a Stock Request." msgstr "" +#. module: stock_request +#: model:ir.model,name:stock_request.model_res_company +msgid "Companies" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id @@ -163,7 +190,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5323 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5326 msgid "ID" msgstr "" @@ -259,7 +286,7 @@ msgid "Name must be unique" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:255 +#: code:addons/stock_request/models/stock_request_order.py:263 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "" @@ -287,7 +314,7 @@ msgstr "" #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form -msgid "Orders" +msgid "Orders & Configuration" msgstr "" #. module: stock_request @@ -599,13 +626,13 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:272 +#: code:addons/stock_request/models/stock_request_order.py:280 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:263 +#: code:addons/stock_request/models/stock_request_order.py:271 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "" @@ -636,7 +663,7 @@ msgid "Transfers" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:302 +#: code:addons/stock_request/models/stock_request_order.py:310 #, python-format msgid "" "Unfortunately it seems you do not have the necessary rights for creating " @@ -715,31 +742,31 @@ msgid "" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:134 +#: code:addons/stock_request/models/stock_request_abstract.py:137 #, python-format msgid "You have entered a location that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:129 +#: code:addons/stock_request/models/stock_request_abstract.py:132 #, python-format msgid "You have entered a product that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:143 +#: code:addons/stock_request/models/stock_request_abstract.py:146 #, python-format msgid "You have entered a route that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:138 +#: code:addons/stock_request/models/stock_request_abstract.py:141 #, python-format msgid "You have entered a warehouse that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:153 +#: code:addons/stock_request/models/stock_request_abstract.py:156 #, python-format msgid "" "You have to select a product unit of measure in the same category than the " diff --git a/stock_request/i18n/eu.po b/stock_request/i18n/eu.po index 060a3a7cd..06fe506b2 100644 --- a/stock_request/i18n/eu.po +++ b/stock_request/i18n/eu.po @@ -34,11 +34,33 @@ msgstr "" msgid "Allocated Quantity" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Allow All Locations Types" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_company_stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_allow_virtual_location +msgid "Allow Virtual locations on Stock Requests" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "" +"By default only internal and transit locations are allowed in Stock Request " +"and Orders." +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form @@ -55,6 +77,11 @@ msgstr "" msgid "Click to add a Stock Request." msgstr "" +#. module: stock_request +#: model:ir.model,name:stock_request.model_res_company +msgid "Companies" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id @@ -162,7 +189,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5323 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5326 msgid "ID" msgstr "" @@ -258,7 +285,7 @@ msgid "Name must be unique" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:255 +#: code:addons/stock_request/models/stock_request_order.py:263 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "" @@ -286,7 +313,7 @@ msgstr "" #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form -msgid "Orders" +msgid "Orders & Configuration" msgstr "" #. module: stock_request @@ -598,13 +625,13 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:272 +#: code:addons/stock_request/models/stock_request_order.py:280 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:263 +#: code:addons/stock_request/models/stock_request_order.py:271 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "" @@ -635,7 +662,7 @@ msgid "Transfers" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:302 +#: code:addons/stock_request/models/stock_request_order.py:310 #, python-format msgid "" "Unfortunately it seems you do not have the necessary rights for creating " @@ -714,31 +741,31 @@ msgid "" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:134 +#: code:addons/stock_request/models/stock_request_abstract.py:137 #, python-format msgid "You have entered a location that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:129 +#: code:addons/stock_request/models/stock_request_abstract.py:132 #, python-format msgid "You have entered a product that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:143 +#: code:addons/stock_request/models/stock_request_abstract.py:146 #, python-format msgid "You have entered a route that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:138 +#: code:addons/stock_request/models/stock_request_abstract.py:141 #, python-format msgid "You have entered a warehouse that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:153 +#: code:addons/stock_request/models/stock_request_abstract.py:156 #, python-format msgid "" "You have to select a product unit of measure in the same category than the " diff --git a/stock_request/i18n/fi.po b/stock_request/i18n/fi.po index 7f49b77c9..cab2c7ead 100644 --- a/stock_request/i18n/fi.po +++ b/stock_request/i18n/fi.po @@ -34,11 +34,33 @@ msgstr "" msgid "Allocated Quantity" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Allow All Locations Types" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_company_stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_allow_virtual_location +msgid "Allow Virtual locations on Stock Requests" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "" +"By default only internal and transit locations are allowed in Stock Request " +"and Orders." +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form @@ -55,6 +77,11 @@ msgstr "" msgid "Click to add a Stock Request." msgstr "" +#. module: stock_request +#: model:ir.model,name:stock_request.model_res_company +msgid "Companies" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id @@ -162,7 +189,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5323 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5326 msgid "ID" msgstr "" @@ -258,7 +285,7 @@ msgid "Name must be unique" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:255 +#: code:addons/stock_request/models/stock_request_order.py:263 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "" @@ -286,7 +313,7 @@ msgstr "" #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form -msgid "Orders" +msgid "Orders & Configuration" msgstr "" #. module: stock_request @@ -598,13 +625,13 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:272 +#: code:addons/stock_request/models/stock_request_order.py:280 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:263 +#: code:addons/stock_request/models/stock_request_order.py:271 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "" @@ -635,7 +662,7 @@ msgid "Transfers" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:302 +#: code:addons/stock_request/models/stock_request_order.py:310 #, python-format msgid "" "Unfortunately it seems you do not have the necessary rights for creating " @@ -714,31 +741,31 @@ msgid "" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:134 +#: code:addons/stock_request/models/stock_request_abstract.py:137 #, python-format msgid "You have entered a location that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:129 +#: code:addons/stock_request/models/stock_request_abstract.py:132 #, python-format msgid "You have entered a product that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:143 +#: code:addons/stock_request/models/stock_request_abstract.py:146 #, python-format msgid "You have entered a route that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:138 +#: code:addons/stock_request/models/stock_request_abstract.py:141 #, python-format msgid "You have entered a warehouse that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:153 +#: code:addons/stock_request/models/stock_request_abstract.py:156 #, python-format msgid "" "You have to select a product unit of measure in the same category than the " diff --git a/stock_request/i18n/fr.po b/stock_request/i18n/fr.po index 20881a34b..0b4281196 100644 --- a/stock_request/i18n/fr.po +++ b/stock_request/i18n/fr.po @@ -34,11 +34,33 @@ msgstr "" msgid "Allocated Quantity" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Allow All Locations Types" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_company_stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_allow_virtual_location +msgid "Allow Virtual locations on Stock Requests" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "" +"By default only internal and transit locations are allowed in Stock Request " +"and Orders." +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form @@ -55,6 +77,11 @@ msgstr "" msgid "Click to add a Stock Request." msgstr "" +#. module: stock_request +#: model:ir.model,name:stock_request.model_res_company +msgid "Companies" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id @@ -162,7 +189,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5323 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5326 msgid "ID" msgstr "" @@ -258,7 +285,7 @@ msgid "Name must be unique" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:255 +#: code:addons/stock_request/models/stock_request_order.py:263 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "" @@ -286,7 +313,7 @@ msgstr "" #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form -msgid "Orders" +msgid "Orders & Configuration" msgstr "" #. module: stock_request @@ -598,13 +625,13 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:272 +#: code:addons/stock_request/models/stock_request_order.py:280 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:263 +#: code:addons/stock_request/models/stock_request_order.py:271 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "" @@ -635,7 +662,7 @@ msgid "Transfers" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:302 +#: code:addons/stock_request/models/stock_request_order.py:310 #, python-format msgid "" "Unfortunately it seems you do not have the necessary rights for creating " @@ -714,31 +741,31 @@ msgid "" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:134 +#: code:addons/stock_request/models/stock_request_abstract.py:137 #, python-format msgid "You have entered a location that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:129 +#: code:addons/stock_request/models/stock_request_abstract.py:132 #, python-format msgid "You have entered a product that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:143 +#: code:addons/stock_request/models/stock_request_abstract.py:146 #, python-format msgid "You have entered a route that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:138 +#: code:addons/stock_request/models/stock_request_abstract.py:141 #, python-format msgid "You have entered a warehouse that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:153 +#: code:addons/stock_request/models/stock_request_abstract.py:156 #, python-format msgid "" "You have to select a product unit of measure in the same category than the " diff --git a/stock_request/i18n/fr_CH.po b/stock_request/i18n/fr_CH.po index 3199c43a2..734266462 100644 --- a/stock_request/i18n/fr_CH.po +++ b/stock_request/i18n/fr_CH.po @@ -35,11 +35,33 @@ msgstr "" msgid "Allocated Quantity" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Allow All Locations Types" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_company_stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_allow_virtual_location +msgid "Allow Virtual locations on Stock Requests" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "" +"By default only internal and transit locations are allowed in Stock Request " +"and Orders." +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form @@ -56,6 +78,11 @@ msgstr "" msgid "Click to add a Stock Request." msgstr "" +#. module: stock_request +#: model:ir.model,name:stock_request.model_res_company +msgid "Companies" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id @@ -163,7 +190,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5323 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5326 msgid "ID" msgstr "" @@ -259,7 +286,7 @@ msgid "Name must be unique" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:255 +#: code:addons/stock_request/models/stock_request_order.py:263 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "" @@ -287,7 +314,7 @@ msgstr "" #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form -msgid "Orders" +msgid "Orders & Configuration" msgstr "" #. module: stock_request @@ -599,13 +626,13 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:272 +#: code:addons/stock_request/models/stock_request_order.py:280 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:263 +#: code:addons/stock_request/models/stock_request_order.py:271 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "" @@ -636,7 +663,7 @@ msgid "Transfers" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:302 +#: code:addons/stock_request/models/stock_request_order.py:310 #, python-format msgid "" "Unfortunately it seems you do not have the necessary rights for creating " @@ -715,31 +742,31 @@ msgid "" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:134 +#: code:addons/stock_request/models/stock_request_abstract.py:137 #, python-format msgid "You have entered a location that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:129 +#: code:addons/stock_request/models/stock_request_abstract.py:132 #, python-format msgid "You have entered a product that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:143 +#: code:addons/stock_request/models/stock_request_abstract.py:146 #, python-format msgid "You have entered a route that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:138 +#: code:addons/stock_request/models/stock_request_abstract.py:141 #, python-format msgid "You have entered a warehouse that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:153 +#: code:addons/stock_request/models/stock_request_abstract.py:156 #, python-format msgid "" "You have to select a product unit of measure in the same category than the " diff --git a/stock_request/i18n/fr_FR.po b/stock_request/i18n/fr_FR.po index b004b0538..778f023e1 100644 --- a/stock_request/i18n/fr_FR.po +++ b/stock_request/i18n/fr_FR.po @@ -35,11 +35,33 @@ msgstr "" msgid "Allocated Quantity" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Allow All Locations Types" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_company_stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_allow_virtual_location +msgid "Allow Virtual locations on Stock Requests" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "" +"By default only internal and transit locations are allowed in Stock Request " +"and Orders." +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form @@ -56,6 +78,11 @@ msgstr "" msgid "Click to add a Stock Request." msgstr "" +#. module: stock_request +#: model:ir.model,name:stock_request.model_res_company +msgid "Companies" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id @@ -163,7 +190,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5323 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5326 msgid "ID" msgstr "" @@ -259,7 +286,7 @@ msgid "Name must be unique" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:255 +#: code:addons/stock_request/models/stock_request_order.py:263 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "" @@ -287,7 +314,7 @@ msgstr "" #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form -msgid "Orders" +msgid "Orders & Configuration" msgstr "" #. module: stock_request @@ -599,13 +626,13 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:272 +#: code:addons/stock_request/models/stock_request_order.py:280 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:263 +#: code:addons/stock_request/models/stock_request_order.py:271 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "" @@ -636,7 +663,7 @@ msgid "Transfers" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:302 +#: code:addons/stock_request/models/stock_request_order.py:310 #, python-format msgid "" "Unfortunately it seems you do not have the necessary rights for creating " @@ -715,31 +742,31 @@ msgid "" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:134 +#: code:addons/stock_request/models/stock_request_abstract.py:137 #, python-format msgid "You have entered a location that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:129 +#: code:addons/stock_request/models/stock_request_abstract.py:132 #, python-format msgid "You have entered a product that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:143 +#: code:addons/stock_request/models/stock_request_abstract.py:146 #, python-format msgid "You have entered a route that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:138 +#: code:addons/stock_request/models/stock_request_abstract.py:141 #, python-format msgid "You have entered a warehouse that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:153 +#: code:addons/stock_request/models/stock_request_abstract.py:156 #, python-format msgid "" "You have to select a product unit of measure in the same category than the " diff --git a/stock_request/i18n/gl.po b/stock_request/i18n/gl.po index 3218caf23..e7ac2361d 100644 --- a/stock_request/i18n/gl.po +++ b/stock_request/i18n/gl.po @@ -34,11 +34,33 @@ msgstr "" msgid "Allocated Quantity" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Allow All Locations Types" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_company_stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_allow_virtual_location +msgid "Allow Virtual locations on Stock Requests" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "" +"By default only internal and transit locations are allowed in Stock Request " +"and Orders." +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form @@ -55,6 +77,11 @@ msgstr "" msgid "Click to add a Stock Request." msgstr "" +#. module: stock_request +#: model:ir.model,name:stock_request.model_res_company +msgid "Companies" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id @@ -162,7 +189,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5323 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5326 msgid "ID" msgstr "" @@ -258,7 +285,7 @@ msgid "Name must be unique" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:255 +#: code:addons/stock_request/models/stock_request_order.py:263 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "" @@ -286,7 +313,7 @@ msgstr "" #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form -msgid "Orders" +msgid "Orders & Configuration" msgstr "" #. module: stock_request @@ -598,13 +625,13 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:272 +#: code:addons/stock_request/models/stock_request_order.py:280 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:263 +#: code:addons/stock_request/models/stock_request_order.py:271 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "" @@ -635,7 +662,7 @@ msgid "Transfers" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:302 +#: code:addons/stock_request/models/stock_request_order.py:310 #, python-format msgid "" "Unfortunately it seems you do not have the necessary rights for creating " @@ -714,31 +741,31 @@ msgid "" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:134 +#: code:addons/stock_request/models/stock_request_abstract.py:137 #, python-format msgid "You have entered a location that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:129 +#: code:addons/stock_request/models/stock_request_abstract.py:132 #, python-format msgid "You have entered a product that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:143 +#: code:addons/stock_request/models/stock_request_abstract.py:146 #, python-format msgid "You have entered a route that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:138 +#: code:addons/stock_request/models/stock_request_abstract.py:141 #, python-format msgid "You have entered a warehouse that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:153 +#: code:addons/stock_request/models/stock_request_abstract.py:156 #, python-format msgid "" "You have to select a product unit of measure in the same category than the " diff --git a/stock_request/i18n/hr.po b/stock_request/i18n/hr.po index d54a43efa..bf45536ec 100644 --- a/stock_request/i18n/hr.po +++ b/stock_request/i18n/hr.po @@ -35,11 +35,33 @@ msgstr "" msgid "Allocated Quantity" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Allow All Locations Types" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_company_stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_allow_virtual_location +msgid "Allow Virtual locations on Stock Requests" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "" +"By default only internal and transit locations are allowed in Stock Request " +"and Orders." +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form @@ -56,6 +78,11 @@ msgstr "" msgid "Click to add a Stock Request." msgstr "" +#. module: stock_request +#: model:ir.model,name:stock_request.model_res_company +msgid "Companies" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id @@ -163,7 +190,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5323 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5326 msgid "ID" msgstr "" @@ -259,7 +286,7 @@ msgid "Name must be unique" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:255 +#: code:addons/stock_request/models/stock_request_order.py:263 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "" @@ -287,7 +314,7 @@ msgstr "" #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form -msgid "Orders" +msgid "Orders & Configuration" msgstr "" #. module: stock_request @@ -599,13 +626,13 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:272 +#: code:addons/stock_request/models/stock_request_order.py:280 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:263 +#: code:addons/stock_request/models/stock_request_order.py:271 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "" @@ -636,7 +663,7 @@ msgid "Transfers" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:302 +#: code:addons/stock_request/models/stock_request_order.py:310 #, python-format msgid "" "Unfortunately it seems you do not have the necessary rights for creating " @@ -715,31 +742,31 @@ msgid "" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:134 +#: code:addons/stock_request/models/stock_request_abstract.py:137 #, python-format msgid "You have entered a location that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:129 +#: code:addons/stock_request/models/stock_request_abstract.py:132 #, python-format msgid "You have entered a product that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:143 +#: code:addons/stock_request/models/stock_request_abstract.py:146 #, python-format msgid "You have entered a route that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:138 +#: code:addons/stock_request/models/stock_request_abstract.py:141 #, python-format msgid "You have entered a warehouse that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:153 +#: code:addons/stock_request/models/stock_request_abstract.py:156 #, python-format msgid "" "You have to select a product unit of measure in the same category than the " diff --git a/stock_request/i18n/hr_HR.po b/stock_request/i18n/hr_HR.po index 9baffd1e0..2be2ec5dd 100644 --- a/stock_request/i18n/hr_HR.po +++ b/stock_request/i18n/hr_HR.po @@ -36,11 +36,33 @@ msgstr "" msgid "Allocated Quantity" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Allow All Locations Types" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_company_stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_allow_virtual_location +msgid "Allow Virtual locations on Stock Requests" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "" +"By default only internal and transit locations are allowed in Stock Request " +"and Orders." +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form @@ -57,6 +79,11 @@ msgstr "" msgid "Click to add a Stock Request." msgstr "" +#. module: stock_request +#: model:ir.model,name:stock_request.model_res_company +msgid "Companies" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id @@ -164,7 +191,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5323 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5326 msgid "ID" msgstr "" @@ -260,7 +287,7 @@ msgid "Name must be unique" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:255 +#: code:addons/stock_request/models/stock_request_order.py:263 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "" @@ -288,7 +315,7 @@ msgstr "" #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form -msgid "Orders" +msgid "Orders & Configuration" msgstr "" #. module: stock_request @@ -600,13 +627,13 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:272 +#: code:addons/stock_request/models/stock_request_order.py:280 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:263 +#: code:addons/stock_request/models/stock_request_order.py:271 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "" @@ -637,7 +664,7 @@ msgid "Transfers" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:302 +#: code:addons/stock_request/models/stock_request_order.py:310 #, python-format msgid "" "Unfortunately it seems you do not have the necessary rights for creating " @@ -716,31 +743,31 @@ msgid "" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:134 +#: code:addons/stock_request/models/stock_request_abstract.py:137 #, python-format msgid "You have entered a location that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:129 +#: code:addons/stock_request/models/stock_request_abstract.py:132 #, python-format msgid "You have entered a product that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:143 +#: code:addons/stock_request/models/stock_request_abstract.py:146 #, python-format msgid "You have entered a route that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:138 +#: code:addons/stock_request/models/stock_request_abstract.py:141 #, python-format msgid "You have entered a warehouse that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:153 +#: code:addons/stock_request/models/stock_request_abstract.py:156 #, python-format msgid "" "You have to select a product unit of measure in the same category than the " diff --git a/stock_request/i18n/it.po b/stock_request/i18n/it.po index 6418ed9f1..9acbb0c0b 100644 --- a/stock_request/i18n/it.po +++ b/stock_request/i18n/it.po @@ -34,11 +34,33 @@ msgstr "" msgid "Allocated Quantity" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Allow All Locations Types" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_company_stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_allow_virtual_location +msgid "Allow Virtual locations on Stock Requests" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "" +"By default only internal and transit locations are allowed in Stock Request " +"and Orders." +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form @@ -55,6 +77,11 @@ msgstr "" msgid "Click to add a Stock Request." msgstr "" +#. module: stock_request +#: model:ir.model,name:stock_request.model_res_company +msgid "Companies" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id @@ -162,7 +189,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5323 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5326 msgid "ID" msgstr "" @@ -258,7 +285,7 @@ msgid "Name must be unique" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:255 +#: code:addons/stock_request/models/stock_request_order.py:263 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "" @@ -286,7 +313,7 @@ msgstr "" #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form -msgid "Orders" +msgid "Orders & Configuration" msgstr "" #. module: stock_request @@ -598,13 +625,13 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:272 +#: code:addons/stock_request/models/stock_request_order.py:280 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:263 +#: code:addons/stock_request/models/stock_request_order.py:271 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "" @@ -635,7 +662,7 @@ msgid "Transfers" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:302 +#: code:addons/stock_request/models/stock_request_order.py:310 #, python-format msgid "" "Unfortunately it seems you do not have the necessary rights for creating " @@ -714,31 +741,31 @@ msgid "" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:134 +#: code:addons/stock_request/models/stock_request_abstract.py:137 #, python-format msgid "You have entered a location that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:129 +#: code:addons/stock_request/models/stock_request_abstract.py:132 #, python-format msgid "You have entered a product that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:143 +#: code:addons/stock_request/models/stock_request_abstract.py:146 #, python-format msgid "You have entered a route that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:138 +#: code:addons/stock_request/models/stock_request_abstract.py:141 #, python-format msgid "You have entered a warehouse that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:153 +#: code:addons/stock_request/models/stock_request_abstract.py:156 #, python-format msgid "" "You have to select a product unit of measure in the same category than the " diff --git a/stock_request/i18n/nl.po b/stock_request/i18n/nl.po index f51a99774..d9599fe57 100644 --- a/stock_request/i18n/nl.po +++ b/stock_request/i18n/nl.po @@ -34,11 +34,33 @@ msgstr "" msgid "Allocated Quantity" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Allow All Locations Types" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_company_stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_allow_virtual_location +msgid "Allow Virtual locations on Stock Requests" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "" +"By default only internal and transit locations are allowed in Stock Request " +"and Orders." +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form @@ -55,6 +77,11 @@ msgstr "" msgid "Click to add a Stock Request." msgstr "" +#. module: stock_request +#: model:ir.model,name:stock_request.model_res_company +msgid "Companies" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id @@ -162,7 +189,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5323 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5326 msgid "ID" msgstr "" @@ -258,7 +285,7 @@ msgid "Name must be unique" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:255 +#: code:addons/stock_request/models/stock_request_order.py:263 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "" @@ -286,7 +313,7 @@ msgstr "" #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form -msgid "Orders" +msgid "Orders & Configuration" msgstr "" #. module: stock_request @@ -598,13 +625,13 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:272 +#: code:addons/stock_request/models/stock_request_order.py:280 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:263 +#: code:addons/stock_request/models/stock_request_order.py:271 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "" @@ -635,7 +662,7 @@ msgid "Transfers" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:302 +#: code:addons/stock_request/models/stock_request_order.py:310 #, python-format msgid "" "Unfortunately it seems you do not have the necessary rights for creating " @@ -714,31 +741,31 @@ msgid "" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:134 +#: code:addons/stock_request/models/stock_request_abstract.py:137 #, python-format msgid "You have entered a location that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:129 +#: code:addons/stock_request/models/stock_request_abstract.py:132 #, python-format msgid "You have entered a product that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:143 +#: code:addons/stock_request/models/stock_request_abstract.py:146 #, python-format msgid "You have entered a route that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:138 +#: code:addons/stock_request/models/stock_request_abstract.py:141 #, python-format msgid "You have entered a warehouse that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:153 +#: code:addons/stock_request/models/stock_request_abstract.py:156 #, python-format msgid "" "You have to select a product unit of measure in the same category than the " diff --git a/stock_request/i18n/nl_NL.po b/stock_request/i18n/nl_NL.po index 6fddee75a..aa3c8b67a 100644 --- a/stock_request/i18n/nl_NL.po +++ b/stock_request/i18n/nl_NL.po @@ -35,11 +35,33 @@ msgstr "" msgid "Allocated Quantity" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Allow All Locations Types" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_company_stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_allow_virtual_location +msgid "Allow Virtual locations on Stock Requests" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "" +"By default only internal and transit locations are allowed in Stock Request " +"and Orders." +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form @@ -56,6 +78,11 @@ msgstr "" msgid "Click to add a Stock Request." msgstr "" +#. module: stock_request +#: model:ir.model,name:stock_request.model_res_company +msgid "Companies" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id @@ -163,7 +190,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5323 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5326 msgid "ID" msgstr "" @@ -259,7 +286,7 @@ msgid "Name must be unique" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:255 +#: code:addons/stock_request/models/stock_request_order.py:263 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "" @@ -287,7 +314,7 @@ msgstr "" #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form -msgid "Orders" +msgid "Orders & Configuration" msgstr "" #. module: stock_request @@ -599,13 +626,13 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:272 +#: code:addons/stock_request/models/stock_request_order.py:280 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:263 +#: code:addons/stock_request/models/stock_request_order.py:271 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "" @@ -636,7 +663,7 @@ msgid "Transfers" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:302 +#: code:addons/stock_request/models/stock_request_order.py:310 #, python-format msgid "" "Unfortunately it seems you do not have the necessary rights for creating " @@ -715,31 +742,31 @@ msgid "" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:134 +#: code:addons/stock_request/models/stock_request_abstract.py:137 #, python-format msgid "You have entered a location that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:129 +#: code:addons/stock_request/models/stock_request_abstract.py:132 #, python-format msgid "You have entered a product that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:143 +#: code:addons/stock_request/models/stock_request_abstract.py:146 #, python-format msgid "You have entered a route that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:138 +#: code:addons/stock_request/models/stock_request_abstract.py:141 #, python-format msgid "You have entered a warehouse that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:153 +#: code:addons/stock_request/models/stock_request_abstract.py:156 #, python-format msgid "" "You have to select a product unit of measure in the same category than the " diff --git a/stock_request/i18n/pt.po b/stock_request/i18n/pt.po index 7423943c4..5cb7120ca 100644 --- a/stock_request/i18n/pt.po +++ b/stock_request/i18n/pt.po @@ -34,11 +34,33 @@ msgstr "" msgid "Allocated Quantity" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Allow All Locations Types" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_company_stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_allow_virtual_location +msgid "Allow Virtual locations on Stock Requests" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "" +"By default only internal and transit locations are allowed in Stock Request " +"and Orders." +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form @@ -55,6 +77,11 @@ msgstr "" msgid "Click to add a Stock Request." msgstr "" +#. module: stock_request +#: model:ir.model,name:stock_request.model_res_company +msgid "Companies" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id @@ -162,7 +189,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5323 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5326 msgid "ID" msgstr "" @@ -258,7 +285,7 @@ msgid "Name must be unique" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:255 +#: code:addons/stock_request/models/stock_request_order.py:263 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "" @@ -286,7 +313,7 @@ msgstr "" #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form -msgid "Orders" +msgid "Orders & Configuration" msgstr "" #. module: stock_request @@ -598,13 +625,13 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:272 +#: code:addons/stock_request/models/stock_request_order.py:280 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:263 +#: code:addons/stock_request/models/stock_request_order.py:271 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "" @@ -635,7 +662,7 @@ msgid "Transfers" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:302 +#: code:addons/stock_request/models/stock_request_order.py:310 #, python-format msgid "" "Unfortunately it seems you do not have the necessary rights for creating " @@ -714,31 +741,31 @@ msgid "" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:134 +#: code:addons/stock_request/models/stock_request_abstract.py:137 #, python-format msgid "You have entered a location that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:129 +#: code:addons/stock_request/models/stock_request_abstract.py:132 #, python-format msgid "You have entered a product that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:143 +#: code:addons/stock_request/models/stock_request_abstract.py:146 #, python-format msgid "You have entered a route that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:138 +#: code:addons/stock_request/models/stock_request_abstract.py:141 #, python-format msgid "You have entered a warehouse that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:153 +#: code:addons/stock_request/models/stock_request_abstract.py:156 #, python-format msgid "" "You have to select a product unit of measure in the same category than the " diff --git a/stock_request/i18n/pt_BR.po b/stock_request/i18n/pt_BR.po index 870b61006..6ef5a44de 100644 --- a/stock_request/i18n/pt_BR.po +++ b/stock_request/i18n/pt_BR.po @@ -35,11 +35,33 @@ msgstr "" msgid "Allocated Quantity" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Allow All Locations Types" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_company_stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_allow_virtual_location +msgid "Allow Virtual locations on Stock Requests" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "" +"By default only internal and transit locations are allowed in Stock Request " +"and Orders." +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form @@ -56,6 +78,11 @@ msgstr "" msgid "Click to add a Stock Request." msgstr "" +#. module: stock_request +#: model:ir.model,name:stock_request.model_res_company +msgid "Companies" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id @@ -163,7 +190,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5323 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5326 msgid "ID" msgstr "" @@ -259,7 +286,7 @@ msgid "Name must be unique" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:255 +#: code:addons/stock_request/models/stock_request_order.py:263 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "" @@ -287,7 +314,7 @@ msgstr "" #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form -msgid "Orders" +msgid "Orders & Configuration" msgstr "" #. module: stock_request @@ -599,13 +626,13 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:272 +#: code:addons/stock_request/models/stock_request_order.py:280 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:263 +#: code:addons/stock_request/models/stock_request_order.py:271 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "" @@ -636,7 +663,7 @@ msgid "Transfers" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:302 +#: code:addons/stock_request/models/stock_request_order.py:310 #, python-format msgid "" "Unfortunately it seems you do not have the necessary rights for creating " @@ -715,31 +742,31 @@ msgid "" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:134 +#: code:addons/stock_request/models/stock_request_abstract.py:137 #, python-format msgid "You have entered a location that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:129 +#: code:addons/stock_request/models/stock_request_abstract.py:132 #, python-format msgid "You have entered a product that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:143 +#: code:addons/stock_request/models/stock_request_abstract.py:146 #, python-format msgid "You have entered a route that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:138 +#: code:addons/stock_request/models/stock_request_abstract.py:141 #, python-format msgid "You have entered a warehouse that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:153 +#: code:addons/stock_request/models/stock_request_abstract.py:156 #, python-format msgid "" "You have to select a product unit of measure in the same category than the " diff --git a/stock_request/i18n/ro.po b/stock_request/i18n/ro.po index 23db032c2..5d1110fcf 100644 --- a/stock_request/i18n/ro.po +++ b/stock_request/i18n/ro.po @@ -35,11 +35,33 @@ msgstr "" msgid "Allocated Quantity" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Allow All Locations Types" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_company_stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_allow_virtual_location +msgid "Allow Virtual locations on Stock Requests" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "" +"By default only internal and transit locations are allowed in Stock Request " +"and Orders." +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form @@ -56,6 +78,11 @@ msgstr "" msgid "Click to add a Stock Request." msgstr "" +#. module: stock_request +#: model:ir.model,name:stock_request.model_res_company +msgid "Companies" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id @@ -163,7 +190,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5323 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5326 msgid "ID" msgstr "" @@ -259,7 +286,7 @@ msgid "Name must be unique" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:255 +#: code:addons/stock_request/models/stock_request_order.py:263 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "" @@ -287,7 +314,7 @@ msgstr "" #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form -msgid "Orders" +msgid "Orders & Configuration" msgstr "" #. module: stock_request @@ -599,13 +626,13 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:272 +#: code:addons/stock_request/models/stock_request_order.py:280 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:263 +#: code:addons/stock_request/models/stock_request_order.py:271 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "" @@ -636,7 +663,7 @@ msgid "Transfers" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:302 +#: code:addons/stock_request/models/stock_request_order.py:310 #, python-format msgid "" "Unfortunately it seems you do not have the necessary rights for creating " @@ -715,31 +742,31 @@ msgid "" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:134 +#: code:addons/stock_request/models/stock_request_abstract.py:137 #, python-format msgid "You have entered a location that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:129 +#: code:addons/stock_request/models/stock_request_abstract.py:132 #, python-format msgid "You have entered a product that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:143 +#: code:addons/stock_request/models/stock_request_abstract.py:146 #, python-format msgid "You have entered a route that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:138 +#: code:addons/stock_request/models/stock_request_abstract.py:141 #, python-format msgid "You have entered a warehouse that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:153 +#: code:addons/stock_request/models/stock_request_abstract.py:156 #, python-format msgid "" "You have to select a product unit of measure in the same category than the " diff --git a/stock_request/i18n/ru.po b/stock_request/i18n/ru.po index 4863eb9ab..2a1501fe9 100644 --- a/stock_request/i18n/ru.po +++ b/stock_request/i18n/ru.po @@ -36,11 +36,33 @@ msgstr "" msgid "Allocated Quantity" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Allow All Locations Types" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_company_stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_allow_virtual_location +msgid "Allow Virtual locations on Stock Requests" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "" +"By default only internal and transit locations are allowed in Stock Request " +"and Orders." +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form @@ -57,6 +79,11 @@ msgstr "" msgid "Click to add a Stock Request." msgstr "" +#. module: stock_request +#: model:ir.model,name:stock_request.model_res_company +msgid "Companies" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id @@ -164,7 +191,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5323 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5326 msgid "ID" msgstr "" @@ -260,7 +287,7 @@ msgid "Name must be unique" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:255 +#: code:addons/stock_request/models/stock_request_order.py:263 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "" @@ -288,7 +315,7 @@ msgstr "" #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form -msgid "Orders" +msgid "Orders & Configuration" msgstr "" #. module: stock_request @@ -600,13 +627,13 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:272 +#: code:addons/stock_request/models/stock_request_order.py:280 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:263 +#: code:addons/stock_request/models/stock_request_order.py:271 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "" @@ -637,7 +664,7 @@ msgid "Transfers" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:302 +#: code:addons/stock_request/models/stock_request_order.py:310 #, python-format msgid "" "Unfortunately it seems you do not have the necessary rights for creating " @@ -716,31 +743,31 @@ msgid "" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:134 +#: code:addons/stock_request/models/stock_request_abstract.py:137 #, python-format msgid "You have entered a location that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:129 +#: code:addons/stock_request/models/stock_request_abstract.py:132 #, python-format msgid "You have entered a product that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:143 +#: code:addons/stock_request/models/stock_request_abstract.py:146 #, python-format msgid "You have entered a route that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:138 +#: code:addons/stock_request/models/stock_request_abstract.py:141 #, python-format msgid "You have entered a warehouse that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:153 +#: code:addons/stock_request/models/stock_request_abstract.py:156 #, python-format msgid "" "You have to select a product unit of measure in the same category than the " diff --git a/stock_request/i18n/sl.po b/stock_request/i18n/sl.po index 0d72c3330..6d65205df 100644 --- a/stock_request/i18n/sl.po +++ b/stock_request/i18n/sl.po @@ -35,11 +35,33 @@ msgstr "" msgid "Allocated Quantity" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Allow All Locations Types" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_company_stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_allow_virtual_location +msgid "Allow Virtual locations on Stock Requests" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "" +"By default only internal and transit locations are allowed in Stock Request " +"and Orders." +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form @@ -56,6 +78,11 @@ msgstr "" msgid "Click to add a Stock Request." msgstr "" +#. module: stock_request +#: model:ir.model,name:stock_request.model_res_company +msgid "Companies" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id @@ -163,7 +190,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5323 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5326 msgid "ID" msgstr "" @@ -259,7 +286,7 @@ msgid "Name must be unique" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:255 +#: code:addons/stock_request/models/stock_request_order.py:263 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "" @@ -287,7 +314,7 @@ msgstr "" #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form -msgid "Orders" +msgid "Orders & Configuration" msgstr "" #. module: stock_request @@ -599,13 +626,13 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:272 +#: code:addons/stock_request/models/stock_request_order.py:280 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:263 +#: code:addons/stock_request/models/stock_request_order.py:271 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "" @@ -636,7 +663,7 @@ msgid "Transfers" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:302 +#: code:addons/stock_request/models/stock_request_order.py:310 #, python-format msgid "" "Unfortunately it seems you do not have the necessary rights for creating " @@ -715,31 +742,31 @@ msgid "" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:134 +#: code:addons/stock_request/models/stock_request_abstract.py:137 #, python-format msgid "You have entered a location that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:129 +#: code:addons/stock_request/models/stock_request_abstract.py:132 #, python-format msgid "You have entered a product that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:143 +#: code:addons/stock_request/models/stock_request_abstract.py:146 #, python-format msgid "You have entered a route that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:138 +#: code:addons/stock_request/models/stock_request_abstract.py:141 #, python-format msgid "You have entered a warehouse that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:153 +#: code:addons/stock_request/models/stock_request_abstract.py:156 #, python-format msgid "" "You have to select a product unit of measure in the same category than the " diff --git a/stock_request/i18n/stock_request.pot b/stock_request/i18n/stock_request.pot index 391ce5443..96764c3c4 100644 --- a/stock_request/i18n/stock_request.pot +++ b/stock_request/i18n/stock_request.pot @@ -29,11 +29,31 @@ msgstr "" msgid "Allocated Quantity" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Allow All Locations Types" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_company_stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_allow_virtual_location +msgid "Allow Virtual locations on Stock Requests" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "By default only internal and transit locations are allowed in Stock Request and Orders." +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form @@ -51,6 +71,11 @@ msgstr "" msgid "Click to add a Stock Request." msgstr "" +#. module: stock_request +#: model:ir.model,name:stock_request.model_res_company +msgid "Companies" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id @@ -160,7 +185,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5323 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5326 msgid "ID" msgstr "" @@ -255,7 +280,7 @@ msgid "Name must be unique" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:255 +#: code:addons/stock_request/models/stock_request_order.py:263 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "" @@ -283,7 +308,7 @@ msgstr "" #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form -msgid "Orders" +msgid "Orders & Configuration" msgstr "" #. module: stock_request @@ -592,13 +617,13 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:272 +#: code:addons/stock_request/models/stock_request_order.py:280 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:263 +#: code:addons/stock_request/models/stock_request_order.py:271 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "" @@ -627,7 +652,7 @@ msgid "Transfers" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:302 +#: code:addons/stock_request/models/stock_request_order.py:310 #, python-format msgid "Unfortunately it seems you do not have the necessary rights for creating stock requests. Please contact your administrator." msgstr "" @@ -694,31 +719,31 @@ msgid "You cannot change the company of the warehouse, as it is already assigned msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:134 +#: code:addons/stock_request/models/stock_request_abstract.py:137 #, python-format msgid "You have entered a location that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:129 +#: code:addons/stock_request/models/stock_request_abstract.py:132 #, python-format msgid "You have entered a product that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:143 +#: code:addons/stock_request/models/stock_request_abstract.py:146 #, python-format msgid "You have entered a route that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:138 +#: code:addons/stock_request/models/stock_request_abstract.py:141 #, python-format msgid "You have entered a warehouse that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:153 +#: code:addons/stock_request/models/stock_request_abstract.py:156 #, python-format msgid "You have to select a product unit of measure in the same category than the default unit of measure of the product" msgstr "" diff --git a/stock_request/i18n/tr.po b/stock_request/i18n/tr.po index 036a095f0..048ac756b 100644 --- a/stock_request/i18n/tr.po +++ b/stock_request/i18n/tr.po @@ -34,11 +34,33 @@ msgstr "" msgid "Allocated Quantity" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Allow All Locations Types" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_company_stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_allow_virtual_location +msgid "Allow Virtual locations on Stock Requests" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "" +"By default only internal and transit locations are allowed in Stock Request " +"and Orders." +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form @@ -55,6 +77,11 @@ msgstr "" msgid "Click to add a Stock Request." msgstr "" +#. module: stock_request +#: model:ir.model,name:stock_request.model_res_company +msgid "Companies" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id @@ -162,7 +189,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5323 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5326 msgid "ID" msgstr "" @@ -258,7 +285,7 @@ msgid "Name must be unique" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:255 +#: code:addons/stock_request/models/stock_request_order.py:263 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "" @@ -286,7 +313,7 @@ msgstr "" #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form -msgid "Orders" +msgid "Orders & Configuration" msgstr "" #. module: stock_request @@ -598,13 +625,13 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:272 +#: code:addons/stock_request/models/stock_request_order.py:280 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:263 +#: code:addons/stock_request/models/stock_request_order.py:271 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "" @@ -635,7 +662,7 @@ msgid "Transfers" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:302 +#: code:addons/stock_request/models/stock_request_order.py:310 #, python-format msgid "" "Unfortunately it seems you do not have the necessary rights for creating " @@ -714,31 +741,31 @@ msgid "" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:134 +#: code:addons/stock_request/models/stock_request_abstract.py:137 #, python-format msgid "You have entered a location that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:129 +#: code:addons/stock_request/models/stock_request_abstract.py:132 #, python-format msgid "You have entered a product that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:143 +#: code:addons/stock_request/models/stock_request_abstract.py:146 #, python-format msgid "You have entered a route that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:138 +#: code:addons/stock_request/models/stock_request_abstract.py:141 #, python-format msgid "You have entered a warehouse that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:153 +#: code:addons/stock_request/models/stock_request_abstract.py:156 #, python-format msgid "" "You have to select a product unit of measure in the same category than the " diff --git a/stock_request/i18n/tr_TR.po b/stock_request/i18n/tr_TR.po index 1a0d96f3c..a9d41f61c 100644 --- a/stock_request/i18n/tr_TR.po +++ b/stock_request/i18n/tr_TR.po @@ -35,11 +35,33 @@ msgstr "" msgid "Allocated Quantity" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Allow All Locations Types" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_company_stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_allow_virtual_location +msgid "Allow Virtual locations on Stock Requests" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "" +"By default only internal and transit locations are allowed in Stock Request " +"and Orders." +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form @@ -56,6 +78,11 @@ msgstr "" msgid "Click to add a Stock Request." msgstr "" +#. module: stock_request +#: model:ir.model,name:stock_request.model_res_company +msgid "Companies" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id @@ -163,7 +190,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5323 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5326 msgid "ID" msgstr "" @@ -259,7 +286,7 @@ msgid "Name must be unique" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:255 +#: code:addons/stock_request/models/stock_request_order.py:263 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "" @@ -287,7 +314,7 @@ msgstr "" #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form -msgid "Orders" +msgid "Orders & Configuration" msgstr "" #. module: stock_request @@ -599,13 +626,13 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:272 +#: code:addons/stock_request/models/stock_request_order.py:280 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:263 +#: code:addons/stock_request/models/stock_request_order.py:271 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "" @@ -636,7 +663,7 @@ msgid "Transfers" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:302 +#: code:addons/stock_request/models/stock_request_order.py:310 #, python-format msgid "" "Unfortunately it seems you do not have the necessary rights for creating " @@ -715,31 +742,31 @@ msgid "" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:134 +#: code:addons/stock_request/models/stock_request_abstract.py:137 #, python-format msgid "You have entered a location that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:129 +#: code:addons/stock_request/models/stock_request_abstract.py:132 #, python-format msgid "You have entered a product that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:143 +#: code:addons/stock_request/models/stock_request_abstract.py:146 #, python-format msgid "You have entered a route that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:138 +#: code:addons/stock_request/models/stock_request_abstract.py:141 #, python-format msgid "You have entered a warehouse that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:153 +#: code:addons/stock_request/models/stock_request_abstract.py:156 #, python-format msgid "" "You have to select a product unit of measure in the same category than the " diff --git a/stock_request/i18n/vi_VN.po b/stock_request/i18n/vi_VN.po index cc71ab0d4..8509622fa 100644 --- a/stock_request/i18n/vi_VN.po +++ b/stock_request/i18n/vi_VN.po @@ -35,11 +35,33 @@ msgstr "" msgid "Allocated Quantity" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Allow All Locations Types" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_company_stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_allow_virtual_location +msgid "Allow Virtual locations on Stock Requests" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "" +"By default only internal and transit locations are allowed in Stock Request " +"and Orders." +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form @@ -56,6 +78,11 @@ msgstr "" msgid "Click to add a Stock Request." msgstr "" +#. module: stock_request +#: model:ir.model,name:stock_request.model_res_company +msgid "Companies" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id @@ -163,7 +190,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5323 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5326 msgid "ID" msgstr "" @@ -259,7 +286,7 @@ msgid "Name must be unique" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:255 +#: code:addons/stock_request/models/stock_request_order.py:263 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "" @@ -287,7 +314,7 @@ msgstr "" #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form -msgid "Orders" +msgid "Orders & Configuration" msgstr "" #. module: stock_request @@ -599,13 +626,13 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:272 +#: code:addons/stock_request/models/stock_request_order.py:280 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:263 +#: code:addons/stock_request/models/stock_request_order.py:271 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "" @@ -636,7 +663,7 @@ msgid "Transfers" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:302 +#: code:addons/stock_request/models/stock_request_order.py:310 #, python-format msgid "" "Unfortunately it seems you do not have the necessary rights for creating " @@ -715,31 +742,31 @@ msgid "" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:134 +#: code:addons/stock_request/models/stock_request_abstract.py:137 #, python-format msgid "You have entered a location that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:129 +#: code:addons/stock_request/models/stock_request_abstract.py:132 #, python-format msgid "You have entered a product that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:143 +#: code:addons/stock_request/models/stock_request_abstract.py:146 #, python-format msgid "You have entered a route that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:138 +#: code:addons/stock_request/models/stock_request_abstract.py:141 #, python-format msgid "You have entered a warehouse that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:153 +#: code:addons/stock_request/models/stock_request_abstract.py:156 #, python-format msgid "" "You have to select a product unit of measure in the same category than the " diff --git a/stock_request/i18n/zh_CN.po b/stock_request/i18n/zh_CN.po index 3e540e029..bffd9e38c 100644 --- a/stock_request/i18n/zh_CN.po +++ b/stock_request/i18n/zh_CN.po @@ -35,11 +35,33 @@ msgstr "" msgid "Allocated Quantity" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Allow All Locations Types" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_company_stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_allow_virtual_location +msgid "Allow Virtual locations on Stock Requests" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "" +"By default only internal and transit locations are allowed in Stock Request " +"and Orders." +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_order_form #: model:ir.ui.view,arch_db:stock_request.view_stock_request_form @@ -56,6 +78,11 @@ msgstr "" msgid "Click to add a Stock Request." msgstr "" +#. module: stock_request +#: model:ir.model,name:stock_request.model_res_company +msgid "Companies" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id @@ -163,7 +190,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5323 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5326 msgid "ID" msgstr "" @@ -259,7 +286,7 @@ msgid "Name must be unique" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:255 +#: code:addons/stock_request/models/stock_request_order.py:263 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "" @@ -287,7 +314,7 @@ msgstr "" #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form -msgid "Orders" +msgid "Orders & Configuration" msgstr "" #. module: stock_request @@ -599,13 +626,13 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:272 +#: code:addons/stock_request/models/stock_request_order.py:280 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:263 +#: code:addons/stock_request/models/stock_request_order.py:271 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "" @@ -636,7 +663,7 @@ msgid "Transfers" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:302 +#: code:addons/stock_request/models/stock_request_order.py:310 #, python-format msgid "" "Unfortunately it seems you do not have the necessary rights for creating " @@ -715,31 +742,31 @@ msgid "" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:134 +#: code:addons/stock_request/models/stock_request_abstract.py:137 #, python-format msgid "You have entered a location that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:129 +#: code:addons/stock_request/models/stock_request_abstract.py:132 #, python-format msgid "You have entered a product that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:143 +#: code:addons/stock_request/models/stock_request_abstract.py:146 #, python-format msgid "You have entered a route that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:138 +#: code:addons/stock_request/models/stock_request_abstract.py:141 #, python-format msgid "You have entered a warehouse that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:153 +#: code:addons/stock_request/models/stock_request_abstract.py:156 #, python-format msgid "" "You have to select a product unit of measure in the same category than the " diff --git a/stock_request/models/__init__.py b/stock_request/models/__init__.py index d1c9d267e..6d87138e8 100644 --- a/stock_request/models/__init__.py +++ b/stock_request/models/__init__.py @@ -10,3 +10,4 @@ from . import res_config_settings from . import stock_warehouse from . import stock_location from . import stock_location_route +from . import res_company diff --git a/stock_request/models/res_company.py b/stock_request/models/res_company.py new file mode 100644 index 000000000..998edf78f --- /dev/null +++ b/stock_request/models/res_company.py @@ -0,0 +1,14 @@ +# Copyright 2018 Eficent Business and IT Consulting Services S.L. +# (http://www.eficent.com) +# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html). + + +from odoo import fields, models + + +class ResCompany(models.Model): + _inherit = 'res.company' + + stock_request_allow_virtual_loc = fields.Boolean( + string='Allow Virtual locations on Stock Requests', + ) diff --git a/stock_request/models/res_config_settings.py b/stock_request/models/res_config_settings.py index e776dce90..4f171a014 100644 --- a/stock_request/models/res_config_settings.py +++ b/stock_request/models/res_config_settings.py @@ -15,3 +15,6 @@ class ResConfigSettings(models.TransientModel): module_stock_request_kanban = fields.Boolean( string='Stock Requests Kanban integration') + + stock_request_allow_virtual_loc = fields.Boolean( + related='company_id.stock_request_allow_virtual_loc') diff --git a/stock_request/models/stock_request_abstract.py b/stock_request/models/stock_request_abstract.py index 176109c40..4cfbe6b1a 100644 --- a/stock_request/models/stock_request_abstract.py +++ b/stock_request/models/stock_request_abstract.py @@ -47,6 +47,9 @@ class StockRequest(models.AbstractModel): domain=[('type', 'in', ['product', 'consu'])], ondelete='cascade', required=True, ) + allow_virtual_location = fields.Boolean( + related='company_id.stock_request_allow_virtual_loc', + ) product_uom_id = fields.Many2one( 'product.uom', 'Product Unit of Measure', required=True, @@ -158,6 +161,12 @@ class StockRequest(models.AbstractModel): def onchange_warehouse_id(self): """ Finds location id for changed warehouse. """ res = {'domain': {}} + if self._name == 'stock.request' and self.order_id: + # When the stock request is created from an order the wh and + # location are taken from the order and we rely on it to change + # all request associated. Thus, no need to apply + # the onchange, as it could lead to inconsistencies. + return res if self.warehouse_id: loc_wh = self.location_id.sudo().get_warehouse() if self.warehouse_id != loc_wh: @@ -168,13 +177,17 @@ class StockRequest(models.AbstractModel): @api.onchange('location_id') def onchange_location_id(self): - res = {'domain': {}} if self.location_id: - loc_wh = self.location_id.get_warehouse() - if self.warehouse_id != loc_wh: + loc_wh = self.location_id.sudo().get_warehouse() + if loc_wh and self.warehouse_id != loc_wh: self.warehouse_id = loc_wh - self.onchange_warehouse_id() - return res + self.with_context( + no_change_childs=True).onchange_warehouse_id() + + @api.onchange('allow_virtual_location') + def onchange_allow_virtual_location(self): + if self.allow_virtual_location: + return {'domain': {'location_id': []}} @api.onchange('company_id') def onchange_company_id(self): diff --git a/stock_request/models/stock_request_order.py b/stock_request/models/stock_request_order.py index a41239404..b44d90907 100644 --- a/stock_request/models/stock_request_order.py +++ b/stock_request/models/stock_request_order.py @@ -54,6 +54,9 @@ class StockRequestOrder(models.Model): ondelete="cascade", required=True, states={'draft': [('readonly', False)]}, ) + allow_virtual_location = fields.Boolean( + related='company_id.stock_request_allow_virtual_loc', + ) procurement_group_id = fields.Many2one( 'procurement.group', 'Procurement Group', readonly=True, states={'draft': [('readonly', False)]}, @@ -145,6 +148,11 @@ class StockRequestOrder(models.Model): no_change_childs=True).onchange_warehouse_id() self.change_childs() + @api.onchange('allow_virtual_location') + def onchange_allow_virtual_location(self): + if self.allow_virtual_location: + return {'domain': {'location_id': []}} + @api.onchange('warehouse_id') def onchange_warehouse_id(self): if self.warehouse_id: diff --git a/stock_request/tests/test_stock_request.py b/stock_request/tests/test_stock_request.py index 2664590a5..15a07ff7b 100644 --- a/stock_request/tests/test_stock_request.py +++ b/stock_request/tests/test_stock_request.py @@ -12,6 +12,7 @@ class TestStockRequest(common.TransactionCase): # common models self.stock_request = self.env['stock.request'] + self.request_order = self.env['stock.request.order'] # refs self.stock_request_user_group = \ @@ -21,6 +22,7 @@ class TestStockRequest(common.TransactionCase): self.main_company = self.env.ref('base.main_company') self.warehouse = self.env.ref('stock.warehouse0') self.categ_unit = self.env.ref('product.product_uom_categ_unit') + self.virtual_loc = self.env.ref('stock.stock_location_customers') # common data self.company_2 = self.env['res.company'].create({ @@ -141,7 +143,7 @@ class TestStockRequest(common.TransactionCase): def test_defaults_order(self): vals = {} - order = self.env['stock.request.order'].sudo( + order = self.request_order.sudo( self.stock_request_user.id).with_context( company_id=self.main_company.id).create(vals) @@ -168,7 +170,7 @@ class TestStockRequest(common.TransactionCase): 'location_id': self.warehouse.lot_stock_id.id, })] } - order = self.env['stock.request.order'].sudo( + order = self.request_order.sudo( self.stock_request_user).new(vals) self.stock_request_user.company_id = self.company_2 order.company_id = self.company_2 @@ -301,7 +303,7 @@ class TestStockRequest(common.TransactionCase): })] } with self.assertRaises(exceptions.ValidationError): - self.env['stock.request.order'].sudo( + self.request_order.sudo( self.stock_request_user).create(vals) def test_stock_request_order_validations_02(self): @@ -324,7 +326,7 @@ class TestStockRequest(common.TransactionCase): })] } with self.assertRaises(exceptions.ValidationError): - self.env['stock.request.order'].sudo( + self.request_order.sudo( self.stock_request_user).create(vals) def test_stock_request_order_validations_03(self): @@ -349,7 +351,7 @@ class TestStockRequest(common.TransactionCase): })] } with self.assertRaises(exceptions.ValidationError): - self.env['stock.request.order'].sudo( + self.request_order.sudo( self.stock_request_user).create(vals) def test_stock_request_order_validations_04(self): @@ -376,7 +378,7 @@ class TestStockRequest(common.TransactionCase): })] } with self.assertRaises(exceptions.ValidationError): - self.env['stock.request.order'].sudo( + self.request_order.sudo( self.stock_request_user).create(vals) def test_stock_request_order_validations_05(self): @@ -399,7 +401,7 @@ class TestStockRequest(common.TransactionCase): })] } with self.assertRaises(exceptions.ValidationError): - self.env['stock.request.order'].sudo( + self.request_order.sudo( self.stock_request_user).create(vals) def test_stock_request_order_validations_06(self): @@ -423,7 +425,7 @@ class TestStockRequest(common.TransactionCase): })] } with self.assertRaises(exceptions.ValidationError): - self.env['stock.request.order'].sudo().create(vals) + self.request_order.sudo().create(vals) def test_stock_request_order_validations_07(self): """ Testing the discrepancy in picking policy between @@ -446,7 +448,7 @@ class TestStockRequest(common.TransactionCase): })] } with self.assertRaises(exceptions.ValidationError): - self.env['stock.request.order'].sudo( + self.request_order.sudo( self.stock_request_user).create(vals) def test_stock_request_validations_01(self): @@ -498,7 +500,7 @@ class TestStockRequest(common.TransactionCase): })] } - order = self.env['stock.request.order'].sudo( + order = self.request_order.sudo( self.stock_request_user).create(vals) stock_request = order.stock_request_ids @@ -628,7 +630,7 @@ class TestStockRequest(common.TransactionCase): })] } - order = self.env['stock.request.order'].sudo( + order = self.request_order.sudo( self.stock_request_user).create(vals) self.product.route_ids = [(6, 0, self.route.ids)] @@ -685,7 +687,7 @@ class TestStockRequest(common.TransactionCase): })] } - order = self.env['stock.request.order'].sudo().create(vals) + order = self.request_order.sudo().create(vals) self.product.route_ids = [(6, 0, self.route.ids)] order.action_confirm() @@ -755,7 +757,7 @@ class TestStockRequest(common.TransactionCase): self._create_product( 'CODEB2', 'Product B2', self.main_company.id, product_tmpl_id=template_B.id, active=False) - Order = self.env['stock.request.order'] + Order = self.request_order # Selecting some variants and creating an order preexisting = Order.search([]) @@ -818,3 +820,47 @@ class TestStockRequest(common.TransactionCase): # Wrong model should just raise ValidationError with self.assertRaises(exceptions.ValidationError): Order._create_from_product_multiselect(self.stock_request_user) + + def test_allow_virtual_location(self): + self.main_company.stock_request_allow_virtual_loc = True + vals = { + 'product_id': self.product.id, + 'product_uom_id': self.product.uom_id.id, + 'product_uom_qty': 5.0, + 'company_id': self.main_company.id, + 'warehouse_id': self.warehouse.id, + 'location_id': self.virtual_loc.id, + } + stock_request = self.stock_request.sudo( + self.stock_request_user).create(vals) + stock_request.onchange_allow_virtual_location() + self.assertTrue(stock_request.allow_virtual_location) + vals = { + 'company_id': self.main_company.id, + 'warehouse_id': self.warehouse.id, + 'location_id': self.virtual_loc.id, + } + order = self.request_order.sudo( + self.stock_request_user).create(vals) + order.onchange_allow_virtual_location() + self.assertTrue(order.allow_virtual_location) + + def test_onchange_wh_no_effect_from_order(self): + vals = { + 'company_id': self.main_company.id, + 'warehouse_id': self.warehouse.id, + 'location_id': self.virtual_loc.id, + 'stock_request_ids': [(0, 0, { + 'product_id': self.product.id, + 'product_uom_id': self.product.uom_id.id, + 'product_uom_qty': 5.0, + 'company_id': self.main_company.id, + 'warehouse_id': self.warehouse.id, + 'location_id': self.virtual_loc.id, + })] + } + order = self.request_order.sudo( + self.stock_request_user).create(vals) + order.stock_request_ids.onchange_warehouse_id() + self.assertEqual( + order.stock_request_ids[0].location_id, self.virtual_loc) diff --git a/stock_request/views/res_config_settings_views.xml b/stock_request/views/res_config_settings_views.xml index a6a4c9981..6ad6632ac 100644 --- a/stock_request/views/res_config_settings_views.xml +++ b/stock_request/views/res_config_settings_views.xml @@ -16,7 +16,7 @@
    -

    Orders

    +

    Orders & Configuration

    @@ -30,6 +30,17 @@
    +
    +
    + +
    +
    +
    +

    Purchases

    diff --git a/stock_request/views/stock_request_order_views.xml b/stock_request/views/stock_request_order_views.xml index ef5275a16..b5420d8b8 100644 --- a/stock_request/views/stock_request_order_views.xml +++ b/stock_request/views/stock_request_order_views.xml @@ -70,6 +70,7 @@ groups="stock.group_stock_multi_locations"/> + + Date: Mon, 24 Dec 2018 14:02:18 +0100 Subject: [PATCH 392/631] [ADD]stock_request_analytic --- stock_request/i18n/ca.po | 20 +++++++++++++++++ stock_request/i18n/de.po | 22 +++++++++++++++++++ stock_request/i18n/el_GR.po | 20 +++++++++++++++++ stock_request/i18n/es.po | 22 +++++++++++++++++++ stock_request/i18n/es_ES.po | 20 +++++++++++++++++ stock_request/i18n/eu.po | 20 +++++++++++++++++ stock_request/i18n/fi.po | 20 +++++++++++++++++ stock_request/i18n/fr.po | 20 +++++++++++++++++ stock_request/i18n/fr_CH.po | 20 +++++++++++++++++ stock_request/i18n/fr_FR.po | 20 +++++++++++++++++ stock_request/i18n/gl.po | 20 +++++++++++++++++ stock_request/i18n/hr.po | 20 +++++++++++++++++ stock_request/i18n/hr_HR.po | 20 +++++++++++++++++ stock_request/i18n/it.po | 20 +++++++++++++++++ stock_request/i18n/nl.po | 20 +++++++++++++++++ stock_request/i18n/nl_NL.po | 20 +++++++++++++++++ stock_request/i18n/pt.po | 20 +++++++++++++++++ stock_request/i18n/pt_BR.po | 20 +++++++++++++++++ stock_request/i18n/ro.po | 20 +++++++++++++++++ stock_request/i18n/ru.po | 20 +++++++++++++++++ stock_request/i18n/sl.po | 20 +++++++++++++++++ stock_request/i18n/stock_request.pot | 20 +++++++++++++++++ stock_request/i18n/tr.po | 20 +++++++++++++++++ stock_request/i18n/tr_TR.po | 20 +++++++++++++++++ stock_request/i18n/vi_VN.po | 20 +++++++++++++++++ stock_request/i18n/zh_CN.po | 20 +++++++++++++++++ stock_request/models/res_config_settings.py | 3 +++ .../views/res_config_settings_views.xml | 15 +++++++++++++ 28 files changed, 542 insertions(+) diff --git a/stock_request/i18n/ca.po b/stock_request/i18n/ca.po index f2fdaa5d8..981c6de67 100644 --- a/stock_request/i18n/ca.po +++ b/stock_request/i18n/ca.po @@ -49,6 +49,16 @@ msgstr "" msgid "Allow Virtual locations on Stock Requests" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Analytic" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Analytic accounting in Stock Requests" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" @@ -148,6 +158,11 @@ msgstr "" msgid "Draft" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Analytic Accounting in Stock Requests" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Orders" @@ -597,6 +612,11 @@ msgstr "" msgid "Stock Requests" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_analytic +msgid "Stock Requests Analytic integration" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban msgid "Stock Requests Kanban integration" diff --git a/stock_request/i18n/de.po b/stock_request/i18n/de.po index 550c4e01b..0546dd22b 100644 --- a/stock_request/i18n/de.po +++ b/stock_request/i18n/de.po @@ -50,6 +50,17 @@ msgstr "" msgid "Allow Virtual locations on Stock Requests" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Analytic" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#, fuzzy +msgid "Analytic accounting in Stock Requests" +msgstr "Klicken, um eine Bestandaanforderung zu stellen." + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" @@ -150,6 +161,11 @@ msgstr "Erledigt" msgid "Draft" msgstr "Entwurf" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Analytic Accounting in Stock Requests" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form #, fuzzy @@ -614,6 +630,12 @@ msgstr "Bezeichner der Anforderung muss eindeutig sein" msgid "Stock Requests" msgstr "Bestandsanforderungen" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_analytic +#, fuzzy +msgid "Stock Requests Analytic integration" +msgstr "Anforderungsverwalter" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban #, fuzzy diff --git a/stock_request/i18n/el_GR.po b/stock_request/i18n/el_GR.po index 31701ce68..de9d69036 100644 --- a/stock_request/i18n/el_GR.po +++ b/stock_request/i18n/el_GR.po @@ -50,6 +50,16 @@ msgstr "" msgid "Allow Virtual locations on Stock Requests" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Analytic" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Analytic accounting in Stock Requests" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" @@ -149,6 +159,11 @@ msgstr "" msgid "Draft" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Analytic Accounting in Stock Requests" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Orders" @@ -598,6 +613,11 @@ msgstr "" msgid "Stock Requests" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_analytic +msgid "Stock Requests Analytic integration" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban msgid "Stock Requests Kanban integration" diff --git a/stock_request/i18n/es.po b/stock_request/i18n/es.po index a145953bc..3884a7f1a 100644 --- a/stock_request/i18n/es.po +++ b/stock_request/i18n/es.po @@ -51,6 +51,17 @@ msgstr "" msgid "Allow Virtual locations on Stock Requests" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Analytic" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#, fuzzy +msgid "Analytic accounting in Stock Requests" +msgstr "Pulse para añadir una solicitud de existencias." + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" @@ -151,6 +162,11 @@ msgstr "Hecho" msgid "Draft" msgstr "Borrador" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Analytic Accounting in Stock Requests" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Orders" @@ -607,6 +623,12 @@ msgstr "El nombre de la solicitud debe ser único" msgid "Stock Requests" msgstr "Solicitudes de existencias" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_analytic +#, fuzzy +msgid "Stock Requests Analytic integration" +msgstr "Integración de solicitudes de existencias con tarjetas Kanbans" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban msgid "Stock Requests Kanban integration" diff --git a/stock_request/i18n/es_ES.po b/stock_request/i18n/es_ES.po index ff10b7ab5..404ff24d2 100644 --- a/stock_request/i18n/es_ES.po +++ b/stock_request/i18n/es_ES.po @@ -50,6 +50,16 @@ msgstr "" msgid "Allow Virtual locations on Stock Requests" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Analytic" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Analytic accounting in Stock Requests" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" @@ -149,6 +159,11 @@ msgstr "" msgid "Draft" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Analytic Accounting in Stock Requests" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Orders" @@ -598,6 +613,11 @@ msgstr "" msgid "Stock Requests" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_analytic +msgid "Stock Requests Analytic integration" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban msgid "Stock Requests Kanban integration" diff --git a/stock_request/i18n/eu.po b/stock_request/i18n/eu.po index 06fe506b2..9a0c484ed 100644 --- a/stock_request/i18n/eu.po +++ b/stock_request/i18n/eu.po @@ -49,6 +49,16 @@ msgstr "" msgid "Allow Virtual locations on Stock Requests" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Analytic" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Analytic accounting in Stock Requests" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" @@ -148,6 +158,11 @@ msgstr "" msgid "Draft" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Analytic Accounting in Stock Requests" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Orders" @@ -597,6 +612,11 @@ msgstr "" msgid "Stock Requests" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_analytic +msgid "Stock Requests Analytic integration" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban msgid "Stock Requests Kanban integration" diff --git a/stock_request/i18n/fi.po b/stock_request/i18n/fi.po index cab2c7ead..93aa980ab 100644 --- a/stock_request/i18n/fi.po +++ b/stock_request/i18n/fi.po @@ -49,6 +49,16 @@ msgstr "" msgid "Allow Virtual locations on Stock Requests" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Analytic" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Analytic accounting in Stock Requests" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" @@ -148,6 +158,11 @@ msgstr "" msgid "Draft" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Analytic Accounting in Stock Requests" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Orders" @@ -597,6 +612,11 @@ msgstr "" msgid "Stock Requests" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_analytic +msgid "Stock Requests Analytic integration" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban msgid "Stock Requests Kanban integration" diff --git a/stock_request/i18n/fr.po b/stock_request/i18n/fr.po index 0b4281196..3c92292f6 100644 --- a/stock_request/i18n/fr.po +++ b/stock_request/i18n/fr.po @@ -49,6 +49,16 @@ msgstr "" msgid "Allow Virtual locations on Stock Requests" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Analytic" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Analytic accounting in Stock Requests" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" @@ -148,6 +158,11 @@ msgstr "" msgid "Draft" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Analytic Accounting in Stock Requests" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Orders" @@ -597,6 +612,11 @@ msgstr "" msgid "Stock Requests" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_analytic +msgid "Stock Requests Analytic integration" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban msgid "Stock Requests Kanban integration" diff --git a/stock_request/i18n/fr_CH.po b/stock_request/i18n/fr_CH.po index 734266462..70289fe7d 100644 --- a/stock_request/i18n/fr_CH.po +++ b/stock_request/i18n/fr_CH.po @@ -50,6 +50,16 @@ msgstr "" msgid "Allow Virtual locations on Stock Requests" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Analytic" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Analytic accounting in Stock Requests" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" @@ -149,6 +159,11 @@ msgstr "" msgid "Draft" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Analytic Accounting in Stock Requests" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Orders" @@ -598,6 +613,11 @@ msgstr "" msgid "Stock Requests" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_analytic +msgid "Stock Requests Analytic integration" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban msgid "Stock Requests Kanban integration" diff --git a/stock_request/i18n/fr_FR.po b/stock_request/i18n/fr_FR.po index 778f023e1..9f21b62a4 100644 --- a/stock_request/i18n/fr_FR.po +++ b/stock_request/i18n/fr_FR.po @@ -50,6 +50,16 @@ msgstr "" msgid "Allow Virtual locations on Stock Requests" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Analytic" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Analytic accounting in Stock Requests" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" @@ -149,6 +159,11 @@ msgstr "" msgid "Draft" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Analytic Accounting in Stock Requests" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Orders" @@ -598,6 +613,11 @@ msgstr "" msgid "Stock Requests" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_analytic +msgid "Stock Requests Analytic integration" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban msgid "Stock Requests Kanban integration" diff --git a/stock_request/i18n/gl.po b/stock_request/i18n/gl.po index e7ac2361d..736710259 100644 --- a/stock_request/i18n/gl.po +++ b/stock_request/i18n/gl.po @@ -49,6 +49,16 @@ msgstr "" msgid "Allow Virtual locations on Stock Requests" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Analytic" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Analytic accounting in Stock Requests" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" @@ -148,6 +158,11 @@ msgstr "" msgid "Draft" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Analytic Accounting in Stock Requests" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Orders" @@ -597,6 +612,11 @@ msgstr "" msgid "Stock Requests" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_analytic +msgid "Stock Requests Analytic integration" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban msgid "Stock Requests Kanban integration" diff --git a/stock_request/i18n/hr.po b/stock_request/i18n/hr.po index bf45536ec..1d366ed68 100644 --- a/stock_request/i18n/hr.po +++ b/stock_request/i18n/hr.po @@ -50,6 +50,16 @@ msgstr "" msgid "Allow Virtual locations on Stock Requests" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Analytic" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Analytic accounting in Stock Requests" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" @@ -149,6 +159,11 @@ msgstr "" msgid "Draft" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Analytic Accounting in Stock Requests" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Orders" @@ -598,6 +613,11 @@ msgstr "" msgid "Stock Requests" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_analytic +msgid "Stock Requests Analytic integration" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban msgid "Stock Requests Kanban integration" diff --git a/stock_request/i18n/hr_HR.po b/stock_request/i18n/hr_HR.po index 2be2ec5dd..4a366e9d2 100644 --- a/stock_request/i18n/hr_HR.po +++ b/stock_request/i18n/hr_HR.po @@ -51,6 +51,16 @@ msgstr "" msgid "Allow Virtual locations on Stock Requests" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Analytic" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Analytic accounting in Stock Requests" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" @@ -150,6 +160,11 @@ msgstr "" msgid "Draft" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Analytic Accounting in Stock Requests" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Orders" @@ -599,6 +614,11 @@ msgstr "" msgid "Stock Requests" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_analytic +msgid "Stock Requests Analytic integration" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban msgid "Stock Requests Kanban integration" diff --git a/stock_request/i18n/it.po b/stock_request/i18n/it.po index 9acbb0c0b..9ad810f02 100644 --- a/stock_request/i18n/it.po +++ b/stock_request/i18n/it.po @@ -49,6 +49,16 @@ msgstr "" msgid "Allow Virtual locations on Stock Requests" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Analytic" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Analytic accounting in Stock Requests" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" @@ -148,6 +158,11 @@ msgstr "" msgid "Draft" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Analytic Accounting in Stock Requests" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Orders" @@ -597,6 +612,11 @@ msgstr "" msgid "Stock Requests" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_analytic +msgid "Stock Requests Analytic integration" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban msgid "Stock Requests Kanban integration" diff --git a/stock_request/i18n/nl.po b/stock_request/i18n/nl.po index d9599fe57..c139cf83b 100644 --- a/stock_request/i18n/nl.po +++ b/stock_request/i18n/nl.po @@ -49,6 +49,16 @@ msgstr "" msgid "Allow Virtual locations on Stock Requests" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Analytic" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Analytic accounting in Stock Requests" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" @@ -148,6 +158,11 @@ msgstr "" msgid "Draft" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Analytic Accounting in Stock Requests" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Orders" @@ -597,6 +612,11 @@ msgstr "" msgid "Stock Requests" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_analytic +msgid "Stock Requests Analytic integration" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban msgid "Stock Requests Kanban integration" diff --git a/stock_request/i18n/nl_NL.po b/stock_request/i18n/nl_NL.po index aa3c8b67a..aa417c01c 100644 --- a/stock_request/i18n/nl_NL.po +++ b/stock_request/i18n/nl_NL.po @@ -50,6 +50,16 @@ msgstr "" msgid "Allow Virtual locations on Stock Requests" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Analytic" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Analytic accounting in Stock Requests" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" @@ -149,6 +159,11 @@ msgstr "" msgid "Draft" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Analytic Accounting in Stock Requests" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Orders" @@ -598,6 +613,11 @@ msgstr "" msgid "Stock Requests" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_analytic +msgid "Stock Requests Analytic integration" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban msgid "Stock Requests Kanban integration" diff --git a/stock_request/i18n/pt.po b/stock_request/i18n/pt.po index 5cb7120ca..79ff60186 100644 --- a/stock_request/i18n/pt.po +++ b/stock_request/i18n/pt.po @@ -49,6 +49,16 @@ msgstr "" msgid "Allow Virtual locations on Stock Requests" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Analytic" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Analytic accounting in Stock Requests" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" @@ -148,6 +158,11 @@ msgstr "" msgid "Draft" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Analytic Accounting in Stock Requests" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Orders" @@ -597,6 +612,11 @@ msgstr "" msgid "Stock Requests" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_analytic +msgid "Stock Requests Analytic integration" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban msgid "Stock Requests Kanban integration" diff --git a/stock_request/i18n/pt_BR.po b/stock_request/i18n/pt_BR.po index 6ef5a44de..aff3e0ab7 100644 --- a/stock_request/i18n/pt_BR.po +++ b/stock_request/i18n/pt_BR.po @@ -50,6 +50,16 @@ msgstr "" msgid "Allow Virtual locations on Stock Requests" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Analytic" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Analytic accounting in Stock Requests" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" @@ -149,6 +159,11 @@ msgstr "" msgid "Draft" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Analytic Accounting in Stock Requests" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Orders" @@ -598,6 +613,11 @@ msgstr "" msgid "Stock Requests" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_analytic +msgid "Stock Requests Analytic integration" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban msgid "Stock Requests Kanban integration" diff --git a/stock_request/i18n/ro.po b/stock_request/i18n/ro.po index 5d1110fcf..c6fe722fe 100644 --- a/stock_request/i18n/ro.po +++ b/stock_request/i18n/ro.po @@ -50,6 +50,16 @@ msgstr "" msgid "Allow Virtual locations on Stock Requests" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Analytic" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Analytic accounting in Stock Requests" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" @@ -149,6 +159,11 @@ msgstr "" msgid "Draft" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Analytic Accounting in Stock Requests" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Orders" @@ -598,6 +613,11 @@ msgstr "" msgid "Stock Requests" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_analytic +msgid "Stock Requests Analytic integration" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban msgid "Stock Requests Kanban integration" diff --git a/stock_request/i18n/ru.po b/stock_request/i18n/ru.po index 2a1501fe9..c2f364c54 100644 --- a/stock_request/i18n/ru.po +++ b/stock_request/i18n/ru.po @@ -51,6 +51,16 @@ msgstr "" msgid "Allow Virtual locations on Stock Requests" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Analytic" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Analytic accounting in Stock Requests" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" @@ -150,6 +160,11 @@ msgstr "" msgid "Draft" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Analytic Accounting in Stock Requests" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Orders" @@ -599,6 +614,11 @@ msgstr "" msgid "Stock Requests" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_analytic +msgid "Stock Requests Analytic integration" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban msgid "Stock Requests Kanban integration" diff --git a/stock_request/i18n/sl.po b/stock_request/i18n/sl.po index 6d65205df..a085a4eaa 100644 --- a/stock_request/i18n/sl.po +++ b/stock_request/i18n/sl.po @@ -50,6 +50,16 @@ msgstr "" msgid "Allow Virtual locations on Stock Requests" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Analytic" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Analytic accounting in Stock Requests" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" @@ -149,6 +159,11 @@ msgstr "" msgid "Draft" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Analytic Accounting in Stock Requests" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Orders" @@ -598,6 +613,11 @@ msgstr "" msgid "Stock Requests" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_analytic +msgid "Stock Requests Analytic integration" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban msgid "Stock Requests Kanban integration" diff --git a/stock_request/i18n/stock_request.pot b/stock_request/i18n/stock_request.pot index 96764c3c4..2a14e86ae 100644 --- a/stock_request/i18n/stock_request.pot +++ b/stock_request/i18n/stock_request.pot @@ -44,6 +44,16 @@ msgstr "" msgid "Allow Virtual locations on Stock Requests" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Analytic" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Analytic accounting in Stock Requests" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" @@ -144,6 +154,11 @@ msgstr "" msgid "Draft" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Analytic Accounting in Stock Requests" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Orders" @@ -589,6 +604,11 @@ msgstr "" msgid "Stock Requests" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_analytic +msgid "Stock Requests Analytic integration" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban msgid "Stock Requests Kanban integration" diff --git a/stock_request/i18n/tr.po b/stock_request/i18n/tr.po index 048ac756b..deb96ee4a 100644 --- a/stock_request/i18n/tr.po +++ b/stock_request/i18n/tr.po @@ -49,6 +49,16 @@ msgstr "" msgid "Allow Virtual locations on Stock Requests" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Analytic" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Analytic accounting in Stock Requests" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" @@ -148,6 +158,11 @@ msgstr "" msgid "Draft" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Analytic Accounting in Stock Requests" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Orders" @@ -597,6 +612,11 @@ msgstr "" msgid "Stock Requests" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_analytic +msgid "Stock Requests Analytic integration" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban msgid "Stock Requests Kanban integration" diff --git a/stock_request/i18n/tr_TR.po b/stock_request/i18n/tr_TR.po index a9d41f61c..d09c00df8 100644 --- a/stock_request/i18n/tr_TR.po +++ b/stock_request/i18n/tr_TR.po @@ -50,6 +50,16 @@ msgstr "" msgid "Allow Virtual locations on Stock Requests" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Analytic" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Analytic accounting in Stock Requests" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" @@ -149,6 +159,11 @@ msgstr "" msgid "Draft" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Analytic Accounting in Stock Requests" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Orders" @@ -598,6 +613,11 @@ msgstr "" msgid "Stock Requests" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_analytic +msgid "Stock Requests Analytic integration" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban msgid "Stock Requests Kanban integration" diff --git a/stock_request/i18n/vi_VN.po b/stock_request/i18n/vi_VN.po index 8509622fa..b10a28eb1 100644 --- a/stock_request/i18n/vi_VN.po +++ b/stock_request/i18n/vi_VN.po @@ -50,6 +50,16 @@ msgstr "" msgid "Allow Virtual locations on Stock Requests" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Analytic" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Analytic accounting in Stock Requests" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" @@ -149,6 +159,11 @@ msgstr "" msgid "Draft" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Analytic Accounting in Stock Requests" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Orders" @@ -598,6 +613,11 @@ msgstr "" msgid "Stock Requests" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_analytic +msgid "Stock Requests Analytic integration" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban msgid "Stock Requests Kanban integration" diff --git a/stock_request/i18n/zh_CN.po b/stock_request/i18n/zh_CN.po index bffd9e38c..43c115939 100644 --- a/stock_request/i18n/zh_CN.po +++ b/stock_request/i18n/zh_CN.po @@ -50,6 +50,16 @@ msgstr "" msgid "Allow Virtual locations on Stock Requests" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Analytic" +msgstr "" + +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Analytic accounting in Stock Requests" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" @@ -149,6 +159,11 @@ msgstr "" msgid "Draft" msgstr "" +#. module: stock_request +#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Analytic Accounting in Stock Requests" +msgstr "" + #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Orders" @@ -598,6 +613,11 @@ msgstr "" msgid "Stock Requests" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_analytic +msgid "Stock Requests Analytic integration" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban msgid "Stock Requests Kanban integration" diff --git a/stock_request/models/res_config_settings.py b/stock_request/models/res_config_settings.py index 4f171a014..3aadec135 100644 --- a/stock_request/models/res_config_settings.py +++ b/stock_request/models/res_config_settings.py @@ -18,3 +18,6 @@ class ResConfigSettings(models.TransientModel): stock_request_allow_virtual_loc = fields.Boolean( related='company_id.stock_request_allow_virtual_loc') + + module_stock_request_analytic = fields.Boolean( + string='Stock Requests Analytic integration') diff --git a/stock_request/views/res_config_settings_views.xml b/stock_request/views/res_config_settings_views.xml index 6ad6632ac..93c422ff0 100644 --- a/stock_request/views/res_config_settings_views.xml +++ b/stock_request/views/res_config_settings_views.xml @@ -72,6 +72,21 @@
    +

    Analytic

    +
    +
    +
    + +
    +
    +
    +
    +
    From 268e57896cca820f718868480ec5c10324e8ac32 Mon Sep 17 00:00:00 2001 From: hveficent Date: Wed, 9 Jan 2019 17:49:09 +0100 Subject: [PATCH 393/631] [11.0][FIX] solve unique constraint problems with product-attribute/product_sequence --- stock_request/tests/test_stock_request.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock_request/tests/test_stock_request.py b/stock_request/tests/test_stock_request.py index 15a07ff7b..352116eae 100644 --- a/stock_request/tests/test_stock_request.py +++ b/stock_request/tests/test_stock_request.py @@ -39,7 +39,7 @@ class TestStockRequest(common.TransactionCase): [self.stock_request_manager_group.id], [self.main_company.id, self.company_2.id]) self.product = self._create_product('SH', 'Shoes', False) - self.product_company_2 = self._create_product('SH', 'Shoes', + self.product_company_2 = self._create_product('SH_2', 'Shoes', self.company_2.id) self.ressuply_loc = self.env['stock.location'].create({ From c7b6e91927f03c259ef92d53aac202ac0535437b Mon Sep 17 00:00:00 2001 From: hveficent Date: Mon, 14 Jan 2019 15:46:11 +0100 Subject: [PATCH 394/631] [11.0][FIX] stock_request: added readonly true on related company fields --- stock_request/i18n/ca.po | 20 +++++++++---------- stock_request/i18n/de.po | 20 +++++++++---------- stock_request/i18n/el_GR.po | 20 +++++++++---------- stock_request/i18n/es.po | 20 +++++++++---------- stock_request/i18n/es_ES.po | 20 +++++++++---------- stock_request/i18n/eu.po | 20 +++++++++---------- stock_request/i18n/fi.po | 20 +++++++++---------- stock_request/i18n/fr.po | 20 +++++++++---------- stock_request/i18n/fr_CH.po | 20 +++++++++---------- stock_request/i18n/fr_FR.po | 20 +++++++++---------- stock_request/i18n/gl.po | 20 +++++++++---------- stock_request/i18n/hr.po | 20 +++++++++---------- stock_request/i18n/hr_HR.po | 20 +++++++++---------- stock_request/i18n/it.po | 20 +++++++++---------- stock_request/i18n/nl.po | 20 +++++++++---------- stock_request/i18n/nl_NL.po | 20 +++++++++---------- stock_request/i18n/pt.po | 20 +++++++++---------- stock_request/i18n/pt_BR.po | 20 +++++++++---------- stock_request/i18n/ro.po | 20 +++++++++---------- stock_request/i18n/ru.po | 20 +++++++++---------- stock_request/i18n/sl.po | 20 +++++++++---------- stock_request/i18n/stock_request.pot | 20 +++++++++---------- stock_request/i18n/tr.po | 20 +++++++++---------- stock_request/i18n/tr_TR.po | 20 +++++++++---------- stock_request/i18n/vi_VN.po | 20 +++++++++---------- stock_request/i18n/zh_CN.po | 20 +++++++++---------- .../models/stock_request_abstract.py | 1 + stock_request/models/stock_request_order.py | 1 + 28 files changed, 262 insertions(+), 260 deletions(-) diff --git a/stock_request/i18n/ca.po b/stock_request/i18n/ca.po index 981c6de67..0fb6900c4 100644 --- a/stock_request/i18n/ca.po +++ b/stock_request/i18n/ca.po @@ -204,7 +204,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5326 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5327 msgid "ID" msgstr "" @@ -300,7 +300,7 @@ msgid "Name must be unique" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:263 +#: code:addons/stock_request/models/stock_request_order.py:264 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "" @@ -645,13 +645,13 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:280 +#: code:addons/stock_request/models/stock_request_order.py:281 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:271 +#: code:addons/stock_request/models/stock_request_order.py:272 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "" @@ -682,7 +682,7 @@ msgid "Transfers" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:310 +#: code:addons/stock_request/models/stock_request_order.py:311 #, python-format msgid "" "Unfortunately it seems you do not have the necessary rights for creating " @@ -761,31 +761,31 @@ msgid "" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:137 +#: code:addons/stock_request/models/stock_request_abstract.py:138 #, python-format msgid "You have entered a location that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:132 +#: code:addons/stock_request/models/stock_request_abstract.py:133 #, python-format msgid "You have entered a product that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:146 +#: code:addons/stock_request/models/stock_request_abstract.py:147 #, python-format msgid "You have entered a route that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:141 +#: code:addons/stock_request/models/stock_request_abstract.py:142 #, python-format msgid "You have entered a warehouse that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:156 +#: code:addons/stock_request/models/stock_request_abstract.py:157 #, python-format msgid "" "You have to select a product unit of measure in the same category than the " diff --git a/stock_request/i18n/de.po b/stock_request/i18n/de.po index 0546dd22b..d81d95868 100644 --- a/stock_request/i18n/de.po +++ b/stock_request/i18n/de.po @@ -212,7 +212,7 @@ msgstr "Anforderungs-Anwender" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5326 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5327 msgid "ID" msgstr "ID" @@ -312,7 +312,7 @@ msgid "Name must be unique" msgstr "Bezeichner der Anforderung muss eindeutig sein" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:263 +#: code:addons/stock_request/models/stock_request_order.py:264 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "" @@ -668,13 +668,13 @@ msgstr "Bestandsanforderungen" #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:280 +#: code:addons/stock_request/models/stock_request_order.py:281 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:271 +#: code:addons/stock_request/models/stock_request_order.py:272 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "" @@ -707,7 +707,7 @@ msgid "Transfers" msgstr "Umlagerungen" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:310 +#: code:addons/stock_request/models/stock_request_order.py:311 #, python-format msgid "" "Unfortunately it seems you do not have the necessary rights for creating " @@ -786,31 +786,31 @@ msgid "" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:137 +#: code:addons/stock_request/models/stock_request_abstract.py:138 #, python-format msgid "You have entered a location that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:132 +#: code:addons/stock_request/models/stock_request_abstract.py:133 #, python-format msgid "You have entered a product that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:146 +#: code:addons/stock_request/models/stock_request_abstract.py:147 #, python-format msgid "You have entered a route that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:141 +#: code:addons/stock_request/models/stock_request_abstract.py:142 #, python-format msgid "You have entered a warehouse that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:156 +#: code:addons/stock_request/models/stock_request_abstract.py:157 #, python-format msgid "" "You have to select a product unit of measure in the same category than the " diff --git a/stock_request/i18n/el_GR.po b/stock_request/i18n/el_GR.po index de9d69036..28f0e4df4 100644 --- a/stock_request/i18n/el_GR.po +++ b/stock_request/i18n/el_GR.po @@ -205,7 +205,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5326 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5327 msgid "ID" msgstr "" @@ -301,7 +301,7 @@ msgid "Name must be unique" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:263 +#: code:addons/stock_request/models/stock_request_order.py:264 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "" @@ -646,13 +646,13 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:280 +#: code:addons/stock_request/models/stock_request_order.py:281 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:271 +#: code:addons/stock_request/models/stock_request_order.py:272 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "" @@ -683,7 +683,7 @@ msgid "Transfers" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:310 +#: code:addons/stock_request/models/stock_request_order.py:311 #, python-format msgid "" "Unfortunately it seems you do not have the necessary rights for creating " @@ -762,31 +762,31 @@ msgid "" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:137 +#: code:addons/stock_request/models/stock_request_abstract.py:138 #, python-format msgid "You have entered a location that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:132 +#: code:addons/stock_request/models/stock_request_abstract.py:133 #, python-format msgid "You have entered a product that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:146 +#: code:addons/stock_request/models/stock_request_abstract.py:147 #, python-format msgid "You have entered a route that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:141 +#: code:addons/stock_request/models/stock_request_abstract.py:142 #, python-format msgid "You have entered a warehouse that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:156 +#: code:addons/stock_request/models/stock_request_abstract.py:157 #, python-format msgid "" "You have to select a product unit of measure in the same category than the " diff --git a/stock_request/i18n/es.po b/stock_request/i18n/es.po index 3884a7f1a..96c83717b 100644 --- a/stock_request/i18n/es.po +++ b/stock_request/i18n/es.po @@ -208,7 +208,7 @@ msgstr "Agrupa las solicitudes en pedidos" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5326 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5327 msgid "ID" msgstr "ID" @@ -307,7 +307,7 @@ msgid "Name must be unique" msgstr "El nombre debe ser único" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:263 +#: code:addons/stock_request/models/stock_request_order.py:264 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "Solo los pedidos en estado borrado pueden ser eliminadas" @@ -657,13 +657,13 @@ msgstr "Solicitudes de existencias" #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:280 +#: code:addons/stock_request/models/stock_request_order.py:281 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "La compañía de la solicitud debe coincidir con la de la localización." #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:271 +#: code:addons/stock_request/models/stock_request_order.py:272 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "La compañía de la solicitud debe coincidir con la del almacén." @@ -696,7 +696,7 @@ msgid "Transfers" msgstr "Transferencias" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:310 +#: code:addons/stock_request/models/stock_request_order.py:311 #, python-format msgid "" "Unfortunately it seems you do not have the necessary rights for creating " @@ -787,31 +787,31 @@ msgstr "" "de existencias que pertenecen a otras compañías." #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:137 +#: code:addons/stock_request/models/stock_request_abstract.py:138 #, python-format msgid "You have entered a location that is assigned to another company." msgstr "Ha seleccionado una localización que está asignada a otra compañía." #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:132 +#: code:addons/stock_request/models/stock_request_abstract.py:133 #, python-format msgid "You have entered a product that is assigned to another company." msgstr "Ha seleccionado un producto que está asignado a otra compañía." #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:146 +#: code:addons/stock_request/models/stock_request_abstract.py:147 #, python-format msgid "You have entered a route that is assigned to another company." msgstr "Ha seleccionado una ruta que está asignada a otra compañía." #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:141 +#: code:addons/stock_request/models/stock_request_abstract.py:142 #, python-format msgid "You have entered a warehouse that is assigned to another company." msgstr "Ha seleccionado un almacén que está asignado a otra compañía." #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:156 +#: code:addons/stock_request/models/stock_request_abstract.py:157 #, python-format msgid "" "You have to select a product unit of measure in the same category than the " diff --git a/stock_request/i18n/es_ES.po b/stock_request/i18n/es_ES.po index 404ff24d2..357b15b0e 100644 --- a/stock_request/i18n/es_ES.po +++ b/stock_request/i18n/es_ES.po @@ -205,7 +205,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5326 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5327 msgid "ID" msgstr "" @@ -301,7 +301,7 @@ msgid "Name must be unique" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:263 +#: code:addons/stock_request/models/stock_request_order.py:264 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "" @@ -646,13 +646,13 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:280 +#: code:addons/stock_request/models/stock_request_order.py:281 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:271 +#: code:addons/stock_request/models/stock_request_order.py:272 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "" @@ -683,7 +683,7 @@ msgid "Transfers" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:310 +#: code:addons/stock_request/models/stock_request_order.py:311 #, python-format msgid "" "Unfortunately it seems you do not have the necessary rights for creating " @@ -762,31 +762,31 @@ msgid "" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:137 +#: code:addons/stock_request/models/stock_request_abstract.py:138 #, python-format msgid "You have entered a location that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:132 +#: code:addons/stock_request/models/stock_request_abstract.py:133 #, python-format msgid "You have entered a product that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:146 +#: code:addons/stock_request/models/stock_request_abstract.py:147 #, python-format msgid "You have entered a route that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:141 +#: code:addons/stock_request/models/stock_request_abstract.py:142 #, python-format msgid "You have entered a warehouse that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:156 +#: code:addons/stock_request/models/stock_request_abstract.py:157 #, python-format msgid "" "You have to select a product unit of measure in the same category than the " diff --git a/stock_request/i18n/eu.po b/stock_request/i18n/eu.po index 9a0c484ed..98ff1e58f 100644 --- a/stock_request/i18n/eu.po +++ b/stock_request/i18n/eu.po @@ -204,7 +204,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5326 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5327 msgid "ID" msgstr "" @@ -300,7 +300,7 @@ msgid "Name must be unique" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:263 +#: code:addons/stock_request/models/stock_request_order.py:264 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "" @@ -645,13 +645,13 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:280 +#: code:addons/stock_request/models/stock_request_order.py:281 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:271 +#: code:addons/stock_request/models/stock_request_order.py:272 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "" @@ -682,7 +682,7 @@ msgid "Transfers" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:310 +#: code:addons/stock_request/models/stock_request_order.py:311 #, python-format msgid "" "Unfortunately it seems you do not have the necessary rights for creating " @@ -761,31 +761,31 @@ msgid "" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:137 +#: code:addons/stock_request/models/stock_request_abstract.py:138 #, python-format msgid "You have entered a location that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:132 +#: code:addons/stock_request/models/stock_request_abstract.py:133 #, python-format msgid "You have entered a product that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:146 +#: code:addons/stock_request/models/stock_request_abstract.py:147 #, python-format msgid "You have entered a route that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:141 +#: code:addons/stock_request/models/stock_request_abstract.py:142 #, python-format msgid "You have entered a warehouse that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:156 +#: code:addons/stock_request/models/stock_request_abstract.py:157 #, python-format msgid "" "You have to select a product unit of measure in the same category than the " diff --git a/stock_request/i18n/fi.po b/stock_request/i18n/fi.po index 93aa980ab..72a96872c 100644 --- a/stock_request/i18n/fi.po +++ b/stock_request/i18n/fi.po @@ -204,7 +204,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5326 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5327 msgid "ID" msgstr "" @@ -300,7 +300,7 @@ msgid "Name must be unique" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:263 +#: code:addons/stock_request/models/stock_request_order.py:264 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "" @@ -645,13 +645,13 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:280 +#: code:addons/stock_request/models/stock_request_order.py:281 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:271 +#: code:addons/stock_request/models/stock_request_order.py:272 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "" @@ -682,7 +682,7 @@ msgid "Transfers" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:310 +#: code:addons/stock_request/models/stock_request_order.py:311 #, python-format msgid "" "Unfortunately it seems you do not have the necessary rights for creating " @@ -761,31 +761,31 @@ msgid "" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:137 +#: code:addons/stock_request/models/stock_request_abstract.py:138 #, python-format msgid "You have entered a location that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:132 +#: code:addons/stock_request/models/stock_request_abstract.py:133 #, python-format msgid "You have entered a product that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:146 +#: code:addons/stock_request/models/stock_request_abstract.py:147 #, python-format msgid "You have entered a route that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:141 +#: code:addons/stock_request/models/stock_request_abstract.py:142 #, python-format msgid "You have entered a warehouse that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:156 +#: code:addons/stock_request/models/stock_request_abstract.py:157 #, python-format msgid "" "You have to select a product unit of measure in the same category than the " diff --git a/stock_request/i18n/fr.po b/stock_request/i18n/fr.po index 3c92292f6..989376079 100644 --- a/stock_request/i18n/fr.po +++ b/stock_request/i18n/fr.po @@ -204,7 +204,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5326 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5327 msgid "ID" msgstr "" @@ -300,7 +300,7 @@ msgid "Name must be unique" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:263 +#: code:addons/stock_request/models/stock_request_order.py:264 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "" @@ -645,13 +645,13 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:280 +#: code:addons/stock_request/models/stock_request_order.py:281 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:271 +#: code:addons/stock_request/models/stock_request_order.py:272 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "" @@ -682,7 +682,7 @@ msgid "Transfers" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:310 +#: code:addons/stock_request/models/stock_request_order.py:311 #, python-format msgid "" "Unfortunately it seems you do not have the necessary rights for creating " @@ -761,31 +761,31 @@ msgid "" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:137 +#: code:addons/stock_request/models/stock_request_abstract.py:138 #, python-format msgid "You have entered a location that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:132 +#: code:addons/stock_request/models/stock_request_abstract.py:133 #, python-format msgid "You have entered a product that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:146 +#: code:addons/stock_request/models/stock_request_abstract.py:147 #, python-format msgid "You have entered a route that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:141 +#: code:addons/stock_request/models/stock_request_abstract.py:142 #, python-format msgid "You have entered a warehouse that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:156 +#: code:addons/stock_request/models/stock_request_abstract.py:157 #, python-format msgid "" "You have to select a product unit of measure in the same category than the " diff --git a/stock_request/i18n/fr_CH.po b/stock_request/i18n/fr_CH.po index 70289fe7d..492c8c735 100644 --- a/stock_request/i18n/fr_CH.po +++ b/stock_request/i18n/fr_CH.po @@ -205,7 +205,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5326 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5327 msgid "ID" msgstr "" @@ -301,7 +301,7 @@ msgid "Name must be unique" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:263 +#: code:addons/stock_request/models/stock_request_order.py:264 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "" @@ -646,13 +646,13 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:280 +#: code:addons/stock_request/models/stock_request_order.py:281 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:271 +#: code:addons/stock_request/models/stock_request_order.py:272 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "" @@ -683,7 +683,7 @@ msgid "Transfers" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:310 +#: code:addons/stock_request/models/stock_request_order.py:311 #, python-format msgid "" "Unfortunately it seems you do not have the necessary rights for creating " @@ -762,31 +762,31 @@ msgid "" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:137 +#: code:addons/stock_request/models/stock_request_abstract.py:138 #, python-format msgid "You have entered a location that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:132 +#: code:addons/stock_request/models/stock_request_abstract.py:133 #, python-format msgid "You have entered a product that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:146 +#: code:addons/stock_request/models/stock_request_abstract.py:147 #, python-format msgid "You have entered a route that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:141 +#: code:addons/stock_request/models/stock_request_abstract.py:142 #, python-format msgid "You have entered a warehouse that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:156 +#: code:addons/stock_request/models/stock_request_abstract.py:157 #, python-format msgid "" "You have to select a product unit of measure in the same category than the " diff --git a/stock_request/i18n/fr_FR.po b/stock_request/i18n/fr_FR.po index 9f21b62a4..56cee1bb7 100644 --- a/stock_request/i18n/fr_FR.po +++ b/stock_request/i18n/fr_FR.po @@ -205,7 +205,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5326 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5327 msgid "ID" msgstr "" @@ -301,7 +301,7 @@ msgid "Name must be unique" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:263 +#: code:addons/stock_request/models/stock_request_order.py:264 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "" @@ -646,13 +646,13 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:280 +#: code:addons/stock_request/models/stock_request_order.py:281 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:271 +#: code:addons/stock_request/models/stock_request_order.py:272 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "" @@ -683,7 +683,7 @@ msgid "Transfers" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:310 +#: code:addons/stock_request/models/stock_request_order.py:311 #, python-format msgid "" "Unfortunately it seems you do not have the necessary rights for creating " @@ -762,31 +762,31 @@ msgid "" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:137 +#: code:addons/stock_request/models/stock_request_abstract.py:138 #, python-format msgid "You have entered a location that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:132 +#: code:addons/stock_request/models/stock_request_abstract.py:133 #, python-format msgid "You have entered a product that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:146 +#: code:addons/stock_request/models/stock_request_abstract.py:147 #, python-format msgid "You have entered a route that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:141 +#: code:addons/stock_request/models/stock_request_abstract.py:142 #, python-format msgid "You have entered a warehouse that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:156 +#: code:addons/stock_request/models/stock_request_abstract.py:157 #, python-format msgid "" "You have to select a product unit of measure in the same category than the " diff --git a/stock_request/i18n/gl.po b/stock_request/i18n/gl.po index 736710259..66519e3f5 100644 --- a/stock_request/i18n/gl.po +++ b/stock_request/i18n/gl.po @@ -204,7 +204,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5326 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5327 msgid "ID" msgstr "" @@ -300,7 +300,7 @@ msgid "Name must be unique" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:263 +#: code:addons/stock_request/models/stock_request_order.py:264 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "" @@ -645,13 +645,13 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:280 +#: code:addons/stock_request/models/stock_request_order.py:281 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:271 +#: code:addons/stock_request/models/stock_request_order.py:272 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "" @@ -682,7 +682,7 @@ msgid "Transfers" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:310 +#: code:addons/stock_request/models/stock_request_order.py:311 #, python-format msgid "" "Unfortunately it seems you do not have the necessary rights for creating " @@ -761,31 +761,31 @@ msgid "" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:137 +#: code:addons/stock_request/models/stock_request_abstract.py:138 #, python-format msgid "You have entered a location that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:132 +#: code:addons/stock_request/models/stock_request_abstract.py:133 #, python-format msgid "You have entered a product that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:146 +#: code:addons/stock_request/models/stock_request_abstract.py:147 #, python-format msgid "You have entered a route that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:141 +#: code:addons/stock_request/models/stock_request_abstract.py:142 #, python-format msgid "You have entered a warehouse that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:156 +#: code:addons/stock_request/models/stock_request_abstract.py:157 #, python-format msgid "" "You have to select a product unit of measure in the same category than the " diff --git a/stock_request/i18n/hr.po b/stock_request/i18n/hr.po index 1d366ed68..8d1b20689 100644 --- a/stock_request/i18n/hr.po +++ b/stock_request/i18n/hr.po @@ -205,7 +205,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5326 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5327 msgid "ID" msgstr "" @@ -301,7 +301,7 @@ msgid "Name must be unique" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:263 +#: code:addons/stock_request/models/stock_request_order.py:264 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "" @@ -646,13 +646,13 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:280 +#: code:addons/stock_request/models/stock_request_order.py:281 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:271 +#: code:addons/stock_request/models/stock_request_order.py:272 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "" @@ -683,7 +683,7 @@ msgid "Transfers" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:310 +#: code:addons/stock_request/models/stock_request_order.py:311 #, python-format msgid "" "Unfortunately it seems you do not have the necessary rights for creating " @@ -762,31 +762,31 @@ msgid "" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:137 +#: code:addons/stock_request/models/stock_request_abstract.py:138 #, python-format msgid "You have entered a location that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:132 +#: code:addons/stock_request/models/stock_request_abstract.py:133 #, python-format msgid "You have entered a product that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:146 +#: code:addons/stock_request/models/stock_request_abstract.py:147 #, python-format msgid "You have entered a route that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:141 +#: code:addons/stock_request/models/stock_request_abstract.py:142 #, python-format msgid "You have entered a warehouse that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:156 +#: code:addons/stock_request/models/stock_request_abstract.py:157 #, python-format msgid "" "You have to select a product unit of measure in the same category than the " diff --git a/stock_request/i18n/hr_HR.po b/stock_request/i18n/hr_HR.po index 4a366e9d2..4c225982c 100644 --- a/stock_request/i18n/hr_HR.po +++ b/stock_request/i18n/hr_HR.po @@ -206,7 +206,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5326 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5327 msgid "ID" msgstr "" @@ -302,7 +302,7 @@ msgid "Name must be unique" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:263 +#: code:addons/stock_request/models/stock_request_order.py:264 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "" @@ -647,13 +647,13 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:280 +#: code:addons/stock_request/models/stock_request_order.py:281 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:271 +#: code:addons/stock_request/models/stock_request_order.py:272 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "" @@ -684,7 +684,7 @@ msgid "Transfers" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:310 +#: code:addons/stock_request/models/stock_request_order.py:311 #, python-format msgid "" "Unfortunately it seems you do not have the necessary rights for creating " @@ -763,31 +763,31 @@ msgid "" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:137 +#: code:addons/stock_request/models/stock_request_abstract.py:138 #, python-format msgid "You have entered a location that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:132 +#: code:addons/stock_request/models/stock_request_abstract.py:133 #, python-format msgid "You have entered a product that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:146 +#: code:addons/stock_request/models/stock_request_abstract.py:147 #, python-format msgid "You have entered a route that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:141 +#: code:addons/stock_request/models/stock_request_abstract.py:142 #, python-format msgid "You have entered a warehouse that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:156 +#: code:addons/stock_request/models/stock_request_abstract.py:157 #, python-format msgid "" "You have to select a product unit of measure in the same category than the " diff --git a/stock_request/i18n/it.po b/stock_request/i18n/it.po index 9ad810f02..a93a38221 100644 --- a/stock_request/i18n/it.po +++ b/stock_request/i18n/it.po @@ -204,7 +204,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5326 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5327 msgid "ID" msgstr "" @@ -300,7 +300,7 @@ msgid "Name must be unique" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:263 +#: code:addons/stock_request/models/stock_request_order.py:264 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "" @@ -645,13 +645,13 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:280 +#: code:addons/stock_request/models/stock_request_order.py:281 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:271 +#: code:addons/stock_request/models/stock_request_order.py:272 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "" @@ -682,7 +682,7 @@ msgid "Transfers" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:310 +#: code:addons/stock_request/models/stock_request_order.py:311 #, python-format msgid "" "Unfortunately it seems you do not have the necessary rights for creating " @@ -761,31 +761,31 @@ msgid "" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:137 +#: code:addons/stock_request/models/stock_request_abstract.py:138 #, python-format msgid "You have entered a location that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:132 +#: code:addons/stock_request/models/stock_request_abstract.py:133 #, python-format msgid "You have entered a product that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:146 +#: code:addons/stock_request/models/stock_request_abstract.py:147 #, python-format msgid "You have entered a route that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:141 +#: code:addons/stock_request/models/stock_request_abstract.py:142 #, python-format msgid "You have entered a warehouse that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:156 +#: code:addons/stock_request/models/stock_request_abstract.py:157 #, python-format msgid "" "You have to select a product unit of measure in the same category than the " diff --git a/stock_request/i18n/nl.po b/stock_request/i18n/nl.po index c139cf83b..319efc156 100644 --- a/stock_request/i18n/nl.po +++ b/stock_request/i18n/nl.po @@ -204,7 +204,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5326 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5327 msgid "ID" msgstr "" @@ -300,7 +300,7 @@ msgid "Name must be unique" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:263 +#: code:addons/stock_request/models/stock_request_order.py:264 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "" @@ -645,13 +645,13 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:280 +#: code:addons/stock_request/models/stock_request_order.py:281 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:271 +#: code:addons/stock_request/models/stock_request_order.py:272 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "" @@ -682,7 +682,7 @@ msgid "Transfers" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:310 +#: code:addons/stock_request/models/stock_request_order.py:311 #, python-format msgid "" "Unfortunately it seems you do not have the necessary rights for creating " @@ -761,31 +761,31 @@ msgid "" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:137 +#: code:addons/stock_request/models/stock_request_abstract.py:138 #, python-format msgid "You have entered a location that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:132 +#: code:addons/stock_request/models/stock_request_abstract.py:133 #, python-format msgid "You have entered a product that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:146 +#: code:addons/stock_request/models/stock_request_abstract.py:147 #, python-format msgid "You have entered a route that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:141 +#: code:addons/stock_request/models/stock_request_abstract.py:142 #, python-format msgid "You have entered a warehouse that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:156 +#: code:addons/stock_request/models/stock_request_abstract.py:157 #, python-format msgid "" "You have to select a product unit of measure in the same category than the " diff --git a/stock_request/i18n/nl_NL.po b/stock_request/i18n/nl_NL.po index aa417c01c..4d4e6767e 100644 --- a/stock_request/i18n/nl_NL.po +++ b/stock_request/i18n/nl_NL.po @@ -205,7 +205,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5326 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5327 msgid "ID" msgstr "" @@ -301,7 +301,7 @@ msgid "Name must be unique" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:263 +#: code:addons/stock_request/models/stock_request_order.py:264 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "" @@ -646,13 +646,13 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:280 +#: code:addons/stock_request/models/stock_request_order.py:281 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:271 +#: code:addons/stock_request/models/stock_request_order.py:272 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "" @@ -683,7 +683,7 @@ msgid "Transfers" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:310 +#: code:addons/stock_request/models/stock_request_order.py:311 #, python-format msgid "" "Unfortunately it seems you do not have the necessary rights for creating " @@ -762,31 +762,31 @@ msgid "" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:137 +#: code:addons/stock_request/models/stock_request_abstract.py:138 #, python-format msgid "You have entered a location that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:132 +#: code:addons/stock_request/models/stock_request_abstract.py:133 #, python-format msgid "You have entered a product that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:146 +#: code:addons/stock_request/models/stock_request_abstract.py:147 #, python-format msgid "You have entered a route that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:141 +#: code:addons/stock_request/models/stock_request_abstract.py:142 #, python-format msgid "You have entered a warehouse that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:156 +#: code:addons/stock_request/models/stock_request_abstract.py:157 #, python-format msgid "" "You have to select a product unit of measure in the same category than the " diff --git a/stock_request/i18n/pt.po b/stock_request/i18n/pt.po index 79ff60186..7e4c5d955 100644 --- a/stock_request/i18n/pt.po +++ b/stock_request/i18n/pt.po @@ -204,7 +204,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5326 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5327 msgid "ID" msgstr "" @@ -300,7 +300,7 @@ msgid "Name must be unique" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:263 +#: code:addons/stock_request/models/stock_request_order.py:264 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "" @@ -645,13 +645,13 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:280 +#: code:addons/stock_request/models/stock_request_order.py:281 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:271 +#: code:addons/stock_request/models/stock_request_order.py:272 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "" @@ -682,7 +682,7 @@ msgid "Transfers" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:310 +#: code:addons/stock_request/models/stock_request_order.py:311 #, python-format msgid "" "Unfortunately it seems you do not have the necessary rights for creating " @@ -761,31 +761,31 @@ msgid "" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:137 +#: code:addons/stock_request/models/stock_request_abstract.py:138 #, python-format msgid "You have entered a location that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:132 +#: code:addons/stock_request/models/stock_request_abstract.py:133 #, python-format msgid "You have entered a product that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:146 +#: code:addons/stock_request/models/stock_request_abstract.py:147 #, python-format msgid "You have entered a route that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:141 +#: code:addons/stock_request/models/stock_request_abstract.py:142 #, python-format msgid "You have entered a warehouse that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:156 +#: code:addons/stock_request/models/stock_request_abstract.py:157 #, python-format msgid "" "You have to select a product unit of measure in the same category than the " diff --git a/stock_request/i18n/pt_BR.po b/stock_request/i18n/pt_BR.po index aff3e0ab7..76c6a20a1 100644 --- a/stock_request/i18n/pt_BR.po +++ b/stock_request/i18n/pt_BR.po @@ -205,7 +205,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5326 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5327 msgid "ID" msgstr "" @@ -301,7 +301,7 @@ msgid "Name must be unique" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:263 +#: code:addons/stock_request/models/stock_request_order.py:264 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "" @@ -646,13 +646,13 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:280 +#: code:addons/stock_request/models/stock_request_order.py:281 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:271 +#: code:addons/stock_request/models/stock_request_order.py:272 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "" @@ -683,7 +683,7 @@ msgid "Transfers" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:310 +#: code:addons/stock_request/models/stock_request_order.py:311 #, python-format msgid "" "Unfortunately it seems you do not have the necessary rights for creating " @@ -762,31 +762,31 @@ msgid "" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:137 +#: code:addons/stock_request/models/stock_request_abstract.py:138 #, python-format msgid "You have entered a location that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:132 +#: code:addons/stock_request/models/stock_request_abstract.py:133 #, python-format msgid "You have entered a product that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:146 +#: code:addons/stock_request/models/stock_request_abstract.py:147 #, python-format msgid "You have entered a route that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:141 +#: code:addons/stock_request/models/stock_request_abstract.py:142 #, python-format msgid "You have entered a warehouse that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:156 +#: code:addons/stock_request/models/stock_request_abstract.py:157 #, python-format msgid "" "You have to select a product unit of measure in the same category than the " diff --git a/stock_request/i18n/ro.po b/stock_request/i18n/ro.po index c6fe722fe..30b3b7637 100644 --- a/stock_request/i18n/ro.po +++ b/stock_request/i18n/ro.po @@ -205,7 +205,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5326 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5327 msgid "ID" msgstr "" @@ -301,7 +301,7 @@ msgid "Name must be unique" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:263 +#: code:addons/stock_request/models/stock_request_order.py:264 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "" @@ -646,13 +646,13 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:280 +#: code:addons/stock_request/models/stock_request_order.py:281 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:271 +#: code:addons/stock_request/models/stock_request_order.py:272 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "" @@ -683,7 +683,7 @@ msgid "Transfers" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:310 +#: code:addons/stock_request/models/stock_request_order.py:311 #, python-format msgid "" "Unfortunately it seems you do not have the necessary rights for creating " @@ -762,31 +762,31 @@ msgid "" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:137 +#: code:addons/stock_request/models/stock_request_abstract.py:138 #, python-format msgid "You have entered a location that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:132 +#: code:addons/stock_request/models/stock_request_abstract.py:133 #, python-format msgid "You have entered a product that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:146 +#: code:addons/stock_request/models/stock_request_abstract.py:147 #, python-format msgid "You have entered a route that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:141 +#: code:addons/stock_request/models/stock_request_abstract.py:142 #, python-format msgid "You have entered a warehouse that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:156 +#: code:addons/stock_request/models/stock_request_abstract.py:157 #, python-format msgid "" "You have to select a product unit of measure in the same category than the " diff --git a/stock_request/i18n/ru.po b/stock_request/i18n/ru.po index c2f364c54..f324fb57d 100644 --- a/stock_request/i18n/ru.po +++ b/stock_request/i18n/ru.po @@ -206,7 +206,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5326 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5327 msgid "ID" msgstr "" @@ -302,7 +302,7 @@ msgid "Name must be unique" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:263 +#: code:addons/stock_request/models/stock_request_order.py:264 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "" @@ -647,13 +647,13 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:280 +#: code:addons/stock_request/models/stock_request_order.py:281 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:271 +#: code:addons/stock_request/models/stock_request_order.py:272 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "" @@ -684,7 +684,7 @@ msgid "Transfers" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:310 +#: code:addons/stock_request/models/stock_request_order.py:311 #, python-format msgid "" "Unfortunately it seems you do not have the necessary rights for creating " @@ -763,31 +763,31 @@ msgid "" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:137 +#: code:addons/stock_request/models/stock_request_abstract.py:138 #, python-format msgid "You have entered a location that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:132 +#: code:addons/stock_request/models/stock_request_abstract.py:133 #, python-format msgid "You have entered a product that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:146 +#: code:addons/stock_request/models/stock_request_abstract.py:147 #, python-format msgid "You have entered a route that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:141 +#: code:addons/stock_request/models/stock_request_abstract.py:142 #, python-format msgid "You have entered a warehouse that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:156 +#: code:addons/stock_request/models/stock_request_abstract.py:157 #, python-format msgid "" "You have to select a product unit of measure in the same category than the " diff --git a/stock_request/i18n/sl.po b/stock_request/i18n/sl.po index a085a4eaa..18082e66d 100644 --- a/stock_request/i18n/sl.po +++ b/stock_request/i18n/sl.po @@ -205,7 +205,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5326 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5327 msgid "ID" msgstr "" @@ -301,7 +301,7 @@ msgid "Name must be unique" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:263 +#: code:addons/stock_request/models/stock_request_order.py:264 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "" @@ -646,13 +646,13 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:280 +#: code:addons/stock_request/models/stock_request_order.py:281 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:271 +#: code:addons/stock_request/models/stock_request_order.py:272 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "" @@ -683,7 +683,7 @@ msgid "Transfers" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:310 +#: code:addons/stock_request/models/stock_request_order.py:311 #, python-format msgid "" "Unfortunately it seems you do not have the necessary rights for creating " @@ -762,31 +762,31 @@ msgid "" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:137 +#: code:addons/stock_request/models/stock_request_abstract.py:138 #, python-format msgid "You have entered a location that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:132 +#: code:addons/stock_request/models/stock_request_abstract.py:133 #, python-format msgid "You have entered a product that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:146 +#: code:addons/stock_request/models/stock_request_abstract.py:147 #, python-format msgid "You have entered a route that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:141 +#: code:addons/stock_request/models/stock_request_abstract.py:142 #, python-format msgid "You have entered a warehouse that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:156 +#: code:addons/stock_request/models/stock_request_abstract.py:157 #, python-format msgid "" "You have to select a product unit of measure in the same category than the " diff --git a/stock_request/i18n/stock_request.pot b/stock_request/i18n/stock_request.pot index 2a14e86ae..bbab830f5 100644 --- a/stock_request/i18n/stock_request.pot +++ b/stock_request/i18n/stock_request.pot @@ -200,7 +200,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5326 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5327 msgid "ID" msgstr "" @@ -295,7 +295,7 @@ msgid "Name must be unique" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:263 +#: code:addons/stock_request/models/stock_request_order.py:264 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "" @@ -637,13 +637,13 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:280 +#: code:addons/stock_request/models/stock_request_order.py:281 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:271 +#: code:addons/stock_request/models/stock_request_order.py:272 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "" @@ -672,7 +672,7 @@ msgid "Transfers" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:310 +#: code:addons/stock_request/models/stock_request_order.py:311 #, python-format msgid "Unfortunately it seems you do not have the necessary rights for creating stock requests. Please contact your administrator." msgstr "" @@ -739,31 +739,31 @@ msgid "You cannot change the company of the warehouse, as it is already assigned msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:137 +#: code:addons/stock_request/models/stock_request_abstract.py:138 #, python-format msgid "You have entered a location that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:132 +#: code:addons/stock_request/models/stock_request_abstract.py:133 #, python-format msgid "You have entered a product that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:146 +#: code:addons/stock_request/models/stock_request_abstract.py:147 #, python-format msgid "You have entered a route that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:141 +#: code:addons/stock_request/models/stock_request_abstract.py:142 #, python-format msgid "You have entered a warehouse that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:156 +#: code:addons/stock_request/models/stock_request_abstract.py:157 #, python-format msgid "You have to select a product unit of measure in the same category than the default unit of measure of the product" msgstr "" diff --git a/stock_request/i18n/tr.po b/stock_request/i18n/tr.po index deb96ee4a..018162b93 100644 --- a/stock_request/i18n/tr.po +++ b/stock_request/i18n/tr.po @@ -204,7 +204,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5326 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5327 msgid "ID" msgstr "" @@ -300,7 +300,7 @@ msgid "Name must be unique" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:263 +#: code:addons/stock_request/models/stock_request_order.py:264 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "" @@ -645,13 +645,13 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:280 +#: code:addons/stock_request/models/stock_request_order.py:281 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:271 +#: code:addons/stock_request/models/stock_request_order.py:272 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "" @@ -682,7 +682,7 @@ msgid "Transfers" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:310 +#: code:addons/stock_request/models/stock_request_order.py:311 #, python-format msgid "" "Unfortunately it seems you do not have the necessary rights for creating " @@ -761,31 +761,31 @@ msgid "" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:137 +#: code:addons/stock_request/models/stock_request_abstract.py:138 #, python-format msgid "You have entered a location that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:132 +#: code:addons/stock_request/models/stock_request_abstract.py:133 #, python-format msgid "You have entered a product that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:146 +#: code:addons/stock_request/models/stock_request_abstract.py:147 #, python-format msgid "You have entered a route that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:141 +#: code:addons/stock_request/models/stock_request_abstract.py:142 #, python-format msgid "You have entered a warehouse that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:156 +#: code:addons/stock_request/models/stock_request_abstract.py:157 #, python-format msgid "" "You have to select a product unit of measure in the same category than the " diff --git a/stock_request/i18n/tr_TR.po b/stock_request/i18n/tr_TR.po index d09c00df8..8ea8db1cc 100644 --- a/stock_request/i18n/tr_TR.po +++ b/stock_request/i18n/tr_TR.po @@ -205,7 +205,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5326 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5327 msgid "ID" msgstr "" @@ -301,7 +301,7 @@ msgid "Name must be unique" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:263 +#: code:addons/stock_request/models/stock_request_order.py:264 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "" @@ -646,13 +646,13 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:280 +#: code:addons/stock_request/models/stock_request_order.py:281 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:271 +#: code:addons/stock_request/models/stock_request_order.py:272 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "" @@ -683,7 +683,7 @@ msgid "Transfers" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:310 +#: code:addons/stock_request/models/stock_request_order.py:311 #, python-format msgid "" "Unfortunately it seems you do not have the necessary rights for creating " @@ -762,31 +762,31 @@ msgid "" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:137 +#: code:addons/stock_request/models/stock_request_abstract.py:138 #, python-format msgid "You have entered a location that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:132 +#: code:addons/stock_request/models/stock_request_abstract.py:133 #, python-format msgid "You have entered a product that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:146 +#: code:addons/stock_request/models/stock_request_abstract.py:147 #, python-format msgid "You have entered a route that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:141 +#: code:addons/stock_request/models/stock_request_abstract.py:142 #, python-format msgid "You have entered a warehouse that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:156 +#: code:addons/stock_request/models/stock_request_abstract.py:157 #, python-format msgid "" "You have to select a product unit of measure in the same category than the " diff --git a/stock_request/i18n/vi_VN.po b/stock_request/i18n/vi_VN.po index b10a28eb1..4ff5b2921 100644 --- a/stock_request/i18n/vi_VN.po +++ b/stock_request/i18n/vi_VN.po @@ -205,7 +205,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5326 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5327 msgid "ID" msgstr "" @@ -301,7 +301,7 @@ msgid "Name must be unique" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:263 +#: code:addons/stock_request/models/stock_request_order.py:264 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "" @@ -646,13 +646,13 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:280 +#: code:addons/stock_request/models/stock_request_order.py:281 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:271 +#: code:addons/stock_request/models/stock_request_order.py:272 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "" @@ -683,7 +683,7 @@ msgid "Transfers" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:310 +#: code:addons/stock_request/models/stock_request_order.py:311 #, python-format msgid "" "Unfortunately it seems you do not have the necessary rights for creating " @@ -762,31 +762,31 @@ msgid "" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:137 +#: code:addons/stock_request/models/stock_request_abstract.py:138 #, python-format msgid "You have entered a location that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:132 +#: code:addons/stock_request/models/stock_request_abstract.py:133 #, python-format msgid "You have entered a product that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:146 +#: code:addons/stock_request/models/stock_request_abstract.py:147 #, python-format msgid "You have entered a route that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:141 +#: code:addons/stock_request/models/stock_request_abstract.py:142 #, python-format msgid "You have entered a warehouse that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:156 +#: code:addons/stock_request/models/stock_request_abstract.py:157 #, python-format msgid "" "You have to select a product unit of measure in the same category than the " diff --git a/stock_request/i18n/zh_CN.po b/stock_request/i18n/zh_CN.po index 43c115939..809bcb789 100644 --- a/stock_request/i18n/zh_CN.po +++ b/stock_request/i18n/zh_CN.po @@ -205,7 +205,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5326 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5327 msgid "ID" msgstr "" @@ -301,7 +301,7 @@ msgid "Name must be unique" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:263 +#: code:addons/stock_request/models/stock_request_order.py:264 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "" @@ -646,13 +646,13 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:280 +#: code:addons/stock_request/models/stock_request_order.py:281 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:271 +#: code:addons/stock_request/models/stock_request_order.py:272 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "" @@ -683,7 +683,7 @@ msgid "Transfers" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:310 +#: code:addons/stock_request/models/stock_request_order.py:311 #, python-format msgid "" "Unfortunately it seems you do not have the necessary rights for creating " @@ -762,31 +762,31 @@ msgid "" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:137 +#: code:addons/stock_request/models/stock_request_abstract.py:138 #, python-format msgid "You have entered a location that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:132 +#: code:addons/stock_request/models/stock_request_abstract.py:133 #, python-format msgid "You have entered a product that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:146 +#: code:addons/stock_request/models/stock_request_abstract.py:147 #, python-format msgid "You have entered a route that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:141 +#: code:addons/stock_request/models/stock_request_abstract.py:142 #, python-format msgid "You have entered a warehouse that is assigned to another company." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_abstract.py:156 +#: code:addons/stock_request/models/stock_request_abstract.py:157 #, python-format msgid "" "You have to select a product unit of measure in the same category than the " diff --git a/stock_request/models/stock_request_abstract.py b/stock_request/models/stock_request_abstract.py index 4cfbe6b1a..ffa33b606 100644 --- a/stock_request/models/stock_request_abstract.py +++ b/stock_request/models/stock_request_abstract.py @@ -49,6 +49,7 @@ class StockRequest(models.AbstractModel): ) allow_virtual_location = fields.Boolean( related='company_id.stock_request_allow_virtual_loc', + readonly=True, ) product_uom_id = fields.Many2one( 'product.uom', 'Product Unit of Measure', diff --git a/stock_request/models/stock_request_order.py b/stock_request/models/stock_request_order.py index b44d90907..9c177986d 100644 --- a/stock_request/models/stock_request_order.py +++ b/stock_request/models/stock_request_order.py @@ -56,6 +56,7 @@ class StockRequestOrder(models.Model): ) allow_virtual_location = fields.Boolean( related='company_id.stock_request_allow_virtual_loc', + readonly=True, ) procurement_group_id = fields.Many2one( 'procurement.group', 'Procurement Group', readonly=True, From ceb1ab63abb5c8a7ed700c79f3a31cf26ee9634d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Mart=C3=ADn?= Date: Mon, 21 Jan 2019 09:36:15 +0100 Subject: [PATCH 395/631] Skipping potential error when move has been deleted --- stock_request/models/stock_move_line.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock_request/models/stock_move_line.py b/stock_request/models/stock_move_line.py index 13f67a87d..76a842084 100644 --- a/stock_request/models/stock_move_line.py +++ b/stock_request/models/stock_move_line.py @@ -39,7 +39,7 @@ class StockMoveLine(models.Model): def _action_done(self): res = super(StockMoveLine, self)._action_done() for ml in self.filtered( - lambda m: m.move_id.allocation_ids): + lambda m: m.exists() and m.move_id.allocation_ids): qty_done = ml.product_uom_id._compute_quantity( ml.qty_done, ml.product_id.uom_id) From 1febddb1af9224c497d298dff5d25811eced0940 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Mart=C3=ADn?= Date: Mon, 21 Jan 2019 11:27:43 +0100 Subject: [PATCH 396/631] Increasing version number --- stock_request/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock_request/__manifest__.py b/stock_request/__manifest__.py index 857604ee0..fe47d2240 100644 --- a/stock_request/__manifest__.py +++ b/stock_request/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Stock Request", "summary": "Internal request for stock", - "version": "11.0.3.1.0", + "version": "11.0.3.2.0", "license": "LGPL-3", "website": "https://github.com/stock-logistics-warehouse", "author": "Eficent, " From 29ada538b80383d65f66fe9c97845df70db5ca7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Mart=C3=ADn?= Date: Mon, 21 Jan 2019 11:28:28 +0100 Subject: [PATCH 397/631] Updating contributors --- stock_request/README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/stock_request/README.rst b/stock_request/README.rst index f78565845..2fa5cdb07 100644 --- a/stock_request/README.rst +++ b/stock_request/README.rst @@ -74,6 +74,7 @@ Contributors * Enric Tobella * Atte Isopuro * Lois Rilo +* Raul Martin Maintainer ---------- From a0efb12286ca6483a27bd83b49399779b3430aff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Mart=C3=ADn?= Date: Mon, 21 Jan 2019 11:36:56 +0100 Subject: [PATCH 398/631] Updating version numbering as it was a minor fix --- stock_request/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock_request/__manifest__.py b/stock_request/__manifest__.py index fe47d2240..bc1def771 100644 --- a/stock_request/__manifest__.py +++ b/stock_request/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Stock Request", "summary": "Internal request for stock", - "version": "11.0.3.2.0", + "version": "11.0.3.1.1", "license": "LGPL-3", "website": "https://github.com/stock-logistics-warehouse", "author": "Eficent, " From b10fab7f306159465df200f3ea479930cb57e59b Mon Sep 17 00:00:00 2001 From: Murtuza Saleh Date: Wed, 20 Mar 2019 16:52:21 +0530 Subject: [PATCH 399/631] [MIG] stock_request v12 --- stock_request/README.rst | 3 +- stock_request/__manifest__.py | 2 +- .../data/stock_request_sequence_data.xml | 32 ++++--- stock_request/i18n/ca.po | 8 +- stock_request/i18n/de.po | 8 +- stock_request/i18n/el_GR.po | 8 +- stock_request/i18n/es.po | 8 +- stock_request/i18n/es_ES.po | 8 +- stock_request/i18n/eu.po | 8 +- stock_request/i18n/fi.po | 8 +- stock_request/i18n/fr.po | 8 +- stock_request/i18n/fr_CH.po | 8 +- stock_request/i18n/fr_FR.po | 8 +- stock_request/i18n/gl.po | 8 +- stock_request/i18n/hr.po | 8 +- stock_request/i18n/hr_HR.po | 8 +- stock_request/i18n/it.po | 8 +- stock_request/i18n/nl.po | 8 +- stock_request/i18n/nl_NL.po | 8 +- stock_request/i18n/pt.po | 8 +- stock_request/i18n/pt_BR.po | 8 +- stock_request/i18n/ro.po | 8 +- stock_request/i18n/ru.po | 8 +- stock_request/i18n/sl.po | 8 +- stock_request/i18n/stock_request.pot | 8 +- stock_request/i18n/tr.po | 8 +- stock_request/i18n/tr_TR.po | 8 +- stock_request/i18n/vi_VN.po | 8 +- stock_request/i18n/zh_CN.po | 8 +- stock_request/models/__init__.py | 2 +- stock_request/models/stock_request.py | 6 +- .../models/stock_request_abstract.py | 6 +- .../models/stock_request_allocation.py | 2 +- stock_request/models/stock_request_order.py | 2 +- .../{procurement_rule.py => stock_rule.py} | 12 +-- stock_request/security/ir.model.access.csv | 11 ++- .../security/stock_request_security.xml | 4 +- stock_request/tests/test_stock_request.py | 83 ++++++++++--------- .../views/res_config_settings_views.xml | 2 +- .../views/stock_request_allocation_views.xml | 4 +- .../views/stock_request_order_views.xml | 4 +- stock_request/views/stock_request_views.xml | 13 +-- 42 files changed, 280 insertions(+), 116 deletions(-) rename stock_request/models/{procurement_rule.py => stock_rule.py} (62%) diff --git a/stock_request/README.rst b/stock_request/README.rst index 2fa5cdb07..69ff494bc 100644 --- a/stock_request/README.rst +++ b/stock_request/README.rst @@ -53,7 +53,7 @@ also cancelled. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas :alt: Try me on Runbot - :target: https://runbot.odoo-community.org/runbot/153/11.0 + :target: https://runbot.odoo-community.org/runbot/153/12.0 Bug Tracker @@ -75,6 +75,7 @@ Contributors * Atte Isopuro * Lois Rilo * Raul Martin +* Serpent Consulting Services Pvt. Ltd. Maintainer ---------- diff --git a/stock_request/__manifest__.py b/stock_request/__manifest__.py index bc1def771..20ac7bb2a 100644 --- a/stock_request/__manifest__.py +++ b/stock_request/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Stock Request", "summary": "Internal request for stock", - "version": "11.0.3.1.1", + "version": "12.0.1.0.0", "license": "LGPL-3", "website": "https://github.com/stock-logistics-warehouse", "author": "Eficent, " diff --git a/stock_request/data/stock_request_sequence_data.xml b/stock_request/data/stock_request_sequence_data.xml index 985be8057..776483ecd 100644 --- a/stock_request/data/stock_request_sequence_data.xml +++ b/stock_request/data/stock_request_sequence_data.xml @@ -1,22 +1,20 @@ - - + - - Stock Request - stock.request - SR/ - 5 - - + + Stock Request + stock.request + SR/ + 5 + + - - Stock Request Order - stock.request.order - SRO/ - 5 - - + + Stock Request Order + stock.request.order + SRO/ + 5 + + - diff --git a/stock_request/i18n/ca.po b/stock_request/i18n/ca.po index 0fb6900c4..6a97b5b15 100644 --- a/stock_request/i18n/ca.po +++ b/stock_request/i18n/ca.po @@ -204,7 +204,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5327 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5885 msgid "ID" msgstr "" @@ -670,6 +670,12 @@ msgstr "" msgid "The picking policy must be equal to the order" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:290 +#, python-format +msgid "This action only works in the context of products" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" diff --git a/stock_request/i18n/de.po b/stock_request/i18n/de.po index d81d95868..d8db29059 100644 --- a/stock_request/i18n/de.po +++ b/stock_request/i18n/de.po @@ -212,7 +212,7 @@ msgstr "Anforderungs-Anwender" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5327 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5885 msgid "ID" msgstr "ID" @@ -695,6 +695,12 @@ msgstr "" msgid "The picking policy must be equal to the order" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:290 +#, python-format +msgid "This action only works in the context of products" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" diff --git a/stock_request/i18n/el_GR.po b/stock_request/i18n/el_GR.po index 28f0e4df4..a148f83eb 100644 --- a/stock_request/i18n/el_GR.po +++ b/stock_request/i18n/el_GR.po @@ -205,7 +205,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5327 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5885 msgid "ID" msgstr "" @@ -671,6 +671,12 @@ msgstr "" msgid "The picking policy must be equal to the order" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:290 +#, python-format +msgid "This action only works in the context of products" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" diff --git a/stock_request/i18n/es.po b/stock_request/i18n/es.po index 96c83717b..c7f82fb64 100644 --- a/stock_request/i18n/es.po +++ b/stock_request/i18n/es.po @@ -208,7 +208,7 @@ msgstr "Agrupa las solicitudes en pedidos" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5327 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5885 msgid "ID" msgstr "ID" @@ -684,6 +684,12 @@ msgstr "" msgid "The picking policy must be equal to the order" msgstr "La política de albaranes debe coincidir" +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:290 +#, python-format +msgid "This action only works in the context of products" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" diff --git a/stock_request/i18n/es_ES.po b/stock_request/i18n/es_ES.po index 357b15b0e..99e9fd025 100644 --- a/stock_request/i18n/es_ES.po +++ b/stock_request/i18n/es_ES.po @@ -205,7 +205,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5327 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5885 msgid "ID" msgstr "" @@ -671,6 +671,12 @@ msgstr "" msgid "The picking policy must be equal to the order" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:290 +#, python-format +msgid "This action only works in the context of products" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" diff --git a/stock_request/i18n/eu.po b/stock_request/i18n/eu.po index 98ff1e58f..9224e9705 100644 --- a/stock_request/i18n/eu.po +++ b/stock_request/i18n/eu.po @@ -204,7 +204,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5327 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5885 msgid "ID" msgstr "" @@ -670,6 +670,12 @@ msgstr "" msgid "The picking policy must be equal to the order" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:290 +#, python-format +msgid "This action only works in the context of products" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" diff --git a/stock_request/i18n/fi.po b/stock_request/i18n/fi.po index 72a96872c..9f084eb73 100644 --- a/stock_request/i18n/fi.po +++ b/stock_request/i18n/fi.po @@ -204,7 +204,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5327 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5885 msgid "ID" msgstr "" @@ -670,6 +670,12 @@ msgstr "" msgid "The picking policy must be equal to the order" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:290 +#, python-format +msgid "This action only works in the context of products" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" diff --git a/stock_request/i18n/fr.po b/stock_request/i18n/fr.po index 989376079..14d3b7907 100644 --- a/stock_request/i18n/fr.po +++ b/stock_request/i18n/fr.po @@ -204,7 +204,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5327 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5885 msgid "ID" msgstr "" @@ -670,6 +670,12 @@ msgstr "" msgid "The picking policy must be equal to the order" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:290 +#, python-format +msgid "This action only works in the context of products" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" diff --git a/stock_request/i18n/fr_CH.po b/stock_request/i18n/fr_CH.po index 492c8c735..af5ea74c7 100644 --- a/stock_request/i18n/fr_CH.po +++ b/stock_request/i18n/fr_CH.po @@ -205,7 +205,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5327 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5885 msgid "ID" msgstr "" @@ -671,6 +671,12 @@ msgstr "" msgid "The picking policy must be equal to the order" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:290 +#, python-format +msgid "This action only works in the context of products" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" diff --git a/stock_request/i18n/fr_FR.po b/stock_request/i18n/fr_FR.po index 56cee1bb7..cea60c685 100644 --- a/stock_request/i18n/fr_FR.po +++ b/stock_request/i18n/fr_FR.po @@ -205,7 +205,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5327 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5885 msgid "ID" msgstr "" @@ -671,6 +671,12 @@ msgstr "" msgid "The picking policy must be equal to the order" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:290 +#, python-format +msgid "This action only works in the context of products" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" diff --git a/stock_request/i18n/gl.po b/stock_request/i18n/gl.po index 66519e3f5..c48481246 100644 --- a/stock_request/i18n/gl.po +++ b/stock_request/i18n/gl.po @@ -204,7 +204,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5327 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5885 msgid "ID" msgstr "" @@ -670,6 +670,12 @@ msgstr "" msgid "The picking policy must be equal to the order" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:290 +#, python-format +msgid "This action only works in the context of products" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" diff --git a/stock_request/i18n/hr.po b/stock_request/i18n/hr.po index 8d1b20689..09cc11e7e 100644 --- a/stock_request/i18n/hr.po +++ b/stock_request/i18n/hr.po @@ -205,7 +205,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5327 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5885 msgid "ID" msgstr "" @@ -671,6 +671,12 @@ msgstr "" msgid "The picking policy must be equal to the order" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:290 +#, python-format +msgid "This action only works in the context of products" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" diff --git a/stock_request/i18n/hr_HR.po b/stock_request/i18n/hr_HR.po index 4c225982c..e915025e3 100644 --- a/stock_request/i18n/hr_HR.po +++ b/stock_request/i18n/hr_HR.po @@ -206,7 +206,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5327 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5885 msgid "ID" msgstr "" @@ -672,6 +672,12 @@ msgstr "" msgid "The picking policy must be equal to the order" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:290 +#, python-format +msgid "This action only works in the context of products" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" diff --git a/stock_request/i18n/it.po b/stock_request/i18n/it.po index a93a38221..48be9f580 100644 --- a/stock_request/i18n/it.po +++ b/stock_request/i18n/it.po @@ -204,7 +204,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5327 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5885 msgid "ID" msgstr "" @@ -670,6 +670,12 @@ msgstr "" msgid "The picking policy must be equal to the order" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:290 +#, python-format +msgid "This action only works in the context of products" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" diff --git a/stock_request/i18n/nl.po b/stock_request/i18n/nl.po index 319efc156..51fda6d36 100644 --- a/stock_request/i18n/nl.po +++ b/stock_request/i18n/nl.po @@ -204,7 +204,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5327 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5885 msgid "ID" msgstr "" @@ -670,6 +670,12 @@ msgstr "" msgid "The picking policy must be equal to the order" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:290 +#, python-format +msgid "This action only works in the context of products" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" diff --git a/stock_request/i18n/nl_NL.po b/stock_request/i18n/nl_NL.po index 4d4e6767e..240c32631 100644 --- a/stock_request/i18n/nl_NL.po +++ b/stock_request/i18n/nl_NL.po @@ -205,7 +205,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5327 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5885 msgid "ID" msgstr "" @@ -671,6 +671,12 @@ msgstr "" msgid "The picking policy must be equal to the order" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:290 +#, python-format +msgid "This action only works in the context of products" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" diff --git a/stock_request/i18n/pt.po b/stock_request/i18n/pt.po index 7e4c5d955..58b7241fc 100644 --- a/stock_request/i18n/pt.po +++ b/stock_request/i18n/pt.po @@ -204,7 +204,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5327 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5885 msgid "ID" msgstr "" @@ -670,6 +670,12 @@ msgstr "" msgid "The picking policy must be equal to the order" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:290 +#, python-format +msgid "This action only works in the context of products" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" diff --git a/stock_request/i18n/pt_BR.po b/stock_request/i18n/pt_BR.po index 76c6a20a1..318bd144a 100644 --- a/stock_request/i18n/pt_BR.po +++ b/stock_request/i18n/pt_BR.po @@ -205,7 +205,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5327 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5885 msgid "ID" msgstr "" @@ -671,6 +671,12 @@ msgstr "" msgid "The picking policy must be equal to the order" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:290 +#, python-format +msgid "This action only works in the context of products" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" diff --git a/stock_request/i18n/ro.po b/stock_request/i18n/ro.po index 30b3b7637..6d3c84ee4 100644 --- a/stock_request/i18n/ro.po +++ b/stock_request/i18n/ro.po @@ -205,7 +205,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5327 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5885 msgid "ID" msgstr "" @@ -671,6 +671,12 @@ msgstr "" msgid "The picking policy must be equal to the order" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:290 +#, python-format +msgid "This action only works in the context of products" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" diff --git a/stock_request/i18n/ru.po b/stock_request/i18n/ru.po index f324fb57d..433e17329 100644 --- a/stock_request/i18n/ru.po +++ b/stock_request/i18n/ru.po @@ -206,7 +206,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5327 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5885 msgid "ID" msgstr "" @@ -672,6 +672,12 @@ msgstr "" msgid "The picking policy must be equal to the order" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:290 +#, python-format +msgid "This action only works in the context of products" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" diff --git a/stock_request/i18n/sl.po b/stock_request/i18n/sl.po index 18082e66d..648a5b9e9 100644 --- a/stock_request/i18n/sl.po +++ b/stock_request/i18n/sl.po @@ -205,7 +205,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5327 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5885 msgid "ID" msgstr "" @@ -671,6 +671,12 @@ msgstr "" msgid "The picking policy must be equal to the order" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:290 +#, python-format +msgid "This action only works in the context of products" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" diff --git a/stock_request/i18n/stock_request.pot b/stock_request/i18n/stock_request.pot index bbab830f5..ef88aaa8d 100644 --- a/stock_request/i18n/stock_request.pot +++ b/stock_request/i18n/stock_request.pot @@ -200,7 +200,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5327 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5885 msgid "ID" msgstr "" @@ -660,6 +660,12 @@ msgstr "" msgid "The picking policy must be equal to the order" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:290 +#, python-format +msgid "This action only works in the context of products" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" diff --git a/stock_request/i18n/tr.po b/stock_request/i18n/tr.po index 018162b93..a0ea719b3 100644 --- a/stock_request/i18n/tr.po +++ b/stock_request/i18n/tr.po @@ -204,7 +204,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5327 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5885 msgid "ID" msgstr "" @@ -670,6 +670,12 @@ msgstr "" msgid "The picking policy must be equal to the order" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:290 +#, python-format +msgid "This action only works in the context of products" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" diff --git a/stock_request/i18n/tr_TR.po b/stock_request/i18n/tr_TR.po index 8ea8db1cc..f4cf274c6 100644 --- a/stock_request/i18n/tr_TR.po +++ b/stock_request/i18n/tr_TR.po @@ -205,7 +205,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5327 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5885 msgid "ID" msgstr "" @@ -671,6 +671,12 @@ msgstr "" msgid "The picking policy must be equal to the order" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:290 +#, python-format +msgid "This action only works in the context of products" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" diff --git a/stock_request/i18n/vi_VN.po b/stock_request/i18n/vi_VN.po index 4ff5b2921..c27b3f836 100644 --- a/stock_request/i18n/vi_VN.po +++ b/stock_request/i18n/vi_VN.po @@ -205,7 +205,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5327 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5885 msgid "ID" msgstr "" @@ -671,6 +671,12 @@ msgstr "" msgid "The picking policy must be equal to the order" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:290 +#, python-format +msgid "This action only works in the context of products" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" diff --git a/stock_request/i18n/zh_CN.po b/stock_request/i18n/zh_CN.po index 809bcb789..bab2b7d9a 100644 --- a/stock_request/i18n/zh_CN.po +++ b/stock_request/i18n/zh_CN.po @@ -205,7 +205,7 @@ msgstr "" #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5327 +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5885 msgid "ID" msgstr "" @@ -671,6 +671,12 @@ msgstr "" msgid "The picking policy must be equal to the order" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request_order.py:290 +#, python-format +msgid "This action only works in the context of products" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" diff --git a/stock_request/models/__init__.py b/stock_request/models/__init__.py index 6d87138e8..fd01e5671 100644 --- a/stock_request/models/__init__.py +++ b/stock_request/models/__init__.py @@ -4,7 +4,7 @@ from . import stock_request_allocation from . import stock_request_order from . import stock_move from . import stock_picking -from . import procurement_rule +from . import stock_rule from . import stock_move_line from . import res_config_settings from . import stock_warehouse diff --git a/stock_request/models/stock_request.py b/stock_request/models/stock_request.py index a5f3baaa4..bcd7d8a3a 100644 --- a/stock_request/models/stock_request.py +++ b/stock_request/models/stock_request.py @@ -107,12 +107,12 @@ class StockRequest(models.Model): @api.depends('allocation_ids') def _compute_move_ids(self): - for request in self.sudo(): + for request in self: request.move_ids = request.allocation_ids.mapped('stock_move_id') @api.depends('allocation_ids') def _compute_picking_ids(self): - for request in self.sudo(): + for request in self: request.picking_count = 0 request.picking_ids = self.env['stock.picking'] request.picking_ids = request.move_ids.filtered( @@ -123,7 +123,7 @@ class StockRequest(models.Model): 'allocation_ids.stock_move_id.move_line_ids', 'allocation_ids.stock_move_id.move_line_ids.qty_done') def _compute_qty(self): - for request in self.sudo(): + for request in self: done_qty = sum(request.allocation_ids.mapped( 'allocated_product_qty')) open_qty = sum(request.allocation_ids.mapped('open_product_qty')) diff --git a/stock_request/models/stock_request_abstract.py b/stock_request/models/stock_request_abstract.py index ffa33b606..3631071fa 100644 --- a/stock_request/models/stock_request_abstract.py +++ b/stock_request/models/stock_request_abstract.py @@ -52,7 +52,7 @@ class StockRequest(models.AbstractModel): readonly=True, ) product_uom_id = fields.Many2one( - 'product.uom', 'Product Unit of Measure', + 'uom.uom', 'Product Unit of Measure', required=True, default=lambda self: self._context.get('product_uom_id', False), ) @@ -84,7 +84,7 @@ class StockRequest(models.AbstractModel): ondelete='restrict') route_ids = fields.Many2many( - 'stock.location.route', string='Route', + 'stock.location.route', string='Routes', compute='_compute_route_ids', readonly=True, ) @@ -112,7 +112,7 @@ class StockRequest(models.AbstractModel): routes |= wh_routes parents = record.get_parents().ids record.route_ids = routes.filtered(lambda r: any( - p.location_id.id in parents for p in r.pull_ids)) + p.location_id.id in parents for p in r.rule_ids)) def get_parents(self): location = self.location_id diff --git a/stock_request/models/stock_request_allocation.py b/stock_request/models/stock_request_allocation.py index 68558c3b3..99b05fb7f 100644 --- a/stock_request/models/stock_request_allocation.py +++ b/stock_request/models/stock_request_allocation.py @@ -27,7 +27,7 @@ class StockRequestAllocation(models.Model): related='stock_request_id.product_id', readonly=True, ) - product_uom_id = fields.Many2one(string='UoM', comodel_name='product.uom', + product_uom_id = fields.Many2one(string='UoM', comodel_name='uom.uom', related='stock_request_id.product_uom_id', readonly=True, ) diff --git a/stock_request/models/stock_request_order.py b/stock_request/models/stock_request_order.py index 9c177986d..a1654020a 100644 --- a/stock_request/models/stock_request_order.py +++ b/stock_request/models/stock_request_order.py @@ -287,7 +287,7 @@ class StockRequestOrder(models.Model): return False if products._name not in ('product.product', 'product.template'): raise ValidationError( - "This action only works in the context of products") + _("This action only works in the context of products")) if products._name == 'product.template': # search instead of mapped so we don't include archived variants products = self.env['product.product'].search([ diff --git a/stock_request/models/procurement_rule.py b/stock_request/models/stock_rule.py similarity index 62% rename from stock_request/models/procurement_rule.py rename to stock_request/models/stock_rule.py index 3d811ec3e..d0c6df162 100644 --- a/stock_request/models/procurement_rule.py +++ b/stock_request/models/stock_rule.py @@ -4,17 +4,17 @@ from odoo import models -class ProcurementRule(models.Model): - _inherit = 'procurement.rule' +class StockRule(models.Model): + _inherit = 'stock.rule' def _get_stock_move_values(self, product_id, product_qty, product_uom, location_id, name, origin, values, group_id): - result = super(ProcurementRule, self)._get_stock_move_values( - product_id, product_qty, product_uom, location_id, name, origin, - values, group_id) + result = super(StockRule, self)._get_stock_move_values( + product_id, product_qty, product_uom, + location_id, name, origin, values, group_id) if values.get('stock_request_id', False): result['allocation_ids'] = [(0, 0, { - 'stock_request_id': values['stock_request_id'], + 'stock_request_id': values.get('stock_request_id'), 'requested_product_uom_qty': product_qty, })] return result diff --git a/stock_request/security/ir.model.access.csv b/stock_request/security/ir.model.access.csv index f0103005b..7dc4569a2 100644 --- a/stock_request/security/ir.model.access.csv +++ b/stock_request/security/ir.model.access.csv @@ -7,8 +7,11 @@ access_stock_request_allocation_manager,stock request allocation manager,model_s access_stock_request_allocation_stock_user,stock.request.allocation stock user,model_stock_request_allocation,stock.group_stock_user,1,0,0,0 access_stock_location_user,stock.location.user,stock.model_stock_location,group_stock_request_user,1,0,0,0 access_stock_location_request_manager,stock.location request manager,stock.model_stock_location,group_stock_request_manager,1,0,0,0 -access_procurement_rule_request_manager,procurement_rule request_manager,stock.model_procurement_rule,group_stock_request_manager,1,0,0,0 -access_procurement_rule,procurement.rule.flow,stock.model_procurement_rule,group_stock_request_user,1,0,0,0 -access_stock_request_order_user,stock request user,model_stock_request_order,stock_request.group_stock_request_user,1,1,1,0 -access_stock_request_order_manager,stock request manager,model_stock_request_order,stock_request.group_stock_request_manager,1,1,1,1 +access_stock_rule_request_manager,stock_rule_request_manager,stock.model_stock_rule,group_stock_request_manager,1,0,0,0 +access_stock_rule_user,stock_rule_user,stock.model_stock_rule,group_stock_request_user,1,0,0,0 +access_stock_request_order_user,stock request user,model_stock_request_order,group_stock_request_user,1,1,1,0 +access_stock_request_order_manager,stock request manager,model_stock_request_order,group_stock_request_manager,1,1,1,1 access_stock_request_user_warehouse,stock request user Warehouse,stock.model_stock_warehouse,group_stock_request_user,1,0,0,0 +access_stock_request_manager_warehouse,stock request manager Warehouse,stock.model_stock_warehouse,group_stock_request_manager,1,0,0,0 +access_stock_request_user_stock_move,stock request user stock move,stock.model_stock_move,group_stock_request_user,1,0,0,0 +access_stock_request_manager_stock_move,stock request manager stock move,stock.model_stock_move,group_stock_request_manager,1,0,0,0 diff --git a/stock_request/security/stock_request_security.xml b/stock_request/security/stock_request_security.xml index 827788eb5..4d5bc9ce3 100644 --- a/stock_request/security/stock_request_security.xml +++ b/stock_request/security/stock_request_security.xml @@ -15,7 +15,7 @@ Stock Request Manager - + @@ -112,6 +112,6 @@ - + diff --git a/stock_request/tests/test_stock_request.py b/stock_request/tests/test_stock_request.py index 352116eae..c7669db4e 100644 --- a/stock_request/tests/test_stock_request.py +++ b/stock_request/tests/test_stock_request.py @@ -4,9 +4,11 @@ from odoo.tests import common from odoo import fields, exceptions from collections import Counter +from datetime import datetime class TestStockRequest(common.TransactionCase): + def setUp(self): super(TestStockRequest, self).setUp() @@ -21,12 +23,13 @@ class TestStockRequest(common.TransactionCase): self.env.ref('stock_request.group_stock_request_manager') self.main_company = self.env.ref('base.main_company') self.warehouse = self.env.ref('stock.warehouse0') - self.categ_unit = self.env.ref('product.product_uom_categ_unit') + self.categ_unit = self.env.ref('uom.product_uom_categ_unit') self.virtual_loc = self.env.ref('stock.stock_location_customers') # common data self.company_2 = self.env['res.company'].create({ 'name': 'Comp2', + 'parent_id': self.main_company.id }) self.wh2 = self.env['stock.warehouse'].search( [('company_id', '=', self.company_2.id)], limit=1) @@ -68,19 +71,19 @@ class TestStockRequest(common.TransactionCase): 'sequence': 10, }) - self.uom_dozen = self.env['product.uom'].create({ + self.uom_dozen = self.env['uom.uom'].create({ 'name': 'Test-DozenA', 'category_id': self.categ_unit.id, 'factor_inv': 12, 'uom_type': 'bigger', 'rounding': 0.001}) - self.env['procurement.rule'].create({ + self.env['stock.rule'].create({ 'name': 'Transfer', 'route_id': self.route.id, 'location_src_id': self.ressuply_loc.id, 'location_id': self.warehouse.lot_stock_id.id, - 'action': 'move', + 'action': 'pull', 'picking_type_id': self.warehouse.int_type_id.id, 'procure_method': 'make_to_stock', 'warehouse_id': self.warehouse.id, @@ -88,12 +91,12 @@ class TestStockRequest(common.TransactionCase): 'propagate': 'False', }) - self.env['procurement.rule'].create({ + self.env['stock.rule'].create({ 'name': 'Transfer', 'route_id': self.route_2.id, 'location_src_id': self.ressuply_loc_2.id, 'location_id': self.wh2.lot_stock_id.id, - 'action': 'move', + 'action': 'pull', 'picking_type_id': self.wh2.int_type_id.id, 'procure_method': 'make_to_stock', 'warehouse_id': self.wh2.id, @@ -116,7 +119,7 @@ class TestStockRequest(common.TransactionCase): return self.env['product.product'].create(dict( name=name, default_code=default_code, - uom_id=self.env.ref('product.product_uom_unit').id, + uom_id=self.env.ref('uom.product_uom_unit').id, company_id=company_id, type='product', **vals @@ -203,7 +206,7 @@ class TestStockRequest(common.TransactionCase): order.picking_policy, order.stock_request_ids.picking_policy) - order.expected_date = fields.Date.today() + order.expected_date = datetime.now() order.onchange_expected_date() self.assertEqual( order.expected_date, @@ -241,8 +244,8 @@ class TestStockRequest(common.TransactionCase): product = self.env['product.product'].create({ 'name': 'Wheat', - 'uom_id': self.env.ref('product.product_uom_kgm').id, - 'uom_po_id': self.env.ref('product.product_uom_kgm').id, + 'uom_id': self.env.ref('uom.product_uom_kgm').id, + 'uom_po_id': self.env.ref('uom.product_uom_kgm').id, }) # Test onchange_product_id @@ -254,7 +257,7 @@ class TestStockRequest(common.TransactionCase): product.uom_id.category_id.id)]) self.assertEqual( stock_request.product_uom_id, - self.env.ref('product.product_uom_kgm')) + self.env.ref('uom.product_uom_kgm')) stock_request.product_id = self.env['product.product'] res = stock_request.onchange_product_id() @@ -394,7 +397,7 @@ class TestStockRequest(common.TransactionCase): 'product_id': self.product.id, 'product_uom_id': self.product.uom_id.id, 'product_uom_qty': 5.0, - 'company_id': self.main_company.id, + 'company_id': self.company_2.id, 'warehouse_id': self.warehouse.id, 'location_id': self.warehouse.lot_stock_id.id, 'expected_date': expected_date, @@ -454,7 +457,7 @@ class TestStockRequest(common.TransactionCase): def test_stock_request_validations_01(self): vals = { 'product_id': self.product.id, - 'product_uom_id': self.env.ref('product.product_uom_kgm').id, + 'product_uom_id': self.env.ref('uom.product_uom_kgm').id, 'product_uom_qty': 5.0, 'company_id': self.main_company.id, 'warehouse_id': self.warehouse.id, @@ -741,29 +744,29 @@ class TestStockRequest(common.TransactionCase): stock_request.route_id = self.route_2 def test_stock_request_order_from_products(self): - product_A1 = self._create_product('CODEA1', 'Product A1', + product_a1 = self._create_product('CODEA1', 'Product A1', self.main_company.id) - template_A = product_A1.product_tmpl_id - product_A2 = self._create_product( + template_a = product_a1.product_tmpl_id + product_a2 = self._create_product( 'CODEA2', 'Product A2', self.main_company.id, - product_tmpl_id=template_A.id) - product_A3 = self._create_product( + product_tmpl_id=template_a.id) + product_a3 = self._create_product( 'CODEA3', 'Product A3', self.main_company.id, - product_tmpl_id=template_A.id) - product_B1 = self._create_product('CODEB1', 'Product B1', + product_tmpl_id=template_a.id) + product_b1 = self._create_product('CODEB1', 'Product B1', self.main_company.id) - template_B = product_B1.product_tmpl_id + template_b = product_b1.product_tmpl_id # One archived variant of B self._create_product( 'CODEB2', 'Product B2', self.main_company.id, - product_tmpl_id=template_B.id, active=False) - Order = self.request_order + product_tmpl_id=template_b.id, active=False) + order = self.request_order # Selecting some variants and creating an order - preexisting = Order.search([]) - wanted_products = product_A1 + product_A2 + product_B1 - action = Order._create_from_product_multiselect(wanted_products) - new_order = Order.search([]) - preexisting + preexisting = order.search([]) + wanted_products = product_a1 + product_a2 + product_b1 + action = order._create_from_product_multiselect(wanted_products) + new_order = order.search([]) - preexisting self.assertEqual(len(new_order), 1) self.assertEqual(action['res_id'], new_order.id, msg="Returned action references the wrong record") @@ -774,28 +777,28 @@ class TestStockRequest(common.TransactionCase): ) # Selecting a template and creating an order - preexisting = Order.search([]) - action = Order._create_from_product_multiselect(template_A) - new_order = Order.search([]) - preexisting + preexisting = order.search([]) + action = order._create_from_product_multiselect(template_a) + new_order = order.search([]) - preexisting self.assertEqual(len(new_order), 1) self.assertEqual(action['res_id'], new_order.id, msg="Returned action references the wrong record") self.assertEqual( - Counter(product_A1 + product_A2 + product_A3), + Counter(product_a1 + product_a2 + product_a3), Counter(new_order.stock_request_ids.mapped('product_id')), msg="Not all of the template's variants were ordered" ) # Selecting a template - preexisting = Order.search([]) - action = Order._create_from_product_multiselect( - template_A + template_B) - new_order = Order.search([]) - preexisting + preexisting = order.search([]) + action = order._create_from_product_multiselect( + template_a + template_b) + new_order = order.search([]) - preexisting self.assertEqual(len(new_order), 1) self.assertEqual(action['res_id'], new_order.id, msg="Returned action references the wrong record") self.assertEqual( - Counter(product_A1 + product_A2 + product_A3 + product_B1), + Counter(product_a1 + product_a2 + product_a3 + product_b1), Counter(new_order.stock_request_ids.mapped('product_id')), msg="Inactive variant was ordered though it shouldn't have been" ) @@ -809,17 +812,17 @@ class TestStockRequest(common.TransactionCase): "Unfortunately it seems you do not have the necessary rights " "for creating stock requests. Please contact your " "administrator."): - Order.sudo( + order.sudo( self.stock_request_user - )._create_from_product_multiselect(template_A + template_B) + )._create_from_product_multiselect(template_a + template_b) # Empty recordsets should just return False - self.assertFalse(Order._create_from_product_multiselect( + self.assertFalse(order._create_from_product_multiselect( self.env['product.product'])) # Wrong model should just raise ValidationError with self.assertRaises(exceptions.ValidationError): - Order._create_from_product_multiselect(self.stock_request_user) + order._create_from_product_multiselect(self.stock_request_user) def test_allow_virtual_location(self): self.main_company.stock_request_allow_virtual_loc = True diff --git a/stock_request/views/res_config_settings_views.xml b/stock_request/views/res_config_settings_views.xml index 93c422ff0..748d9001d 100644 --- a/stock_request/views/res_config_settings_views.xml +++ b/stock_request/views/res_config_settings_views.xml @@ -32,7 +32,7 @@
    - +
    -
    -
    + + +
    From 86343d23bb5da50511822b4b729affff15e020de Mon Sep 17 00:00:00 2001 From: oca-travis Date: Mon, 15 Apr 2019 19:40:58 +0000 Subject: [PATCH 400/631] [UPD] Update stock_request.pot --- stock_request/i18n/stock_request.pot | 561 ++++++++++++++++++--------- 1 file changed, 385 insertions(+), 176 deletions(-) diff --git a/stock_request/i18n/stock_request.pot b/stock_request/i18n/stock_request.pot index ef88aaa8d..31383ee2a 100644 --- a/stock_request/i18n/stock_request.pot +++ b/stock_request/i18n/stock_request.pot @@ -4,7 +4,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 11.0\n" +"Project-Id-Version: Odoo Server 12.0\n" "Report-Msgid-Bugs-To: \n" "Last-Translator: <>\n" "Language-Team: \n" @@ -20,53 +20,80 @@ msgid "
  • %s: Transferred quantity %s %s
  • " msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_needaction +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_needaction +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_needaction +msgid "Action Needed" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Activates Stock Request Orders" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_ids +msgid "Activities" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_state +msgid "Activity State" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__allocated_product_qty msgid "Allocated Quantity" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Allow All Locations Types" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_company_stock_request_allow_virtual_loc -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_stock_request_allow_virtual_loc -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_res_company__stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_stock_request__allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__allow_virtual_location msgid "Allow Virtual locations on Stock Requests" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Analytic" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Analytic accounting in Stock Requests" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_attachment_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_attachment_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_attachment_count +msgid "Attachment Count" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "By default only internal and transit locations are allowed in Stock Request and Orders." msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Cancel" msgstr "" @@ -77,7 +104,7 @@ msgid "Cancelled" msgstr "" #. module: stock_request -#: model:ir.actions.act_window,help:stock_request.action_stock_request_form +#: model_terms:ir.actions.act_window,help:stock_request.action_stock_request_form msgid "Click to add a Stock Request." msgstr "" @@ -87,11 +114,10 @@ msgid "Companies" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__company_id msgid "Company" msgstr "" @@ -102,47 +128,52 @@ msgid "Company must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.model,name:stock_request.model_res_config_settings +msgid "Config Settings" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Confirm" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request__create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__create_uid msgid "Created by" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__create_date msgid "Created on" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_expected_date -#: model:ir.model.fields,help:stock_request.field_stock_request_order_expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request__expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request_order__expected_date msgid "Date when you expect to receive the goods." msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_count -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_count msgid "Delivery Orders" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__display_name msgid "Display Name" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form #: selection:stock.request,state:0 #: selection:stock.request.order,state:0 msgid "Done" @@ -155,28 +186,28 @@ msgid "Draft" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Analytic Accounting in Stock Requests" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Orders" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Stock Requests Kanban cards" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Stock Requests for Purchases" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_expected_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__expected_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__expected_date msgid "Expected Date" msgstr "" @@ -187,23 +218,65 @@ msgid "Expected date must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_follower_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_follower_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_channel_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_channel_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_partner_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_partner_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Group By" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_group_stock_request_order +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__group_stock_request_order msgid "Group Stock Request Order" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5885 +#: model:ir.model.fields,field_description:stock_request.field_stock_request__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__id msgid "ID" msgstr "" +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + #. module: stock_request #: selection:stock.request,state:0 #: selection:stock.request.order,state:0 @@ -221,43 +294,49 @@ msgid "Inventory Routes" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_is_follower +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_is_follower +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form msgid "Items" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Kanban" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order____last_update msgid "Last Modified on" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request__write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__write_uid msgid "Last Updated by" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__write_date msgid "Last Updated on" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_location_id -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__location_id +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Location" msgstr "" @@ -267,24 +346,43 @@ msgstr "" msgid "Location must be equal to the order" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_main_attachment_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_main_attachment_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + #. module: stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_master_data msgid "Master Data" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_order_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_ids +msgid "Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_order__procurement_group_id msgid "Moves created through this stock request will be put in this procurement group. If none is given, the moves generated by procurement rules will be grouped into one big picking." msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request__name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__name msgid "Name" msgstr "" @@ -294,6 +392,62 @@ msgstr "" msgid "Name must be unique" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_date_deadline +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_date_deadline +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_date_deadline +msgid "Next Activity Deadline" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_summary +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_summary +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_summary +msgid "Next Activity Summary" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_type_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_type_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_type_id +msgid "Next Activity Type" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_needaction_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_needaction_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread_counter +msgid "Number of unread messages" +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:264 #, python-format @@ -307,7 +461,7 @@ msgid "Only requests on draft state can be unlinked" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__open_product_qty msgid "Open Quantity" msgstr "" @@ -317,37 +471,40 @@ msgid "Operations" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__order_id msgid "Order" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Orders & Configuration" msgstr "" #. module: stock_request -#: model:ir.model,name:stock_request.model_stock_move_line -msgid "Packing Operation" +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Overdue" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_ids msgid "Pickings" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id -msgid "Procurement Group" +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Planned" msgstr "" #. module: stock_request -#: model:ir.model,name:stock_request.model_procurement_rule -msgid "Procurement Rule" +#: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__procurement_group_id +msgid "Procurement Group" msgstr "" #. module: stock_request @@ -357,81 +514,80 @@ msgid "Procurement group must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__product_id msgid "Product" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id +#: model:ir.model,name:stock_request.model_stock_move_line +msgid "Product Moves (Stock Move Line)" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_uom_id msgid "Product Unit of Measure" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Purchases" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done +#: model:ir.model.fields,field_description:stock_request.field_stock_request__qty_done msgid "Qty Done" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_in_progress +#: model:ir.model.fields,field_description:stock_request.field_stock_request__qty_in_progress msgid "Qty In Progress" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_qty_done +#: model:ir.model.fields,help:stock_request.field_stock_request__qty_done msgid "Quantity completed" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_qty_in_progress +#: model:ir.model.fields,help:stock_request.field_stock_request__qty_in_progress msgid "Quantity in progress." msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request__product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__requested_product_uom_qty msgid "Quantity of the stock request allocated to the stock move, in the UoM of the Stock Request" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_allocated_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__allocated_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__requested_product_qty msgid "Quantity of the stock request allocated to the stock move, in the default UoM of the product" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_uom_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_uom_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request__product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__product_uom_qty msgid "Quantity, specified in the unit of measure indicated in the request." msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_qty msgid "Real Quantity" msgstr "" @@ -460,18 +616,18 @@ msgid "Request Stock" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__requested_product_qty msgid "Requested Quantity" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__requested_product_uom_qty msgid "Requested Quantity (UoM)" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_requested_by -#: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by +#: model:ir.model.fields,field_description:stock_request.field_stock_request__requested_by +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__requested_by msgid "Requested by" msgstr "" @@ -482,18 +638,27 @@ msgid "Requested by must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_user_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_user_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_user_id +msgid "Responsible User" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__route_id msgid "Route" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__route_ids +msgid "Routes" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Set to Draft" msgstr "" @@ -504,56 +669,66 @@ msgid "Settings" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_policy -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_policy +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_policy msgid "Shipping Policy" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_state -#: model:ir.model.fields,field_description:stock_request.field_stock_request_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request__state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__state msgid "Status" msgstr "" +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__activity_state +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_state +#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_state +msgid "Status based on activities\n" +"Overdue: Due date is already passed\n" +"Today: Activity date is today\n" +"Planned: Future activities." +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_move -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_move_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__stock_move_id msgid "Stock Move" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__move_ids msgid "Stock Moves" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__stock_request_ids #: model:ir.module.category,name:stock_request.module_category_stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Stock Request" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_count +#: model:ir.model.fields,field_description:stock_request.field_stock_picking__stock_request_count msgid "Stock Request #" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request_allocation -#: model:ir.model.fields,field_description:stock_request.field_stock_move_allocation_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_move__allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__allocation_ids msgid "Stock Request Allocation" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.view_move_form -#: model:ir.ui.view,arch_db:stock_request.view_move_picking_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree +#: model_terms:ir.ui.view,arch_db:stock_request.view_move_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_move_picking_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree msgid "Stock Request Allocations" msgstr "" @@ -592,46 +767,51 @@ msgstr "" #. module: stock_request #: model:ir.actions.act_window,name:stock_request.action_stock_request_form -#: model:ir.model.fields,field_description:stock_request.field_stock_move_stock_request_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_move__stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_picking__stock_request_ids #: model:ir.ui.menu,name:stock_request.menu_stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_root -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.stock_request_search -#: model:ir.ui.view,arch_db:stock_request.view_picking_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_tree +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.view_picking_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_tree msgid "Stock Requests" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_analytic +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_analytic msgid "Stock Requests Analytic integration" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_kanban msgid "Stock Requests Kanban integration" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Stock Requests Search" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_purchase +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_purchase msgid "Stock Requests for Purchases" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model:ir.model,name:stock_request.model_stock_rule +msgid "Stock Rule" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form msgid "Stock request" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_count -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_tree +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__stock_request_count +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_tree msgid "Stock requests" msgstr "" @@ -666,14 +846,21 @@ msgstr "" msgid "This action only works in the context of products" msgstr "" +#. module: stock_request +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Today" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Transfers" msgstr "" @@ -684,27 +871,40 @@ msgid "Unfortunately it seems you do not have the necessary rights for creating msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_unread +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_unread +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_unread_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_unread_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__product_uom_id msgid "UoM" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Use Kanban cards for consumable products" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Use Purchases with Stock Requests" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_warehouse -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__warehouse_id +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Warehouse" msgstr "" @@ -714,6 +914,20 @@ msgstr "" msgid "Warehouse must be equal to the order" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__website_message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__website_message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__website_message_ids +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__website_message_ids +#: model:ir.model.fields,help:stock_request.field_stock_request_order__website_message_ids +msgid "Website communication history" +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_location.py:24 #, python-format @@ -774,8 +988,3 @@ msgstr "" msgid "You have to select a product unit of measure in the same category than the default unit of measure of the product" msgstr "" -#. module: stock_request -#: model:ir.model,name:stock_request.model_res_config_settings -msgid "res.config.settings" -msgstr "" - From 776ae851604c6519b7f11916d4444ee9199cea35 Mon Sep 17 00:00:00 2001 From: Malin Kienke Date: Fri, 26 Apr 2019 12:18:00 +0000 Subject: [PATCH 401/631] Translated using Weblate (German) Currently translated at 57.1% (72 of 126 strings) Translation: stock-logistics-warehouse-12.0/stock-logistics-warehouse-12.0-stock_request Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-12-0/stock-logistics-warehouse-12-0-stock_request/de/ --- stock_request/i18n/de.po | 42 ++++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/stock_request/i18n/de.po b/stock_request/i18n/de.po index d8db29059..3724aaafe 100644 --- a/stock_request/i18n/de.po +++ b/stock_request/i18n/de.po @@ -9,14 +9,15 @@ msgstr "" "Project-Id-Version: Odoo Server 11.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-02 03:44+0000\n" -"PO-Revision-Date: 2018-03-02 03:44+0000\n" -"Last-Translator: Rudolf Schnapka , 2017\n" +"PO-Revision-Date: 2019-04-26 14:16+0000\n" +"Last-Translator: Malin Kienke \n" "Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 3.5.1\n" #. module: stock_request #: code:addons/stock_request/models/stock_move_line.py:20 @@ -37,8 +38,9 @@ msgstr "Zugeordnete Menge" #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#, fuzzy msgid "Allow All Locations Types" -msgstr "" +msgstr "Alle Lagerorttypen erlauben" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_res_company_stock_request_allow_virtual_loc @@ -108,7 +110,7 @@ msgstr "Unternehmen" #: code:addons/stock_request/models/stock_request.py:170 #, python-format msgid "Company must be equal to the order" -msgstr "" +msgstr "Unternehmen muss mit Auftrag übereinstimmen" #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_order_form @@ -168,9 +170,8 @@ msgstr "" #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form -#, fuzzy msgid "Enable Orders" -msgstr "Lieferscheine" +msgstr "Aufträge erlauben" #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form @@ -187,15 +188,14 @@ msgstr "Anforderungssuche" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date #: model:ir.model.fields,field_description:stock_request.field_stock_request_order_expected_date -#, fuzzy msgid "Expected Date" -msgstr "Erwartetes Datum" +msgstr "Voraussichtliches Datum" #. module: stock_request #: code:addons/stock_request/models/stock_request.py:177 #, python-format msgid "Expected date must be equal to the order" -msgstr "" +msgstr "Voraussichtliches Datum muss mit Auftrag übereinstimmen" #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.stock_request_search @@ -239,7 +239,7 @@ msgstr "" #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Kanban" -msgstr "" +msgstr "Kanban" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update @@ -281,7 +281,7 @@ msgstr "" #. module: stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_master_data msgid "Master Data" -msgstr "" +msgstr "Stammdaten" #. module: stock_request #: model:ir.model.fields,help:stock_request.field_stock_request_abstract_procurement_group_id @@ -307,9 +307,8 @@ msgstr "Bezeichnung" #. module: stock_request #: sql_constraint:stock.request:0 sql_constraint:stock.request.abstract:0 -#, fuzzy msgid "Name must be unique" -msgstr "Bezeichner der Anforderung muss eindeutig sein" +msgstr "Der Name muss einzigartig sein" #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:264 @@ -336,8 +335,9 @@ msgstr "Packvorgang" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id +#, fuzzy msgid "Order" -msgstr "" +msgstr "Auftrag" #. module: stock_request #: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form @@ -372,7 +372,7 @@ msgstr "Beschaffungsregel" #: code:addons/stock_request/models/stock_request.py:163 #, python-format msgid "Procurement group must be equal to the order" -msgstr "" +msgstr "Beschaffungsgruppe muss mit Auftrag übereinstimmen" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_id @@ -481,17 +481,17 @@ msgstr "Jedes Produkt bei Verfügbarkeit erhalten" #: model:ir.actions.server,name:stock_request.action_variant_generate_stock_request_orders #, fuzzy msgid "Request Stock" -msgstr "Angefordert durch" +msgstr "Ware anfordern" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty msgid "Requested Quantity" -msgstr "" +msgstr "Angeforderte Menge" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_uom_qty msgid "Requested Quantity (UoM)" -msgstr "" +msgstr "Angeforderte Menge (ME)" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_order_requested_by @@ -525,7 +525,7 @@ msgstr "Setze auf Entwurf" #: model:ir.actions.act_window,name:stock_request.action_stock_request_config #: model:ir.ui.menu,name:stock_request.menu_stock_request_config msgid "Settings" -msgstr "" +msgstr "Einstellungen" #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_policy @@ -699,7 +699,7 @@ msgstr "" #: code:addons/stock_request/models/stock_request_order.py:290 #, python-format msgid "This action only works in the context of products" -msgstr "" +msgstr "Diese Aktion kann nur im Kontext von Produkten ausgeführt werden" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking From d98c89119bf8e4df17f20304ecf2df65642504c8 Mon Sep 17 00:00:00 2001 From: OCA Transbot Date: Mon, 20 May 2019 21:05:50 +0000 Subject: [PATCH 402/631] Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: stock-logistics-warehouse-12.0/stock-logistics-warehouse-12.0-stock_request Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-12-0/stock-logistics-warehouse-12-0-stock_request/ --- stock_request/i18n/ca.po | 560 ++++++++++++++++++++++++----------- stock_request/i18n/de.po | 576 +++++++++++++++++++++++++----------- stock_request/i18n/el_GR.po | 560 ++++++++++++++++++++++++----------- stock_request/i18n/es.po | 576 +++++++++++++++++++++++++----------- stock_request/i18n/es_ES.po | 560 ++++++++++++++++++++++++----------- stock_request/i18n/eu.po | 560 ++++++++++++++++++++++++----------- stock_request/i18n/fi.po | 560 ++++++++++++++++++++++++----------- stock_request/i18n/fr.po | 560 ++++++++++++++++++++++++----------- stock_request/i18n/fr_CH.po | 560 ++++++++++++++++++++++++----------- stock_request/i18n/fr_FR.po | 560 ++++++++++++++++++++++++----------- stock_request/i18n/gl.po | 560 ++++++++++++++++++++++++----------- stock_request/i18n/hr.po | 560 ++++++++++++++++++++++++----------- stock_request/i18n/hr_HR.po | 560 ++++++++++++++++++++++++----------- stock_request/i18n/it.po | 560 ++++++++++++++++++++++++----------- stock_request/i18n/nl.po | 560 ++++++++++++++++++++++++----------- stock_request/i18n/nl_NL.po | 560 ++++++++++++++++++++++++----------- stock_request/i18n/pt.po | 560 ++++++++++++++++++++++++----------- stock_request/i18n/pt_BR.po | 560 ++++++++++++++++++++++++----------- stock_request/i18n/ro.po | 560 ++++++++++++++++++++++++----------- stock_request/i18n/ru.po | 560 ++++++++++++++++++++++++----------- stock_request/i18n/sl.po | 560 ++++++++++++++++++++++++----------- stock_request/i18n/tr.po | 560 ++++++++++++++++++++++++----------- stock_request/i18n/tr_TR.po | 560 ++++++++++++++++++++++++----------- stock_request/i18n/vi_VN.po | 560 ++++++++++++++++++++++++----------- stock_request/i18n/zh_CN.po | 560 ++++++++++++++++++++++++----------- 25 files changed, 9653 insertions(+), 4379 deletions(-) diff --git a/stock_request/i18n/ca.po b/stock_request/i18n/ca.po index 6a97b5b15..9f4e5c980 100644 --- a/stock_request/i18n/ca.po +++ b/stock_request/i18n/ca.po @@ -25,55 +25,82 @@ msgid "
  • %s: Transferred quantity %s %s
  • " msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_needaction +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_needaction +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_needaction +msgid "Action Needed" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Activates Stock Request Orders" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_ids +msgid "Activities" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_state +msgid "Activity State" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__allocated_product_qty msgid "Allocated Quantity" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Allow All Locations Types" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_company_stock_request_allow_virtual_loc -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_stock_request_allow_virtual_loc -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_res_company__stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_stock_request__allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__allow_virtual_location msgid "Allow Virtual locations on Stock Requests" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Analytic" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Analytic accounting in Stock Requests" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_attachment_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_attachment_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_attachment_count +msgid "Attachment Count" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "" "By default only internal and transit locations are allowed in Stock Request " "and Orders." msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Cancel" msgstr "" @@ -83,7 +110,7 @@ msgid "Cancelled" msgstr "" #. module: stock_request -#: model:ir.actions.act_window,help:stock_request.action_stock_request_form +#: model_terms:ir.actions.act_window,help:stock_request.action_stock_request_form msgid "Click to add a Stock Request." msgstr "" @@ -93,11 +120,10 @@ msgid "Companies" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__company_id msgid "Company" msgstr "" @@ -108,47 +134,52 @@ msgid "Company must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.model,name:stock_request.model_res_config_settings +msgid "Config Settings" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Confirm" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request__create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__create_uid msgid "Created by" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__create_date msgid "Created on" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_expected_date -#: model:ir.model.fields,help:stock_request.field_stock_request_order_expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request__expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request_order__expected_date msgid "Date when you expect to receive the goods." msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_count -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_count msgid "Delivery Orders" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__display_name msgid "Display Name" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form #: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Done" msgstr "" @@ -159,28 +190,28 @@ msgid "Draft" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Analytic Accounting in Stock Requests" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Orders" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Stock Requests Kanban cards" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Stock Requests for Purchases" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_expected_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__expected_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__expected_date msgid "Expected Date" msgstr "" @@ -191,23 +222,65 @@ msgid "Expected date must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_follower_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_follower_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_channel_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_channel_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_partner_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_partner_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Group By" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_group_stock_request_order +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__group_stock_request_order msgid "Group Stock Request Order" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5885 +#: model:ir.model.fields,field_description:stock_request.field_stock_request__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__id msgid "ID" msgstr "" +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + #. module: stock_request #: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "In progress" @@ -224,43 +297,49 @@ msgid "Inventory Routes" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_is_follower +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_is_follower +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form msgid "Items" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Kanban" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order____last_update msgid "Last Modified on" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request__write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__write_uid msgid "Last Updated by" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__write_date msgid "Last Updated on" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_location_id -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__location_id +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Location" msgstr "" @@ -270,16 +349,36 @@ msgstr "" msgid "Location must be equal to the order" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_main_attachment_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_main_attachment_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + #. module: stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_master_data msgid "Master Data" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_order_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_ids +msgid "Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_order__procurement_group_id msgid "" "Moves created through this stock request will be put in this procurement " "group. If none is given, the moves generated by procurement rules will be " @@ -287,10 +386,9 @@ msgid "" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request__name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__name msgid "Name" msgstr "" @@ -299,6 +397,62 @@ msgstr "" msgid "Name must be unique" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_date_deadline +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_date_deadline +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_date_deadline +msgid "Next Activity Deadline" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_summary +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_summary +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_summary +msgid "Next Activity Summary" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_type_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_type_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_type_id +msgid "Next Activity Type" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_needaction_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_needaction_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread_counter +msgid "Number of unread messages" +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:264 #, python-format @@ -312,7 +466,7 @@ msgid "Only requests on draft state can be unlinked" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__open_product_qty msgid "Open Quantity" msgstr "" @@ -322,37 +476,40 @@ msgid "Operations" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__order_id msgid "Order" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Orders & Configuration" msgstr "" #. module: stock_request -#: model:ir.model,name:stock_request.model_stock_move_line -msgid "Packing Operation" +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Overdue" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_ids msgid "Pickings" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id -msgid "Procurement Group" +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Planned" msgstr "" #. module: stock_request -#: model:ir.model,name:stock_request.model_procurement_rule -msgid "Procurement Rule" +#: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__procurement_group_id +msgid "Procurement Group" msgstr "" #. module: stock_request @@ -362,85 +519,84 @@ msgid "Procurement group must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__product_id msgid "Product" msgstr "Producte" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id +#: model:ir.model,name:stock_request.model_stock_move_line +msgid "Product Moves (Stock Move Line)" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_uom_id msgid "Product Unit of Measure" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Purchases" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done +#: model:ir.model.fields,field_description:stock_request.field_stock_request__qty_done msgid "Qty Done" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_in_progress +#: model:ir.model.fields,field_description:stock_request.field_stock_request__qty_in_progress msgid "Qty In Progress" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_qty_done +#: model:ir.model.fields,help:stock_request.field_stock_request__qty_done msgid "Quantity completed" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_qty_in_progress +#: model:ir.model.fields,help:stock_request.field_stock_request__qty_in_progress msgid "Quantity in progress." msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request__product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__requested_product_uom_qty msgid "" "Quantity of the stock request allocated to the stock move, in the UoM of the " "Stock Request" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_allocated_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__allocated_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__requested_product_qty msgid "" "Quantity of the stock request allocated to the stock move, in the default " "UoM of the product" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_uom_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_uom_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request__product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__product_uom_qty msgid "Quantity, specified in the unit of measure indicated in the request." msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_qty msgid "Real Quantity" msgstr "" @@ -469,18 +625,18 @@ msgid "Request Stock" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__requested_product_qty msgid "Requested Quantity" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__requested_product_uom_qty msgid "Requested Quantity (UoM)" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_requested_by -#: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by +#: model:ir.model.fields,field_description:stock_request.field_stock_request__requested_by +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__requested_by msgid "Requested by" msgstr "" @@ -491,18 +647,27 @@ msgid "Requested by must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_user_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_user_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_user_id +msgid "Responsible User" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__route_id msgid "Route" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__route_ids +msgid "Routes" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Set to Draft" msgstr "" @@ -513,56 +678,67 @@ msgid "Settings" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_policy -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_policy +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_policy msgid "Shipping Policy" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_state -#: model:ir.model.fields,field_description:stock_request.field_stock_request_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request__state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__state msgid "Status" msgstr "" +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__activity_state +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_state +#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_state +msgid "" +"Status based on activities\n" +"Overdue: Due date is already passed\n" +"Today: Activity date is today\n" +"Planned: Future activities." +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_move -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_move_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__stock_move_id msgid "Stock Move" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__move_ids msgid "Stock Moves" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__stock_request_ids #: model:ir.module.category,name:stock_request.module_category_stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Stock Request" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_count +#: model:ir.model.fields,field_description:stock_request.field_stock_picking__stock_request_count msgid "Stock Request #" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request_allocation -#: model:ir.model.fields,field_description:stock_request.field_stock_move_allocation_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_move__allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__allocation_ids msgid "Stock Request Allocation" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.view_move_form -#: model:ir.ui.view,arch_db:stock_request.view_move_picking_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree +#: model_terms:ir.ui.view,arch_db:stock_request.view_move_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_move_picking_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree msgid "Stock Request Allocations" msgstr "" @@ -600,46 +776,51 @@ msgstr "" #. module: stock_request #: model:ir.actions.act_window,name:stock_request.action_stock_request_form -#: model:ir.model.fields,field_description:stock_request.field_stock_move_stock_request_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_move__stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_picking__stock_request_ids #: model:ir.ui.menu,name:stock_request.menu_stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_root -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.stock_request_search -#: model:ir.ui.view,arch_db:stock_request.view_picking_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_tree +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.view_picking_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_tree msgid "Stock Requests" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_analytic +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_analytic msgid "Stock Requests Analytic integration" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_kanban msgid "Stock Requests Kanban integration" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Stock Requests Search" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_purchase +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_purchase msgid "Stock Requests for Purchases" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model:ir.model,name:stock_request.model_stock_rule +msgid "Stock Rule" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form msgid "Stock request" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_count -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_tree +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__stock_request_count +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_tree msgid "Stock requests" msgstr "" @@ -676,14 +857,21 @@ msgstr "" msgid "This action only works in the context of products" msgstr "" +#. module: stock_request +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Today" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Transfers" msgstr "" @@ -696,27 +884,40 @@ msgid "" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_unread +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_unread +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_unread_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_unread_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__product_uom_id msgid "UoM" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Use Kanban cards for consumable products" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Use Purchases with Stock Requests" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_warehouse -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__warehouse_id +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Warehouse" msgstr "" @@ -726,6 +927,20 @@ msgstr "" msgid "Warehouse must be equal to the order" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__website_message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__website_message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__website_message_ids +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__website_message_ids +#: model:ir.model.fields,help:stock_request.field_stock_request_order__website_message_ids +msgid "Website communication history" +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_location.py:24 #, python-format @@ -797,8 +1012,3 @@ msgid "" "You have to select a product unit of measure in the same category than the " "default unit of measure of the product" msgstr "" - -#. module: stock_request -#: model:ir.model,name:stock_request.model_res_config_settings -msgid "res.config.settings" -msgstr "" diff --git a/stock_request/i18n/de.po b/stock_request/i18n/de.po index 3724aaafe..3f3e1cd49 100644 --- a/stock_request/i18n/de.po +++ b/stock_request/i18n/de.po @@ -26,58 +26,85 @@ msgid "
  • %s: Transferred quantity %s %s
  • " msgstr "
  • %s: Umgelagerte Menge %s %s
  • " #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_needaction +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_needaction +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_needaction +msgid "Action Needed" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form #, fuzzy msgid "Activates Stock Request Orders" msgstr "Anforderungs-Anwender" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_ids +msgid "Activities" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_state +msgid "Activity State" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__allocated_product_qty msgid "Allocated Quantity" msgstr "Zugeordnete Menge" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form #, fuzzy msgid "Allow All Locations Types" msgstr "Alle Lagerorttypen erlauben" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_company_stock_request_allow_virtual_loc -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_stock_request_allow_virtual_loc -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_res_company__stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_stock_request__allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__allow_virtual_location msgid "Allow Virtual locations on Stock Requests" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Analytic" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form #, fuzzy msgid "Analytic accounting in Stock Requests" msgstr "Klicken, um eine Bestandaanforderung zu stellen." #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" msgstr "Archiviert" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_attachment_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_attachment_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_attachment_count +msgid "Attachment Count" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "" "By default only internal and transit locations are allowed in Stock Request " "and Orders." msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Cancel" msgstr "Abbrechen" @@ -87,7 +114,7 @@ msgid "Cancelled" msgstr "Abgebrochen" #. module: stock_request -#: model:ir.actions.act_window,help:stock_request.action_stock_request_form +#: model_terms:ir.actions.act_window,help:stock_request.action_stock_request_form msgid "Click to add a Stock Request." msgstr "Klicken, um eine Bestandaanforderung zu stellen." @@ -98,11 +125,10 @@ msgid "Companies" msgstr "Unternehmen" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__company_id msgid "Company" msgstr "Unternehmen" @@ -113,47 +139,54 @@ msgid "Company must be equal to the order" msgstr "Unternehmen muss mit Auftrag übereinstimmen" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.model,name:stock_request.model_res_config_settings +#, fuzzy +#| msgid "Settings" +msgid "Config Settings" +msgstr "Einstellungen" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Confirm" msgstr "Freigeben" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request__create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__create_uid msgid "Created by" msgstr "Angelegt durch" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__create_date msgid "Created on" msgstr "Angelegt am" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_expected_date -#: model:ir.model.fields,help:stock_request.field_stock_request_order_expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request__expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request_order__expected_date msgid "Date when you expect to receive the goods." msgstr "Datum an dem Sie die Warenlieferung erwarten." #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_count -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_count msgid "Delivery Orders" msgstr "Lieferscheine" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__display_name msgid "Display Name" msgstr "Anzeigebezeichnung" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form #: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Done" msgstr "Erledigt" @@ -164,30 +197,30 @@ msgid "Draft" msgstr "Entwurf" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Analytic Accounting in Stock Requests" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Orders" msgstr "Aufträge erlauben" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form #, fuzzy msgid "Enable Stock Requests Kanban cards" msgstr "Anforderungsverwalter" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form #, fuzzy msgid "Enable Stock Requests for Purchases" msgstr "Anforderungssuche" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_expected_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__expected_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__expected_date msgid "Expected Date" msgstr "Voraussichtliches Datum" @@ -198,24 +231,66 @@ msgid "Expected date must be equal to the order" msgstr "Voraussichtliches Datum muss mit Auftrag übereinstimmen" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_follower_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_follower_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_channel_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_channel_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_partner_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_partner_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Group By" msgstr "Gruppiere nach" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_group_stock_request_order +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__group_stock_request_order #, fuzzy msgid "Group Stock Request Order" msgstr "Anforderungs-Anwender" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5885 +#: model:ir.model.fields,field_description:stock_request.field_stock_request__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__id msgid "ID" msgstr "ID" +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + #. module: stock_request #: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "In progress" @@ -232,43 +307,49 @@ msgid "Inventory Routes" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_is_follower +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_is_follower +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form msgid "Items" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Kanban" msgstr "Kanban" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order____last_update msgid "Last Modified on" msgstr "Zuletzt geändert am" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request__write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__write_uid msgid "Last Updated by" msgstr "Zuletzt aktualisiert durch" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__write_date msgid "Last Updated on" msgstr "Zuletzt aktualisiert am" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_location_id -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__location_id +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Location" msgstr "Ort" @@ -278,16 +359,36 @@ msgstr "Ort" msgid "Location must be equal to the order" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_main_attachment_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_main_attachment_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + #. module: stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_master_data msgid "Master Data" msgstr "Stammdaten" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_order_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_ids +msgid "Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_order__procurement_group_id msgid "" "Moves created through this stock request will be put in this procurement " "group. If none is given, the moves generated by procurement rules will be " @@ -298,10 +399,9 @@ msgstr "" "einer gemeinsamen Kommissionierung gesammelt." #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request__name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__name msgid "Name" msgstr "Bezeichnung" @@ -310,6 +410,62 @@ msgstr "Bezeichnung" msgid "Name must be unique" msgstr "Der Name muss einzigartig sein" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_date_deadline +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_date_deadline +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_date_deadline +msgid "Next Activity Deadline" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_summary +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_summary +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_summary +msgid "Next Activity Summary" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_type_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_type_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_type_id +msgid "Next Activity Type" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_needaction_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_needaction_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread_counter +msgid "Number of unread messages" +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:264 #, python-format @@ -323,7 +479,7 @@ msgid "Only requests on draft state can be unlinked" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__open_product_qty msgid "Open Quantity" msgstr "" @@ -334,39 +490,42 @@ msgid "Operations" msgstr "Packvorgang" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__order_id #, fuzzy msgid "Order" msgstr "Auftrag" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Orders & Configuration" msgstr "" #. module: stock_request -#: model:ir.model,name:stock_request.model_stock_move_line -msgid "Packing Operation" -msgstr "Packvorgang" +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Overdue" +msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_ids msgid "Pickings" msgstr "Kommissionierungen" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id -msgid "Procurement Group" -msgstr "Beschaffungsgruppe" +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Planned" +msgstr "" #. module: stock_request -#: model:ir.model,name:stock_request.model_procurement_rule -msgid "Procurement Rule" -msgstr "Beschaffungsregel" +#: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__procurement_group_id +msgid "Procurement Group" +msgstr "Beschaffungsgruppe" #. module: stock_request #: code:addons/stock_request/models/stock_request.py:163 @@ -375,69 +534,70 @@ msgid "Procurement group must be equal to the order" msgstr "Beschaffungsgruppe muss mit Auftrag übereinstimmen" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__product_id msgid "Product" msgstr "Produkt" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id +#: model:ir.model,name:stock_request.model_stock_move_line +msgid "Product Moves (Stock Move Line)" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_uom_id msgid "Product Unit of Measure" msgstr "Produktmengeneinheit" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Purchases" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done +#: model:ir.model.fields,field_description:stock_request.field_stock_request__qty_done msgid "Qty Done" msgstr "Erledigte Menge" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_in_progress +#: model:ir.model.fields,field_description:stock_request.field_stock_request__qty_in_progress msgid "Qty In Progress" msgstr "Menge in Bearbeitung" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_uom_qty msgid "Quantity" msgstr "Menge" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_qty_done +#: model:ir.model.fields,help:stock_request.field_stock_request__qty_done msgid "Quantity completed" msgstr "Erledigte Menge" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_qty_in_progress +#: model:ir.model.fields,help:stock_request.field_stock_request__qty_in_progress msgid "Quantity in progress." msgstr "Menge in Bearbeitung." #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request__product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__product_qty msgid "Quantity in the default UoM of the product" msgstr "Menge in Vorgabe-ME des Produkts" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__requested_product_uom_qty msgid "" "Quantity of the stock request allocated to the stock move, in the UoM of the " "Stock Request" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_allocated_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__allocated_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__requested_product_qty msgid "" "Quantity of the stock request allocated to the stock move, in the default " "UoM of the product" @@ -445,16 +605,14 @@ msgstr "" "Menge aus der Anforderung dieser Umlagerung, in Vorgabe-ME des Produkts" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_uom_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_uom_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request__product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__product_uom_qty msgid "Quantity, specified in the unit of measure indicated in the request." msgstr "Menge, angegeben in Mengeneinheit der Anforderung." #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_qty msgid "Real Quantity" msgstr "Ist-Menge" @@ -484,18 +642,18 @@ msgid "Request Stock" msgstr "Ware anfordern" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__requested_product_qty msgid "Requested Quantity" msgstr "Angeforderte Menge" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__requested_product_uom_qty msgid "Requested Quantity (UoM)" msgstr "Angeforderte Menge (ME)" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_requested_by -#: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by +#: model:ir.model.fields,field_description:stock_request.field_stock_request__requested_by +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__requested_by msgid "Requested by" msgstr "Angefordert durch" @@ -506,18 +664,29 @@ msgid "Requested by must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_user_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_user_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_user_id +msgid "Responsible User" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__route_id msgid "Route" msgstr "Route" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__route_ids +#, fuzzy +#| msgid "Route" +msgid "Routes" +msgstr "Route" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Set to Draft" msgstr "Setze auf Entwurf" @@ -528,56 +697,67 @@ msgid "Settings" msgstr "Einstellungen" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_policy -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_policy +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_policy msgid "Shipping Policy" msgstr "Versandregel" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_state -#: model:ir.model.fields,field_description:stock_request.field_stock_request_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request__state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__state msgid "Status" msgstr "Status" +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__activity_state +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_state +#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_state +msgid "" +"Status based on activities\n" +"Overdue: Due date is already passed\n" +"Today: Activity date is today\n" +"Planned: Future activities." +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_move -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_move_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__stock_move_id msgid "Stock Move" msgstr "Bestandsbuchung" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__move_ids msgid "Stock Moves" msgstr "Bestandsbuchungen" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__stock_request_ids #: model:ir.module.category,name:stock_request.module_category_stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Stock Request" msgstr "Bestandsanforderung" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_count +#: model:ir.model.fields,field_description:stock_request.field_stock_picking__stock_request_count msgid "Stock Request #" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request_allocation -#: model:ir.model.fields,field_description:stock_request.field_stock_move_allocation_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_move__allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__allocation_ids msgid "Stock Request Allocation" msgstr "Bestandszuweisung beantragen" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.view_move_form -#: model:ir.ui.view,arch_db:stock_request.view_move_picking_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree +#: model_terms:ir.ui.view,arch_db:stock_request.view_move_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_move_picking_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree msgid "Stock Request Allocations" msgstr "" @@ -618,50 +798,57 @@ msgstr "Bezeichner der Anforderung muss eindeutig sein" #. module: stock_request #: model:ir.actions.act_window,name:stock_request.action_stock_request_form -#: model:ir.model.fields,field_description:stock_request.field_stock_move_stock_request_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_move__stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_picking__stock_request_ids #: model:ir.ui.menu,name:stock_request.menu_stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_root -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.stock_request_search -#: model:ir.ui.view,arch_db:stock_request.view_picking_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_tree +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.view_picking_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_tree msgid "Stock Requests" msgstr "Bestandsanforderungen" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_analytic +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_analytic #, fuzzy msgid "Stock Requests Analytic integration" msgstr "Anforderungsverwalter" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_kanban #, fuzzy msgid "Stock Requests Kanban integration" msgstr "Anforderungsverwalter" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Stock Requests Search" msgstr "Anforderungssuche" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_purchase +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_purchase #, fuzzy msgid "Stock Requests for Purchases" msgstr "Anforderungssuche" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model:ir.model,name:stock_request.model_stock_rule +#, fuzzy +#| msgid "Stock Request" +msgid "Stock Rule" +msgstr "Bestandsanforderung" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form #, fuzzy msgid "Stock request" msgstr "Bestandsanforderung" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_count -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_tree +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__stock_request_count +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_tree #, fuzzy msgid "Stock requests" msgstr "Bestandsanforderungen" @@ -701,14 +888,21 @@ msgstr "" msgid "This action only works in the context of products" msgstr "Diese Aktion kann nur im Kontext von Produkten ausgeführt werden" +#. module: stock_request +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Today" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Transfers" msgstr "Umlagerungen" @@ -721,27 +915,40 @@ msgid "" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_unread +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_unread +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_unread_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_unread_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__product_uom_id msgid "UoM" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Use Kanban cards for consumable products" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Use Purchases with Stock Requests" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_warehouse -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__warehouse_id +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Warehouse" msgstr "Warenlager" @@ -751,6 +958,20 @@ msgstr "Warenlager" msgid "Warehouse must be equal to the order" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__website_message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__website_message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__website_message_ids +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__website_message_ids +#: model:ir.model.fields,help:stock_request.field_stock_request_order__website_message_ids +msgid "Website communication history" +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_location.py:24 #, python-format @@ -825,7 +1046,8 @@ msgstr "" "Sie müssen eine Produktmengeneinheit aus der gleichen Kategorie, wie die " "Basismengeneinheit des Produkts, verwenden" -#. module: stock_request -#: model:ir.model,name:stock_request.model_res_config_settings -msgid "res.config.settings" -msgstr "" +#~ msgid "Packing Operation" +#~ msgstr "Packvorgang" + +#~ msgid "Procurement Rule" +#~ msgstr "Beschaffungsregel" diff --git a/stock_request/i18n/el_GR.po b/stock_request/i18n/el_GR.po index a148f83eb..5840d7353 100644 --- a/stock_request/i18n/el_GR.po +++ b/stock_request/i18n/el_GR.po @@ -26,55 +26,82 @@ msgid "
  • %s: Transferred quantity %s %s
  • " msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_needaction +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_needaction +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_needaction +msgid "Action Needed" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Activates Stock Request Orders" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_ids +msgid "Activities" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_state +msgid "Activity State" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__allocated_product_qty msgid "Allocated Quantity" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Allow All Locations Types" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_company_stock_request_allow_virtual_loc -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_stock_request_allow_virtual_loc -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_res_company__stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_stock_request__allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__allow_virtual_location msgid "Allow Virtual locations on Stock Requests" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Analytic" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Analytic accounting in Stock Requests" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_attachment_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_attachment_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_attachment_count +msgid "Attachment Count" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "" "By default only internal and transit locations are allowed in Stock Request " "and Orders." msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Cancel" msgstr "" @@ -84,7 +111,7 @@ msgid "Cancelled" msgstr "" #. module: stock_request -#: model:ir.actions.act_window,help:stock_request.action_stock_request_form +#: model_terms:ir.actions.act_window,help:stock_request.action_stock_request_form msgid "Click to add a Stock Request." msgstr "" @@ -94,11 +121,10 @@ msgid "Companies" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__company_id msgid "Company" msgstr "" @@ -109,47 +135,52 @@ msgid "Company must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.model,name:stock_request.model_res_config_settings +msgid "Config Settings" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Confirm" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request__create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__create_uid msgid "Created by" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__create_date msgid "Created on" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_expected_date -#: model:ir.model.fields,help:stock_request.field_stock_request_order_expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request__expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request_order__expected_date msgid "Date when you expect to receive the goods." msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_count -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_count msgid "Delivery Orders" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__display_name msgid "Display Name" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form #: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Done" msgstr "" @@ -160,28 +191,28 @@ msgid "Draft" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Analytic Accounting in Stock Requests" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Orders" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Stock Requests Kanban cards" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Stock Requests for Purchases" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_expected_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__expected_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__expected_date msgid "Expected Date" msgstr "" @@ -192,23 +223,65 @@ msgid "Expected date must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_follower_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_follower_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_channel_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_channel_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_partner_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_partner_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Group By" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_group_stock_request_order +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__group_stock_request_order msgid "Group Stock Request Order" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5885 +#: model:ir.model.fields,field_description:stock_request.field_stock_request__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__id msgid "ID" msgstr "" +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + #. module: stock_request #: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "In progress" @@ -225,43 +298,49 @@ msgid "Inventory Routes" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_is_follower +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_is_follower +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form msgid "Items" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Kanban" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order____last_update msgid "Last Modified on" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request__write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__write_uid msgid "Last Updated by" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__write_date msgid "Last Updated on" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_location_id -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__location_id +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Location" msgstr "" @@ -271,16 +350,36 @@ msgstr "" msgid "Location must be equal to the order" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_main_attachment_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_main_attachment_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + #. module: stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_master_data msgid "Master Data" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_order_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_ids +msgid "Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_order__procurement_group_id msgid "" "Moves created through this stock request will be put in this procurement " "group. If none is given, the moves generated by procurement rules will be " @@ -288,10 +387,9 @@ msgid "" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request__name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__name msgid "Name" msgstr "" @@ -300,6 +398,62 @@ msgstr "" msgid "Name must be unique" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_date_deadline +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_date_deadline +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_date_deadline +msgid "Next Activity Deadline" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_summary +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_summary +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_summary +msgid "Next Activity Summary" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_type_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_type_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_type_id +msgid "Next Activity Type" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_needaction_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_needaction_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread_counter +msgid "Number of unread messages" +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:264 #, python-format @@ -313,7 +467,7 @@ msgid "Only requests on draft state can be unlinked" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__open_product_qty msgid "Open Quantity" msgstr "" @@ -323,37 +477,40 @@ msgid "Operations" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__order_id msgid "Order" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Orders & Configuration" msgstr "" #. module: stock_request -#: model:ir.model,name:stock_request.model_stock_move_line -msgid "Packing Operation" +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Overdue" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_ids msgid "Pickings" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id -msgid "Procurement Group" +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Planned" msgstr "" #. module: stock_request -#: model:ir.model,name:stock_request.model_procurement_rule -msgid "Procurement Rule" +#: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__procurement_group_id +msgid "Procurement Group" msgstr "" #. module: stock_request @@ -363,85 +520,84 @@ msgid "Procurement group must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__product_id msgid "Product" msgstr "Προϊόν" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id +#: model:ir.model,name:stock_request.model_stock_move_line +msgid "Product Moves (Stock Move Line)" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_uom_id msgid "Product Unit of Measure" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Purchases" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done +#: model:ir.model.fields,field_description:stock_request.field_stock_request__qty_done msgid "Qty Done" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_in_progress +#: model:ir.model.fields,field_description:stock_request.field_stock_request__qty_in_progress msgid "Qty In Progress" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_qty_done +#: model:ir.model.fields,help:stock_request.field_stock_request__qty_done msgid "Quantity completed" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_qty_in_progress +#: model:ir.model.fields,help:stock_request.field_stock_request__qty_in_progress msgid "Quantity in progress." msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request__product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__requested_product_uom_qty msgid "" "Quantity of the stock request allocated to the stock move, in the UoM of the " "Stock Request" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_allocated_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__allocated_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__requested_product_qty msgid "" "Quantity of the stock request allocated to the stock move, in the default " "UoM of the product" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_uom_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_uom_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request__product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__product_uom_qty msgid "Quantity, specified in the unit of measure indicated in the request." msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_qty msgid "Real Quantity" msgstr "" @@ -470,18 +626,18 @@ msgid "Request Stock" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__requested_product_qty msgid "Requested Quantity" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__requested_product_uom_qty msgid "Requested Quantity (UoM)" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_requested_by -#: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by +#: model:ir.model.fields,field_description:stock_request.field_stock_request__requested_by +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__requested_by msgid "Requested by" msgstr "" @@ -492,18 +648,27 @@ msgid "Requested by must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_user_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_user_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_user_id +msgid "Responsible User" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__route_id msgid "Route" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__route_ids +msgid "Routes" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Set to Draft" msgstr "" @@ -514,56 +679,67 @@ msgid "Settings" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_policy -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_policy +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_policy msgid "Shipping Policy" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_state -#: model:ir.model.fields,field_description:stock_request.field_stock_request_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request__state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__state msgid "Status" msgstr "" +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__activity_state +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_state +#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_state +msgid "" +"Status based on activities\n" +"Overdue: Due date is already passed\n" +"Today: Activity date is today\n" +"Planned: Future activities." +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_move -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_move_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__stock_move_id msgid "Stock Move" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__move_ids msgid "Stock Moves" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__stock_request_ids #: model:ir.module.category,name:stock_request.module_category_stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Stock Request" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_count +#: model:ir.model.fields,field_description:stock_request.field_stock_picking__stock_request_count msgid "Stock Request #" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request_allocation -#: model:ir.model.fields,field_description:stock_request.field_stock_move_allocation_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_move__allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__allocation_ids msgid "Stock Request Allocation" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.view_move_form -#: model:ir.ui.view,arch_db:stock_request.view_move_picking_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree +#: model_terms:ir.ui.view,arch_db:stock_request.view_move_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_move_picking_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree msgid "Stock Request Allocations" msgstr "" @@ -601,46 +777,51 @@ msgstr "" #. module: stock_request #: model:ir.actions.act_window,name:stock_request.action_stock_request_form -#: model:ir.model.fields,field_description:stock_request.field_stock_move_stock_request_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_move__stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_picking__stock_request_ids #: model:ir.ui.menu,name:stock_request.menu_stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_root -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.stock_request_search -#: model:ir.ui.view,arch_db:stock_request.view_picking_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_tree +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.view_picking_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_tree msgid "Stock Requests" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_analytic +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_analytic msgid "Stock Requests Analytic integration" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_kanban msgid "Stock Requests Kanban integration" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Stock Requests Search" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_purchase +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_purchase msgid "Stock Requests for Purchases" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model:ir.model,name:stock_request.model_stock_rule +msgid "Stock Rule" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form msgid "Stock request" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_count -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_tree +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__stock_request_count +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_tree msgid "Stock requests" msgstr "" @@ -677,14 +858,21 @@ msgstr "" msgid "This action only works in the context of products" msgstr "" +#. module: stock_request +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Today" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Transfers" msgstr "" @@ -697,27 +885,40 @@ msgid "" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_unread +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_unread +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_unread_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_unread_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__product_uom_id msgid "UoM" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Use Kanban cards for consumable products" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Use Purchases with Stock Requests" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_warehouse -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__warehouse_id +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Warehouse" msgstr "" @@ -727,6 +928,20 @@ msgstr "" msgid "Warehouse must be equal to the order" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__website_message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__website_message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__website_message_ids +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__website_message_ids +#: model:ir.model.fields,help:stock_request.field_stock_request_order__website_message_ids +msgid "Website communication history" +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_location.py:24 #, python-format @@ -798,8 +1013,3 @@ msgid "" "You have to select a product unit of measure in the same category than the " "default unit of measure of the product" msgstr "" - -#. module: stock_request -#: model:ir.model,name:stock_request.model_res_config_settings -msgid "res.config.settings" -msgstr "" diff --git a/stock_request/i18n/es.po b/stock_request/i18n/es.po index c7f82fb64..dfcb07fe5 100644 --- a/stock_request/i18n/es.po +++ b/stock_request/i18n/es.po @@ -27,56 +27,83 @@ msgid "
  • %s: Transferred quantity %s %s
  • " msgstr "
  • %s: Cantidad transferida %s %s
  • " #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_needaction +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_needaction +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_needaction +msgid "Action Needed" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Activates Stock Request Orders" msgstr "Activa las Solicitudes de existencias" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_ids +msgid "Activities" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_state +msgid "Activity State" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__allocated_product_qty msgid "Allocated Quantity" msgstr "Cantidad reservada" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Allow All Locations Types" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_company_stock_request_allow_virtual_loc -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_stock_request_allow_virtual_loc -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_res_company__stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_stock_request__allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__allow_virtual_location msgid "Allow Virtual locations on Stock Requests" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Analytic" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form #, fuzzy msgid "Analytic accounting in Stock Requests" msgstr "Pulse para añadir una solicitud de existencias." #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" msgstr "Archivado" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_attachment_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_attachment_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_attachment_count +msgid "Attachment Count" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "" "By default only internal and transit locations are allowed in Stock Request " "and Orders." msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Cancel" msgstr "Cancelar" @@ -86,7 +113,7 @@ msgid "Cancelled" msgstr "Cancelado" #. module: stock_request -#: model:ir.actions.act_window,help:stock_request.action_stock_request_form +#: model_terms:ir.actions.act_window,help:stock_request.action_stock_request_form msgid "Click to add a Stock Request." msgstr "Pulse para añadir una solicitud de existencias." @@ -97,11 +124,10 @@ msgid "Companies" msgstr "Compañía" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__company_id msgid "Company" msgstr "Compañía" @@ -112,47 +138,54 @@ msgid "Company must be equal to the order" msgstr "La compañía debe ser la misma que la de la petición" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.model,name:stock_request.model_res_config_settings +#, fuzzy +#| msgid "res.config.settings" +msgid "Config Settings" +msgstr "res.config.settings" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Confirm" msgstr "Confirmar" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request__create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__create_uid msgid "Created by" msgstr "Creado por" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__create_date msgid "Created on" msgstr "Creado el" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_expected_date -#: model:ir.model.fields,help:stock_request.field_stock_request_order_expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request__expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request_order__expected_date msgid "Date when you expect to receive the goods." msgstr "Fecha prevista de recepción de la mercancía." #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_count -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_count msgid "Delivery Orders" msgstr "Pedidos de entrega" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__display_name msgid "Display Name" msgstr "Nombre mostrado" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form #: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Done" msgstr "Hecho" @@ -163,28 +196,28 @@ msgid "Draft" msgstr "Borrador" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Analytic Accounting in Stock Requests" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Orders" msgstr "Permite usar Pedidos de entrega" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Stock Requests Kanban cards" msgstr "Permite usar tarjetas Kanban para las solicitudes de existencias" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Stock Requests for Purchases" msgstr "Permite usar las solicitudes de existencias con Compras" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_expected_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__expected_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__expected_date msgid "Expected Date" msgstr "Fecha prevista" @@ -195,23 +228,65 @@ msgid "Expected date must be equal to the order" msgstr "La fecha prevista debe ser la misma que la del pedido" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_follower_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_follower_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_channel_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_channel_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_partner_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_partner_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Group By" msgstr "Agrupar por" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_group_stock_request_order +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__group_stock_request_order msgid "Group Stock Request Order" msgstr "Agrupa las solicitudes en pedidos" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5885 +#: model:ir.model.fields,field_description:stock_request.field_stock_request__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__id msgid "ID" msgstr "ID" +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + #. module: stock_request #: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "In progress" @@ -228,43 +303,49 @@ msgid "Inventory Routes" msgstr "Rutas de inventarios" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_is_follower +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_is_follower +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form msgid "Items" msgstr "Elementos" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Kanban" msgstr "Kanban" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order____last_update msgid "Last Modified on" msgstr "Última modificación el" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request__write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__write_uid msgid "Last Updated by" msgstr "Última actualización por" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__write_date msgid "Last Updated on" msgstr "Última actualización el" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_location_id -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__location_id +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Location" msgstr "Ubicación" @@ -274,16 +355,36 @@ msgstr "Ubicación" msgid "Location must be equal to the order" msgstr "La ubicación debe ser la misma que la del pedido" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_main_attachment_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_main_attachment_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + #. module: stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_master_data msgid "Master Data" msgstr "Datos Maestros" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_order_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_ids +msgid "Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_order__procurement_group_id msgid "" "Moves created through this stock request will be put in this procurement " "group. If none is given, the moves generated by procurement rules will be " @@ -294,10 +395,9 @@ msgstr "" "un gran movimiento." #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request__name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__name msgid "Name" msgstr "Nombre" @@ -306,6 +406,62 @@ msgstr "Nombre" msgid "Name must be unique" msgstr "El nombre debe ser único" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_date_deadline +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_date_deadline +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_date_deadline +msgid "Next Activity Deadline" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_summary +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_summary +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_summary +msgid "Next Activity Summary" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_type_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_type_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_type_id +msgid "Next Activity Type" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_needaction_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_needaction_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread_counter +msgid "Number of unread messages" +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:264 #, python-format @@ -319,7 +475,7 @@ msgid "Only requests on draft state can be unlinked" msgstr "Sólo se pueden eliminar peticiones en estado borrador" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__open_product_qty msgid "Open Quantity" msgstr "Cantidad pendiente" @@ -329,38 +485,41 @@ msgid "Operations" msgstr "Operaciones" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__order_id msgid "Order" msgstr "Pedido" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Orders & Configuration" msgstr "" #. module: stock_request -#: model:ir.model,name:stock_request.model_stock_move_line -msgid "Packing Operation" -msgstr "Operación de empaquetado" +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Overdue" +msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_ids msgid "Pickings" msgstr "Albaranes" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id -msgid "Procurement Group" -msgstr "Grupo de abastecimiento" +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Planned" +msgstr "" #. module: stock_request -#: model:ir.model,name:stock_request.model_procurement_rule -msgid "Procurement Rule" -msgstr "Regla de abastecimiento" +#: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__procurement_group_id +msgid "Procurement Group" +msgstr "Grupo de abastecimiento" #. module: stock_request #: code:addons/stock_request/models/stock_request.py:163 @@ -369,61 +528,62 @@ msgid "Procurement group must be equal to the order" msgstr "El grupo de abastecimiento debe coincidir" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__product_id msgid "Product" msgstr "Producto" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id +#: model:ir.model,name:stock_request.model_stock_move_line +msgid "Product Moves (Stock Move Line)" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_uom_id msgid "Product Unit of Measure" msgstr "Unidad de medida del producto" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Purchases" msgstr "Compras" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done +#: model:ir.model.fields,field_description:stock_request.field_stock_request__qty_done msgid "Qty Done" msgstr "Cantidad finalizada" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_in_progress +#: model:ir.model.fields,field_description:stock_request.field_stock_request__qty_in_progress msgid "Qty In Progress" msgstr "Cantidad en progreso" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_uom_qty msgid "Quantity" msgstr "Cantidad" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_qty_done +#: model:ir.model.fields,help:stock_request.field_stock_request__qty_done msgid "Quantity completed" msgstr "Cantidad completada" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_qty_in_progress +#: model:ir.model.fields,help:stock_request.field_stock_request__qty_in_progress msgid "Quantity in progress." msgstr "Cantidad en progreso." #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request__product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__product_qty msgid "Quantity in the default UoM of the product" msgstr "Cantidad en la UdM por defecto del producto" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__requested_product_uom_qty msgid "" "Quantity of the stock request allocated to the stock move, in the UoM of the " "Stock Request" @@ -432,8 +592,8 @@ msgstr "" "de la Solicitud de Existencias" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_allocated_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__allocated_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__requested_product_qty msgid "" "Quantity of the stock request allocated to the stock move, in the default " "UoM of the product" @@ -442,16 +602,14 @@ msgstr "" "por defecto del producto" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_uom_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_uom_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request__product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__product_uom_qty msgid "Quantity, specified in the unit of measure indicated in the request." msgstr "Cantidad, especificada en la unidad de medida de la solicitud." #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_qty msgid "Real Quantity" msgstr "Cantidad real" @@ -480,18 +638,18 @@ msgid "Request Stock" msgstr "Solicitud de Existencias" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__requested_product_qty msgid "Requested Quantity" msgstr "Cantidad solicitada" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__requested_product_uom_qty msgid "Requested Quantity (UoM)" msgstr "Cantidad Solicitada (UdM)" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_requested_by -#: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by +#: model:ir.model.fields,field_description:stock_request.field_stock_request__requested_by +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__requested_by msgid "Requested by" msgstr "Solicitado por" @@ -502,18 +660,29 @@ msgid "Requested by must be equal to the order" msgstr "El solicitante debe coincidir" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_user_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_user_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_user_id +msgid "Responsible User" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__route_id msgid "Route" msgstr "Ruta" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__route_ids +#, fuzzy +#| msgid "Route" +msgid "Routes" +msgstr "Ruta" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Set to Draft" msgstr "Marcar como Borrador" @@ -524,56 +693,67 @@ msgid "Settings" msgstr "Ajustes" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_policy -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_policy +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_policy msgid "Shipping Policy" msgstr "Política de Entrega" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_state -#: model:ir.model.fields,field_description:stock_request.field_stock_request_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request__state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__state msgid "Status" msgstr "Estado" +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__activity_state +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_state +#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_state +msgid "" +"Status based on activities\n" +"Overdue: Due date is already passed\n" +"Today: Activity date is today\n" +"Planned: Future activities." +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_move -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_move_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__stock_move_id msgid "Stock Move" msgstr "Movimiento de stock" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__move_ids msgid "Stock Moves" msgstr "Movimientos de stock" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__stock_request_ids #: model:ir.module.category,name:stock_request.module_category_stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Stock Request" msgstr "Solicitud de existencias" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_count +#: model:ir.model.fields,field_description:stock_request.field_stock_picking__stock_request_count msgid "Stock Request #" msgstr "Solicitud de existencias #" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request_allocation -#: model:ir.model.fields,field_description:stock_request.field_stock_move_allocation_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_move__allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__allocation_ids msgid "Stock Request Allocation" msgstr "Asignación de solicitud de existencias" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.view_move_form -#: model:ir.ui.view,arch_db:stock_request.view_move_picking_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree +#: model_terms:ir.ui.view,arch_db:stock_request.view_move_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_move_picking_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree msgid "Stock Request Allocations" msgstr "Asignaciones de solicitud de existencias" @@ -611,47 +791,54 @@ msgstr "El nombre de la solicitud debe ser único" #. module: stock_request #: model:ir.actions.act_window,name:stock_request.action_stock_request_form -#: model:ir.model.fields,field_description:stock_request.field_stock_move_stock_request_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_move__stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_picking__stock_request_ids #: model:ir.ui.menu,name:stock_request.menu_stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_root -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.stock_request_search -#: model:ir.ui.view,arch_db:stock_request.view_picking_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_tree +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.view_picking_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_tree msgid "Stock Requests" msgstr "Solicitudes de existencias" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_analytic +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_analytic #, fuzzy msgid "Stock Requests Analytic integration" msgstr "Integración de solicitudes de existencias con tarjetas Kanbans" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_kanban msgid "Stock Requests Kanban integration" msgstr "Integración de solicitudes de existencias con tarjetas Kanbans" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Stock Requests Search" msgstr "Buscar solicitudes de existencias" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_purchase +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_purchase msgid "Stock Requests for Purchases" msgstr "Solicitudes de existencias para compras" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model:ir.model,name:stock_request.model_stock_rule +#, fuzzy +#| msgid "Stock Request" +msgid "Stock Rule" +msgstr "Solicitud de existencias" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form msgid "Stock request" msgstr "Solicitud de existencias" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_count -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_tree +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__stock_request_count +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_tree msgid "Stock requests" msgstr "Solicitudes de existencias" @@ -690,14 +877,21 @@ msgstr "La política de albaranes debe coincidir" msgid "This action only works in the context of products" msgstr "" +#. module: stock_request +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Today" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" msgstr "Transferir" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Transfers" msgstr "Transferencias" @@ -712,27 +906,40 @@ msgstr "" "Por favor, contacte con su administrador." #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_unread +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_unread +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_unread_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_unread_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__product_uom_id msgid "UoM" msgstr "UdM" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Use Kanban cards for consumable products" msgstr "Usar tarjetas Kanban para los consumibles" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Use Purchases with Stock Requests" msgstr "Usar Compras con las Solicitudes de Existencias" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_warehouse -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__warehouse_id +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Warehouse" msgstr "Almacén" @@ -742,6 +949,20 @@ msgstr "Almacén" msgid "Warehouse must be equal to the order" msgstr "El almacén debe coincidir" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__website_message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__website_message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__website_message_ids +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__website_message_ids +#: model:ir.model.fields,help:stock_request.field_stock_request_order__website_message_ids +msgid "Website communication history" +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_location.py:24 #, python-format @@ -826,10 +1047,11 @@ msgstr "" "Debe seleccionada una unidad de medida de producto de la misma categoría que " "la unidad de medida por defecto del producto" -#. module: stock_request -#: model:ir.model,name:stock_request.model_res_config_settings -msgid "res.config.settings" -msgstr "res.config.settings" +#~ msgid "Packing Operation" +#~ msgstr "Operación de empaquetado" + +#~ msgid "Procurement Rule" +#~ msgstr "Regla de abastecimiento" #~ msgid "Orders" #~ msgstr "Pedidos" diff --git a/stock_request/i18n/es_ES.po b/stock_request/i18n/es_ES.po index 99e9fd025..4d26a6e2a 100644 --- a/stock_request/i18n/es_ES.po +++ b/stock_request/i18n/es_ES.po @@ -26,55 +26,82 @@ msgid "
  • %s: Transferred quantity %s %s
  • " msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_needaction +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_needaction +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_needaction +msgid "Action Needed" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Activates Stock Request Orders" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_ids +msgid "Activities" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_state +msgid "Activity State" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__allocated_product_qty msgid "Allocated Quantity" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Allow All Locations Types" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_company_stock_request_allow_virtual_loc -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_stock_request_allow_virtual_loc -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_res_company__stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_stock_request__allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__allow_virtual_location msgid "Allow Virtual locations on Stock Requests" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Analytic" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Analytic accounting in Stock Requests" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_attachment_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_attachment_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_attachment_count +msgid "Attachment Count" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "" "By default only internal and transit locations are allowed in Stock Request " "and Orders." msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Cancel" msgstr "" @@ -84,7 +111,7 @@ msgid "Cancelled" msgstr "" #. module: stock_request -#: model:ir.actions.act_window,help:stock_request.action_stock_request_form +#: model_terms:ir.actions.act_window,help:stock_request.action_stock_request_form msgid "Click to add a Stock Request." msgstr "" @@ -94,11 +121,10 @@ msgid "Companies" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__company_id msgid "Company" msgstr "" @@ -109,47 +135,52 @@ msgid "Company must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.model,name:stock_request.model_res_config_settings +msgid "Config Settings" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Confirm" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request__create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__create_uid msgid "Created by" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__create_date msgid "Created on" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_expected_date -#: model:ir.model.fields,help:stock_request.field_stock_request_order_expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request__expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request_order__expected_date msgid "Date when you expect to receive the goods." msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_count -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_count msgid "Delivery Orders" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__display_name msgid "Display Name" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form #: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Done" msgstr "" @@ -160,28 +191,28 @@ msgid "Draft" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Analytic Accounting in Stock Requests" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Orders" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Stock Requests Kanban cards" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Stock Requests for Purchases" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_expected_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__expected_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__expected_date msgid "Expected Date" msgstr "" @@ -192,23 +223,65 @@ msgid "Expected date must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_follower_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_follower_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_channel_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_channel_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_partner_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_partner_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Group By" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_group_stock_request_order +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__group_stock_request_order msgid "Group Stock Request Order" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5885 +#: model:ir.model.fields,field_description:stock_request.field_stock_request__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__id msgid "ID" msgstr "" +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + #. module: stock_request #: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "In progress" @@ -225,43 +298,49 @@ msgid "Inventory Routes" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_is_follower +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_is_follower +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form msgid "Items" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Kanban" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order____last_update msgid "Last Modified on" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request__write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__write_uid msgid "Last Updated by" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__write_date msgid "Last Updated on" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_location_id -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__location_id +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Location" msgstr "" @@ -271,16 +350,36 @@ msgstr "" msgid "Location must be equal to the order" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_main_attachment_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_main_attachment_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + #. module: stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_master_data msgid "Master Data" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_order_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_ids +msgid "Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_order__procurement_group_id msgid "" "Moves created through this stock request will be put in this procurement " "group. If none is given, the moves generated by procurement rules will be " @@ -288,10 +387,9 @@ msgid "" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request__name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__name msgid "Name" msgstr "" @@ -300,6 +398,62 @@ msgstr "" msgid "Name must be unique" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_date_deadline +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_date_deadline +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_date_deadline +msgid "Next Activity Deadline" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_summary +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_summary +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_summary +msgid "Next Activity Summary" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_type_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_type_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_type_id +msgid "Next Activity Type" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_needaction_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_needaction_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread_counter +msgid "Number of unread messages" +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:264 #, python-format @@ -313,7 +467,7 @@ msgid "Only requests on draft state can be unlinked" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__open_product_qty msgid "Open Quantity" msgstr "" @@ -323,37 +477,40 @@ msgid "Operations" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__order_id msgid "Order" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Orders & Configuration" msgstr "" #. module: stock_request -#: model:ir.model,name:stock_request.model_stock_move_line -msgid "Packing Operation" +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Overdue" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_ids msgid "Pickings" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id -msgid "Procurement Group" +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Planned" msgstr "" #. module: stock_request -#: model:ir.model,name:stock_request.model_procurement_rule -msgid "Procurement Rule" +#: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__procurement_group_id +msgid "Procurement Group" msgstr "" #. module: stock_request @@ -363,85 +520,84 @@ msgid "Procurement group must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__product_id msgid "Product" msgstr "Producto" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id +#: model:ir.model,name:stock_request.model_stock_move_line +msgid "Product Moves (Stock Move Line)" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_uom_id msgid "Product Unit of Measure" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Purchases" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done +#: model:ir.model.fields,field_description:stock_request.field_stock_request__qty_done msgid "Qty Done" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_in_progress +#: model:ir.model.fields,field_description:stock_request.field_stock_request__qty_in_progress msgid "Qty In Progress" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_qty_done +#: model:ir.model.fields,help:stock_request.field_stock_request__qty_done msgid "Quantity completed" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_qty_in_progress +#: model:ir.model.fields,help:stock_request.field_stock_request__qty_in_progress msgid "Quantity in progress." msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request__product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__requested_product_uom_qty msgid "" "Quantity of the stock request allocated to the stock move, in the UoM of the " "Stock Request" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_allocated_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__allocated_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__requested_product_qty msgid "" "Quantity of the stock request allocated to the stock move, in the default " "UoM of the product" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_uom_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_uom_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request__product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__product_uom_qty msgid "Quantity, specified in the unit of measure indicated in the request." msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_qty msgid "Real Quantity" msgstr "" @@ -470,18 +626,18 @@ msgid "Request Stock" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__requested_product_qty msgid "Requested Quantity" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__requested_product_uom_qty msgid "Requested Quantity (UoM)" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_requested_by -#: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by +#: model:ir.model.fields,field_description:stock_request.field_stock_request__requested_by +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__requested_by msgid "Requested by" msgstr "" @@ -492,18 +648,27 @@ msgid "Requested by must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_user_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_user_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_user_id +msgid "Responsible User" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__route_id msgid "Route" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__route_ids +msgid "Routes" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Set to Draft" msgstr "" @@ -514,56 +679,67 @@ msgid "Settings" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_policy -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_policy +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_policy msgid "Shipping Policy" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_state -#: model:ir.model.fields,field_description:stock_request.field_stock_request_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request__state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__state msgid "Status" msgstr "" +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__activity_state +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_state +#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_state +msgid "" +"Status based on activities\n" +"Overdue: Due date is already passed\n" +"Today: Activity date is today\n" +"Planned: Future activities." +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_move -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_move_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__stock_move_id msgid "Stock Move" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__move_ids msgid "Stock Moves" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__stock_request_ids #: model:ir.module.category,name:stock_request.module_category_stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Stock Request" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_count +#: model:ir.model.fields,field_description:stock_request.field_stock_picking__stock_request_count msgid "Stock Request #" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request_allocation -#: model:ir.model.fields,field_description:stock_request.field_stock_move_allocation_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_move__allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__allocation_ids msgid "Stock Request Allocation" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.view_move_form -#: model:ir.ui.view,arch_db:stock_request.view_move_picking_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree +#: model_terms:ir.ui.view,arch_db:stock_request.view_move_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_move_picking_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree msgid "Stock Request Allocations" msgstr "" @@ -601,46 +777,51 @@ msgstr "" #. module: stock_request #: model:ir.actions.act_window,name:stock_request.action_stock_request_form -#: model:ir.model.fields,field_description:stock_request.field_stock_move_stock_request_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_move__stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_picking__stock_request_ids #: model:ir.ui.menu,name:stock_request.menu_stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_root -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.stock_request_search -#: model:ir.ui.view,arch_db:stock_request.view_picking_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_tree +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.view_picking_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_tree msgid "Stock Requests" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_analytic +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_analytic msgid "Stock Requests Analytic integration" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_kanban msgid "Stock Requests Kanban integration" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Stock Requests Search" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_purchase +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_purchase msgid "Stock Requests for Purchases" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model:ir.model,name:stock_request.model_stock_rule +msgid "Stock Rule" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form msgid "Stock request" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_count -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_tree +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__stock_request_count +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_tree msgid "Stock requests" msgstr "" @@ -677,14 +858,21 @@ msgstr "" msgid "This action only works in the context of products" msgstr "" +#. module: stock_request +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Today" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Transfers" msgstr "" @@ -697,27 +885,40 @@ msgid "" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_unread +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_unread +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_unread_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_unread_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__product_uom_id msgid "UoM" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Use Kanban cards for consumable products" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Use Purchases with Stock Requests" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_warehouse -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__warehouse_id +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Warehouse" msgstr "" @@ -727,6 +928,20 @@ msgstr "" msgid "Warehouse must be equal to the order" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__website_message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__website_message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__website_message_ids +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__website_message_ids +#: model:ir.model.fields,help:stock_request.field_stock_request_order__website_message_ids +msgid "Website communication history" +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_location.py:24 #, python-format @@ -798,8 +1013,3 @@ msgid "" "You have to select a product unit of measure in the same category than the " "default unit of measure of the product" msgstr "" - -#. module: stock_request -#: model:ir.model,name:stock_request.model_res_config_settings -msgid "res.config.settings" -msgstr "" diff --git a/stock_request/i18n/eu.po b/stock_request/i18n/eu.po index 9224e9705..52912ee0a 100644 --- a/stock_request/i18n/eu.po +++ b/stock_request/i18n/eu.po @@ -25,55 +25,82 @@ msgid "
  • %s: Transferred quantity %s %s
  • " msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_needaction +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_needaction +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_needaction +msgid "Action Needed" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Activates Stock Request Orders" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_ids +msgid "Activities" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_state +msgid "Activity State" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__allocated_product_qty msgid "Allocated Quantity" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Allow All Locations Types" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_company_stock_request_allow_virtual_loc -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_stock_request_allow_virtual_loc -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_res_company__stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_stock_request__allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__allow_virtual_location msgid "Allow Virtual locations on Stock Requests" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Analytic" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Analytic accounting in Stock Requests" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_attachment_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_attachment_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_attachment_count +msgid "Attachment Count" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "" "By default only internal and transit locations are allowed in Stock Request " "and Orders." msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Cancel" msgstr "" @@ -83,7 +110,7 @@ msgid "Cancelled" msgstr "" #. module: stock_request -#: model:ir.actions.act_window,help:stock_request.action_stock_request_form +#: model_terms:ir.actions.act_window,help:stock_request.action_stock_request_form msgid "Click to add a Stock Request." msgstr "" @@ -93,11 +120,10 @@ msgid "Companies" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__company_id msgid "Company" msgstr "" @@ -108,47 +134,52 @@ msgid "Company must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.model,name:stock_request.model_res_config_settings +msgid "Config Settings" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Confirm" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request__create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__create_uid msgid "Created by" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__create_date msgid "Created on" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_expected_date -#: model:ir.model.fields,help:stock_request.field_stock_request_order_expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request__expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request_order__expected_date msgid "Date when you expect to receive the goods." msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_count -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_count msgid "Delivery Orders" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__display_name msgid "Display Name" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form #: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Done" msgstr "" @@ -159,28 +190,28 @@ msgid "Draft" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Analytic Accounting in Stock Requests" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Orders" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Stock Requests Kanban cards" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Stock Requests for Purchases" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_expected_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__expected_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__expected_date msgid "Expected Date" msgstr "" @@ -191,23 +222,65 @@ msgid "Expected date must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_follower_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_follower_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_channel_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_channel_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_partner_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_partner_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Group By" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_group_stock_request_order +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__group_stock_request_order msgid "Group Stock Request Order" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5885 +#: model:ir.model.fields,field_description:stock_request.field_stock_request__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__id msgid "ID" msgstr "" +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + #. module: stock_request #: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "In progress" @@ -224,43 +297,49 @@ msgid "Inventory Routes" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_is_follower +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_is_follower +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form msgid "Items" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Kanban" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order____last_update msgid "Last Modified on" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request__write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__write_uid msgid "Last Updated by" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__write_date msgid "Last Updated on" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_location_id -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__location_id +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Location" msgstr "" @@ -270,16 +349,36 @@ msgstr "" msgid "Location must be equal to the order" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_main_attachment_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_main_attachment_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + #. module: stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_master_data msgid "Master Data" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_order_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_ids +msgid "Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_order__procurement_group_id msgid "" "Moves created through this stock request will be put in this procurement " "group. If none is given, the moves generated by procurement rules will be " @@ -287,10 +386,9 @@ msgid "" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request__name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__name msgid "Name" msgstr "" @@ -299,6 +397,62 @@ msgstr "" msgid "Name must be unique" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_date_deadline +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_date_deadline +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_date_deadline +msgid "Next Activity Deadline" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_summary +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_summary +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_summary +msgid "Next Activity Summary" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_type_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_type_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_type_id +msgid "Next Activity Type" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_needaction_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_needaction_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread_counter +msgid "Number of unread messages" +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:264 #, python-format @@ -312,7 +466,7 @@ msgid "Only requests on draft state can be unlinked" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__open_product_qty msgid "Open Quantity" msgstr "" @@ -322,37 +476,40 @@ msgid "Operations" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__order_id msgid "Order" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Orders & Configuration" msgstr "" #. module: stock_request -#: model:ir.model,name:stock_request.model_stock_move_line -msgid "Packing Operation" +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Overdue" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_ids msgid "Pickings" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id -msgid "Procurement Group" +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Planned" msgstr "" #. module: stock_request -#: model:ir.model,name:stock_request.model_procurement_rule -msgid "Procurement Rule" +#: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__procurement_group_id +msgid "Procurement Group" msgstr "" #. module: stock_request @@ -362,85 +519,84 @@ msgid "Procurement group must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__product_id msgid "Product" msgstr "Produktua" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id +#: model:ir.model,name:stock_request.model_stock_move_line +msgid "Product Moves (Stock Move Line)" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_uom_id msgid "Product Unit of Measure" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Purchases" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done +#: model:ir.model.fields,field_description:stock_request.field_stock_request__qty_done msgid "Qty Done" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_in_progress +#: model:ir.model.fields,field_description:stock_request.field_stock_request__qty_in_progress msgid "Qty In Progress" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_qty_done +#: model:ir.model.fields,help:stock_request.field_stock_request__qty_done msgid "Quantity completed" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_qty_in_progress +#: model:ir.model.fields,help:stock_request.field_stock_request__qty_in_progress msgid "Quantity in progress." msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request__product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__requested_product_uom_qty msgid "" "Quantity of the stock request allocated to the stock move, in the UoM of the " "Stock Request" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_allocated_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__allocated_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__requested_product_qty msgid "" "Quantity of the stock request allocated to the stock move, in the default " "UoM of the product" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_uom_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_uom_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request__product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__product_uom_qty msgid "Quantity, specified in the unit of measure indicated in the request." msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_qty msgid "Real Quantity" msgstr "" @@ -469,18 +625,18 @@ msgid "Request Stock" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__requested_product_qty msgid "Requested Quantity" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__requested_product_uom_qty msgid "Requested Quantity (UoM)" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_requested_by -#: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by +#: model:ir.model.fields,field_description:stock_request.field_stock_request__requested_by +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__requested_by msgid "Requested by" msgstr "" @@ -491,18 +647,27 @@ msgid "Requested by must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_user_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_user_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_user_id +msgid "Responsible User" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__route_id msgid "Route" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__route_ids +msgid "Routes" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Set to Draft" msgstr "" @@ -513,56 +678,67 @@ msgid "Settings" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_policy -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_policy +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_policy msgid "Shipping Policy" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_state -#: model:ir.model.fields,field_description:stock_request.field_stock_request_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request__state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__state msgid "Status" msgstr "" +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__activity_state +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_state +#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_state +msgid "" +"Status based on activities\n" +"Overdue: Due date is already passed\n" +"Today: Activity date is today\n" +"Planned: Future activities." +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_move -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_move_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__stock_move_id msgid "Stock Move" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__move_ids msgid "Stock Moves" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__stock_request_ids #: model:ir.module.category,name:stock_request.module_category_stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Stock Request" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_count +#: model:ir.model.fields,field_description:stock_request.field_stock_picking__stock_request_count msgid "Stock Request #" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request_allocation -#: model:ir.model.fields,field_description:stock_request.field_stock_move_allocation_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_move__allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__allocation_ids msgid "Stock Request Allocation" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.view_move_form -#: model:ir.ui.view,arch_db:stock_request.view_move_picking_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree +#: model_terms:ir.ui.view,arch_db:stock_request.view_move_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_move_picking_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree msgid "Stock Request Allocations" msgstr "" @@ -600,46 +776,51 @@ msgstr "" #. module: stock_request #: model:ir.actions.act_window,name:stock_request.action_stock_request_form -#: model:ir.model.fields,field_description:stock_request.field_stock_move_stock_request_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_move__stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_picking__stock_request_ids #: model:ir.ui.menu,name:stock_request.menu_stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_root -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.stock_request_search -#: model:ir.ui.view,arch_db:stock_request.view_picking_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_tree +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.view_picking_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_tree msgid "Stock Requests" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_analytic +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_analytic msgid "Stock Requests Analytic integration" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_kanban msgid "Stock Requests Kanban integration" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Stock Requests Search" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_purchase +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_purchase msgid "Stock Requests for Purchases" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model:ir.model,name:stock_request.model_stock_rule +msgid "Stock Rule" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form msgid "Stock request" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_count -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_tree +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__stock_request_count +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_tree msgid "Stock requests" msgstr "" @@ -676,14 +857,21 @@ msgstr "" msgid "This action only works in the context of products" msgstr "" +#. module: stock_request +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Today" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Transfers" msgstr "" @@ -696,27 +884,40 @@ msgid "" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_unread +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_unread +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_unread_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_unread_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__product_uom_id msgid "UoM" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Use Kanban cards for consumable products" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Use Purchases with Stock Requests" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_warehouse -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__warehouse_id +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Warehouse" msgstr "" @@ -726,6 +927,20 @@ msgstr "" msgid "Warehouse must be equal to the order" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__website_message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__website_message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__website_message_ids +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__website_message_ids +#: model:ir.model.fields,help:stock_request.field_stock_request_order__website_message_ids +msgid "Website communication history" +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_location.py:24 #, python-format @@ -797,8 +1012,3 @@ msgid "" "You have to select a product unit of measure in the same category than the " "default unit of measure of the product" msgstr "" - -#. module: stock_request -#: model:ir.model,name:stock_request.model_res_config_settings -msgid "res.config.settings" -msgstr "" diff --git a/stock_request/i18n/fi.po b/stock_request/i18n/fi.po index 9f084eb73..9d27bc482 100644 --- a/stock_request/i18n/fi.po +++ b/stock_request/i18n/fi.po @@ -25,55 +25,82 @@ msgid "
  • %s: Transferred quantity %s %s
  • " msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_needaction +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_needaction +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_needaction +msgid "Action Needed" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Activates Stock Request Orders" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_ids +msgid "Activities" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_state +msgid "Activity State" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__allocated_product_qty msgid "Allocated Quantity" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Allow All Locations Types" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_company_stock_request_allow_virtual_loc -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_stock_request_allow_virtual_loc -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_res_company__stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_stock_request__allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__allow_virtual_location msgid "Allow Virtual locations on Stock Requests" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Analytic" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Analytic accounting in Stock Requests" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_attachment_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_attachment_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_attachment_count +msgid "Attachment Count" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "" "By default only internal and transit locations are allowed in Stock Request " "and Orders." msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Cancel" msgstr "" @@ -83,7 +110,7 @@ msgid "Cancelled" msgstr "" #. module: stock_request -#: model:ir.actions.act_window,help:stock_request.action_stock_request_form +#: model_terms:ir.actions.act_window,help:stock_request.action_stock_request_form msgid "Click to add a Stock Request." msgstr "" @@ -93,11 +120,10 @@ msgid "Companies" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__company_id msgid "Company" msgstr "" @@ -108,47 +134,52 @@ msgid "Company must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.model,name:stock_request.model_res_config_settings +msgid "Config Settings" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Confirm" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request__create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__create_uid msgid "Created by" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__create_date msgid "Created on" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_expected_date -#: model:ir.model.fields,help:stock_request.field_stock_request_order_expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request__expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request_order__expected_date msgid "Date when you expect to receive the goods." msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_count -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_count msgid "Delivery Orders" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__display_name msgid "Display Name" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form #: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Done" msgstr "" @@ -159,28 +190,28 @@ msgid "Draft" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Analytic Accounting in Stock Requests" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Orders" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Stock Requests Kanban cards" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Stock Requests for Purchases" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_expected_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__expected_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__expected_date msgid "Expected Date" msgstr "" @@ -191,23 +222,65 @@ msgid "Expected date must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_follower_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_follower_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_channel_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_channel_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_partner_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_partner_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Group By" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_group_stock_request_order +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__group_stock_request_order msgid "Group Stock Request Order" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5885 +#: model:ir.model.fields,field_description:stock_request.field_stock_request__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__id msgid "ID" msgstr "" +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + #. module: stock_request #: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "In progress" @@ -224,43 +297,49 @@ msgid "Inventory Routes" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_is_follower +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_is_follower +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form msgid "Items" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Kanban" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order____last_update msgid "Last Modified on" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request__write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__write_uid msgid "Last Updated by" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__write_date msgid "Last Updated on" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_location_id -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__location_id +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Location" msgstr "" @@ -270,16 +349,36 @@ msgstr "" msgid "Location must be equal to the order" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_main_attachment_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_main_attachment_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + #. module: stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_master_data msgid "Master Data" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_order_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_ids +msgid "Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_order__procurement_group_id msgid "" "Moves created through this stock request will be put in this procurement " "group. If none is given, the moves generated by procurement rules will be " @@ -287,10 +386,9 @@ msgid "" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request__name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__name msgid "Name" msgstr "" @@ -299,6 +397,62 @@ msgstr "" msgid "Name must be unique" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_date_deadline +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_date_deadline +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_date_deadline +msgid "Next Activity Deadline" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_summary +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_summary +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_summary +msgid "Next Activity Summary" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_type_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_type_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_type_id +msgid "Next Activity Type" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_needaction_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_needaction_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread_counter +msgid "Number of unread messages" +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:264 #, python-format @@ -312,7 +466,7 @@ msgid "Only requests on draft state can be unlinked" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__open_product_qty msgid "Open Quantity" msgstr "" @@ -322,37 +476,40 @@ msgid "Operations" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__order_id msgid "Order" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Orders & Configuration" msgstr "" #. module: stock_request -#: model:ir.model,name:stock_request.model_stock_move_line -msgid "Packing Operation" +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Overdue" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_ids msgid "Pickings" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id -msgid "Procurement Group" +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Planned" msgstr "" #. module: stock_request -#: model:ir.model,name:stock_request.model_procurement_rule -msgid "Procurement Rule" +#: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__procurement_group_id +msgid "Procurement Group" msgstr "" #. module: stock_request @@ -362,85 +519,84 @@ msgid "Procurement group must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__product_id msgid "Product" msgstr "Tuote" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id +#: model:ir.model,name:stock_request.model_stock_move_line +msgid "Product Moves (Stock Move Line)" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_uom_id msgid "Product Unit of Measure" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Purchases" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done +#: model:ir.model.fields,field_description:stock_request.field_stock_request__qty_done msgid "Qty Done" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_in_progress +#: model:ir.model.fields,field_description:stock_request.field_stock_request__qty_in_progress msgid "Qty In Progress" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_qty_done +#: model:ir.model.fields,help:stock_request.field_stock_request__qty_done msgid "Quantity completed" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_qty_in_progress +#: model:ir.model.fields,help:stock_request.field_stock_request__qty_in_progress msgid "Quantity in progress." msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request__product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__requested_product_uom_qty msgid "" "Quantity of the stock request allocated to the stock move, in the UoM of the " "Stock Request" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_allocated_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__allocated_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__requested_product_qty msgid "" "Quantity of the stock request allocated to the stock move, in the default " "UoM of the product" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_uom_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_uom_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request__product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__product_uom_qty msgid "Quantity, specified in the unit of measure indicated in the request." msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_qty msgid "Real Quantity" msgstr "" @@ -469,18 +625,18 @@ msgid "Request Stock" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__requested_product_qty msgid "Requested Quantity" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__requested_product_uom_qty msgid "Requested Quantity (UoM)" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_requested_by -#: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by +#: model:ir.model.fields,field_description:stock_request.field_stock_request__requested_by +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__requested_by msgid "Requested by" msgstr "" @@ -491,18 +647,27 @@ msgid "Requested by must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_user_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_user_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_user_id +msgid "Responsible User" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__route_id msgid "Route" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__route_ids +msgid "Routes" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Set to Draft" msgstr "" @@ -513,56 +678,67 @@ msgid "Settings" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_policy -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_policy +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_policy msgid "Shipping Policy" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_state -#: model:ir.model.fields,field_description:stock_request.field_stock_request_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request__state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__state msgid "Status" msgstr "" +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__activity_state +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_state +#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_state +msgid "" +"Status based on activities\n" +"Overdue: Due date is already passed\n" +"Today: Activity date is today\n" +"Planned: Future activities." +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_move -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_move_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__stock_move_id msgid "Stock Move" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__move_ids msgid "Stock Moves" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__stock_request_ids #: model:ir.module.category,name:stock_request.module_category_stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Stock Request" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_count +#: model:ir.model.fields,field_description:stock_request.field_stock_picking__stock_request_count msgid "Stock Request #" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request_allocation -#: model:ir.model.fields,field_description:stock_request.field_stock_move_allocation_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_move__allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__allocation_ids msgid "Stock Request Allocation" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.view_move_form -#: model:ir.ui.view,arch_db:stock_request.view_move_picking_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree +#: model_terms:ir.ui.view,arch_db:stock_request.view_move_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_move_picking_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree msgid "Stock Request Allocations" msgstr "" @@ -600,46 +776,51 @@ msgstr "" #. module: stock_request #: model:ir.actions.act_window,name:stock_request.action_stock_request_form -#: model:ir.model.fields,field_description:stock_request.field_stock_move_stock_request_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_move__stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_picking__stock_request_ids #: model:ir.ui.menu,name:stock_request.menu_stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_root -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.stock_request_search -#: model:ir.ui.view,arch_db:stock_request.view_picking_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_tree +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.view_picking_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_tree msgid "Stock Requests" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_analytic +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_analytic msgid "Stock Requests Analytic integration" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_kanban msgid "Stock Requests Kanban integration" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Stock Requests Search" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_purchase +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_purchase msgid "Stock Requests for Purchases" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model:ir.model,name:stock_request.model_stock_rule +msgid "Stock Rule" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form msgid "Stock request" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_count -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_tree +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__stock_request_count +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_tree msgid "Stock requests" msgstr "" @@ -676,14 +857,21 @@ msgstr "" msgid "This action only works in the context of products" msgstr "" +#. module: stock_request +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Today" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Transfers" msgstr "" @@ -696,27 +884,40 @@ msgid "" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_unread +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_unread +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_unread_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_unread_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__product_uom_id msgid "UoM" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Use Kanban cards for consumable products" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Use Purchases with Stock Requests" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_warehouse -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__warehouse_id +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Warehouse" msgstr "" @@ -726,6 +927,20 @@ msgstr "" msgid "Warehouse must be equal to the order" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__website_message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__website_message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__website_message_ids +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__website_message_ids +#: model:ir.model.fields,help:stock_request.field_stock_request_order__website_message_ids +msgid "Website communication history" +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_location.py:24 #, python-format @@ -797,8 +1012,3 @@ msgid "" "You have to select a product unit of measure in the same category than the " "default unit of measure of the product" msgstr "" - -#. module: stock_request -#: model:ir.model,name:stock_request.model_res_config_settings -msgid "res.config.settings" -msgstr "" diff --git a/stock_request/i18n/fr.po b/stock_request/i18n/fr.po index 14d3b7907..69884ad53 100644 --- a/stock_request/i18n/fr.po +++ b/stock_request/i18n/fr.po @@ -25,55 +25,82 @@ msgid "
  • %s: Transferred quantity %s %s
  • " msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_needaction +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_needaction +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_needaction +msgid "Action Needed" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Activates Stock Request Orders" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_ids +msgid "Activities" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_state +msgid "Activity State" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__allocated_product_qty msgid "Allocated Quantity" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Allow All Locations Types" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_company_stock_request_allow_virtual_loc -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_stock_request_allow_virtual_loc -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_res_company__stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_stock_request__allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__allow_virtual_location msgid "Allow Virtual locations on Stock Requests" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Analytic" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Analytic accounting in Stock Requests" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_attachment_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_attachment_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_attachment_count +msgid "Attachment Count" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "" "By default only internal and transit locations are allowed in Stock Request " "and Orders." msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Cancel" msgstr "" @@ -83,7 +110,7 @@ msgid "Cancelled" msgstr "" #. module: stock_request -#: model:ir.actions.act_window,help:stock_request.action_stock_request_form +#: model_terms:ir.actions.act_window,help:stock_request.action_stock_request_form msgid "Click to add a Stock Request." msgstr "" @@ -93,11 +120,10 @@ msgid "Companies" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__company_id msgid "Company" msgstr "" @@ -108,47 +134,52 @@ msgid "Company must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.model,name:stock_request.model_res_config_settings +msgid "Config Settings" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Confirm" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request__create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__create_uid msgid "Created by" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__create_date msgid "Created on" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_expected_date -#: model:ir.model.fields,help:stock_request.field_stock_request_order_expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request__expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request_order__expected_date msgid "Date when you expect to receive the goods." msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_count -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_count msgid "Delivery Orders" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__display_name msgid "Display Name" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form #: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Done" msgstr "" @@ -159,28 +190,28 @@ msgid "Draft" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Analytic Accounting in Stock Requests" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Orders" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Stock Requests Kanban cards" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Stock Requests for Purchases" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_expected_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__expected_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__expected_date msgid "Expected Date" msgstr "" @@ -191,23 +222,65 @@ msgid "Expected date must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_follower_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_follower_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_channel_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_channel_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_partner_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_partner_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Group By" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_group_stock_request_order +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__group_stock_request_order msgid "Group Stock Request Order" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5885 +#: model:ir.model.fields,field_description:stock_request.field_stock_request__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__id msgid "ID" msgstr "" +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + #. module: stock_request #: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "In progress" @@ -224,43 +297,49 @@ msgid "Inventory Routes" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_is_follower +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_is_follower +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form msgid "Items" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Kanban" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order____last_update msgid "Last Modified on" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request__write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__write_uid msgid "Last Updated by" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__write_date msgid "Last Updated on" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_location_id -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__location_id +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Location" msgstr "" @@ -270,16 +349,36 @@ msgstr "" msgid "Location must be equal to the order" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_main_attachment_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_main_attachment_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + #. module: stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_master_data msgid "Master Data" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_order_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_ids +msgid "Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_order__procurement_group_id msgid "" "Moves created through this stock request will be put in this procurement " "group. If none is given, the moves generated by procurement rules will be " @@ -287,10 +386,9 @@ msgid "" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request__name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__name msgid "Name" msgstr "" @@ -299,6 +397,62 @@ msgstr "" msgid "Name must be unique" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_date_deadline +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_date_deadline +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_date_deadline +msgid "Next Activity Deadline" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_summary +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_summary +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_summary +msgid "Next Activity Summary" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_type_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_type_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_type_id +msgid "Next Activity Type" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_needaction_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_needaction_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread_counter +msgid "Number of unread messages" +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:264 #, python-format @@ -312,7 +466,7 @@ msgid "Only requests on draft state can be unlinked" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__open_product_qty msgid "Open Quantity" msgstr "" @@ -322,37 +476,40 @@ msgid "Operations" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__order_id msgid "Order" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Orders & Configuration" msgstr "" #. module: stock_request -#: model:ir.model,name:stock_request.model_stock_move_line -msgid "Packing Operation" +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Overdue" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_ids msgid "Pickings" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id -msgid "Procurement Group" +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Planned" msgstr "" #. module: stock_request -#: model:ir.model,name:stock_request.model_procurement_rule -msgid "Procurement Rule" +#: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__procurement_group_id +msgid "Procurement Group" msgstr "" #. module: stock_request @@ -362,85 +519,84 @@ msgid "Procurement group must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__product_id msgid "Product" msgstr "Article" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id +#: model:ir.model,name:stock_request.model_stock_move_line +msgid "Product Moves (Stock Move Line)" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_uom_id msgid "Product Unit of Measure" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Purchases" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done +#: model:ir.model.fields,field_description:stock_request.field_stock_request__qty_done msgid "Qty Done" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_in_progress +#: model:ir.model.fields,field_description:stock_request.field_stock_request__qty_in_progress msgid "Qty In Progress" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_qty_done +#: model:ir.model.fields,help:stock_request.field_stock_request__qty_done msgid "Quantity completed" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_qty_in_progress +#: model:ir.model.fields,help:stock_request.field_stock_request__qty_in_progress msgid "Quantity in progress." msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request__product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__requested_product_uom_qty msgid "" "Quantity of the stock request allocated to the stock move, in the UoM of the " "Stock Request" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_allocated_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__allocated_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__requested_product_qty msgid "" "Quantity of the stock request allocated to the stock move, in the default " "UoM of the product" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_uom_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_uom_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request__product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__product_uom_qty msgid "Quantity, specified in the unit of measure indicated in the request." msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_qty msgid "Real Quantity" msgstr "" @@ -469,18 +625,18 @@ msgid "Request Stock" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__requested_product_qty msgid "Requested Quantity" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__requested_product_uom_qty msgid "Requested Quantity (UoM)" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_requested_by -#: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by +#: model:ir.model.fields,field_description:stock_request.field_stock_request__requested_by +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__requested_by msgid "Requested by" msgstr "" @@ -491,18 +647,27 @@ msgid "Requested by must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_user_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_user_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_user_id +msgid "Responsible User" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__route_id msgid "Route" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__route_ids +msgid "Routes" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Set to Draft" msgstr "" @@ -513,56 +678,67 @@ msgid "Settings" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_policy -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_policy +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_policy msgid "Shipping Policy" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_state -#: model:ir.model.fields,field_description:stock_request.field_stock_request_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request__state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__state msgid "Status" msgstr "" +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__activity_state +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_state +#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_state +msgid "" +"Status based on activities\n" +"Overdue: Due date is already passed\n" +"Today: Activity date is today\n" +"Planned: Future activities." +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_move -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_move_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__stock_move_id msgid "Stock Move" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__move_ids msgid "Stock Moves" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__stock_request_ids #: model:ir.module.category,name:stock_request.module_category_stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Stock Request" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_count +#: model:ir.model.fields,field_description:stock_request.field_stock_picking__stock_request_count msgid "Stock Request #" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request_allocation -#: model:ir.model.fields,field_description:stock_request.field_stock_move_allocation_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_move__allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__allocation_ids msgid "Stock Request Allocation" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.view_move_form -#: model:ir.ui.view,arch_db:stock_request.view_move_picking_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree +#: model_terms:ir.ui.view,arch_db:stock_request.view_move_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_move_picking_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree msgid "Stock Request Allocations" msgstr "" @@ -600,46 +776,51 @@ msgstr "" #. module: stock_request #: model:ir.actions.act_window,name:stock_request.action_stock_request_form -#: model:ir.model.fields,field_description:stock_request.field_stock_move_stock_request_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_move__stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_picking__stock_request_ids #: model:ir.ui.menu,name:stock_request.menu_stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_root -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.stock_request_search -#: model:ir.ui.view,arch_db:stock_request.view_picking_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_tree +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.view_picking_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_tree msgid "Stock Requests" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_analytic +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_analytic msgid "Stock Requests Analytic integration" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_kanban msgid "Stock Requests Kanban integration" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Stock Requests Search" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_purchase +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_purchase msgid "Stock Requests for Purchases" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model:ir.model,name:stock_request.model_stock_rule +msgid "Stock Rule" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form msgid "Stock request" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_count -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_tree +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__stock_request_count +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_tree msgid "Stock requests" msgstr "" @@ -676,14 +857,21 @@ msgstr "" msgid "This action only works in the context of products" msgstr "" +#. module: stock_request +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Today" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Transfers" msgstr "" @@ -696,27 +884,40 @@ msgid "" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_unread +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_unread +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_unread_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_unread_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__product_uom_id msgid "UoM" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Use Kanban cards for consumable products" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Use Purchases with Stock Requests" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_warehouse -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__warehouse_id +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Warehouse" msgstr "" @@ -726,6 +927,20 @@ msgstr "" msgid "Warehouse must be equal to the order" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__website_message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__website_message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__website_message_ids +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__website_message_ids +#: model:ir.model.fields,help:stock_request.field_stock_request_order__website_message_ids +msgid "Website communication history" +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_location.py:24 #, python-format @@ -797,8 +1012,3 @@ msgid "" "You have to select a product unit of measure in the same category than the " "default unit of measure of the product" msgstr "" - -#. module: stock_request -#: model:ir.model,name:stock_request.model_res_config_settings -msgid "res.config.settings" -msgstr "" diff --git a/stock_request/i18n/fr_CH.po b/stock_request/i18n/fr_CH.po index af5ea74c7..fb1c33f7c 100644 --- a/stock_request/i18n/fr_CH.po +++ b/stock_request/i18n/fr_CH.po @@ -26,55 +26,82 @@ msgid "
  • %s: Transferred quantity %s %s
  • " msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_needaction +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_needaction +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_needaction +msgid "Action Needed" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Activates Stock Request Orders" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_ids +msgid "Activities" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_state +msgid "Activity State" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__allocated_product_qty msgid "Allocated Quantity" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Allow All Locations Types" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_company_stock_request_allow_virtual_loc -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_stock_request_allow_virtual_loc -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_res_company__stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_stock_request__allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__allow_virtual_location msgid "Allow Virtual locations on Stock Requests" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Analytic" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Analytic accounting in Stock Requests" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_attachment_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_attachment_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_attachment_count +msgid "Attachment Count" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "" "By default only internal and transit locations are allowed in Stock Request " "and Orders." msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Cancel" msgstr "" @@ -84,7 +111,7 @@ msgid "Cancelled" msgstr "" #. module: stock_request -#: model:ir.actions.act_window,help:stock_request.action_stock_request_form +#: model_terms:ir.actions.act_window,help:stock_request.action_stock_request_form msgid "Click to add a Stock Request." msgstr "" @@ -94,11 +121,10 @@ msgid "Companies" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__company_id msgid "Company" msgstr "" @@ -109,47 +135,52 @@ msgid "Company must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.model,name:stock_request.model_res_config_settings +msgid "Config Settings" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Confirm" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request__create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__create_uid msgid "Created by" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__create_date msgid "Created on" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_expected_date -#: model:ir.model.fields,help:stock_request.field_stock_request_order_expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request__expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request_order__expected_date msgid "Date when you expect to receive the goods." msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_count -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_count msgid "Delivery Orders" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__display_name msgid "Display Name" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form #: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Done" msgstr "" @@ -160,28 +191,28 @@ msgid "Draft" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Analytic Accounting in Stock Requests" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Orders" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Stock Requests Kanban cards" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Stock Requests for Purchases" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_expected_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__expected_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__expected_date msgid "Expected Date" msgstr "" @@ -192,23 +223,65 @@ msgid "Expected date must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_follower_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_follower_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_channel_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_channel_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_partner_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_partner_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Group By" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_group_stock_request_order +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__group_stock_request_order msgid "Group Stock Request Order" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5885 +#: model:ir.model.fields,field_description:stock_request.field_stock_request__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__id msgid "ID" msgstr "" +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + #. module: stock_request #: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "In progress" @@ -225,43 +298,49 @@ msgid "Inventory Routes" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_is_follower +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_is_follower +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form msgid "Items" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Kanban" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order____last_update msgid "Last Modified on" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request__write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__write_uid msgid "Last Updated by" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__write_date msgid "Last Updated on" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_location_id -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__location_id +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Location" msgstr "" @@ -271,16 +350,36 @@ msgstr "" msgid "Location must be equal to the order" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_main_attachment_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_main_attachment_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + #. module: stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_master_data msgid "Master Data" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_order_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_ids +msgid "Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_order__procurement_group_id msgid "" "Moves created through this stock request will be put in this procurement " "group. If none is given, the moves generated by procurement rules will be " @@ -288,10 +387,9 @@ msgid "" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request__name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__name msgid "Name" msgstr "" @@ -300,6 +398,62 @@ msgstr "" msgid "Name must be unique" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_date_deadline +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_date_deadline +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_date_deadline +msgid "Next Activity Deadline" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_summary +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_summary +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_summary +msgid "Next Activity Summary" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_type_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_type_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_type_id +msgid "Next Activity Type" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_needaction_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_needaction_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread_counter +msgid "Number of unread messages" +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:264 #, python-format @@ -313,7 +467,7 @@ msgid "Only requests on draft state can be unlinked" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__open_product_qty msgid "Open Quantity" msgstr "" @@ -323,37 +477,40 @@ msgid "Operations" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__order_id msgid "Order" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Orders & Configuration" msgstr "" #. module: stock_request -#: model:ir.model,name:stock_request.model_stock_move_line -msgid "Packing Operation" +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Overdue" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_ids msgid "Pickings" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id -msgid "Procurement Group" +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Planned" msgstr "" #. module: stock_request -#: model:ir.model,name:stock_request.model_procurement_rule -msgid "Procurement Rule" +#: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__procurement_group_id +msgid "Procurement Group" msgstr "" #. module: stock_request @@ -363,85 +520,84 @@ msgid "Procurement group must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__product_id msgid "Product" msgstr "Produit" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id +#: model:ir.model,name:stock_request.model_stock_move_line +msgid "Product Moves (Stock Move Line)" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_uom_id msgid "Product Unit of Measure" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Purchases" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done +#: model:ir.model.fields,field_description:stock_request.field_stock_request__qty_done msgid "Qty Done" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_in_progress +#: model:ir.model.fields,field_description:stock_request.field_stock_request__qty_in_progress msgid "Qty In Progress" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_qty_done +#: model:ir.model.fields,help:stock_request.field_stock_request__qty_done msgid "Quantity completed" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_qty_in_progress +#: model:ir.model.fields,help:stock_request.field_stock_request__qty_in_progress msgid "Quantity in progress." msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request__product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__requested_product_uom_qty msgid "" "Quantity of the stock request allocated to the stock move, in the UoM of the " "Stock Request" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_allocated_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__allocated_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__requested_product_qty msgid "" "Quantity of the stock request allocated to the stock move, in the default " "UoM of the product" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_uom_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_uom_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request__product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__product_uom_qty msgid "Quantity, specified in the unit of measure indicated in the request." msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_qty msgid "Real Quantity" msgstr "" @@ -470,18 +626,18 @@ msgid "Request Stock" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__requested_product_qty msgid "Requested Quantity" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__requested_product_uom_qty msgid "Requested Quantity (UoM)" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_requested_by -#: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by +#: model:ir.model.fields,field_description:stock_request.field_stock_request__requested_by +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__requested_by msgid "Requested by" msgstr "" @@ -492,18 +648,27 @@ msgid "Requested by must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_user_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_user_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_user_id +msgid "Responsible User" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__route_id msgid "Route" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__route_ids +msgid "Routes" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Set to Draft" msgstr "" @@ -514,56 +679,67 @@ msgid "Settings" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_policy -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_policy +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_policy msgid "Shipping Policy" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_state -#: model:ir.model.fields,field_description:stock_request.field_stock_request_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request__state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__state msgid "Status" msgstr "" +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__activity_state +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_state +#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_state +msgid "" +"Status based on activities\n" +"Overdue: Due date is already passed\n" +"Today: Activity date is today\n" +"Planned: Future activities." +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_move -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_move_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__stock_move_id msgid "Stock Move" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__move_ids msgid "Stock Moves" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__stock_request_ids #: model:ir.module.category,name:stock_request.module_category_stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Stock Request" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_count +#: model:ir.model.fields,field_description:stock_request.field_stock_picking__stock_request_count msgid "Stock Request #" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request_allocation -#: model:ir.model.fields,field_description:stock_request.field_stock_move_allocation_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_move__allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__allocation_ids msgid "Stock Request Allocation" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.view_move_form -#: model:ir.ui.view,arch_db:stock_request.view_move_picking_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree +#: model_terms:ir.ui.view,arch_db:stock_request.view_move_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_move_picking_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree msgid "Stock Request Allocations" msgstr "" @@ -601,46 +777,51 @@ msgstr "" #. module: stock_request #: model:ir.actions.act_window,name:stock_request.action_stock_request_form -#: model:ir.model.fields,field_description:stock_request.field_stock_move_stock_request_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_move__stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_picking__stock_request_ids #: model:ir.ui.menu,name:stock_request.menu_stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_root -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.stock_request_search -#: model:ir.ui.view,arch_db:stock_request.view_picking_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_tree +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.view_picking_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_tree msgid "Stock Requests" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_analytic +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_analytic msgid "Stock Requests Analytic integration" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_kanban msgid "Stock Requests Kanban integration" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Stock Requests Search" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_purchase +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_purchase msgid "Stock Requests for Purchases" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model:ir.model,name:stock_request.model_stock_rule +msgid "Stock Rule" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form msgid "Stock request" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_count -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_tree +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__stock_request_count +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_tree msgid "Stock requests" msgstr "" @@ -677,14 +858,21 @@ msgstr "" msgid "This action only works in the context of products" msgstr "" +#. module: stock_request +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Today" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Transfers" msgstr "" @@ -697,27 +885,40 @@ msgid "" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_unread +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_unread +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_unread_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_unread_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__product_uom_id msgid "UoM" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Use Kanban cards for consumable products" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Use Purchases with Stock Requests" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_warehouse -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__warehouse_id +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Warehouse" msgstr "" @@ -727,6 +928,20 @@ msgstr "" msgid "Warehouse must be equal to the order" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__website_message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__website_message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__website_message_ids +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__website_message_ids +#: model:ir.model.fields,help:stock_request.field_stock_request_order__website_message_ids +msgid "Website communication history" +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_location.py:24 #, python-format @@ -798,8 +1013,3 @@ msgid "" "You have to select a product unit of measure in the same category than the " "default unit of measure of the product" msgstr "" - -#. module: stock_request -#: model:ir.model,name:stock_request.model_res_config_settings -msgid "res.config.settings" -msgstr "" diff --git a/stock_request/i18n/fr_FR.po b/stock_request/i18n/fr_FR.po index cea60c685..bfda48e94 100644 --- a/stock_request/i18n/fr_FR.po +++ b/stock_request/i18n/fr_FR.po @@ -26,55 +26,82 @@ msgid "
  • %s: Transferred quantity %s %s
  • " msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_needaction +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_needaction +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_needaction +msgid "Action Needed" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Activates Stock Request Orders" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_ids +msgid "Activities" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_state +msgid "Activity State" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__allocated_product_qty msgid "Allocated Quantity" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Allow All Locations Types" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_company_stock_request_allow_virtual_loc -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_stock_request_allow_virtual_loc -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_res_company__stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_stock_request__allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__allow_virtual_location msgid "Allow Virtual locations on Stock Requests" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Analytic" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Analytic accounting in Stock Requests" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_attachment_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_attachment_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_attachment_count +msgid "Attachment Count" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "" "By default only internal and transit locations are allowed in Stock Request " "and Orders." msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Cancel" msgstr "" @@ -84,7 +111,7 @@ msgid "Cancelled" msgstr "" #. module: stock_request -#: model:ir.actions.act_window,help:stock_request.action_stock_request_form +#: model_terms:ir.actions.act_window,help:stock_request.action_stock_request_form msgid "Click to add a Stock Request." msgstr "" @@ -94,11 +121,10 @@ msgid "Companies" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__company_id msgid "Company" msgstr "" @@ -109,47 +135,52 @@ msgid "Company must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.model,name:stock_request.model_res_config_settings +msgid "Config Settings" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Confirm" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request__create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__create_uid msgid "Created by" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__create_date msgid "Created on" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_expected_date -#: model:ir.model.fields,help:stock_request.field_stock_request_order_expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request__expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request_order__expected_date msgid "Date when you expect to receive the goods." msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_count -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_count msgid "Delivery Orders" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__display_name msgid "Display Name" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form #: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Done" msgstr "" @@ -160,28 +191,28 @@ msgid "Draft" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Analytic Accounting in Stock Requests" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Orders" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Stock Requests Kanban cards" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Stock Requests for Purchases" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_expected_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__expected_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__expected_date msgid "Expected Date" msgstr "" @@ -192,23 +223,65 @@ msgid "Expected date must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_follower_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_follower_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_channel_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_channel_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_partner_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_partner_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Group By" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_group_stock_request_order +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__group_stock_request_order msgid "Group Stock Request Order" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5885 +#: model:ir.model.fields,field_description:stock_request.field_stock_request__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__id msgid "ID" msgstr "" +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + #. module: stock_request #: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "In progress" @@ -225,43 +298,49 @@ msgid "Inventory Routes" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_is_follower +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_is_follower +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form msgid "Items" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Kanban" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order____last_update msgid "Last Modified on" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request__write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__write_uid msgid "Last Updated by" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__write_date msgid "Last Updated on" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_location_id -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__location_id +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Location" msgstr "" @@ -271,16 +350,36 @@ msgstr "" msgid "Location must be equal to the order" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_main_attachment_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_main_attachment_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + #. module: stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_master_data msgid "Master Data" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_order_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_ids +msgid "Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_order__procurement_group_id msgid "" "Moves created through this stock request will be put in this procurement " "group. If none is given, the moves generated by procurement rules will be " @@ -288,10 +387,9 @@ msgid "" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request__name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__name msgid "Name" msgstr "" @@ -300,6 +398,62 @@ msgstr "" msgid "Name must be unique" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_date_deadline +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_date_deadline +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_date_deadline +msgid "Next Activity Deadline" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_summary +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_summary +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_summary +msgid "Next Activity Summary" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_type_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_type_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_type_id +msgid "Next Activity Type" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_needaction_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_needaction_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread_counter +msgid "Number of unread messages" +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:264 #, python-format @@ -313,7 +467,7 @@ msgid "Only requests on draft state can be unlinked" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__open_product_qty msgid "Open Quantity" msgstr "" @@ -323,37 +477,40 @@ msgid "Operations" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__order_id msgid "Order" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Orders & Configuration" msgstr "" #. module: stock_request -#: model:ir.model,name:stock_request.model_stock_move_line -msgid "Packing Operation" +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Overdue" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_ids msgid "Pickings" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id -msgid "Procurement Group" +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Planned" msgstr "" #. module: stock_request -#: model:ir.model,name:stock_request.model_procurement_rule -msgid "Procurement Rule" +#: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__procurement_group_id +msgid "Procurement Group" msgstr "" #. module: stock_request @@ -363,85 +520,84 @@ msgid "Procurement group must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__product_id msgid "Product" msgstr "Produit" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id +#: model:ir.model,name:stock_request.model_stock_move_line +msgid "Product Moves (Stock Move Line)" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_uom_id msgid "Product Unit of Measure" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Purchases" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done +#: model:ir.model.fields,field_description:stock_request.field_stock_request__qty_done msgid "Qty Done" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_in_progress +#: model:ir.model.fields,field_description:stock_request.field_stock_request__qty_in_progress msgid "Qty In Progress" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_qty_done +#: model:ir.model.fields,help:stock_request.field_stock_request__qty_done msgid "Quantity completed" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_qty_in_progress +#: model:ir.model.fields,help:stock_request.field_stock_request__qty_in_progress msgid "Quantity in progress." msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request__product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__requested_product_uom_qty msgid "" "Quantity of the stock request allocated to the stock move, in the UoM of the " "Stock Request" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_allocated_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__allocated_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__requested_product_qty msgid "" "Quantity of the stock request allocated to the stock move, in the default " "UoM of the product" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_uom_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_uom_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request__product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__product_uom_qty msgid "Quantity, specified in the unit of measure indicated in the request." msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_qty msgid "Real Quantity" msgstr "" @@ -470,18 +626,18 @@ msgid "Request Stock" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__requested_product_qty msgid "Requested Quantity" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__requested_product_uom_qty msgid "Requested Quantity (UoM)" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_requested_by -#: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by +#: model:ir.model.fields,field_description:stock_request.field_stock_request__requested_by +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__requested_by msgid "Requested by" msgstr "" @@ -492,18 +648,27 @@ msgid "Requested by must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_user_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_user_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_user_id +msgid "Responsible User" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__route_id msgid "Route" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__route_ids +msgid "Routes" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Set to Draft" msgstr "" @@ -514,56 +679,67 @@ msgid "Settings" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_policy -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_policy +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_policy msgid "Shipping Policy" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_state -#: model:ir.model.fields,field_description:stock_request.field_stock_request_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request__state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__state msgid "Status" msgstr "" +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__activity_state +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_state +#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_state +msgid "" +"Status based on activities\n" +"Overdue: Due date is already passed\n" +"Today: Activity date is today\n" +"Planned: Future activities." +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_move -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_move_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__stock_move_id msgid "Stock Move" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__move_ids msgid "Stock Moves" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__stock_request_ids #: model:ir.module.category,name:stock_request.module_category_stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Stock Request" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_count +#: model:ir.model.fields,field_description:stock_request.field_stock_picking__stock_request_count msgid "Stock Request #" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request_allocation -#: model:ir.model.fields,field_description:stock_request.field_stock_move_allocation_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_move__allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__allocation_ids msgid "Stock Request Allocation" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.view_move_form -#: model:ir.ui.view,arch_db:stock_request.view_move_picking_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree +#: model_terms:ir.ui.view,arch_db:stock_request.view_move_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_move_picking_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree msgid "Stock Request Allocations" msgstr "" @@ -601,46 +777,51 @@ msgstr "" #. module: stock_request #: model:ir.actions.act_window,name:stock_request.action_stock_request_form -#: model:ir.model.fields,field_description:stock_request.field_stock_move_stock_request_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_move__stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_picking__stock_request_ids #: model:ir.ui.menu,name:stock_request.menu_stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_root -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.stock_request_search -#: model:ir.ui.view,arch_db:stock_request.view_picking_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_tree +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.view_picking_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_tree msgid "Stock Requests" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_analytic +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_analytic msgid "Stock Requests Analytic integration" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_kanban msgid "Stock Requests Kanban integration" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Stock Requests Search" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_purchase +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_purchase msgid "Stock Requests for Purchases" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model:ir.model,name:stock_request.model_stock_rule +msgid "Stock Rule" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form msgid "Stock request" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_count -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_tree +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__stock_request_count +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_tree msgid "Stock requests" msgstr "" @@ -677,14 +858,21 @@ msgstr "" msgid "This action only works in the context of products" msgstr "" +#. module: stock_request +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Today" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Transfers" msgstr "" @@ -697,27 +885,40 @@ msgid "" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_unread +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_unread +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_unread_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_unread_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__product_uom_id msgid "UoM" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Use Kanban cards for consumable products" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Use Purchases with Stock Requests" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_warehouse -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__warehouse_id +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Warehouse" msgstr "" @@ -727,6 +928,20 @@ msgstr "" msgid "Warehouse must be equal to the order" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__website_message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__website_message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__website_message_ids +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__website_message_ids +#: model:ir.model.fields,help:stock_request.field_stock_request_order__website_message_ids +msgid "Website communication history" +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_location.py:24 #, python-format @@ -798,8 +1013,3 @@ msgid "" "You have to select a product unit of measure in the same category than the " "default unit of measure of the product" msgstr "" - -#. module: stock_request -#: model:ir.model,name:stock_request.model_res_config_settings -msgid "res.config.settings" -msgstr "" diff --git a/stock_request/i18n/gl.po b/stock_request/i18n/gl.po index c48481246..1aed68600 100644 --- a/stock_request/i18n/gl.po +++ b/stock_request/i18n/gl.po @@ -25,55 +25,82 @@ msgid "
  • %s: Transferred quantity %s %s
  • " msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_needaction +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_needaction +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_needaction +msgid "Action Needed" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Activates Stock Request Orders" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_ids +msgid "Activities" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_state +msgid "Activity State" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__allocated_product_qty msgid "Allocated Quantity" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Allow All Locations Types" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_company_stock_request_allow_virtual_loc -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_stock_request_allow_virtual_loc -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_res_company__stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_stock_request__allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__allow_virtual_location msgid "Allow Virtual locations on Stock Requests" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Analytic" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Analytic accounting in Stock Requests" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_attachment_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_attachment_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_attachment_count +msgid "Attachment Count" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "" "By default only internal and transit locations are allowed in Stock Request " "and Orders." msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Cancel" msgstr "" @@ -83,7 +110,7 @@ msgid "Cancelled" msgstr "" #. module: stock_request -#: model:ir.actions.act_window,help:stock_request.action_stock_request_form +#: model_terms:ir.actions.act_window,help:stock_request.action_stock_request_form msgid "Click to add a Stock Request." msgstr "" @@ -93,11 +120,10 @@ msgid "Companies" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__company_id msgid "Company" msgstr "" @@ -108,47 +134,52 @@ msgid "Company must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.model,name:stock_request.model_res_config_settings +msgid "Config Settings" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Confirm" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request__create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__create_uid msgid "Created by" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__create_date msgid "Created on" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_expected_date -#: model:ir.model.fields,help:stock_request.field_stock_request_order_expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request__expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request_order__expected_date msgid "Date when you expect to receive the goods." msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_count -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_count msgid "Delivery Orders" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__display_name msgid "Display Name" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form #: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Done" msgstr "" @@ -159,28 +190,28 @@ msgid "Draft" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Analytic Accounting in Stock Requests" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Orders" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Stock Requests Kanban cards" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Stock Requests for Purchases" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_expected_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__expected_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__expected_date msgid "Expected Date" msgstr "" @@ -191,23 +222,65 @@ msgid "Expected date must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_follower_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_follower_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_channel_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_channel_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_partner_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_partner_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Group By" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_group_stock_request_order +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__group_stock_request_order msgid "Group Stock Request Order" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5885 +#: model:ir.model.fields,field_description:stock_request.field_stock_request__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__id msgid "ID" msgstr "" +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + #. module: stock_request #: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "In progress" @@ -224,43 +297,49 @@ msgid "Inventory Routes" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_is_follower +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_is_follower +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form msgid "Items" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Kanban" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order____last_update msgid "Last Modified on" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request__write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__write_uid msgid "Last Updated by" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__write_date msgid "Last Updated on" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_location_id -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__location_id +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Location" msgstr "" @@ -270,16 +349,36 @@ msgstr "" msgid "Location must be equal to the order" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_main_attachment_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_main_attachment_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + #. module: stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_master_data msgid "Master Data" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_order_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_ids +msgid "Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_order__procurement_group_id msgid "" "Moves created through this stock request will be put in this procurement " "group. If none is given, the moves generated by procurement rules will be " @@ -287,10 +386,9 @@ msgid "" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request__name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__name msgid "Name" msgstr "" @@ -299,6 +397,62 @@ msgstr "" msgid "Name must be unique" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_date_deadline +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_date_deadline +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_date_deadline +msgid "Next Activity Deadline" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_summary +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_summary +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_summary +msgid "Next Activity Summary" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_type_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_type_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_type_id +msgid "Next Activity Type" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_needaction_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_needaction_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread_counter +msgid "Number of unread messages" +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:264 #, python-format @@ -312,7 +466,7 @@ msgid "Only requests on draft state can be unlinked" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__open_product_qty msgid "Open Quantity" msgstr "" @@ -322,37 +476,40 @@ msgid "Operations" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__order_id msgid "Order" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Orders & Configuration" msgstr "" #. module: stock_request -#: model:ir.model,name:stock_request.model_stock_move_line -msgid "Packing Operation" +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Overdue" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_ids msgid "Pickings" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id -msgid "Procurement Group" +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Planned" msgstr "" #. module: stock_request -#: model:ir.model,name:stock_request.model_procurement_rule -msgid "Procurement Rule" +#: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__procurement_group_id +msgid "Procurement Group" msgstr "" #. module: stock_request @@ -362,85 +519,84 @@ msgid "Procurement group must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__product_id msgid "Product" msgstr "Produto" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id +#: model:ir.model,name:stock_request.model_stock_move_line +msgid "Product Moves (Stock Move Line)" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_uom_id msgid "Product Unit of Measure" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Purchases" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done +#: model:ir.model.fields,field_description:stock_request.field_stock_request__qty_done msgid "Qty Done" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_in_progress +#: model:ir.model.fields,field_description:stock_request.field_stock_request__qty_in_progress msgid "Qty In Progress" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_qty_done +#: model:ir.model.fields,help:stock_request.field_stock_request__qty_done msgid "Quantity completed" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_qty_in_progress +#: model:ir.model.fields,help:stock_request.field_stock_request__qty_in_progress msgid "Quantity in progress." msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request__product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__requested_product_uom_qty msgid "" "Quantity of the stock request allocated to the stock move, in the UoM of the " "Stock Request" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_allocated_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__allocated_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__requested_product_qty msgid "" "Quantity of the stock request allocated to the stock move, in the default " "UoM of the product" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_uom_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_uom_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request__product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__product_uom_qty msgid "Quantity, specified in the unit of measure indicated in the request." msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_qty msgid "Real Quantity" msgstr "" @@ -469,18 +625,18 @@ msgid "Request Stock" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__requested_product_qty msgid "Requested Quantity" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__requested_product_uom_qty msgid "Requested Quantity (UoM)" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_requested_by -#: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by +#: model:ir.model.fields,field_description:stock_request.field_stock_request__requested_by +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__requested_by msgid "Requested by" msgstr "" @@ -491,18 +647,27 @@ msgid "Requested by must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_user_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_user_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_user_id +msgid "Responsible User" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__route_id msgid "Route" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__route_ids +msgid "Routes" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Set to Draft" msgstr "" @@ -513,56 +678,67 @@ msgid "Settings" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_policy -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_policy +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_policy msgid "Shipping Policy" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_state -#: model:ir.model.fields,field_description:stock_request.field_stock_request_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request__state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__state msgid "Status" msgstr "" +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__activity_state +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_state +#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_state +msgid "" +"Status based on activities\n" +"Overdue: Due date is already passed\n" +"Today: Activity date is today\n" +"Planned: Future activities." +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_move -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_move_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__stock_move_id msgid "Stock Move" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__move_ids msgid "Stock Moves" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__stock_request_ids #: model:ir.module.category,name:stock_request.module_category_stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Stock Request" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_count +#: model:ir.model.fields,field_description:stock_request.field_stock_picking__stock_request_count msgid "Stock Request #" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request_allocation -#: model:ir.model.fields,field_description:stock_request.field_stock_move_allocation_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_move__allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__allocation_ids msgid "Stock Request Allocation" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.view_move_form -#: model:ir.ui.view,arch_db:stock_request.view_move_picking_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree +#: model_terms:ir.ui.view,arch_db:stock_request.view_move_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_move_picking_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree msgid "Stock Request Allocations" msgstr "" @@ -600,46 +776,51 @@ msgstr "" #. module: stock_request #: model:ir.actions.act_window,name:stock_request.action_stock_request_form -#: model:ir.model.fields,field_description:stock_request.field_stock_move_stock_request_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_move__stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_picking__stock_request_ids #: model:ir.ui.menu,name:stock_request.menu_stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_root -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.stock_request_search -#: model:ir.ui.view,arch_db:stock_request.view_picking_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_tree +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.view_picking_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_tree msgid "Stock Requests" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_analytic +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_analytic msgid "Stock Requests Analytic integration" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_kanban msgid "Stock Requests Kanban integration" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Stock Requests Search" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_purchase +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_purchase msgid "Stock Requests for Purchases" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model:ir.model,name:stock_request.model_stock_rule +msgid "Stock Rule" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form msgid "Stock request" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_count -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_tree +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__stock_request_count +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_tree msgid "Stock requests" msgstr "" @@ -676,14 +857,21 @@ msgstr "" msgid "This action only works in the context of products" msgstr "" +#. module: stock_request +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Today" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Transfers" msgstr "" @@ -696,27 +884,40 @@ msgid "" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_unread +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_unread +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_unread_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_unread_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__product_uom_id msgid "UoM" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Use Kanban cards for consumable products" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Use Purchases with Stock Requests" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_warehouse -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__warehouse_id +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Warehouse" msgstr "" @@ -726,6 +927,20 @@ msgstr "" msgid "Warehouse must be equal to the order" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__website_message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__website_message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__website_message_ids +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__website_message_ids +#: model:ir.model.fields,help:stock_request.field_stock_request_order__website_message_ids +msgid "Website communication history" +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_location.py:24 #, python-format @@ -797,8 +1012,3 @@ msgid "" "You have to select a product unit of measure in the same category than the " "default unit of measure of the product" msgstr "" - -#. module: stock_request -#: model:ir.model,name:stock_request.model_res_config_settings -msgid "res.config.settings" -msgstr "" diff --git a/stock_request/i18n/hr.po b/stock_request/i18n/hr.po index 09cc11e7e..36b5c90c4 100644 --- a/stock_request/i18n/hr.po +++ b/stock_request/i18n/hr.po @@ -26,55 +26,82 @@ msgid "
  • %s: Transferred quantity %s %s
  • " msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_needaction +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_needaction +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_needaction +msgid "Action Needed" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Activates Stock Request Orders" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_ids +msgid "Activities" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_state +msgid "Activity State" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__allocated_product_qty msgid "Allocated Quantity" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Allow All Locations Types" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_company_stock_request_allow_virtual_loc -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_stock_request_allow_virtual_loc -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_res_company__stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_stock_request__allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__allow_virtual_location msgid "Allow Virtual locations on Stock Requests" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Analytic" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Analytic accounting in Stock Requests" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_attachment_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_attachment_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_attachment_count +msgid "Attachment Count" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "" "By default only internal and transit locations are allowed in Stock Request " "and Orders." msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Cancel" msgstr "" @@ -84,7 +111,7 @@ msgid "Cancelled" msgstr "" #. module: stock_request -#: model:ir.actions.act_window,help:stock_request.action_stock_request_form +#: model_terms:ir.actions.act_window,help:stock_request.action_stock_request_form msgid "Click to add a Stock Request." msgstr "" @@ -94,11 +121,10 @@ msgid "Companies" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__company_id msgid "Company" msgstr "" @@ -109,47 +135,52 @@ msgid "Company must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.model,name:stock_request.model_res_config_settings +msgid "Config Settings" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Confirm" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request__create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__create_uid msgid "Created by" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__create_date msgid "Created on" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_expected_date -#: model:ir.model.fields,help:stock_request.field_stock_request_order_expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request__expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request_order__expected_date msgid "Date when you expect to receive the goods." msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_count -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_count msgid "Delivery Orders" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__display_name msgid "Display Name" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form #: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Done" msgstr "" @@ -160,28 +191,28 @@ msgid "Draft" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Analytic Accounting in Stock Requests" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Orders" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Stock Requests Kanban cards" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Stock Requests for Purchases" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_expected_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__expected_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__expected_date msgid "Expected Date" msgstr "" @@ -192,23 +223,65 @@ msgid "Expected date must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_follower_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_follower_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_channel_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_channel_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_partner_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_partner_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Group By" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_group_stock_request_order +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__group_stock_request_order msgid "Group Stock Request Order" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5885 +#: model:ir.model.fields,field_description:stock_request.field_stock_request__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__id msgid "ID" msgstr "" +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + #. module: stock_request #: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "In progress" @@ -225,43 +298,49 @@ msgid "Inventory Routes" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_is_follower +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_is_follower +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form msgid "Items" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Kanban" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order____last_update msgid "Last Modified on" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request__write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__write_uid msgid "Last Updated by" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__write_date msgid "Last Updated on" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_location_id -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__location_id +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Location" msgstr "" @@ -271,16 +350,36 @@ msgstr "" msgid "Location must be equal to the order" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_main_attachment_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_main_attachment_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + #. module: stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_master_data msgid "Master Data" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_order_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_ids +msgid "Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_order__procurement_group_id msgid "" "Moves created through this stock request will be put in this procurement " "group. If none is given, the moves generated by procurement rules will be " @@ -288,10 +387,9 @@ msgid "" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request__name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__name msgid "Name" msgstr "" @@ -300,6 +398,62 @@ msgstr "" msgid "Name must be unique" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_date_deadline +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_date_deadline +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_date_deadline +msgid "Next Activity Deadline" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_summary +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_summary +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_summary +msgid "Next Activity Summary" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_type_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_type_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_type_id +msgid "Next Activity Type" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_needaction_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_needaction_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread_counter +msgid "Number of unread messages" +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:264 #, python-format @@ -313,7 +467,7 @@ msgid "Only requests on draft state can be unlinked" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__open_product_qty msgid "Open Quantity" msgstr "" @@ -323,37 +477,40 @@ msgid "Operations" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__order_id msgid "Order" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Orders & Configuration" msgstr "" #. module: stock_request -#: model:ir.model,name:stock_request.model_stock_move_line -msgid "Packing Operation" +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Overdue" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_ids msgid "Pickings" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id -msgid "Procurement Group" +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Planned" msgstr "" #. module: stock_request -#: model:ir.model,name:stock_request.model_procurement_rule -msgid "Procurement Rule" +#: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__procurement_group_id +msgid "Procurement Group" msgstr "" #. module: stock_request @@ -363,85 +520,84 @@ msgid "Procurement group must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__product_id msgid "Product" msgstr "Proizvod" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id +#: model:ir.model,name:stock_request.model_stock_move_line +msgid "Product Moves (Stock Move Line)" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_uom_id msgid "Product Unit of Measure" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Purchases" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done +#: model:ir.model.fields,field_description:stock_request.field_stock_request__qty_done msgid "Qty Done" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_in_progress +#: model:ir.model.fields,field_description:stock_request.field_stock_request__qty_in_progress msgid "Qty In Progress" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_qty_done +#: model:ir.model.fields,help:stock_request.field_stock_request__qty_done msgid "Quantity completed" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_qty_in_progress +#: model:ir.model.fields,help:stock_request.field_stock_request__qty_in_progress msgid "Quantity in progress." msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request__product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__requested_product_uom_qty msgid "" "Quantity of the stock request allocated to the stock move, in the UoM of the " "Stock Request" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_allocated_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__allocated_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__requested_product_qty msgid "" "Quantity of the stock request allocated to the stock move, in the default " "UoM of the product" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_uom_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_uom_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request__product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__product_uom_qty msgid "Quantity, specified in the unit of measure indicated in the request." msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_qty msgid "Real Quantity" msgstr "" @@ -470,18 +626,18 @@ msgid "Request Stock" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__requested_product_qty msgid "Requested Quantity" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__requested_product_uom_qty msgid "Requested Quantity (UoM)" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_requested_by -#: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by +#: model:ir.model.fields,field_description:stock_request.field_stock_request__requested_by +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__requested_by msgid "Requested by" msgstr "" @@ -492,18 +648,27 @@ msgid "Requested by must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_user_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_user_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_user_id +msgid "Responsible User" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__route_id msgid "Route" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__route_ids +msgid "Routes" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Set to Draft" msgstr "" @@ -514,56 +679,67 @@ msgid "Settings" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_policy -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_policy +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_policy msgid "Shipping Policy" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_state -#: model:ir.model.fields,field_description:stock_request.field_stock_request_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request__state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__state msgid "Status" msgstr "" +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__activity_state +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_state +#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_state +msgid "" +"Status based on activities\n" +"Overdue: Due date is already passed\n" +"Today: Activity date is today\n" +"Planned: Future activities." +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_move -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_move_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__stock_move_id msgid "Stock Move" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__move_ids msgid "Stock Moves" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__stock_request_ids #: model:ir.module.category,name:stock_request.module_category_stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Stock Request" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_count +#: model:ir.model.fields,field_description:stock_request.field_stock_picking__stock_request_count msgid "Stock Request #" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request_allocation -#: model:ir.model.fields,field_description:stock_request.field_stock_move_allocation_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_move__allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__allocation_ids msgid "Stock Request Allocation" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.view_move_form -#: model:ir.ui.view,arch_db:stock_request.view_move_picking_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree +#: model_terms:ir.ui.view,arch_db:stock_request.view_move_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_move_picking_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree msgid "Stock Request Allocations" msgstr "" @@ -601,46 +777,51 @@ msgstr "" #. module: stock_request #: model:ir.actions.act_window,name:stock_request.action_stock_request_form -#: model:ir.model.fields,field_description:stock_request.field_stock_move_stock_request_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_move__stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_picking__stock_request_ids #: model:ir.ui.menu,name:stock_request.menu_stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_root -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.stock_request_search -#: model:ir.ui.view,arch_db:stock_request.view_picking_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_tree +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.view_picking_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_tree msgid "Stock Requests" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_analytic +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_analytic msgid "Stock Requests Analytic integration" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_kanban msgid "Stock Requests Kanban integration" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Stock Requests Search" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_purchase +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_purchase msgid "Stock Requests for Purchases" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model:ir.model,name:stock_request.model_stock_rule +msgid "Stock Rule" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form msgid "Stock request" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_count -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_tree +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__stock_request_count +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_tree msgid "Stock requests" msgstr "" @@ -677,14 +858,21 @@ msgstr "" msgid "This action only works in the context of products" msgstr "" +#. module: stock_request +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Today" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Transfers" msgstr "" @@ -697,27 +885,40 @@ msgid "" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_unread +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_unread +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_unread_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_unread_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__product_uom_id msgid "UoM" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Use Kanban cards for consumable products" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Use Purchases with Stock Requests" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_warehouse -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__warehouse_id +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Warehouse" msgstr "" @@ -727,6 +928,20 @@ msgstr "" msgid "Warehouse must be equal to the order" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__website_message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__website_message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__website_message_ids +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__website_message_ids +#: model:ir.model.fields,help:stock_request.field_stock_request_order__website_message_ids +msgid "Website communication history" +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_location.py:24 #, python-format @@ -798,8 +1013,3 @@ msgid "" "You have to select a product unit of measure in the same category than the " "default unit of measure of the product" msgstr "" - -#. module: stock_request -#: model:ir.model,name:stock_request.model_res_config_settings -msgid "res.config.settings" -msgstr "" diff --git a/stock_request/i18n/hr_HR.po b/stock_request/i18n/hr_HR.po index e915025e3..d88a08529 100644 --- a/stock_request/i18n/hr_HR.po +++ b/stock_request/i18n/hr_HR.po @@ -27,55 +27,82 @@ msgid "
  • %s: Transferred quantity %s %s
  • " msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_needaction +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_needaction +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_needaction +msgid "Action Needed" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Activates Stock Request Orders" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_ids +msgid "Activities" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_state +msgid "Activity State" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__allocated_product_qty msgid "Allocated Quantity" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Allow All Locations Types" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_company_stock_request_allow_virtual_loc -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_stock_request_allow_virtual_loc -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_res_company__stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_stock_request__allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__allow_virtual_location msgid "Allow Virtual locations on Stock Requests" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Analytic" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Analytic accounting in Stock Requests" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_attachment_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_attachment_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_attachment_count +msgid "Attachment Count" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "" "By default only internal and transit locations are allowed in Stock Request " "and Orders." msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Cancel" msgstr "" @@ -85,7 +112,7 @@ msgid "Cancelled" msgstr "" #. module: stock_request -#: model:ir.actions.act_window,help:stock_request.action_stock_request_form +#: model_terms:ir.actions.act_window,help:stock_request.action_stock_request_form msgid "Click to add a Stock Request." msgstr "" @@ -95,11 +122,10 @@ msgid "Companies" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__company_id msgid "Company" msgstr "" @@ -110,47 +136,52 @@ msgid "Company must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.model,name:stock_request.model_res_config_settings +msgid "Config Settings" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Confirm" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request__create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__create_uid msgid "Created by" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__create_date msgid "Created on" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_expected_date -#: model:ir.model.fields,help:stock_request.field_stock_request_order_expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request__expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request_order__expected_date msgid "Date when you expect to receive the goods." msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_count -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_count msgid "Delivery Orders" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__display_name msgid "Display Name" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form #: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Done" msgstr "" @@ -161,28 +192,28 @@ msgid "Draft" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Analytic Accounting in Stock Requests" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Orders" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Stock Requests Kanban cards" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Stock Requests for Purchases" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_expected_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__expected_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__expected_date msgid "Expected Date" msgstr "" @@ -193,23 +224,65 @@ msgid "Expected date must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_follower_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_follower_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_channel_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_channel_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_partner_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_partner_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Group By" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_group_stock_request_order +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__group_stock_request_order msgid "Group Stock Request Order" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5885 +#: model:ir.model.fields,field_description:stock_request.field_stock_request__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__id msgid "ID" msgstr "" +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + #. module: stock_request #: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "In progress" @@ -226,43 +299,49 @@ msgid "Inventory Routes" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_is_follower +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_is_follower +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form msgid "Items" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Kanban" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order____last_update msgid "Last Modified on" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request__write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__write_uid msgid "Last Updated by" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__write_date msgid "Last Updated on" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_location_id -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__location_id +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Location" msgstr "" @@ -272,16 +351,36 @@ msgstr "" msgid "Location must be equal to the order" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_main_attachment_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_main_attachment_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + #. module: stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_master_data msgid "Master Data" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_order_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_ids +msgid "Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_order__procurement_group_id msgid "" "Moves created through this stock request will be put in this procurement " "group. If none is given, the moves generated by procurement rules will be " @@ -289,10 +388,9 @@ msgid "" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request__name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__name msgid "Name" msgstr "" @@ -301,6 +399,62 @@ msgstr "" msgid "Name must be unique" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_date_deadline +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_date_deadline +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_date_deadline +msgid "Next Activity Deadline" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_summary +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_summary +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_summary +msgid "Next Activity Summary" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_type_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_type_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_type_id +msgid "Next Activity Type" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_needaction_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_needaction_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread_counter +msgid "Number of unread messages" +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:264 #, python-format @@ -314,7 +468,7 @@ msgid "Only requests on draft state can be unlinked" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__open_product_qty msgid "Open Quantity" msgstr "" @@ -324,37 +478,40 @@ msgid "Operations" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__order_id msgid "Order" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Orders & Configuration" msgstr "" #. module: stock_request -#: model:ir.model,name:stock_request.model_stock_move_line -msgid "Packing Operation" +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Overdue" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_ids msgid "Pickings" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id -msgid "Procurement Group" +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Planned" msgstr "" #. module: stock_request -#: model:ir.model,name:stock_request.model_procurement_rule -msgid "Procurement Rule" +#: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__procurement_group_id +msgid "Procurement Group" msgstr "" #. module: stock_request @@ -364,85 +521,84 @@ msgid "Procurement group must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__product_id msgid "Product" msgstr "Proizvod" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id +#: model:ir.model,name:stock_request.model_stock_move_line +msgid "Product Moves (Stock Move Line)" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_uom_id msgid "Product Unit of Measure" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Purchases" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done +#: model:ir.model.fields,field_description:stock_request.field_stock_request__qty_done msgid "Qty Done" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_in_progress +#: model:ir.model.fields,field_description:stock_request.field_stock_request__qty_in_progress msgid "Qty In Progress" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_qty_done +#: model:ir.model.fields,help:stock_request.field_stock_request__qty_done msgid "Quantity completed" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_qty_in_progress +#: model:ir.model.fields,help:stock_request.field_stock_request__qty_in_progress msgid "Quantity in progress." msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request__product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__requested_product_uom_qty msgid "" "Quantity of the stock request allocated to the stock move, in the UoM of the " "Stock Request" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_allocated_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__allocated_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__requested_product_qty msgid "" "Quantity of the stock request allocated to the stock move, in the default " "UoM of the product" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_uom_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_uom_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request__product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__product_uom_qty msgid "Quantity, specified in the unit of measure indicated in the request." msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_qty msgid "Real Quantity" msgstr "" @@ -471,18 +627,18 @@ msgid "Request Stock" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__requested_product_qty msgid "Requested Quantity" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__requested_product_uom_qty msgid "Requested Quantity (UoM)" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_requested_by -#: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by +#: model:ir.model.fields,field_description:stock_request.field_stock_request__requested_by +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__requested_by msgid "Requested by" msgstr "" @@ -493,18 +649,27 @@ msgid "Requested by must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_user_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_user_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_user_id +msgid "Responsible User" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__route_id msgid "Route" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__route_ids +msgid "Routes" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Set to Draft" msgstr "" @@ -515,56 +680,67 @@ msgid "Settings" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_policy -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_policy +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_policy msgid "Shipping Policy" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_state -#: model:ir.model.fields,field_description:stock_request.field_stock_request_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request__state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__state msgid "Status" msgstr "" +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__activity_state +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_state +#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_state +msgid "" +"Status based on activities\n" +"Overdue: Due date is already passed\n" +"Today: Activity date is today\n" +"Planned: Future activities." +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_move -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_move_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__stock_move_id msgid "Stock Move" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__move_ids msgid "Stock Moves" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__stock_request_ids #: model:ir.module.category,name:stock_request.module_category_stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Stock Request" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_count +#: model:ir.model.fields,field_description:stock_request.field_stock_picking__stock_request_count msgid "Stock Request #" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request_allocation -#: model:ir.model.fields,field_description:stock_request.field_stock_move_allocation_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_move__allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__allocation_ids msgid "Stock Request Allocation" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.view_move_form -#: model:ir.ui.view,arch_db:stock_request.view_move_picking_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree +#: model_terms:ir.ui.view,arch_db:stock_request.view_move_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_move_picking_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree msgid "Stock Request Allocations" msgstr "" @@ -602,46 +778,51 @@ msgstr "" #. module: stock_request #: model:ir.actions.act_window,name:stock_request.action_stock_request_form -#: model:ir.model.fields,field_description:stock_request.field_stock_move_stock_request_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_move__stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_picking__stock_request_ids #: model:ir.ui.menu,name:stock_request.menu_stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_root -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.stock_request_search -#: model:ir.ui.view,arch_db:stock_request.view_picking_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_tree +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.view_picking_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_tree msgid "Stock Requests" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_analytic +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_analytic msgid "Stock Requests Analytic integration" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_kanban msgid "Stock Requests Kanban integration" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Stock Requests Search" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_purchase +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_purchase msgid "Stock Requests for Purchases" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model:ir.model,name:stock_request.model_stock_rule +msgid "Stock Rule" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form msgid "Stock request" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_count -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_tree +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__stock_request_count +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_tree msgid "Stock requests" msgstr "" @@ -678,14 +859,21 @@ msgstr "" msgid "This action only works in the context of products" msgstr "" +#. module: stock_request +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Today" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Transfers" msgstr "" @@ -698,27 +886,40 @@ msgid "" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_unread +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_unread +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_unread_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_unread_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__product_uom_id msgid "UoM" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Use Kanban cards for consumable products" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Use Purchases with Stock Requests" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_warehouse -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__warehouse_id +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Warehouse" msgstr "" @@ -728,6 +929,20 @@ msgstr "" msgid "Warehouse must be equal to the order" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__website_message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__website_message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__website_message_ids +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__website_message_ids +#: model:ir.model.fields,help:stock_request.field_stock_request_order__website_message_ids +msgid "Website communication history" +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_location.py:24 #, python-format @@ -799,8 +1014,3 @@ msgid "" "You have to select a product unit of measure in the same category than the " "default unit of measure of the product" msgstr "" - -#. module: stock_request -#: model:ir.model,name:stock_request.model_res_config_settings -msgid "res.config.settings" -msgstr "" diff --git a/stock_request/i18n/it.po b/stock_request/i18n/it.po index 48be9f580..0c46b0645 100644 --- a/stock_request/i18n/it.po +++ b/stock_request/i18n/it.po @@ -25,55 +25,82 @@ msgid "
  • %s: Transferred quantity %s %s
  • " msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_needaction +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_needaction +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_needaction +msgid "Action Needed" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Activates Stock Request Orders" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_ids +msgid "Activities" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_state +msgid "Activity State" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__allocated_product_qty msgid "Allocated Quantity" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Allow All Locations Types" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_company_stock_request_allow_virtual_loc -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_stock_request_allow_virtual_loc -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_res_company__stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_stock_request__allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__allow_virtual_location msgid "Allow Virtual locations on Stock Requests" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Analytic" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Analytic accounting in Stock Requests" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_attachment_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_attachment_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_attachment_count +msgid "Attachment Count" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "" "By default only internal and transit locations are allowed in Stock Request " "and Orders." msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Cancel" msgstr "" @@ -83,7 +110,7 @@ msgid "Cancelled" msgstr "" #. module: stock_request -#: model:ir.actions.act_window,help:stock_request.action_stock_request_form +#: model_terms:ir.actions.act_window,help:stock_request.action_stock_request_form msgid "Click to add a Stock Request." msgstr "" @@ -93,11 +120,10 @@ msgid "Companies" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__company_id msgid "Company" msgstr "" @@ -108,47 +134,52 @@ msgid "Company must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.model,name:stock_request.model_res_config_settings +msgid "Config Settings" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Confirm" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request__create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__create_uid msgid "Created by" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__create_date msgid "Created on" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_expected_date -#: model:ir.model.fields,help:stock_request.field_stock_request_order_expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request__expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request_order__expected_date msgid "Date when you expect to receive the goods." msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_count -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_count msgid "Delivery Orders" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__display_name msgid "Display Name" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form #: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Done" msgstr "" @@ -159,28 +190,28 @@ msgid "Draft" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Analytic Accounting in Stock Requests" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Orders" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Stock Requests Kanban cards" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Stock Requests for Purchases" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_expected_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__expected_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__expected_date msgid "Expected Date" msgstr "" @@ -191,23 +222,65 @@ msgid "Expected date must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_follower_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_follower_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_channel_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_channel_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_partner_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_partner_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Group By" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_group_stock_request_order +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__group_stock_request_order msgid "Group Stock Request Order" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5885 +#: model:ir.model.fields,field_description:stock_request.field_stock_request__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__id msgid "ID" msgstr "" +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + #. module: stock_request #: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "In progress" @@ -224,43 +297,49 @@ msgid "Inventory Routes" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_is_follower +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_is_follower +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form msgid "Items" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Kanban" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order____last_update msgid "Last Modified on" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request__write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__write_uid msgid "Last Updated by" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__write_date msgid "Last Updated on" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_location_id -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__location_id +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Location" msgstr "" @@ -270,16 +349,36 @@ msgstr "" msgid "Location must be equal to the order" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_main_attachment_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_main_attachment_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + #. module: stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_master_data msgid "Master Data" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_order_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_ids +msgid "Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_order__procurement_group_id msgid "" "Moves created through this stock request will be put in this procurement " "group. If none is given, the moves generated by procurement rules will be " @@ -287,10 +386,9 @@ msgid "" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request__name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__name msgid "Name" msgstr "" @@ -299,6 +397,62 @@ msgstr "" msgid "Name must be unique" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_date_deadline +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_date_deadline +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_date_deadline +msgid "Next Activity Deadline" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_summary +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_summary +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_summary +msgid "Next Activity Summary" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_type_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_type_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_type_id +msgid "Next Activity Type" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_needaction_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_needaction_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread_counter +msgid "Number of unread messages" +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:264 #, python-format @@ -312,7 +466,7 @@ msgid "Only requests on draft state can be unlinked" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__open_product_qty msgid "Open Quantity" msgstr "" @@ -322,37 +476,40 @@ msgid "Operations" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__order_id msgid "Order" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Orders & Configuration" msgstr "" #. module: stock_request -#: model:ir.model,name:stock_request.model_stock_move_line -msgid "Packing Operation" +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Overdue" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_ids msgid "Pickings" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id -msgid "Procurement Group" +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Planned" msgstr "" #. module: stock_request -#: model:ir.model,name:stock_request.model_procurement_rule -msgid "Procurement Rule" +#: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__procurement_group_id +msgid "Procurement Group" msgstr "" #. module: stock_request @@ -362,85 +519,84 @@ msgid "Procurement group must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__product_id msgid "Product" msgstr "Prodotto" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id +#: model:ir.model,name:stock_request.model_stock_move_line +msgid "Product Moves (Stock Move Line)" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_uom_id msgid "Product Unit of Measure" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Purchases" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done +#: model:ir.model.fields,field_description:stock_request.field_stock_request__qty_done msgid "Qty Done" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_in_progress +#: model:ir.model.fields,field_description:stock_request.field_stock_request__qty_in_progress msgid "Qty In Progress" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_qty_done +#: model:ir.model.fields,help:stock_request.field_stock_request__qty_done msgid "Quantity completed" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_qty_in_progress +#: model:ir.model.fields,help:stock_request.field_stock_request__qty_in_progress msgid "Quantity in progress." msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request__product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__requested_product_uom_qty msgid "" "Quantity of the stock request allocated to the stock move, in the UoM of the " "Stock Request" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_allocated_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__allocated_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__requested_product_qty msgid "" "Quantity of the stock request allocated to the stock move, in the default " "UoM of the product" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_uom_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_uom_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request__product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__product_uom_qty msgid "Quantity, specified in the unit of measure indicated in the request." msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_qty msgid "Real Quantity" msgstr "" @@ -469,18 +625,18 @@ msgid "Request Stock" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__requested_product_qty msgid "Requested Quantity" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__requested_product_uom_qty msgid "Requested Quantity (UoM)" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_requested_by -#: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by +#: model:ir.model.fields,field_description:stock_request.field_stock_request__requested_by +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__requested_by msgid "Requested by" msgstr "" @@ -491,18 +647,27 @@ msgid "Requested by must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_user_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_user_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_user_id +msgid "Responsible User" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__route_id msgid "Route" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__route_ids +msgid "Routes" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Set to Draft" msgstr "" @@ -513,56 +678,67 @@ msgid "Settings" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_policy -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_policy +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_policy msgid "Shipping Policy" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_state -#: model:ir.model.fields,field_description:stock_request.field_stock_request_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request__state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__state msgid "Status" msgstr "" +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__activity_state +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_state +#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_state +msgid "" +"Status based on activities\n" +"Overdue: Due date is already passed\n" +"Today: Activity date is today\n" +"Planned: Future activities." +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_move -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_move_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__stock_move_id msgid "Stock Move" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__move_ids msgid "Stock Moves" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__stock_request_ids #: model:ir.module.category,name:stock_request.module_category_stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Stock Request" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_count +#: model:ir.model.fields,field_description:stock_request.field_stock_picking__stock_request_count msgid "Stock Request #" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request_allocation -#: model:ir.model.fields,field_description:stock_request.field_stock_move_allocation_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_move__allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__allocation_ids msgid "Stock Request Allocation" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.view_move_form -#: model:ir.ui.view,arch_db:stock_request.view_move_picking_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree +#: model_terms:ir.ui.view,arch_db:stock_request.view_move_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_move_picking_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree msgid "Stock Request Allocations" msgstr "" @@ -600,46 +776,51 @@ msgstr "" #. module: stock_request #: model:ir.actions.act_window,name:stock_request.action_stock_request_form -#: model:ir.model.fields,field_description:stock_request.field_stock_move_stock_request_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_move__stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_picking__stock_request_ids #: model:ir.ui.menu,name:stock_request.menu_stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_root -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.stock_request_search -#: model:ir.ui.view,arch_db:stock_request.view_picking_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_tree +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.view_picking_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_tree msgid "Stock Requests" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_analytic +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_analytic msgid "Stock Requests Analytic integration" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_kanban msgid "Stock Requests Kanban integration" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Stock Requests Search" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_purchase +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_purchase msgid "Stock Requests for Purchases" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model:ir.model,name:stock_request.model_stock_rule +msgid "Stock Rule" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form msgid "Stock request" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_count -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_tree +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__stock_request_count +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_tree msgid "Stock requests" msgstr "" @@ -676,14 +857,21 @@ msgstr "" msgid "This action only works in the context of products" msgstr "" +#. module: stock_request +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Today" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Transfers" msgstr "" @@ -696,27 +884,40 @@ msgid "" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_unread +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_unread +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_unread_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_unread_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__product_uom_id msgid "UoM" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Use Kanban cards for consumable products" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Use Purchases with Stock Requests" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_warehouse -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__warehouse_id +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Warehouse" msgstr "" @@ -726,6 +927,20 @@ msgstr "" msgid "Warehouse must be equal to the order" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__website_message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__website_message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__website_message_ids +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__website_message_ids +#: model:ir.model.fields,help:stock_request.field_stock_request_order__website_message_ids +msgid "Website communication history" +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_location.py:24 #, python-format @@ -797,8 +1012,3 @@ msgid "" "You have to select a product unit of measure in the same category than the " "default unit of measure of the product" msgstr "" - -#. module: stock_request -#: model:ir.model,name:stock_request.model_res_config_settings -msgid "res.config.settings" -msgstr "" diff --git a/stock_request/i18n/nl.po b/stock_request/i18n/nl.po index 51fda6d36..741137645 100644 --- a/stock_request/i18n/nl.po +++ b/stock_request/i18n/nl.po @@ -25,55 +25,82 @@ msgid "
  • %s: Transferred quantity %s %s
  • " msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_needaction +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_needaction +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_needaction +msgid "Action Needed" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Activates Stock Request Orders" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_ids +msgid "Activities" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_state +msgid "Activity State" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__allocated_product_qty msgid "Allocated Quantity" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Allow All Locations Types" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_company_stock_request_allow_virtual_loc -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_stock_request_allow_virtual_loc -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_res_company__stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_stock_request__allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__allow_virtual_location msgid "Allow Virtual locations on Stock Requests" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Analytic" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Analytic accounting in Stock Requests" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_attachment_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_attachment_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_attachment_count +msgid "Attachment Count" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "" "By default only internal and transit locations are allowed in Stock Request " "and Orders." msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Cancel" msgstr "" @@ -83,7 +110,7 @@ msgid "Cancelled" msgstr "" #. module: stock_request -#: model:ir.actions.act_window,help:stock_request.action_stock_request_form +#: model_terms:ir.actions.act_window,help:stock_request.action_stock_request_form msgid "Click to add a Stock Request." msgstr "" @@ -93,11 +120,10 @@ msgid "Companies" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__company_id msgid "Company" msgstr "" @@ -108,47 +134,52 @@ msgid "Company must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.model,name:stock_request.model_res_config_settings +msgid "Config Settings" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Confirm" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request__create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__create_uid msgid "Created by" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__create_date msgid "Created on" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_expected_date -#: model:ir.model.fields,help:stock_request.field_stock_request_order_expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request__expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request_order__expected_date msgid "Date when you expect to receive the goods." msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_count -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_count msgid "Delivery Orders" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__display_name msgid "Display Name" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form #: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Done" msgstr "" @@ -159,28 +190,28 @@ msgid "Draft" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Analytic Accounting in Stock Requests" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Orders" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Stock Requests Kanban cards" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Stock Requests for Purchases" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_expected_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__expected_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__expected_date msgid "Expected Date" msgstr "" @@ -191,23 +222,65 @@ msgid "Expected date must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_follower_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_follower_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_channel_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_channel_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_partner_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_partner_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Group By" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_group_stock_request_order +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__group_stock_request_order msgid "Group Stock Request Order" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5885 +#: model:ir.model.fields,field_description:stock_request.field_stock_request__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__id msgid "ID" msgstr "" +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + #. module: stock_request #: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "In progress" @@ -224,43 +297,49 @@ msgid "Inventory Routes" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_is_follower +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_is_follower +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form msgid "Items" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Kanban" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order____last_update msgid "Last Modified on" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request__write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__write_uid msgid "Last Updated by" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__write_date msgid "Last Updated on" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_location_id -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__location_id +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Location" msgstr "" @@ -270,16 +349,36 @@ msgstr "" msgid "Location must be equal to the order" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_main_attachment_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_main_attachment_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + #. module: stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_master_data msgid "Master Data" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_order_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_ids +msgid "Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_order__procurement_group_id msgid "" "Moves created through this stock request will be put in this procurement " "group. If none is given, the moves generated by procurement rules will be " @@ -287,10 +386,9 @@ msgid "" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request__name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__name msgid "Name" msgstr "" @@ -299,6 +397,62 @@ msgstr "" msgid "Name must be unique" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_date_deadline +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_date_deadline +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_date_deadline +msgid "Next Activity Deadline" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_summary +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_summary +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_summary +msgid "Next Activity Summary" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_type_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_type_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_type_id +msgid "Next Activity Type" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_needaction_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_needaction_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread_counter +msgid "Number of unread messages" +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:264 #, python-format @@ -312,7 +466,7 @@ msgid "Only requests on draft state can be unlinked" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__open_product_qty msgid "Open Quantity" msgstr "" @@ -322,37 +476,40 @@ msgid "Operations" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__order_id msgid "Order" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Orders & Configuration" msgstr "" #. module: stock_request -#: model:ir.model,name:stock_request.model_stock_move_line -msgid "Packing Operation" +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Overdue" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_ids msgid "Pickings" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id -msgid "Procurement Group" +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Planned" msgstr "" #. module: stock_request -#: model:ir.model,name:stock_request.model_procurement_rule -msgid "Procurement Rule" +#: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__procurement_group_id +msgid "Procurement Group" msgstr "" #. module: stock_request @@ -362,85 +519,84 @@ msgid "Procurement group must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__product_id msgid "Product" msgstr "Product" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id +#: model:ir.model,name:stock_request.model_stock_move_line +msgid "Product Moves (Stock Move Line)" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_uom_id msgid "Product Unit of Measure" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Purchases" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done +#: model:ir.model.fields,field_description:stock_request.field_stock_request__qty_done msgid "Qty Done" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_in_progress +#: model:ir.model.fields,field_description:stock_request.field_stock_request__qty_in_progress msgid "Qty In Progress" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_qty_done +#: model:ir.model.fields,help:stock_request.field_stock_request__qty_done msgid "Quantity completed" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_qty_in_progress +#: model:ir.model.fields,help:stock_request.field_stock_request__qty_in_progress msgid "Quantity in progress." msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request__product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__requested_product_uom_qty msgid "" "Quantity of the stock request allocated to the stock move, in the UoM of the " "Stock Request" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_allocated_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__allocated_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__requested_product_qty msgid "" "Quantity of the stock request allocated to the stock move, in the default " "UoM of the product" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_uom_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_uom_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request__product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__product_uom_qty msgid "Quantity, specified in the unit of measure indicated in the request." msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_qty msgid "Real Quantity" msgstr "" @@ -469,18 +625,18 @@ msgid "Request Stock" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__requested_product_qty msgid "Requested Quantity" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__requested_product_uom_qty msgid "Requested Quantity (UoM)" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_requested_by -#: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by +#: model:ir.model.fields,field_description:stock_request.field_stock_request__requested_by +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__requested_by msgid "Requested by" msgstr "" @@ -491,18 +647,27 @@ msgid "Requested by must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_user_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_user_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_user_id +msgid "Responsible User" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__route_id msgid "Route" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__route_ids +msgid "Routes" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Set to Draft" msgstr "" @@ -513,56 +678,67 @@ msgid "Settings" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_policy -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_policy +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_policy msgid "Shipping Policy" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_state -#: model:ir.model.fields,field_description:stock_request.field_stock_request_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request__state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__state msgid "Status" msgstr "" +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__activity_state +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_state +#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_state +msgid "" +"Status based on activities\n" +"Overdue: Due date is already passed\n" +"Today: Activity date is today\n" +"Planned: Future activities." +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_move -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_move_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__stock_move_id msgid "Stock Move" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__move_ids msgid "Stock Moves" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__stock_request_ids #: model:ir.module.category,name:stock_request.module_category_stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Stock Request" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_count +#: model:ir.model.fields,field_description:stock_request.field_stock_picking__stock_request_count msgid "Stock Request #" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request_allocation -#: model:ir.model.fields,field_description:stock_request.field_stock_move_allocation_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_move__allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__allocation_ids msgid "Stock Request Allocation" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.view_move_form -#: model:ir.ui.view,arch_db:stock_request.view_move_picking_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree +#: model_terms:ir.ui.view,arch_db:stock_request.view_move_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_move_picking_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree msgid "Stock Request Allocations" msgstr "" @@ -600,46 +776,51 @@ msgstr "" #. module: stock_request #: model:ir.actions.act_window,name:stock_request.action_stock_request_form -#: model:ir.model.fields,field_description:stock_request.field_stock_move_stock_request_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_move__stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_picking__stock_request_ids #: model:ir.ui.menu,name:stock_request.menu_stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_root -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.stock_request_search -#: model:ir.ui.view,arch_db:stock_request.view_picking_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_tree +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.view_picking_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_tree msgid "Stock Requests" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_analytic +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_analytic msgid "Stock Requests Analytic integration" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_kanban msgid "Stock Requests Kanban integration" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Stock Requests Search" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_purchase +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_purchase msgid "Stock Requests for Purchases" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model:ir.model,name:stock_request.model_stock_rule +msgid "Stock Rule" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form msgid "Stock request" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_count -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_tree +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__stock_request_count +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_tree msgid "Stock requests" msgstr "" @@ -676,14 +857,21 @@ msgstr "" msgid "This action only works in the context of products" msgstr "" +#. module: stock_request +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Today" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Transfers" msgstr "" @@ -696,27 +884,40 @@ msgid "" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_unread +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_unread +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_unread_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_unread_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__product_uom_id msgid "UoM" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Use Kanban cards for consumable products" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Use Purchases with Stock Requests" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_warehouse -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__warehouse_id +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Warehouse" msgstr "" @@ -726,6 +927,20 @@ msgstr "" msgid "Warehouse must be equal to the order" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__website_message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__website_message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__website_message_ids +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__website_message_ids +#: model:ir.model.fields,help:stock_request.field_stock_request_order__website_message_ids +msgid "Website communication history" +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_location.py:24 #, python-format @@ -797,8 +1012,3 @@ msgid "" "You have to select a product unit of measure in the same category than the " "default unit of measure of the product" msgstr "" - -#. module: stock_request -#: model:ir.model,name:stock_request.model_res_config_settings -msgid "res.config.settings" -msgstr "" diff --git a/stock_request/i18n/nl_NL.po b/stock_request/i18n/nl_NL.po index 240c32631..70be96782 100644 --- a/stock_request/i18n/nl_NL.po +++ b/stock_request/i18n/nl_NL.po @@ -26,55 +26,82 @@ msgid "
  • %s: Transferred quantity %s %s
  • " msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_needaction +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_needaction +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_needaction +msgid "Action Needed" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Activates Stock Request Orders" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_ids +msgid "Activities" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_state +msgid "Activity State" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__allocated_product_qty msgid "Allocated Quantity" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Allow All Locations Types" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_company_stock_request_allow_virtual_loc -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_stock_request_allow_virtual_loc -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_res_company__stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_stock_request__allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__allow_virtual_location msgid "Allow Virtual locations on Stock Requests" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Analytic" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Analytic accounting in Stock Requests" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_attachment_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_attachment_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_attachment_count +msgid "Attachment Count" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "" "By default only internal and transit locations are allowed in Stock Request " "and Orders." msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Cancel" msgstr "" @@ -84,7 +111,7 @@ msgid "Cancelled" msgstr "" #. module: stock_request -#: model:ir.actions.act_window,help:stock_request.action_stock_request_form +#: model_terms:ir.actions.act_window,help:stock_request.action_stock_request_form msgid "Click to add a Stock Request." msgstr "" @@ -94,11 +121,10 @@ msgid "Companies" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__company_id msgid "Company" msgstr "" @@ -109,47 +135,52 @@ msgid "Company must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.model,name:stock_request.model_res_config_settings +msgid "Config Settings" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Confirm" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request__create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__create_uid msgid "Created by" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__create_date msgid "Created on" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_expected_date -#: model:ir.model.fields,help:stock_request.field_stock_request_order_expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request__expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request_order__expected_date msgid "Date when you expect to receive the goods." msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_count -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_count msgid "Delivery Orders" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__display_name msgid "Display Name" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form #: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Done" msgstr "" @@ -160,28 +191,28 @@ msgid "Draft" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Analytic Accounting in Stock Requests" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Orders" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Stock Requests Kanban cards" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Stock Requests for Purchases" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_expected_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__expected_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__expected_date msgid "Expected Date" msgstr "" @@ -192,23 +223,65 @@ msgid "Expected date must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_follower_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_follower_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_channel_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_channel_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_partner_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_partner_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Group By" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_group_stock_request_order +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__group_stock_request_order msgid "Group Stock Request Order" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5885 +#: model:ir.model.fields,field_description:stock_request.field_stock_request__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__id msgid "ID" msgstr "" +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + #. module: stock_request #: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "In progress" @@ -225,43 +298,49 @@ msgid "Inventory Routes" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_is_follower +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_is_follower +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form msgid "Items" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Kanban" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order____last_update msgid "Last Modified on" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request__write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__write_uid msgid "Last Updated by" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__write_date msgid "Last Updated on" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_location_id -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__location_id +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Location" msgstr "" @@ -271,16 +350,36 @@ msgstr "" msgid "Location must be equal to the order" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_main_attachment_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_main_attachment_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + #. module: stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_master_data msgid "Master Data" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_order_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_ids +msgid "Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_order__procurement_group_id msgid "" "Moves created through this stock request will be put in this procurement " "group. If none is given, the moves generated by procurement rules will be " @@ -288,10 +387,9 @@ msgid "" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request__name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__name msgid "Name" msgstr "" @@ -300,6 +398,62 @@ msgstr "" msgid "Name must be unique" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_date_deadline +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_date_deadline +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_date_deadline +msgid "Next Activity Deadline" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_summary +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_summary +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_summary +msgid "Next Activity Summary" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_type_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_type_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_type_id +msgid "Next Activity Type" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_needaction_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_needaction_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread_counter +msgid "Number of unread messages" +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:264 #, python-format @@ -313,7 +467,7 @@ msgid "Only requests on draft state can be unlinked" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__open_product_qty msgid "Open Quantity" msgstr "" @@ -323,37 +477,40 @@ msgid "Operations" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__order_id msgid "Order" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Orders & Configuration" msgstr "" #. module: stock_request -#: model:ir.model,name:stock_request.model_stock_move_line -msgid "Packing Operation" +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Overdue" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_ids msgid "Pickings" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id -msgid "Procurement Group" +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Planned" msgstr "" #. module: stock_request -#: model:ir.model,name:stock_request.model_procurement_rule -msgid "Procurement Rule" +#: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__procurement_group_id +msgid "Procurement Group" msgstr "" #. module: stock_request @@ -363,85 +520,84 @@ msgid "Procurement group must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__product_id msgid "Product" msgstr "Product" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id +#: model:ir.model,name:stock_request.model_stock_move_line +msgid "Product Moves (Stock Move Line)" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_uom_id msgid "Product Unit of Measure" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Purchases" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done +#: model:ir.model.fields,field_description:stock_request.field_stock_request__qty_done msgid "Qty Done" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_in_progress +#: model:ir.model.fields,field_description:stock_request.field_stock_request__qty_in_progress msgid "Qty In Progress" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_qty_done +#: model:ir.model.fields,help:stock_request.field_stock_request__qty_done msgid "Quantity completed" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_qty_in_progress +#: model:ir.model.fields,help:stock_request.field_stock_request__qty_in_progress msgid "Quantity in progress." msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request__product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__requested_product_uom_qty msgid "" "Quantity of the stock request allocated to the stock move, in the UoM of the " "Stock Request" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_allocated_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__allocated_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__requested_product_qty msgid "" "Quantity of the stock request allocated to the stock move, in the default " "UoM of the product" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_uom_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_uom_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request__product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__product_uom_qty msgid "Quantity, specified in the unit of measure indicated in the request." msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_qty msgid "Real Quantity" msgstr "" @@ -470,18 +626,18 @@ msgid "Request Stock" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__requested_product_qty msgid "Requested Quantity" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__requested_product_uom_qty msgid "Requested Quantity (UoM)" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_requested_by -#: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by +#: model:ir.model.fields,field_description:stock_request.field_stock_request__requested_by +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__requested_by msgid "Requested by" msgstr "" @@ -492,18 +648,27 @@ msgid "Requested by must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_user_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_user_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_user_id +msgid "Responsible User" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__route_id msgid "Route" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__route_ids +msgid "Routes" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Set to Draft" msgstr "" @@ -514,56 +679,67 @@ msgid "Settings" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_policy -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_policy +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_policy msgid "Shipping Policy" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_state -#: model:ir.model.fields,field_description:stock_request.field_stock_request_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request__state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__state msgid "Status" msgstr "" +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__activity_state +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_state +#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_state +msgid "" +"Status based on activities\n" +"Overdue: Due date is already passed\n" +"Today: Activity date is today\n" +"Planned: Future activities." +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_move -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_move_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__stock_move_id msgid "Stock Move" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__move_ids msgid "Stock Moves" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__stock_request_ids #: model:ir.module.category,name:stock_request.module_category_stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Stock Request" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_count +#: model:ir.model.fields,field_description:stock_request.field_stock_picking__stock_request_count msgid "Stock Request #" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request_allocation -#: model:ir.model.fields,field_description:stock_request.field_stock_move_allocation_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_move__allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__allocation_ids msgid "Stock Request Allocation" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.view_move_form -#: model:ir.ui.view,arch_db:stock_request.view_move_picking_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree +#: model_terms:ir.ui.view,arch_db:stock_request.view_move_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_move_picking_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree msgid "Stock Request Allocations" msgstr "" @@ -601,46 +777,51 @@ msgstr "" #. module: stock_request #: model:ir.actions.act_window,name:stock_request.action_stock_request_form -#: model:ir.model.fields,field_description:stock_request.field_stock_move_stock_request_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_move__stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_picking__stock_request_ids #: model:ir.ui.menu,name:stock_request.menu_stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_root -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.stock_request_search -#: model:ir.ui.view,arch_db:stock_request.view_picking_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_tree +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.view_picking_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_tree msgid "Stock Requests" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_analytic +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_analytic msgid "Stock Requests Analytic integration" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_kanban msgid "Stock Requests Kanban integration" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Stock Requests Search" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_purchase +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_purchase msgid "Stock Requests for Purchases" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model:ir.model,name:stock_request.model_stock_rule +msgid "Stock Rule" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form msgid "Stock request" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_count -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_tree +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__stock_request_count +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_tree msgid "Stock requests" msgstr "" @@ -677,14 +858,21 @@ msgstr "" msgid "This action only works in the context of products" msgstr "" +#. module: stock_request +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Today" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Transfers" msgstr "" @@ -697,27 +885,40 @@ msgid "" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_unread +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_unread +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_unread_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_unread_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__product_uom_id msgid "UoM" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Use Kanban cards for consumable products" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Use Purchases with Stock Requests" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_warehouse -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__warehouse_id +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Warehouse" msgstr "" @@ -727,6 +928,20 @@ msgstr "" msgid "Warehouse must be equal to the order" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__website_message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__website_message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__website_message_ids +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__website_message_ids +#: model:ir.model.fields,help:stock_request.field_stock_request_order__website_message_ids +msgid "Website communication history" +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_location.py:24 #, python-format @@ -798,8 +1013,3 @@ msgid "" "You have to select a product unit of measure in the same category than the " "default unit of measure of the product" msgstr "" - -#. module: stock_request -#: model:ir.model,name:stock_request.model_res_config_settings -msgid "res.config.settings" -msgstr "" diff --git a/stock_request/i18n/pt.po b/stock_request/i18n/pt.po index 58b7241fc..093a9267b 100644 --- a/stock_request/i18n/pt.po +++ b/stock_request/i18n/pt.po @@ -25,55 +25,82 @@ msgid "
  • %s: Transferred quantity %s %s
  • " msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_needaction +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_needaction +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_needaction +msgid "Action Needed" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Activates Stock Request Orders" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_ids +msgid "Activities" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_state +msgid "Activity State" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__allocated_product_qty msgid "Allocated Quantity" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Allow All Locations Types" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_company_stock_request_allow_virtual_loc -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_stock_request_allow_virtual_loc -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_res_company__stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_stock_request__allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__allow_virtual_location msgid "Allow Virtual locations on Stock Requests" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Analytic" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Analytic accounting in Stock Requests" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_attachment_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_attachment_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_attachment_count +msgid "Attachment Count" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "" "By default only internal and transit locations are allowed in Stock Request " "and Orders." msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Cancel" msgstr "" @@ -83,7 +110,7 @@ msgid "Cancelled" msgstr "" #. module: stock_request -#: model:ir.actions.act_window,help:stock_request.action_stock_request_form +#: model_terms:ir.actions.act_window,help:stock_request.action_stock_request_form msgid "Click to add a Stock Request." msgstr "" @@ -93,11 +120,10 @@ msgid "Companies" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__company_id msgid "Company" msgstr "" @@ -108,47 +134,52 @@ msgid "Company must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.model,name:stock_request.model_res_config_settings +msgid "Config Settings" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Confirm" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request__create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__create_uid msgid "Created by" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__create_date msgid "Created on" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_expected_date -#: model:ir.model.fields,help:stock_request.field_stock_request_order_expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request__expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request_order__expected_date msgid "Date when you expect to receive the goods." msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_count -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_count msgid "Delivery Orders" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__display_name msgid "Display Name" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form #: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Done" msgstr "" @@ -159,28 +190,28 @@ msgid "Draft" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Analytic Accounting in Stock Requests" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Orders" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Stock Requests Kanban cards" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Stock Requests for Purchases" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_expected_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__expected_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__expected_date msgid "Expected Date" msgstr "" @@ -191,23 +222,65 @@ msgid "Expected date must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_follower_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_follower_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_channel_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_channel_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_partner_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_partner_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Group By" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_group_stock_request_order +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__group_stock_request_order msgid "Group Stock Request Order" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5885 +#: model:ir.model.fields,field_description:stock_request.field_stock_request__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__id msgid "ID" msgstr "" +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + #. module: stock_request #: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "In progress" @@ -224,43 +297,49 @@ msgid "Inventory Routes" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_is_follower +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_is_follower +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form msgid "Items" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Kanban" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order____last_update msgid "Last Modified on" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request__write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__write_uid msgid "Last Updated by" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__write_date msgid "Last Updated on" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_location_id -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__location_id +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Location" msgstr "" @@ -270,16 +349,36 @@ msgstr "" msgid "Location must be equal to the order" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_main_attachment_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_main_attachment_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + #. module: stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_master_data msgid "Master Data" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_order_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_ids +msgid "Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_order__procurement_group_id msgid "" "Moves created through this stock request will be put in this procurement " "group. If none is given, the moves generated by procurement rules will be " @@ -287,10 +386,9 @@ msgid "" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request__name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__name msgid "Name" msgstr "" @@ -299,6 +397,62 @@ msgstr "" msgid "Name must be unique" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_date_deadline +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_date_deadline +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_date_deadline +msgid "Next Activity Deadline" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_summary +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_summary +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_summary +msgid "Next Activity Summary" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_type_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_type_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_type_id +msgid "Next Activity Type" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_needaction_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_needaction_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread_counter +msgid "Number of unread messages" +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:264 #, python-format @@ -312,7 +466,7 @@ msgid "Only requests on draft state can be unlinked" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__open_product_qty msgid "Open Quantity" msgstr "" @@ -322,37 +476,40 @@ msgid "Operations" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__order_id msgid "Order" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Orders & Configuration" msgstr "" #. module: stock_request -#: model:ir.model,name:stock_request.model_stock_move_line -msgid "Packing Operation" +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Overdue" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_ids msgid "Pickings" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id -msgid "Procurement Group" +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Planned" msgstr "" #. module: stock_request -#: model:ir.model,name:stock_request.model_procurement_rule -msgid "Procurement Rule" +#: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__procurement_group_id +msgid "Procurement Group" msgstr "" #. module: stock_request @@ -362,85 +519,84 @@ msgid "Procurement group must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__product_id msgid "Product" msgstr "Produto" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id +#: model:ir.model,name:stock_request.model_stock_move_line +msgid "Product Moves (Stock Move Line)" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_uom_id msgid "Product Unit of Measure" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Purchases" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done +#: model:ir.model.fields,field_description:stock_request.field_stock_request__qty_done msgid "Qty Done" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_in_progress +#: model:ir.model.fields,field_description:stock_request.field_stock_request__qty_in_progress msgid "Qty In Progress" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_qty_done +#: model:ir.model.fields,help:stock_request.field_stock_request__qty_done msgid "Quantity completed" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_qty_in_progress +#: model:ir.model.fields,help:stock_request.field_stock_request__qty_in_progress msgid "Quantity in progress." msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request__product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__requested_product_uom_qty msgid "" "Quantity of the stock request allocated to the stock move, in the UoM of the " "Stock Request" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_allocated_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__allocated_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__requested_product_qty msgid "" "Quantity of the stock request allocated to the stock move, in the default " "UoM of the product" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_uom_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_uom_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request__product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__product_uom_qty msgid "Quantity, specified in the unit of measure indicated in the request." msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_qty msgid "Real Quantity" msgstr "" @@ -469,18 +625,18 @@ msgid "Request Stock" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__requested_product_qty msgid "Requested Quantity" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__requested_product_uom_qty msgid "Requested Quantity (UoM)" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_requested_by -#: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by +#: model:ir.model.fields,field_description:stock_request.field_stock_request__requested_by +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__requested_by msgid "Requested by" msgstr "" @@ -491,18 +647,27 @@ msgid "Requested by must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_user_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_user_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_user_id +msgid "Responsible User" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__route_id msgid "Route" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__route_ids +msgid "Routes" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Set to Draft" msgstr "" @@ -513,56 +678,67 @@ msgid "Settings" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_policy -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_policy +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_policy msgid "Shipping Policy" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_state -#: model:ir.model.fields,field_description:stock_request.field_stock_request_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request__state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__state msgid "Status" msgstr "" +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__activity_state +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_state +#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_state +msgid "" +"Status based on activities\n" +"Overdue: Due date is already passed\n" +"Today: Activity date is today\n" +"Planned: Future activities." +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_move -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_move_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__stock_move_id msgid "Stock Move" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__move_ids msgid "Stock Moves" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__stock_request_ids #: model:ir.module.category,name:stock_request.module_category_stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Stock Request" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_count +#: model:ir.model.fields,field_description:stock_request.field_stock_picking__stock_request_count msgid "Stock Request #" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request_allocation -#: model:ir.model.fields,field_description:stock_request.field_stock_move_allocation_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_move__allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__allocation_ids msgid "Stock Request Allocation" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.view_move_form -#: model:ir.ui.view,arch_db:stock_request.view_move_picking_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree +#: model_terms:ir.ui.view,arch_db:stock_request.view_move_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_move_picking_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree msgid "Stock Request Allocations" msgstr "" @@ -600,46 +776,51 @@ msgstr "" #. module: stock_request #: model:ir.actions.act_window,name:stock_request.action_stock_request_form -#: model:ir.model.fields,field_description:stock_request.field_stock_move_stock_request_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_move__stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_picking__stock_request_ids #: model:ir.ui.menu,name:stock_request.menu_stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_root -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.stock_request_search -#: model:ir.ui.view,arch_db:stock_request.view_picking_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_tree +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.view_picking_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_tree msgid "Stock Requests" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_analytic +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_analytic msgid "Stock Requests Analytic integration" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_kanban msgid "Stock Requests Kanban integration" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Stock Requests Search" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_purchase +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_purchase msgid "Stock Requests for Purchases" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model:ir.model,name:stock_request.model_stock_rule +msgid "Stock Rule" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form msgid "Stock request" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_count -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_tree +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__stock_request_count +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_tree msgid "Stock requests" msgstr "" @@ -676,14 +857,21 @@ msgstr "" msgid "This action only works in the context of products" msgstr "" +#. module: stock_request +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Today" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Transfers" msgstr "" @@ -696,27 +884,40 @@ msgid "" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_unread +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_unread +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_unread_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_unread_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__product_uom_id msgid "UoM" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Use Kanban cards for consumable products" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Use Purchases with Stock Requests" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_warehouse -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__warehouse_id +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Warehouse" msgstr "" @@ -726,6 +927,20 @@ msgstr "" msgid "Warehouse must be equal to the order" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__website_message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__website_message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__website_message_ids +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__website_message_ids +#: model:ir.model.fields,help:stock_request.field_stock_request_order__website_message_ids +msgid "Website communication history" +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_location.py:24 #, python-format @@ -797,8 +1012,3 @@ msgid "" "You have to select a product unit of measure in the same category than the " "default unit of measure of the product" msgstr "" - -#. module: stock_request -#: model:ir.model,name:stock_request.model_res_config_settings -msgid "res.config.settings" -msgstr "" diff --git a/stock_request/i18n/pt_BR.po b/stock_request/i18n/pt_BR.po index 318bd144a..c65ed764a 100644 --- a/stock_request/i18n/pt_BR.po +++ b/stock_request/i18n/pt_BR.po @@ -26,55 +26,82 @@ msgid "
  • %s: Transferred quantity %s %s
  • " msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_needaction +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_needaction +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_needaction +msgid "Action Needed" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Activates Stock Request Orders" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_ids +msgid "Activities" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_state +msgid "Activity State" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__allocated_product_qty msgid "Allocated Quantity" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Allow All Locations Types" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_company_stock_request_allow_virtual_loc -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_stock_request_allow_virtual_loc -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_res_company__stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_stock_request__allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__allow_virtual_location msgid "Allow Virtual locations on Stock Requests" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Analytic" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Analytic accounting in Stock Requests" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_attachment_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_attachment_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_attachment_count +msgid "Attachment Count" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "" "By default only internal and transit locations are allowed in Stock Request " "and Orders." msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Cancel" msgstr "" @@ -84,7 +111,7 @@ msgid "Cancelled" msgstr "" #. module: stock_request -#: model:ir.actions.act_window,help:stock_request.action_stock_request_form +#: model_terms:ir.actions.act_window,help:stock_request.action_stock_request_form msgid "Click to add a Stock Request." msgstr "" @@ -94,11 +121,10 @@ msgid "Companies" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__company_id msgid "Company" msgstr "" @@ -109,47 +135,52 @@ msgid "Company must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.model,name:stock_request.model_res_config_settings +msgid "Config Settings" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Confirm" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request__create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__create_uid msgid "Created by" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__create_date msgid "Created on" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_expected_date -#: model:ir.model.fields,help:stock_request.field_stock_request_order_expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request__expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request_order__expected_date msgid "Date when you expect to receive the goods." msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_count -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_count msgid "Delivery Orders" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__display_name msgid "Display Name" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form #: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Done" msgstr "" @@ -160,28 +191,28 @@ msgid "Draft" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Analytic Accounting in Stock Requests" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Orders" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Stock Requests Kanban cards" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Stock Requests for Purchases" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_expected_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__expected_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__expected_date msgid "Expected Date" msgstr "" @@ -192,23 +223,65 @@ msgid "Expected date must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_follower_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_follower_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_channel_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_channel_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_partner_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_partner_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Group By" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_group_stock_request_order +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__group_stock_request_order msgid "Group Stock Request Order" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5885 +#: model:ir.model.fields,field_description:stock_request.field_stock_request__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__id msgid "ID" msgstr "" +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + #. module: stock_request #: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "In progress" @@ -225,43 +298,49 @@ msgid "Inventory Routes" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_is_follower +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_is_follower +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form msgid "Items" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Kanban" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order____last_update msgid "Last Modified on" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request__write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__write_uid msgid "Last Updated by" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__write_date msgid "Last Updated on" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_location_id -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__location_id +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Location" msgstr "" @@ -271,16 +350,36 @@ msgstr "" msgid "Location must be equal to the order" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_main_attachment_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_main_attachment_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + #. module: stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_master_data msgid "Master Data" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_order_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_ids +msgid "Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_order__procurement_group_id msgid "" "Moves created through this stock request will be put in this procurement " "group. If none is given, the moves generated by procurement rules will be " @@ -288,10 +387,9 @@ msgid "" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request__name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__name msgid "Name" msgstr "" @@ -300,6 +398,62 @@ msgstr "" msgid "Name must be unique" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_date_deadline +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_date_deadline +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_date_deadline +msgid "Next Activity Deadline" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_summary +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_summary +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_summary +msgid "Next Activity Summary" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_type_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_type_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_type_id +msgid "Next Activity Type" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_needaction_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_needaction_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread_counter +msgid "Number of unread messages" +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:264 #, python-format @@ -313,7 +467,7 @@ msgid "Only requests on draft state can be unlinked" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__open_product_qty msgid "Open Quantity" msgstr "" @@ -323,37 +477,40 @@ msgid "Operations" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__order_id msgid "Order" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Orders & Configuration" msgstr "" #. module: stock_request -#: model:ir.model,name:stock_request.model_stock_move_line -msgid "Packing Operation" +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Overdue" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_ids msgid "Pickings" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id -msgid "Procurement Group" +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Planned" msgstr "" #. module: stock_request -#: model:ir.model,name:stock_request.model_procurement_rule -msgid "Procurement Rule" +#: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__procurement_group_id +msgid "Procurement Group" msgstr "" #. module: stock_request @@ -363,85 +520,84 @@ msgid "Procurement group must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__product_id msgid "Product" msgstr "Produto" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id +#: model:ir.model,name:stock_request.model_stock_move_line +msgid "Product Moves (Stock Move Line)" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_uom_id msgid "Product Unit of Measure" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Purchases" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done +#: model:ir.model.fields,field_description:stock_request.field_stock_request__qty_done msgid "Qty Done" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_in_progress +#: model:ir.model.fields,field_description:stock_request.field_stock_request__qty_in_progress msgid "Qty In Progress" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_qty_done +#: model:ir.model.fields,help:stock_request.field_stock_request__qty_done msgid "Quantity completed" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_qty_in_progress +#: model:ir.model.fields,help:stock_request.field_stock_request__qty_in_progress msgid "Quantity in progress." msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request__product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__requested_product_uom_qty msgid "" "Quantity of the stock request allocated to the stock move, in the UoM of the " "Stock Request" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_allocated_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__allocated_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__requested_product_qty msgid "" "Quantity of the stock request allocated to the stock move, in the default " "UoM of the product" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_uom_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_uom_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request__product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__product_uom_qty msgid "Quantity, specified in the unit of measure indicated in the request." msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_qty msgid "Real Quantity" msgstr "" @@ -470,18 +626,18 @@ msgid "Request Stock" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__requested_product_qty msgid "Requested Quantity" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__requested_product_uom_qty msgid "Requested Quantity (UoM)" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_requested_by -#: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by +#: model:ir.model.fields,field_description:stock_request.field_stock_request__requested_by +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__requested_by msgid "Requested by" msgstr "" @@ -492,18 +648,27 @@ msgid "Requested by must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_user_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_user_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_user_id +msgid "Responsible User" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__route_id msgid "Route" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__route_ids +msgid "Routes" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Set to Draft" msgstr "" @@ -514,56 +679,67 @@ msgid "Settings" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_policy -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_policy +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_policy msgid "Shipping Policy" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_state -#: model:ir.model.fields,field_description:stock_request.field_stock_request_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request__state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__state msgid "Status" msgstr "" +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__activity_state +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_state +#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_state +msgid "" +"Status based on activities\n" +"Overdue: Due date is already passed\n" +"Today: Activity date is today\n" +"Planned: Future activities." +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_move -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_move_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__stock_move_id msgid "Stock Move" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__move_ids msgid "Stock Moves" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__stock_request_ids #: model:ir.module.category,name:stock_request.module_category_stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Stock Request" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_count +#: model:ir.model.fields,field_description:stock_request.field_stock_picking__stock_request_count msgid "Stock Request #" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request_allocation -#: model:ir.model.fields,field_description:stock_request.field_stock_move_allocation_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_move__allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__allocation_ids msgid "Stock Request Allocation" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.view_move_form -#: model:ir.ui.view,arch_db:stock_request.view_move_picking_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree +#: model_terms:ir.ui.view,arch_db:stock_request.view_move_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_move_picking_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree msgid "Stock Request Allocations" msgstr "" @@ -601,46 +777,51 @@ msgstr "" #. module: stock_request #: model:ir.actions.act_window,name:stock_request.action_stock_request_form -#: model:ir.model.fields,field_description:stock_request.field_stock_move_stock_request_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_move__stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_picking__stock_request_ids #: model:ir.ui.menu,name:stock_request.menu_stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_root -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.stock_request_search -#: model:ir.ui.view,arch_db:stock_request.view_picking_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_tree +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.view_picking_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_tree msgid "Stock Requests" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_analytic +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_analytic msgid "Stock Requests Analytic integration" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_kanban msgid "Stock Requests Kanban integration" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Stock Requests Search" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_purchase +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_purchase msgid "Stock Requests for Purchases" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model:ir.model,name:stock_request.model_stock_rule +msgid "Stock Rule" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form msgid "Stock request" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_count -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_tree +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__stock_request_count +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_tree msgid "Stock requests" msgstr "" @@ -677,14 +858,21 @@ msgstr "" msgid "This action only works in the context of products" msgstr "" +#. module: stock_request +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Today" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Transfers" msgstr "" @@ -697,27 +885,40 @@ msgid "" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_unread +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_unread +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_unread_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_unread_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__product_uom_id msgid "UoM" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Use Kanban cards for consumable products" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Use Purchases with Stock Requests" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_warehouse -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__warehouse_id +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Warehouse" msgstr "" @@ -727,6 +928,20 @@ msgstr "" msgid "Warehouse must be equal to the order" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__website_message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__website_message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__website_message_ids +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__website_message_ids +#: model:ir.model.fields,help:stock_request.field_stock_request_order__website_message_ids +msgid "Website communication history" +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_location.py:24 #, python-format @@ -798,8 +1013,3 @@ msgid "" "You have to select a product unit of measure in the same category than the " "default unit of measure of the product" msgstr "" - -#. module: stock_request -#: model:ir.model,name:stock_request.model_res_config_settings -msgid "res.config.settings" -msgstr "" diff --git a/stock_request/i18n/ro.po b/stock_request/i18n/ro.po index 6d3c84ee4..e8ae11344 100644 --- a/stock_request/i18n/ro.po +++ b/stock_request/i18n/ro.po @@ -26,55 +26,82 @@ msgid "
  • %s: Transferred quantity %s %s
  • " msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_needaction +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_needaction +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_needaction +msgid "Action Needed" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Activates Stock Request Orders" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_ids +msgid "Activities" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_state +msgid "Activity State" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__allocated_product_qty msgid "Allocated Quantity" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Allow All Locations Types" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_company_stock_request_allow_virtual_loc -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_stock_request_allow_virtual_loc -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_res_company__stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_stock_request__allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__allow_virtual_location msgid "Allow Virtual locations on Stock Requests" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Analytic" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Analytic accounting in Stock Requests" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_attachment_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_attachment_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_attachment_count +msgid "Attachment Count" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "" "By default only internal and transit locations are allowed in Stock Request " "and Orders." msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Cancel" msgstr "" @@ -84,7 +111,7 @@ msgid "Cancelled" msgstr "" #. module: stock_request -#: model:ir.actions.act_window,help:stock_request.action_stock_request_form +#: model_terms:ir.actions.act_window,help:stock_request.action_stock_request_form msgid "Click to add a Stock Request." msgstr "" @@ -94,11 +121,10 @@ msgid "Companies" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__company_id msgid "Company" msgstr "" @@ -109,47 +135,52 @@ msgid "Company must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.model,name:stock_request.model_res_config_settings +msgid "Config Settings" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Confirm" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request__create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__create_uid msgid "Created by" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__create_date msgid "Created on" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_expected_date -#: model:ir.model.fields,help:stock_request.field_stock_request_order_expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request__expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request_order__expected_date msgid "Date when you expect to receive the goods." msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_count -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_count msgid "Delivery Orders" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__display_name msgid "Display Name" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form #: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Done" msgstr "" @@ -160,28 +191,28 @@ msgid "Draft" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Analytic Accounting in Stock Requests" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Orders" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Stock Requests Kanban cards" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Stock Requests for Purchases" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_expected_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__expected_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__expected_date msgid "Expected Date" msgstr "" @@ -192,23 +223,65 @@ msgid "Expected date must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_follower_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_follower_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_channel_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_channel_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_partner_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_partner_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Group By" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_group_stock_request_order +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__group_stock_request_order msgid "Group Stock Request Order" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5885 +#: model:ir.model.fields,field_description:stock_request.field_stock_request__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__id msgid "ID" msgstr "" +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + #. module: stock_request #: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "In progress" @@ -225,43 +298,49 @@ msgid "Inventory Routes" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_is_follower +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_is_follower +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form msgid "Items" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Kanban" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order____last_update msgid "Last Modified on" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request__write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__write_uid msgid "Last Updated by" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__write_date msgid "Last Updated on" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_location_id -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__location_id +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Location" msgstr "" @@ -271,16 +350,36 @@ msgstr "" msgid "Location must be equal to the order" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_main_attachment_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_main_attachment_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + #. module: stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_master_data msgid "Master Data" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_order_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_ids +msgid "Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_order__procurement_group_id msgid "" "Moves created through this stock request will be put in this procurement " "group. If none is given, the moves generated by procurement rules will be " @@ -288,10 +387,9 @@ msgid "" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request__name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__name msgid "Name" msgstr "" @@ -300,6 +398,62 @@ msgstr "" msgid "Name must be unique" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_date_deadline +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_date_deadline +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_date_deadline +msgid "Next Activity Deadline" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_summary +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_summary +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_summary +msgid "Next Activity Summary" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_type_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_type_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_type_id +msgid "Next Activity Type" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_needaction_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_needaction_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread_counter +msgid "Number of unread messages" +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:264 #, python-format @@ -313,7 +467,7 @@ msgid "Only requests on draft state can be unlinked" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__open_product_qty msgid "Open Quantity" msgstr "" @@ -323,37 +477,40 @@ msgid "Operations" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__order_id msgid "Order" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Orders & Configuration" msgstr "" #. module: stock_request -#: model:ir.model,name:stock_request.model_stock_move_line -msgid "Packing Operation" +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Overdue" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_ids msgid "Pickings" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id -msgid "Procurement Group" +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Planned" msgstr "" #. module: stock_request -#: model:ir.model,name:stock_request.model_procurement_rule -msgid "Procurement Rule" +#: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__procurement_group_id +msgid "Procurement Group" msgstr "" #. module: stock_request @@ -363,85 +520,84 @@ msgid "Procurement group must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__product_id msgid "Product" msgstr "Produs" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id +#: model:ir.model,name:stock_request.model_stock_move_line +msgid "Product Moves (Stock Move Line)" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_uom_id msgid "Product Unit of Measure" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Purchases" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done +#: model:ir.model.fields,field_description:stock_request.field_stock_request__qty_done msgid "Qty Done" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_in_progress +#: model:ir.model.fields,field_description:stock_request.field_stock_request__qty_in_progress msgid "Qty In Progress" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_qty_done +#: model:ir.model.fields,help:stock_request.field_stock_request__qty_done msgid "Quantity completed" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_qty_in_progress +#: model:ir.model.fields,help:stock_request.field_stock_request__qty_in_progress msgid "Quantity in progress." msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request__product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__requested_product_uom_qty msgid "" "Quantity of the stock request allocated to the stock move, in the UoM of the " "Stock Request" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_allocated_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__allocated_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__requested_product_qty msgid "" "Quantity of the stock request allocated to the stock move, in the default " "UoM of the product" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_uom_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_uom_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request__product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__product_uom_qty msgid "Quantity, specified in the unit of measure indicated in the request." msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_qty msgid "Real Quantity" msgstr "" @@ -470,18 +626,18 @@ msgid "Request Stock" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__requested_product_qty msgid "Requested Quantity" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__requested_product_uom_qty msgid "Requested Quantity (UoM)" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_requested_by -#: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by +#: model:ir.model.fields,field_description:stock_request.field_stock_request__requested_by +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__requested_by msgid "Requested by" msgstr "" @@ -492,18 +648,27 @@ msgid "Requested by must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_user_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_user_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_user_id +msgid "Responsible User" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__route_id msgid "Route" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__route_ids +msgid "Routes" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Set to Draft" msgstr "" @@ -514,56 +679,67 @@ msgid "Settings" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_policy -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_policy +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_policy msgid "Shipping Policy" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_state -#: model:ir.model.fields,field_description:stock_request.field_stock_request_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request__state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__state msgid "Status" msgstr "" +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__activity_state +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_state +#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_state +msgid "" +"Status based on activities\n" +"Overdue: Due date is already passed\n" +"Today: Activity date is today\n" +"Planned: Future activities." +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_move -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_move_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__stock_move_id msgid "Stock Move" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__move_ids msgid "Stock Moves" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__stock_request_ids #: model:ir.module.category,name:stock_request.module_category_stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Stock Request" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_count +#: model:ir.model.fields,field_description:stock_request.field_stock_picking__stock_request_count msgid "Stock Request #" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request_allocation -#: model:ir.model.fields,field_description:stock_request.field_stock_move_allocation_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_move__allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__allocation_ids msgid "Stock Request Allocation" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.view_move_form -#: model:ir.ui.view,arch_db:stock_request.view_move_picking_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree +#: model_terms:ir.ui.view,arch_db:stock_request.view_move_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_move_picking_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree msgid "Stock Request Allocations" msgstr "" @@ -601,46 +777,51 @@ msgstr "" #. module: stock_request #: model:ir.actions.act_window,name:stock_request.action_stock_request_form -#: model:ir.model.fields,field_description:stock_request.field_stock_move_stock_request_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_move__stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_picking__stock_request_ids #: model:ir.ui.menu,name:stock_request.menu_stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_root -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.stock_request_search -#: model:ir.ui.view,arch_db:stock_request.view_picking_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_tree +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.view_picking_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_tree msgid "Stock Requests" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_analytic +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_analytic msgid "Stock Requests Analytic integration" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_kanban msgid "Stock Requests Kanban integration" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Stock Requests Search" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_purchase +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_purchase msgid "Stock Requests for Purchases" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model:ir.model,name:stock_request.model_stock_rule +msgid "Stock Rule" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form msgid "Stock request" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_count -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_tree +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__stock_request_count +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_tree msgid "Stock requests" msgstr "" @@ -677,14 +858,21 @@ msgstr "" msgid "This action only works in the context of products" msgstr "" +#. module: stock_request +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Today" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Transfers" msgstr "" @@ -697,27 +885,40 @@ msgid "" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_unread +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_unread +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_unread_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_unread_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__product_uom_id msgid "UoM" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Use Kanban cards for consumable products" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Use Purchases with Stock Requests" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_warehouse -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__warehouse_id +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Warehouse" msgstr "" @@ -727,6 +928,20 @@ msgstr "" msgid "Warehouse must be equal to the order" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__website_message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__website_message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__website_message_ids +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__website_message_ids +#: model:ir.model.fields,help:stock_request.field_stock_request_order__website_message_ids +msgid "Website communication history" +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_location.py:24 #, python-format @@ -798,8 +1013,3 @@ msgid "" "You have to select a product unit of measure in the same category than the " "default unit of measure of the product" msgstr "" - -#. module: stock_request -#: model:ir.model,name:stock_request.model_res_config_settings -msgid "res.config.settings" -msgstr "" diff --git a/stock_request/i18n/ru.po b/stock_request/i18n/ru.po index 433e17329..cc8f7dddd 100644 --- a/stock_request/i18n/ru.po +++ b/stock_request/i18n/ru.po @@ -27,55 +27,82 @@ msgid "
  • %s: Transferred quantity %s %s
  • " msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_needaction +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_needaction +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_needaction +msgid "Action Needed" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Activates Stock Request Orders" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_ids +msgid "Activities" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_state +msgid "Activity State" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__allocated_product_qty msgid "Allocated Quantity" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Allow All Locations Types" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_company_stock_request_allow_virtual_loc -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_stock_request_allow_virtual_loc -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_res_company__stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_stock_request__allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__allow_virtual_location msgid "Allow Virtual locations on Stock Requests" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Analytic" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Analytic accounting in Stock Requests" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_attachment_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_attachment_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_attachment_count +msgid "Attachment Count" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "" "By default only internal and transit locations are allowed in Stock Request " "and Orders." msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Cancel" msgstr "" @@ -85,7 +112,7 @@ msgid "Cancelled" msgstr "" #. module: stock_request -#: model:ir.actions.act_window,help:stock_request.action_stock_request_form +#: model_terms:ir.actions.act_window,help:stock_request.action_stock_request_form msgid "Click to add a Stock Request." msgstr "" @@ -95,11 +122,10 @@ msgid "Companies" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__company_id msgid "Company" msgstr "" @@ -110,47 +136,52 @@ msgid "Company must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.model,name:stock_request.model_res_config_settings +msgid "Config Settings" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Confirm" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request__create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__create_uid msgid "Created by" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__create_date msgid "Created on" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_expected_date -#: model:ir.model.fields,help:stock_request.field_stock_request_order_expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request__expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request_order__expected_date msgid "Date when you expect to receive the goods." msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_count -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_count msgid "Delivery Orders" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__display_name msgid "Display Name" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form #: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Done" msgstr "" @@ -161,28 +192,28 @@ msgid "Draft" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Analytic Accounting in Stock Requests" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Orders" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Stock Requests Kanban cards" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Stock Requests for Purchases" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_expected_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__expected_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__expected_date msgid "Expected Date" msgstr "" @@ -193,23 +224,65 @@ msgid "Expected date must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_follower_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_follower_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_channel_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_channel_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_partner_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_partner_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Group By" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_group_stock_request_order +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__group_stock_request_order msgid "Group Stock Request Order" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5885 +#: model:ir.model.fields,field_description:stock_request.field_stock_request__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__id msgid "ID" msgstr "" +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + #. module: stock_request #: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "In progress" @@ -226,43 +299,49 @@ msgid "Inventory Routes" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_is_follower +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_is_follower +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form msgid "Items" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Kanban" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order____last_update msgid "Last Modified on" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request__write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__write_uid msgid "Last Updated by" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__write_date msgid "Last Updated on" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_location_id -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__location_id +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Location" msgstr "" @@ -272,16 +351,36 @@ msgstr "" msgid "Location must be equal to the order" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_main_attachment_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_main_attachment_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + #. module: stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_master_data msgid "Master Data" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_order_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_ids +msgid "Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_order__procurement_group_id msgid "" "Moves created through this stock request will be put in this procurement " "group. If none is given, the moves generated by procurement rules will be " @@ -289,10 +388,9 @@ msgid "" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request__name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__name msgid "Name" msgstr "" @@ -301,6 +399,62 @@ msgstr "" msgid "Name must be unique" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_date_deadline +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_date_deadline +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_date_deadline +msgid "Next Activity Deadline" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_summary +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_summary +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_summary +msgid "Next Activity Summary" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_type_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_type_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_type_id +msgid "Next Activity Type" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_needaction_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_needaction_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread_counter +msgid "Number of unread messages" +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:264 #, python-format @@ -314,7 +468,7 @@ msgid "Only requests on draft state can be unlinked" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__open_product_qty msgid "Open Quantity" msgstr "" @@ -324,37 +478,40 @@ msgid "Operations" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__order_id msgid "Order" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Orders & Configuration" msgstr "" #. module: stock_request -#: model:ir.model,name:stock_request.model_stock_move_line -msgid "Packing Operation" +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Overdue" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_ids msgid "Pickings" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id -msgid "Procurement Group" +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Planned" msgstr "" #. module: stock_request -#: model:ir.model,name:stock_request.model_procurement_rule -msgid "Procurement Rule" +#: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__procurement_group_id +msgid "Procurement Group" msgstr "" #. module: stock_request @@ -364,85 +521,84 @@ msgid "Procurement group must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__product_id msgid "Product" msgstr "Товар/Услуга" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id +#: model:ir.model,name:stock_request.model_stock_move_line +msgid "Product Moves (Stock Move Line)" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_uom_id msgid "Product Unit of Measure" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Purchases" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done +#: model:ir.model.fields,field_description:stock_request.field_stock_request__qty_done msgid "Qty Done" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_in_progress +#: model:ir.model.fields,field_description:stock_request.field_stock_request__qty_in_progress msgid "Qty In Progress" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_qty_done +#: model:ir.model.fields,help:stock_request.field_stock_request__qty_done msgid "Quantity completed" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_qty_in_progress +#: model:ir.model.fields,help:stock_request.field_stock_request__qty_in_progress msgid "Quantity in progress." msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request__product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__requested_product_uom_qty msgid "" "Quantity of the stock request allocated to the stock move, in the UoM of the " "Stock Request" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_allocated_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__allocated_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__requested_product_qty msgid "" "Quantity of the stock request allocated to the stock move, in the default " "UoM of the product" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_uom_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_uom_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request__product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__product_uom_qty msgid "Quantity, specified in the unit of measure indicated in the request." msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_qty msgid "Real Quantity" msgstr "" @@ -471,18 +627,18 @@ msgid "Request Stock" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__requested_product_qty msgid "Requested Quantity" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__requested_product_uom_qty msgid "Requested Quantity (UoM)" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_requested_by -#: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by +#: model:ir.model.fields,field_description:stock_request.field_stock_request__requested_by +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__requested_by msgid "Requested by" msgstr "" @@ -493,18 +649,27 @@ msgid "Requested by must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_user_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_user_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_user_id +msgid "Responsible User" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__route_id msgid "Route" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__route_ids +msgid "Routes" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Set to Draft" msgstr "" @@ -515,56 +680,67 @@ msgid "Settings" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_policy -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_policy +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_policy msgid "Shipping Policy" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_state -#: model:ir.model.fields,field_description:stock_request.field_stock_request_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request__state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__state msgid "Status" msgstr "" +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__activity_state +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_state +#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_state +msgid "" +"Status based on activities\n" +"Overdue: Due date is already passed\n" +"Today: Activity date is today\n" +"Planned: Future activities." +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_move -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_move_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__stock_move_id msgid "Stock Move" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__move_ids msgid "Stock Moves" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__stock_request_ids #: model:ir.module.category,name:stock_request.module_category_stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Stock Request" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_count +#: model:ir.model.fields,field_description:stock_request.field_stock_picking__stock_request_count msgid "Stock Request #" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request_allocation -#: model:ir.model.fields,field_description:stock_request.field_stock_move_allocation_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_move__allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__allocation_ids msgid "Stock Request Allocation" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.view_move_form -#: model:ir.ui.view,arch_db:stock_request.view_move_picking_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree +#: model_terms:ir.ui.view,arch_db:stock_request.view_move_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_move_picking_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree msgid "Stock Request Allocations" msgstr "" @@ -602,46 +778,51 @@ msgstr "" #. module: stock_request #: model:ir.actions.act_window,name:stock_request.action_stock_request_form -#: model:ir.model.fields,field_description:stock_request.field_stock_move_stock_request_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_move__stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_picking__stock_request_ids #: model:ir.ui.menu,name:stock_request.menu_stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_root -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.stock_request_search -#: model:ir.ui.view,arch_db:stock_request.view_picking_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_tree +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.view_picking_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_tree msgid "Stock Requests" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_analytic +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_analytic msgid "Stock Requests Analytic integration" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_kanban msgid "Stock Requests Kanban integration" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Stock Requests Search" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_purchase +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_purchase msgid "Stock Requests for Purchases" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model:ir.model,name:stock_request.model_stock_rule +msgid "Stock Rule" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form msgid "Stock request" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_count -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_tree +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__stock_request_count +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_tree msgid "Stock requests" msgstr "" @@ -678,14 +859,21 @@ msgstr "" msgid "This action only works in the context of products" msgstr "" +#. module: stock_request +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Today" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Transfers" msgstr "" @@ -698,27 +886,40 @@ msgid "" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_unread +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_unread +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_unread_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_unread_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__product_uom_id msgid "UoM" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Use Kanban cards for consumable products" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Use Purchases with Stock Requests" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_warehouse -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__warehouse_id +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Warehouse" msgstr "" @@ -728,6 +929,20 @@ msgstr "" msgid "Warehouse must be equal to the order" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__website_message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__website_message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__website_message_ids +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__website_message_ids +#: model:ir.model.fields,help:stock_request.field_stock_request_order__website_message_ids +msgid "Website communication history" +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_location.py:24 #, python-format @@ -799,8 +1014,3 @@ msgid "" "You have to select a product unit of measure in the same category than the " "default unit of measure of the product" msgstr "" - -#. module: stock_request -#: model:ir.model,name:stock_request.model_res_config_settings -msgid "res.config.settings" -msgstr "" diff --git a/stock_request/i18n/sl.po b/stock_request/i18n/sl.po index 648a5b9e9..9a327eec1 100644 --- a/stock_request/i18n/sl.po +++ b/stock_request/i18n/sl.po @@ -26,55 +26,82 @@ msgid "
  • %s: Transferred quantity %s %s
  • " msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_needaction +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_needaction +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_needaction +msgid "Action Needed" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Activates Stock Request Orders" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_ids +msgid "Activities" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_state +msgid "Activity State" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__allocated_product_qty msgid "Allocated Quantity" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Allow All Locations Types" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_company_stock_request_allow_virtual_loc -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_stock_request_allow_virtual_loc -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_res_company__stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_stock_request__allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__allow_virtual_location msgid "Allow Virtual locations on Stock Requests" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Analytic" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Analytic accounting in Stock Requests" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_attachment_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_attachment_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_attachment_count +msgid "Attachment Count" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "" "By default only internal and transit locations are allowed in Stock Request " "and Orders." msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Cancel" msgstr "" @@ -84,7 +111,7 @@ msgid "Cancelled" msgstr "" #. module: stock_request -#: model:ir.actions.act_window,help:stock_request.action_stock_request_form +#: model_terms:ir.actions.act_window,help:stock_request.action_stock_request_form msgid "Click to add a Stock Request." msgstr "" @@ -94,11 +121,10 @@ msgid "Companies" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__company_id msgid "Company" msgstr "" @@ -109,47 +135,52 @@ msgid "Company must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.model,name:stock_request.model_res_config_settings +msgid "Config Settings" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Confirm" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request__create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__create_uid msgid "Created by" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__create_date msgid "Created on" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_expected_date -#: model:ir.model.fields,help:stock_request.field_stock_request_order_expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request__expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request_order__expected_date msgid "Date when you expect to receive the goods." msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_count -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_count msgid "Delivery Orders" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__display_name msgid "Display Name" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form #: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Done" msgstr "" @@ -160,28 +191,28 @@ msgid "Draft" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Analytic Accounting in Stock Requests" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Orders" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Stock Requests Kanban cards" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Stock Requests for Purchases" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_expected_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__expected_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__expected_date msgid "Expected Date" msgstr "" @@ -192,23 +223,65 @@ msgid "Expected date must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_follower_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_follower_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_channel_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_channel_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_partner_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_partner_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Group By" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_group_stock_request_order +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__group_stock_request_order msgid "Group Stock Request Order" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5885 +#: model:ir.model.fields,field_description:stock_request.field_stock_request__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__id msgid "ID" msgstr "" +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + #. module: stock_request #: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "In progress" @@ -225,43 +298,49 @@ msgid "Inventory Routes" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_is_follower +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_is_follower +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form msgid "Items" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Kanban" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order____last_update msgid "Last Modified on" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request__write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__write_uid msgid "Last Updated by" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__write_date msgid "Last Updated on" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_location_id -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__location_id +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Location" msgstr "" @@ -271,16 +350,36 @@ msgstr "" msgid "Location must be equal to the order" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_main_attachment_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_main_attachment_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + #. module: stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_master_data msgid "Master Data" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_order_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_ids +msgid "Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_order__procurement_group_id msgid "" "Moves created through this stock request will be put in this procurement " "group. If none is given, the moves generated by procurement rules will be " @@ -288,10 +387,9 @@ msgid "" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request__name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__name msgid "Name" msgstr "" @@ -300,6 +398,62 @@ msgstr "" msgid "Name must be unique" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_date_deadline +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_date_deadline +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_date_deadline +msgid "Next Activity Deadline" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_summary +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_summary +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_summary +msgid "Next Activity Summary" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_type_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_type_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_type_id +msgid "Next Activity Type" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_needaction_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_needaction_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread_counter +msgid "Number of unread messages" +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:264 #, python-format @@ -313,7 +467,7 @@ msgid "Only requests on draft state can be unlinked" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__open_product_qty msgid "Open Quantity" msgstr "" @@ -323,37 +477,40 @@ msgid "Operations" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__order_id msgid "Order" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Orders & Configuration" msgstr "" #. module: stock_request -#: model:ir.model,name:stock_request.model_stock_move_line -msgid "Packing Operation" +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Overdue" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_ids msgid "Pickings" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id -msgid "Procurement Group" +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Planned" msgstr "" #. module: stock_request -#: model:ir.model,name:stock_request.model_procurement_rule -msgid "Procurement Rule" +#: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__procurement_group_id +msgid "Procurement Group" msgstr "" #. module: stock_request @@ -363,85 +520,84 @@ msgid "Procurement group must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__product_id msgid "Product" msgstr "Proizvod" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id +#: model:ir.model,name:stock_request.model_stock_move_line +msgid "Product Moves (Stock Move Line)" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_uom_id msgid "Product Unit of Measure" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Purchases" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done +#: model:ir.model.fields,field_description:stock_request.field_stock_request__qty_done msgid "Qty Done" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_in_progress +#: model:ir.model.fields,field_description:stock_request.field_stock_request__qty_in_progress msgid "Qty In Progress" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_qty_done +#: model:ir.model.fields,help:stock_request.field_stock_request__qty_done msgid "Quantity completed" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_qty_in_progress +#: model:ir.model.fields,help:stock_request.field_stock_request__qty_in_progress msgid "Quantity in progress." msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request__product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__requested_product_uom_qty msgid "" "Quantity of the stock request allocated to the stock move, in the UoM of the " "Stock Request" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_allocated_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__allocated_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__requested_product_qty msgid "" "Quantity of the stock request allocated to the stock move, in the default " "UoM of the product" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_uom_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_uom_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request__product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__product_uom_qty msgid "Quantity, specified in the unit of measure indicated in the request." msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_qty msgid "Real Quantity" msgstr "" @@ -470,18 +626,18 @@ msgid "Request Stock" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__requested_product_qty msgid "Requested Quantity" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__requested_product_uom_qty msgid "Requested Quantity (UoM)" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_requested_by -#: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by +#: model:ir.model.fields,field_description:stock_request.field_stock_request__requested_by +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__requested_by msgid "Requested by" msgstr "" @@ -492,18 +648,27 @@ msgid "Requested by must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_user_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_user_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_user_id +msgid "Responsible User" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__route_id msgid "Route" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__route_ids +msgid "Routes" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Set to Draft" msgstr "" @@ -514,56 +679,67 @@ msgid "Settings" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_policy -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_policy +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_policy msgid "Shipping Policy" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_state -#: model:ir.model.fields,field_description:stock_request.field_stock_request_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request__state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__state msgid "Status" msgstr "" +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__activity_state +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_state +#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_state +msgid "" +"Status based on activities\n" +"Overdue: Due date is already passed\n" +"Today: Activity date is today\n" +"Planned: Future activities." +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_move -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_move_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__stock_move_id msgid "Stock Move" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__move_ids msgid "Stock Moves" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__stock_request_ids #: model:ir.module.category,name:stock_request.module_category_stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Stock Request" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_count +#: model:ir.model.fields,field_description:stock_request.field_stock_picking__stock_request_count msgid "Stock Request #" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request_allocation -#: model:ir.model.fields,field_description:stock_request.field_stock_move_allocation_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_move__allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__allocation_ids msgid "Stock Request Allocation" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.view_move_form -#: model:ir.ui.view,arch_db:stock_request.view_move_picking_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree +#: model_terms:ir.ui.view,arch_db:stock_request.view_move_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_move_picking_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree msgid "Stock Request Allocations" msgstr "" @@ -601,46 +777,51 @@ msgstr "" #. module: stock_request #: model:ir.actions.act_window,name:stock_request.action_stock_request_form -#: model:ir.model.fields,field_description:stock_request.field_stock_move_stock_request_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_move__stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_picking__stock_request_ids #: model:ir.ui.menu,name:stock_request.menu_stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_root -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.stock_request_search -#: model:ir.ui.view,arch_db:stock_request.view_picking_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_tree +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.view_picking_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_tree msgid "Stock Requests" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_analytic +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_analytic msgid "Stock Requests Analytic integration" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_kanban msgid "Stock Requests Kanban integration" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Stock Requests Search" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_purchase +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_purchase msgid "Stock Requests for Purchases" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model:ir.model,name:stock_request.model_stock_rule +msgid "Stock Rule" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form msgid "Stock request" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_count -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_tree +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__stock_request_count +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_tree msgid "Stock requests" msgstr "" @@ -677,14 +858,21 @@ msgstr "" msgid "This action only works in the context of products" msgstr "" +#. module: stock_request +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Today" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Transfers" msgstr "" @@ -697,27 +885,40 @@ msgid "" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_unread +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_unread +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_unread_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_unread_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__product_uom_id msgid "UoM" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Use Kanban cards for consumable products" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Use Purchases with Stock Requests" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_warehouse -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__warehouse_id +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Warehouse" msgstr "" @@ -727,6 +928,20 @@ msgstr "" msgid "Warehouse must be equal to the order" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__website_message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__website_message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__website_message_ids +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__website_message_ids +#: model:ir.model.fields,help:stock_request.field_stock_request_order__website_message_ids +msgid "Website communication history" +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_location.py:24 #, python-format @@ -798,8 +1013,3 @@ msgid "" "You have to select a product unit of measure in the same category than the " "default unit of measure of the product" msgstr "" - -#. module: stock_request -#: model:ir.model,name:stock_request.model_res_config_settings -msgid "res.config.settings" -msgstr "" diff --git a/stock_request/i18n/tr.po b/stock_request/i18n/tr.po index a0ea719b3..6e4751f27 100644 --- a/stock_request/i18n/tr.po +++ b/stock_request/i18n/tr.po @@ -25,55 +25,82 @@ msgid "
  • %s: Transferred quantity %s %s
  • " msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_needaction +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_needaction +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_needaction +msgid "Action Needed" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Activates Stock Request Orders" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_ids +msgid "Activities" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_state +msgid "Activity State" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__allocated_product_qty msgid "Allocated Quantity" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Allow All Locations Types" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_company_stock_request_allow_virtual_loc -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_stock_request_allow_virtual_loc -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_res_company__stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_stock_request__allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__allow_virtual_location msgid "Allow Virtual locations on Stock Requests" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Analytic" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Analytic accounting in Stock Requests" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_attachment_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_attachment_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_attachment_count +msgid "Attachment Count" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "" "By default only internal and transit locations are allowed in Stock Request " "and Orders." msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Cancel" msgstr "" @@ -83,7 +110,7 @@ msgid "Cancelled" msgstr "" #. module: stock_request -#: model:ir.actions.act_window,help:stock_request.action_stock_request_form +#: model_terms:ir.actions.act_window,help:stock_request.action_stock_request_form msgid "Click to add a Stock Request." msgstr "" @@ -93,11 +120,10 @@ msgid "Companies" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__company_id msgid "Company" msgstr "" @@ -108,47 +134,52 @@ msgid "Company must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.model,name:stock_request.model_res_config_settings +msgid "Config Settings" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Confirm" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request__create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__create_uid msgid "Created by" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__create_date msgid "Created on" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_expected_date -#: model:ir.model.fields,help:stock_request.field_stock_request_order_expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request__expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request_order__expected_date msgid "Date when you expect to receive the goods." msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_count -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_count msgid "Delivery Orders" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__display_name msgid "Display Name" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form #: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Done" msgstr "" @@ -159,28 +190,28 @@ msgid "Draft" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Analytic Accounting in Stock Requests" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Orders" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Stock Requests Kanban cards" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Stock Requests for Purchases" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_expected_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__expected_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__expected_date msgid "Expected Date" msgstr "" @@ -191,23 +222,65 @@ msgid "Expected date must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_follower_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_follower_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_channel_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_channel_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_partner_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_partner_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Group By" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_group_stock_request_order +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__group_stock_request_order msgid "Group Stock Request Order" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5885 +#: model:ir.model.fields,field_description:stock_request.field_stock_request__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__id msgid "ID" msgstr "" +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + #. module: stock_request #: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "In progress" @@ -224,43 +297,49 @@ msgid "Inventory Routes" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_is_follower +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_is_follower +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form msgid "Items" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Kanban" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order____last_update msgid "Last Modified on" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request__write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__write_uid msgid "Last Updated by" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__write_date msgid "Last Updated on" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_location_id -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__location_id +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Location" msgstr "" @@ -270,16 +349,36 @@ msgstr "" msgid "Location must be equal to the order" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_main_attachment_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_main_attachment_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + #. module: stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_master_data msgid "Master Data" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_order_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_ids +msgid "Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_order__procurement_group_id msgid "" "Moves created through this stock request will be put in this procurement " "group. If none is given, the moves generated by procurement rules will be " @@ -287,10 +386,9 @@ msgid "" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request__name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__name msgid "Name" msgstr "" @@ -299,6 +397,62 @@ msgstr "" msgid "Name must be unique" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_date_deadline +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_date_deadline +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_date_deadline +msgid "Next Activity Deadline" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_summary +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_summary +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_summary +msgid "Next Activity Summary" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_type_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_type_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_type_id +msgid "Next Activity Type" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_needaction_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_needaction_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread_counter +msgid "Number of unread messages" +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:264 #, python-format @@ -312,7 +466,7 @@ msgid "Only requests on draft state can be unlinked" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__open_product_qty msgid "Open Quantity" msgstr "" @@ -322,37 +476,40 @@ msgid "Operations" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__order_id msgid "Order" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Orders & Configuration" msgstr "" #. module: stock_request -#: model:ir.model,name:stock_request.model_stock_move_line -msgid "Packing Operation" +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Overdue" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_ids msgid "Pickings" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id -msgid "Procurement Group" +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Planned" msgstr "" #. module: stock_request -#: model:ir.model,name:stock_request.model_procurement_rule -msgid "Procurement Rule" +#: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__procurement_group_id +msgid "Procurement Group" msgstr "" #. module: stock_request @@ -362,85 +519,84 @@ msgid "Procurement group must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__product_id msgid "Product" msgstr "Ürün" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id +#: model:ir.model,name:stock_request.model_stock_move_line +msgid "Product Moves (Stock Move Line)" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_uom_id msgid "Product Unit of Measure" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Purchases" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done +#: model:ir.model.fields,field_description:stock_request.field_stock_request__qty_done msgid "Qty Done" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_in_progress +#: model:ir.model.fields,field_description:stock_request.field_stock_request__qty_in_progress msgid "Qty In Progress" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_qty_done +#: model:ir.model.fields,help:stock_request.field_stock_request__qty_done msgid "Quantity completed" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_qty_in_progress +#: model:ir.model.fields,help:stock_request.field_stock_request__qty_in_progress msgid "Quantity in progress." msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request__product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__requested_product_uom_qty msgid "" "Quantity of the stock request allocated to the stock move, in the UoM of the " "Stock Request" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_allocated_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__allocated_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__requested_product_qty msgid "" "Quantity of the stock request allocated to the stock move, in the default " "UoM of the product" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_uom_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_uom_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request__product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__product_uom_qty msgid "Quantity, specified in the unit of measure indicated in the request." msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_qty msgid "Real Quantity" msgstr "" @@ -469,18 +625,18 @@ msgid "Request Stock" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__requested_product_qty msgid "Requested Quantity" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__requested_product_uom_qty msgid "Requested Quantity (UoM)" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_requested_by -#: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by +#: model:ir.model.fields,field_description:stock_request.field_stock_request__requested_by +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__requested_by msgid "Requested by" msgstr "" @@ -491,18 +647,27 @@ msgid "Requested by must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_user_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_user_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_user_id +msgid "Responsible User" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__route_id msgid "Route" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__route_ids +msgid "Routes" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Set to Draft" msgstr "" @@ -513,56 +678,67 @@ msgid "Settings" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_policy -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_policy +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_policy msgid "Shipping Policy" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_state -#: model:ir.model.fields,field_description:stock_request.field_stock_request_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request__state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__state msgid "Status" msgstr "" +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__activity_state +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_state +#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_state +msgid "" +"Status based on activities\n" +"Overdue: Due date is already passed\n" +"Today: Activity date is today\n" +"Planned: Future activities." +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_move -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_move_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__stock_move_id msgid "Stock Move" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__move_ids msgid "Stock Moves" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__stock_request_ids #: model:ir.module.category,name:stock_request.module_category_stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Stock Request" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_count +#: model:ir.model.fields,field_description:stock_request.field_stock_picking__stock_request_count msgid "Stock Request #" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request_allocation -#: model:ir.model.fields,field_description:stock_request.field_stock_move_allocation_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_move__allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__allocation_ids msgid "Stock Request Allocation" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.view_move_form -#: model:ir.ui.view,arch_db:stock_request.view_move_picking_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree +#: model_terms:ir.ui.view,arch_db:stock_request.view_move_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_move_picking_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree msgid "Stock Request Allocations" msgstr "" @@ -600,46 +776,51 @@ msgstr "" #. module: stock_request #: model:ir.actions.act_window,name:stock_request.action_stock_request_form -#: model:ir.model.fields,field_description:stock_request.field_stock_move_stock_request_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_move__stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_picking__stock_request_ids #: model:ir.ui.menu,name:stock_request.menu_stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_root -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.stock_request_search -#: model:ir.ui.view,arch_db:stock_request.view_picking_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_tree +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.view_picking_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_tree msgid "Stock Requests" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_analytic +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_analytic msgid "Stock Requests Analytic integration" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_kanban msgid "Stock Requests Kanban integration" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Stock Requests Search" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_purchase +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_purchase msgid "Stock Requests for Purchases" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model:ir.model,name:stock_request.model_stock_rule +msgid "Stock Rule" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form msgid "Stock request" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_count -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_tree +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__stock_request_count +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_tree msgid "Stock requests" msgstr "" @@ -676,14 +857,21 @@ msgstr "" msgid "This action only works in the context of products" msgstr "" +#. module: stock_request +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Today" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Transfers" msgstr "" @@ -696,27 +884,40 @@ msgid "" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_unread +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_unread +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_unread_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_unread_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__product_uom_id msgid "UoM" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Use Kanban cards for consumable products" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Use Purchases with Stock Requests" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_warehouse -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__warehouse_id +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Warehouse" msgstr "" @@ -726,6 +927,20 @@ msgstr "" msgid "Warehouse must be equal to the order" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__website_message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__website_message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__website_message_ids +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__website_message_ids +#: model:ir.model.fields,help:stock_request.field_stock_request_order__website_message_ids +msgid "Website communication history" +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_location.py:24 #, python-format @@ -797,8 +1012,3 @@ msgid "" "You have to select a product unit of measure in the same category than the " "default unit of measure of the product" msgstr "" - -#. module: stock_request -#: model:ir.model,name:stock_request.model_res_config_settings -msgid "res.config.settings" -msgstr "" diff --git a/stock_request/i18n/tr_TR.po b/stock_request/i18n/tr_TR.po index f4cf274c6..b24a8060f 100644 --- a/stock_request/i18n/tr_TR.po +++ b/stock_request/i18n/tr_TR.po @@ -26,55 +26,82 @@ msgid "
  • %s: Transferred quantity %s %s
  • " msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_needaction +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_needaction +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_needaction +msgid "Action Needed" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Activates Stock Request Orders" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_ids +msgid "Activities" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_state +msgid "Activity State" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__allocated_product_qty msgid "Allocated Quantity" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Allow All Locations Types" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_company_stock_request_allow_virtual_loc -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_stock_request_allow_virtual_loc -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_res_company__stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_stock_request__allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__allow_virtual_location msgid "Allow Virtual locations on Stock Requests" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Analytic" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Analytic accounting in Stock Requests" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_attachment_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_attachment_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_attachment_count +msgid "Attachment Count" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "" "By default only internal and transit locations are allowed in Stock Request " "and Orders." msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Cancel" msgstr "" @@ -84,7 +111,7 @@ msgid "Cancelled" msgstr "" #. module: stock_request -#: model:ir.actions.act_window,help:stock_request.action_stock_request_form +#: model_terms:ir.actions.act_window,help:stock_request.action_stock_request_form msgid "Click to add a Stock Request." msgstr "" @@ -94,11 +121,10 @@ msgid "Companies" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__company_id msgid "Company" msgstr "" @@ -109,47 +135,52 @@ msgid "Company must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.model,name:stock_request.model_res_config_settings +msgid "Config Settings" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Confirm" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request__create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__create_uid msgid "Created by" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__create_date msgid "Created on" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_expected_date -#: model:ir.model.fields,help:stock_request.field_stock_request_order_expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request__expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request_order__expected_date msgid "Date when you expect to receive the goods." msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_count -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_count msgid "Delivery Orders" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__display_name msgid "Display Name" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form #: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Done" msgstr "" @@ -160,28 +191,28 @@ msgid "Draft" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Analytic Accounting in Stock Requests" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Orders" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Stock Requests Kanban cards" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Stock Requests for Purchases" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_expected_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__expected_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__expected_date msgid "Expected Date" msgstr "" @@ -192,23 +223,65 @@ msgid "Expected date must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_follower_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_follower_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_channel_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_channel_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_partner_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_partner_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Group By" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_group_stock_request_order +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__group_stock_request_order msgid "Group Stock Request Order" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5885 +#: model:ir.model.fields,field_description:stock_request.field_stock_request__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__id msgid "ID" msgstr "" +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + #. module: stock_request #: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "In progress" @@ -225,43 +298,49 @@ msgid "Inventory Routes" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_is_follower +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_is_follower +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form msgid "Items" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Kanban" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order____last_update msgid "Last Modified on" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request__write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__write_uid msgid "Last Updated by" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__write_date msgid "Last Updated on" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_location_id -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__location_id +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Location" msgstr "" @@ -271,16 +350,36 @@ msgstr "" msgid "Location must be equal to the order" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_main_attachment_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_main_attachment_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + #. module: stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_master_data msgid "Master Data" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_order_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_ids +msgid "Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_order__procurement_group_id msgid "" "Moves created through this stock request will be put in this procurement " "group. If none is given, the moves generated by procurement rules will be " @@ -288,10 +387,9 @@ msgid "" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request__name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__name msgid "Name" msgstr "" @@ -300,6 +398,62 @@ msgstr "" msgid "Name must be unique" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_date_deadline +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_date_deadline +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_date_deadline +msgid "Next Activity Deadline" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_summary +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_summary +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_summary +msgid "Next Activity Summary" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_type_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_type_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_type_id +msgid "Next Activity Type" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_needaction_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_needaction_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread_counter +msgid "Number of unread messages" +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:264 #, python-format @@ -313,7 +467,7 @@ msgid "Only requests on draft state can be unlinked" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__open_product_qty msgid "Open Quantity" msgstr "" @@ -323,37 +477,40 @@ msgid "Operations" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__order_id msgid "Order" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Orders & Configuration" msgstr "" #. module: stock_request -#: model:ir.model,name:stock_request.model_stock_move_line -msgid "Packing Operation" +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Overdue" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_ids msgid "Pickings" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id -msgid "Procurement Group" +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Planned" msgstr "" #. module: stock_request -#: model:ir.model,name:stock_request.model_procurement_rule -msgid "Procurement Rule" +#: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__procurement_group_id +msgid "Procurement Group" msgstr "" #. module: stock_request @@ -363,85 +520,84 @@ msgid "Procurement group must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__product_id msgid "Product" msgstr "Ürün" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id +#: model:ir.model,name:stock_request.model_stock_move_line +msgid "Product Moves (Stock Move Line)" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_uom_id msgid "Product Unit of Measure" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Purchases" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done +#: model:ir.model.fields,field_description:stock_request.field_stock_request__qty_done msgid "Qty Done" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_in_progress +#: model:ir.model.fields,field_description:stock_request.field_stock_request__qty_in_progress msgid "Qty In Progress" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_qty_done +#: model:ir.model.fields,help:stock_request.field_stock_request__qty_done msgid "Quantity completed" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_qty_in_progress +#: model:ir.model.fields,help:stock_request.field_stock_request__qty_in_progress msgid "Quantity in progress." msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request__product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__requested_product_uom_qty msgid "" "Quantity of the stock request allocated to the stock move, in the UoM of the " "Stock Request" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_allocated_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__allocated_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__requested_product_qty msgid "" "Quantity of the stock request allocated to the stock move, in the default " "UoM of the product" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_uom_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_uom_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request__product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__product_uom_qty msgid "Quantity, specified in the unit of measure indicated in the request." msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_qty msgid "Real Quantity" msgstr "" @@ -470,18 +626,18 @@ msgid "Request Stock" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__requested_product_qty msgid "Requested Quantity" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__requested_product_uom_qty msgid "Requested Quantity (UoM)" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_requested_by -#: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by +#: model:ir.model.fields,field_description:stock_request.field_stock_request__requested_by +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__requested_by msgid "Requested by" msgstr "" @@ -492,18 +648,27 @@ msgid "Requested by must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_user_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_user_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_user_id +msgid "Responsible User" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__route_id msgid "Route" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__route_ids +msgid "Routes" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Set to Draft" msgstr "" @@ -514,56 +679,67 @@ msgid "Settings" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_policy -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_policy +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_policy msgid "Shipping Policy" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_state -#: model:ir.model.fields,field_description:stock_request.field_stock_request_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request__state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__state msgid "Status" msgstr "" +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__activity_state +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_state +#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_state +msgid "" +"Status based on activities\n" +"Overdue: Due date is already passed\n" +"Today: Activity date is today\n" +"Planned: Future activities." +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_move -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_move_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__stock_move_id msgid "Stock Move" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__move_ids msgid "Stock Moves" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__stock_request_ids #: model:ir.module.category,name:stock_request.module_category_stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Stock Request" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_count +#: model:ir.model.fields,field_description:stock_request.field_stock_picking__stock_request_count msgid "Stock Request #" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request_allocation -#: model:ir.model.fields,field_description:stock_request.field_stock_move_allocation_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_move__allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__allocation_ids msgid "Stock Request Allocation" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.view_move_form -#: model:ir.ui.view,arch_db:stock_request.view_move_picking_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree +#: model_terms:ir.ui.view,arch_db:stock_request.view_move_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_move_picking_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree msgid "Stock Request Allocations" msgstr "" @@ -601,46 +777,51 @@ msgstr "" #. module: stock_request #: model:ir.actions.act_window,name:stock_request.action_stock_request_form -#: model:ir.model.fields,field_description:stock_request.field_stock_move_stock_request_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_move__stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_picking__stock_request_ids #: model:ir.ui.menu,name:stock_request.menu_stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_root -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.stock_request_search -#: model:ir.ui.view,arch_db:stock_request.view_picking_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_tree +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.view_picking_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_tree msgid "Stock Requests" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_analytic +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_analytic msgid "Stock Requests Analytic integration" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_kanban msgid "Stock Requests Kanban integration" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Stock Requests Search" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_purchase +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_purchase msgid "Stock Requests for Purchases" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model:ir.model,name:stock_request.model_stock_rule +msgid "Stock Rule" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form msgid "Stock request" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_count -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_tree +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__stock_request_count +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_tree msgid "Stock requests" msgstr "" @@ -677,14 +858,21 @@ msgstr "" msgid "This action only works in the context of products" msgstr "" +#. module: stock_request +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Today" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Transfers" msgstr "" @@ -697,27 +885,40 @@ msgid "" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_unread +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_unread +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_unread_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_unread_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__product_uom_id msgid "UoM" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Use Kanban cards for consumable products" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Use Purchases with Stock Requests" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_warehouse -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__warehouse_id +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Warehouse" msgstr "" @@ -727,6 +928,20 @@ msgstr "" msgid "Warehouse must be equal to the order" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__website_message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__website_message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__website_message_ids +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__website_message_ids +#: model:ir.model.fields,help:stock_request.field_stock_request_order__website_message_ids +msgid "Website communication history" +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_location.py:24 #, python-format @@ -798,8 +1013,3 @@ msgid "" "You have to select a product unit of measure in the same category than the " "default unit of measure of the product" msgstr "" - -#. module: stock_request -#: model:ir.model,name:stock_request.model_res_config_settings -msgid "res.config.settings" -msgstr "" diff --git a/stock_request/i18n/vi_VN.po b/stock_request/i18n/vi_VN.po index c27b3f836..e58f6a816 100644 --- a/stock_request/i18n/vi_VN.po +++ b/stock_request/i18n/vi_VN.po @@ -26,55 +26,82 @@ msgid "
  • %s: Transferred quantity %s %s
  • " msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_needaction +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_needaction +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_needaction +msgid "Action Needed" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Activates Stock Request Orders" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_ids +msgid "Activities" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_state +msgid "Activity State" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__allocated_product_qty msgid "Allocated Quantity" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Allow All Locations Types" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_company_stock_request_allow_virtual_loc -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_stock_request_allow_virtual_loc -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_res_company__stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_stock_request__allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__allow_virtual_location msgid "Allow Virtual locations on Stock Requests" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Analytic" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Analytic accounting in Stock Requests" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_attachment_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_attachment_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_attachment_count +msgid "Attachment Count" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "" "By default only internal and transit locations are allowed in Stock Request " "and Orders." msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Cancel" msgstr "" @@ -84,7 +111,7 @@ msgid "Cancelled" msgstr "" #. module: stock_request -#: model:ir.actions.act_window,help:stock_request.action_stock_request_form +#: model_terms:ir.actions.act_window,help:stock_request.action_stock_request_form msgid "Click to add a Stock Request." msgstr "" @@ -94,11 +121,10 @@ msgid "Companies" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__company_id msgid "Company" msgstr "" @@ -109,47 +135,52 @@ msgid "Company must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.model,name:stock_request.model_res_config_settings +msgid "Config Settings" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Confirm" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request__create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__create_uid msgid "Created by" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__create_date msgid "Created on" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_expected_date -#: model:ir.model.fields,help:stock_request.field_stock_request_order_expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request__expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request_order__expected_date msgid "Date when you expect to receive the goods." msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_count -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_count msgid "Delivery Orders" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__display_name msgid "Display Name" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form #: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Done" msgstr "" @@ -160,28 +191,28 @@ msgid "Draft" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Analytic Accounting in Stock Requests" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Orders" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Stock Requests Kanban cards" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Stock Requests for Purchases" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_expected_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__expected_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__expected_date msgid "Expected Date" msgstr "" @@ -192,23 +223,65 @@ msgid "Expected date must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_follower_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_follower_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_channel_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_channel_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_partner_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_partner_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Group By" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_group_stock_request_order +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__group_stock_request_order msgid "Group Stock Request Order" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5885 +#: model:ir.model.fields,field_description:stock_request.field_stock_request__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__id msgid "ID" msgstr "" +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + #. module: stock_request #: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "In progress" @@ -225,43 +298,49 @@ msgid "Inventory Routes" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_is_follower +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_is_follower +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form msgid "Items" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Kanban" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order____last_update msgid "Last Modified on" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request__write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__write_uid msgid "Last Updated by" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__write_date msgid "Last Updated on" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_location_id -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__location_id +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Location" msgstr "" @@ -271,16 +350,36 @@ msgstr "" msgid "Location must be equal to the order" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_main_attachment_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_main_attachment_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + #. module: stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_master_data msgid "Master Data" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_order_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_ids +msgid "Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_order__procurement_group_id msgid "" "Moves created through this stock request will be put in this procurement " "group. If none is given, the moves generated by procurement rules will be " @@ -288,10 +387,9 @@ msgid "" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request__name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__name msgid "Name" msgstr "" @@ -300,6 +398,62 @@ msgstr "" msgid "Name must be unique" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_date_deadline +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_date_deadline +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_date_deadline +msgid "Next Activity Deadline" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_summary +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_summary +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_summary +msgid "Next Activity Summary" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_type_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_type_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_type_id +msgid "Next Activity Type" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_needaction_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_needaction_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread_counter +msgid "Number of unread messages" +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:264 #, python-format @@ -313,7 +467,7 @@ msgid "Only requests on draft state can be unlinked" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__open_product_qty msgid "Open Quantity" msgstr "" @@ -323,37 +477,40 @@ msgid "Operations" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__order_id msgid "Order" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Orders & Configuration" msgstr "" #. module: stock_request -#: model:ir.model,name:stock_request.model_stock_move_line -msgid "Packing Operation" +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Overdue" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_ids msgid "Pickings" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id -msgid "Procurement Group" +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Planned" msgstr "" #. module: stock_request -#: model:ir.model,name:stock_request.model_procurement_rule -msgid "Procurement Rule" +#: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__procurement_group_id +msgid "Procurement Group" msgstr "" #. module: stock_request @@ -363,85 +520,84 @@ msgid "Procurement group must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__product_id msgid "Product" msgstr "Sản phẩm" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id +#: model:ir.model,name:stock_request.model_stock_move_line +msgid "Product Moves (Stock Move Line)" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_uom_id msgid "Product Unit of Measure" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Purchases" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done +#: model:ir.model.fields,field_description:stock_request.field_stock_request__qty_done msgid "Qty Done" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_in_progress +#: model:ir.model.fields,field_description:stock_request.field_stock_request__qty_in_progress msgid "Qty In Progress" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_qty_done +#: model:ir.model.fields,help:stock_request.field_stock_request__qty_done msgid "Quantity completed" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_qty_in_progress +#: model:ir.model.fields,help:stock_request.field_stock_request__qty_in_progress msgid "Quantity in progress." msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request__product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__requested_product_uom_qty msgid "" "Quantity of the stock request allocated to the stock move, in the UoM of the " "Stock Request" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_allocated_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__allocated_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__requested_product_qty msgid "" "Quantity of the stock request allocated to the stock move, in the default " "UoM of the product" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_uom_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_uom_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request__product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__product_uom_qty msgid "Quantity, specified in the unit of measure indicated in the request." msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_qty msgid "Real Quantity" msgstr "" @@ -470,18 +626,18 @@ msgid "Request Stock" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__requested_product_qty msgid "Requested Quantity" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__requested_product_uom_qty msgid "Requested Quantity (UoM)" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_requested_by -#: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by +#: model:ir.model.fields,field_description:stock_request.field_stock_request__requested_by +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__requested_by msgid "Requested by" msgstr "" @@ -492,18 +648,27 @@ msgid "Requested by must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_user_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_user_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_user_id +msgid "Responsible User" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__route_id msgid "Route" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__route_ids +msgid "Routes" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Set to Draft" msgstr "" @@ -514,56 +679,67 @@ msgid "Settings" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_policy -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_policy +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_policy msgid "Shipping Policy" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_state -#: model:ir.model.fields,field_description:stock_request.field_stock_request_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request__state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__state msgid "Status" msgstr "" +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__activity_state +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_state +#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_state +msgid "" +"Status based on activities\n" +"Overdue: Due date is already passed\n" +"Today: Activity date is today\n" +"Planned: Future activities." +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_move -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_move_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__stock_move_id msgid "Stock Move" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__move_ids msgid "Stock Moves" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__stock_request_ids #: model:ir.module.category,name:stock_request.module_category_stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Stock Request" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_count +#: model:ir.model.fields,field_description:stock_request.field_stock_picking__stock_request_count msgid "Stock Request #" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request_allocation -#: model:ir.model.fields,field_description:stock_request.field_stock_move_allocation_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_move__allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__allocation_ids msgid "Stock Request Allocation" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.view_move_form -#: model:ir.ui.view,arch_db:stock_request.view_move_picking_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree +#: model_terms:ir.ui.view,arch_db:stock_request.view_move_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_move_picking_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree msgid "Stock Request Allocations" msgstr "" @@ -601,46 +777,51 @@ msgstr "" #. module: stock_request #: model:ir.actions.act_window,name:stock_request.action_stock_request_form -#: model:ir.model.fields,field_description:stock_request.field_stock_move_stock_request_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_move__stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_picking__stock_request_ids #: model:ir.ui.menu,name:stock_request.menu_stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_root -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.stock_request_search -#: model:ir.ui.view,arch_db:stock_request.view_picking_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_tree +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.view_picking_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_tree msgid "Stock Requests" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_analytic +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_analytic msgid "Stock Requests Analytic integration" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_kanban msgid "Stock Requests Kanban integration" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Stock Requests Search" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_purchase +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_purchase msgid "Stock Requests for Purchases" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model:ir.model,name:stock_request.model_stock_rule +msgid "Stock Rule" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form msgid "Stock request" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_count -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_tree +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__stock_request_count +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_tree msgid "Stock requests" msgstr "" @@ -677,14 +858,21 @@ msgstr "" msgid "This action only works in the context of products" msgstr "" +#. module: stock_request +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Today" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Transfers" msgstr "" @@ -697,27 +885,40 @@ msgid "" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_unread +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_unread +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_unread_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_unread_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__product_uom_id msgid "UoM" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Use Kanban cards for consumable products" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Use Purchases with Stock Requests" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_warehouse -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__warehouse_id +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Warehouse" msgstr "" @@ -727,6 +928,20 @@ msgstr "" msgid "Warehouse must be equal to the order" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__website_message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__website_message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__website_message_ids +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__website_message_ids +#: model:ir.model.fields,help:stock_request.field_stock_request_order__website_message_ids +msgid "Website communication history" +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_location.py:24 #, python-format @@ -798,8 +1013,3 @@ msgid "" "You have to select a product unit of measure in the same category than the " "default unit of measure of the product" msgstr "" - -#. module: stock_request -#: model:ir.model,name:stock_request.model_res_config_settings -msgid "res.config.settings" -msgstr "" diff --git a/stock_request/i18n/zh_CN.po b/stock_request/i18n/zh_CN.po index bab2b7d9a..842095ea1 100644 --- a/stock_request/i18n/zh_CN.po +++ b/stock_request/i18n/zh_CN.po @@ -26,55 +26,82 @@ msgid "
  • %s: Transferred quantity %s %s
  • " msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_needaction +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_needaction +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_needaction +msgid "Action Needed" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Activates Stock Request Orders" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_allocated_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_ids +msgid "Activities" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_state +msgid "Activity State" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__allocated_product_qty msgid "Allocated Quantity" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Allow All Locations Types" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_company_stock_request_allow_virtual_loc -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_stock_request_allow_virtual_loc -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_allow_virtual_location -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_res_company__stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__stock_request_allow_virtual_loc +#: model:ir.model.fields,field_description:stock_request.field_stock_request__allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__allow_virtual_location +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__allow_virtual_location msgid "Allow Virtual locations on Stock Requests" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Analytic" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Analytic accounting in Stock Requests" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Archived" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_attachment_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_attachment_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_attachment_count +msgid "Attachment Count" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "" "By default only internal and transit locations are allowed in Stock Request " "and Orders." msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Cancel" msgstr "" @@ -84,7 +111,7 @@ msgid "Cancelled" msgstr "" #. module: stock_request -#: model:ir.actions.act_window,help:stock_request.action_stock_request_form +#: model_terms:ir.actions.act_window,help:stock_request.action_stock_request_form msgid "Click to add a Stock Request." msgstr "" @@ -94,11 +121,10 @@ msgid "Companies" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_company_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__company_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__company_id msgid "Company" msgstr "" @@ -109,47 +135,52 @@ msgid "Company must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.model,name:stock_request.model_res_config_settings +msgid "Config Settings" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Confirm" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request__create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__create_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__create_uid msgid "Created by" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_create_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_create_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__create_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__create_date msgid "Created on" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_expected_date -#: model:ir.model.fields,help:stock_request.field_stock_request_order_expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request__expected_date +#: model:ir.model.fields,help:stock_request.field_stock_request_order__expected_date msgid "Date when you expect to receive the goods." msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_count -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_count +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_count msgid "Delivery Orders" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_display_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__display_name msgid "Display Name" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form #: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "Done" msgstr "" @@ -160,28 +191,28 @@ msgid "Draft" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Analytic Accounting in Stock Requests" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Orders" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Stock Requests Kanban cards" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Enable Stock Requests for Purchases" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_expected_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_expected_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__expected_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__expected_date msgid "Expected Date" msgstr "" @@ -192,23 +223,65 @@ msgid "Expected date must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_follower_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_follower_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_follower_ids +msgid "Followers" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_channel_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_channel_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_channel_ids +msgid "Followers (Channels)" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_partner_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_partner_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_partner_ids +msgid "Followers (Partners)" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Group By" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_group_stock_request_order +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__group_stock_request_order msgid "Group Stock Request Order" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id_5885 +#: model:ir.model.fields,field_description:stock_request.field_stock_request__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__id msgid "ID" msgstr "" +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread +msgid "If checked new messages require your attention." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction +msgid "If checked, new messages require your attention." +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error +msgid "If checked, some messages have a delivery error." +msgstr "" + #. module: stock_request #: selection:stock.request,state:0 selection:stock.request.order,state:0 msgid "In progress" @@ -225,43 +298,49 @@ msgid "Inventory Routes" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_is_follower +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_is_follower +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_is_follower +msgid "Is Follower" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form msgid "Items" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Kanban" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation___last_update -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order___last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order____last_update msgid "Last Modified on" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_uid -#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request__write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__write_uid +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__write_uid msgid "Last Updated by" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_write_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_write_date -#: model:ir.model.fields,field_description:stock_request.field_stock_request_write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request__write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__write_date +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__write_date msgid "Last Updated on" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_location_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_location_id -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__location_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__location_id +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Location" msgstr "" @@ -271,16 +350,36 @@ msgstr "" msgid "Location must be equal to the order" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_main_attachment_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_main_attachment_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_main_attachment_id +msgid "Main Attachment" +msgstr "" + #. module: stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_master_data msgid "Master Data" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_order_procurement_group_id -#: model:ir.model.fields,help:stock_request.field_stock_request_procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error +msgid "Message Delivery error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_ids +msgid "Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__procurement_group_id +#: model:ir.model.fields,help:stock_request.field_stock_request_order__procurement_group_id msgid "" "Moves created through this stock request will be put in this procurement " "group. If none is given, the moves generated by procurement rules will be " @@ -288,10 +387,9 @@ msgid "" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_name -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_name +#: model:ir.model.fields,field_description:stock_request.field_stock_request__name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__name +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__name msgid "Name" msgstr "" @@ -300,6 +398,62 @@ msgstr "" msgid "Name must be unique" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_date_deadline +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_date_deadline +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_date_deadline +msgid "Next Activity Deadline" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_summary +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_summary +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_summary +msgid "Next Activity Summary" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_type_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_type_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_type_id +msgid "Next Activity Type" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_needaction_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_needaction_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_needaction_counter +msgid "Number of Actions" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_has_error_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_has_error_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_has_error_counter +msgid "Number of error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_needaction_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_needaction_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_needaction_counter +msgid "Number of messages which requires an action" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_has_error_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_has_error_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_has_error_counter +msgid "Number of messages with delivery error" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__message_unread_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__message_unread_counter +#: model:ir.model.fields,help:stock_request.field_stock_request_order__message_unread_counter +msgid "Number of unread messages" +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_request_order.py:264 #, python-format @@ -313,7 +467,7 @@ msgid "Only requests on draft state can be unlinked" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_open_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__open_product_qty msgid "Open Quantity" msgstr "" @@ -323,37 +477,40 @@ msgid "Operations" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__order_id msgid "Order" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Orders & Configuration" msgstr "" #. module: stock_request -#: model:ir.model,name:stock_request.model_stock_move_line -msgid "Packing Operation" +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Overdue" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_ids msgid "Pickings" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_procurement_group_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_procurement_group_id -msgid "Procurement Group" +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Planned" msgstr "" #. module: stock_request -#: model:ir.model,name:stock_request.model_procurement_rule -msgid "Procurement Rule" +#: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__procurement_group_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__procurement_group_id +msgid "Procurement Group" msgstr "" #. module: stock_request @@ -363,85 +520,84 @@ msgid "Procurement group must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__product_id msgid "Product" msgstr "产品" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_id +#: model:ir.model,name:stock_request.model_stock_move_line +msgid "Product Moves (Stock Move Line)" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_uom_id msgid "Product Unit of Measure" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Purchases" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_done +#: model:ir.model.fields,field_description:stock_request.field_stock_request__qty_done msgid "Qty Done" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_qty_in_progress +#: model:ir.model.fields,field_description:stock_request.field_stock_request__qty_in_progress msgid "Qty In Progress" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_uom_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_uom_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_uom_qty msgid "Quantity" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_qty_done +#: model:ir.model.fields,help:stock_request.field_stock_request__qty_done msgid "Quantity completed" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_qty_in_progress +#: model:ir.model.fields,help:stock_request.field_stock_request__qty_in_progress msgid "Quantity in progress." msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request__product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__product_qty msgid "Quantity in the default UoM of the product" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__requested_product_uom_qty msgid "" "Quantity of the stock request allocated to the stock move, in the UoM of the " "Stock Request" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_allocated_product_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_allocation_requested_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__allocated_product_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_allocation__requested_product_qty msgid "" "Quantity of the stock request allocated to the stock move, in the default " "UoM of the product" msgstr "" #. module: stock_request -#: model:ir.model.fields,help:stock_request.field_stock_request_abstract_product_uom_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_kanban_product_uom_qty -#: model:ir.model.fields,help:stock_request.field_stock_request_product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request__product_uom_qty +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__product_uom_qty msgid "Quantity, specified in the unit of measure indicated in the request." msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_product_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_product_qty -#: model:ir.model.fields,field_description:stock_request.field_stock_request_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request__product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__product_qty msgid "Real Quantity" msgstr "" @@ -470,18 +626,18 @@ msgid "Request Stock" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__requested_product_qty msgid "Requested Quantity" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_requested_product_uom_qty +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__requested_product_uom_qty msgid "Requested Quantity (UoM)" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_requested_by -#: model:ir.model.fields,field_description:stock_request.field_stock_request_requested_by +#: model:ir.model.fields,field_description:stock_request.field_stock_request__requested_by +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__requested_by msgid "Requested by" msgstr "" @@ -492,18 +648,27 @@ msgid "Requested by must be equal to the order" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_route_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_route_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_user_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_user_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_user_id +msgid "Responsible User" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__route_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__route_id msgid "Route" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model:ir.model.fields,field_description:stock_request.field_stock_request__route_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__route_ids +msgid "Routes" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Set to Draft" msgstr "" @@ -514,56 +679,67 @@ msgid "Settings" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_picking_policy -#: model:ir.model.fields,field_description:stock_request.field_stock_request_picking_policy +#: model:ir.model.fields,field_description:stock_request.field_stock_request__picking_policy +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__picking_policy msgid "Shipping Policy" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_state -#: model:ir.model.fields,field_description:stock_request.field_stock_request_state +#: model:ir.model.fields,field_description:stock_request.field_stock_request__state +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__state msgid "Status" msgstr "" +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__activity_state +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_state +#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_state +msgid "" +"Status based on activities\n" +"Overdue: Due date is already passed\n" +"Today: Activity date is today\n" +"Planned: Future activities." +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_move -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_move_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__stock_move_id msgid "Stock Move" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_move_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__move_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__move_ids msgid "Stock Moves" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_stock_request_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__stock_request_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__stock_request_ids #: model:ir.module.category,name:stock_request.module_category_stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Stock Request" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_count +#: model:ir.model.fields,field_description:stock_request.field_stock_picking__stock_request_count msgid "Stock Request #" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_request_allocation -#: model:ir.model.fields,field_description:stock_request.field_stock_move_allocation_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_move__allocation_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request__allocation_ids msgid "Stock Request Allocation" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.view_move_form -#: model:ir.ui.view,arch_db:stock_request.view_move_picking_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree +#: model_terms:ir.ui.view,arch_db:stock_request.view_move_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_move_picking_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_allocation_tree msgid "Stock Request Allocations" msgstr "" @@ -601,46 +777,51 @@ msgstr "" #. module: stock_request #: model:ir.actions.act_window,name:stock_request.action_stock_request_form -#: model:ir.model.fields,field_description:stock_request.field_stock_move_stock_request_ids -#: model:ir.model.fields,field_description:stock_request.field_stock_picking_stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_move__stock_request_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_picking__stock_request_ids #: model:ir.ui.menu,name:stock_request.menu_stock_request #: model:ir.ui.menu,name:stock_request.menu_stock_request_root -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.stock_request_search -#: model:ir.ui.view,arch_db:stock_request.view_picking_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_tree +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.view_picking_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_tree msgid "Stock Requests" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_analytic +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_analytic msgid "Stock Requests Analytic integration" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_kanban +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_kanban msgid "Stock Requests Kanban integration" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Stock Requests Search" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_res_config_settings_module_stock_request_purchase +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_purchase msgid "Stock Requests for Purchases" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model:ir.model,name:stock_request.model_stock_rule +msgid "Stock Rule" +msgstr "" + +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form msgid "Stock request" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_stock_request_count -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_tree +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__stock_request_count +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_tree msgid "Stock requests" msgstr "" @@ -677,14 +858,21 @@ msgstr "" msgid "This action only works in the context of products" msgstr "" +#. module: stock_request +#: selection:stock.request,activity_state:0 +#: selection:stock.request.abstract,activity_state:0 +#: selection:stock.request.order,activity_state:0 +msgid "Today" +msgstr "" + #. module: stock_request #: model:ir.model,name:stock_request.model_stock_picking msgid "Transfer" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.stock_request_order_form -#: model:ir.ui.view,arch_db:stock_request.view_stock_request_form +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_form +#: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form msgid "Transfers" msgstr "" @@ -697,27 +885,40 @@ msgid "" msgstr "" #. module: stock_request -#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation_product_uom_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_unread +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_unread +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_unread +msgid "Unread Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__message_unread_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_unread_counter +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__message_unread_counter +msgid "Unread Messages Counter" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__product_uom_id msgid "UoM" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Use Kanban cards for consumable products" msgstr "" #. module: stock_request -#: model:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Use Purchases with Stock Requests" msgstr "" #. module: stock_request #: model:ir.model,name:stock_request.model_stock_warehouse -#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_kanban_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_order_warehouse_id -#: model:ir.model.fields,field_description:stock_request.field_stock_request_warehouse_id -#: model:ir.ui.view,arch_db:stock_request.stock_request_search +#: model:ir.model.fields,field_description:stock_request.field_stock_request__warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__warehouse_id +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__warehouse_id +#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search msgid "Warehouse" msgstr "" @@ -727,6 +928,20 @@ msgstr "" msgid "Warehouse must be equal to the order" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__website_message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__website_message_ids +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__website_message_ids +msgid "Website Messages" +msgstr "" + +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__website_message_ids +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__website_message_ids +#: model:ir.model.fields,help:stock_request.field_stock_request_order__website_message_ids +msgid "Website communication history" +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_location.py:24 #, python-format @@ -798,8 +1013,3 @@ msgid "" "You have to select a product unit of measure in the same category than the " "default unit of measure of the product" msgstr "" - -#. module: stock_request -#: model:ir.model,name:stock_request.model_res_config_settings -msgid "res.config.settings" -msgstr "" From 49d7cb630976ffdb6579a020ee41792b916f6c3a Mon Sep 17 00:00:00 2001 From: Enric Tobella Date: Fri, 12 Jul 2019 12:56:26 +0200 Subject: [PATCH 403/631] [IMP] stock_request: Allow to set to draft multiple records --- stock_request/models/stock_request.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock_request/models/stock_request.py b/stock_request/models/stock_request.py index bcd7d8a3a..7569c9807 100644 --- a/stock_request/models/stock_request.py +++ b/stock_request/models/stock_request.py @@ -199,7 +199,7 @@ class StockRequest(models.Model): return True def action_draft(self): - self.state = 'draft' + self.write({'state': 'draft'}) return True def action_cancel(self): From 0e0be9eb53fdbc013e157d0b15a6b41048de943d Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Tue, 16 Jul 2019 08:28:51 +0000 Subject: [PATCH 404/631] stock_request 12.0.1.0.1 --- stock_request/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock_request/__manifest__.py b/stock_request/__manifest__.py index 20ac7bb2a..bdf84c7ce 100644 --- a/stock_request/__manifest__.py +++ b/stock_request/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Stock Request", "summary": "Internal request for stock", - "version": "12.0.1.0.0", + "version": "12.0.1.0.1", "license": "LGPL-3", "website": "https://github.com/stock-logistics-warehouse", "author": "Eficent, " From 3943574bf3de68f99d02bd3803197c9a2dc7287d Mon Sep 17 00:00:00 2001 From: Maxime Chambreuil Date: Mon, 22 Jul 2019 16:48:18 -0500 Subject: [PATCH 405/631] [FIX] stock_request: Losing partner_id and origin (#664) --- stock_request/__manifest__.py | 2 +- stock_request/models/__init__.py | 1 + stock_request/models/procurement_group.py | 19 +++++++++++++++++++ stock_request/tests/test_stock_request.py | 1 + 4 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 stock_request/models/procurement_group.py diff --git a/stock_request/__manifest__.py b/stock_request/__manifest__.py index bdf84c7ce..0cb806881 100644 --- a/stock_request/__manifest__.py +++ b/stock_request/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Stock Request", "summary": "Internal request for stock", - "version": "12.0.1.0.1", + "version": "12.0.1.0.2", "license": "LGPL-3", "website": "https://github.com/stock-logistics-warehouse", "author": "Eficent, " diff --git a/stock_request/models/__init__.py b/stock_request/models/__init__.py index fd01e5671..679c50a80 100644 --- a/stock_request/models/__init__.py +++ b/stock_request/models/__init__.py @@ -1,3 +1,4 @@ +from . import procurement_group from . import stock_request_abstract from . import stock_request from . import stock_request_allocation diff --git a/stock_request/models/procurement_group.py b/stock_request/models/procurement_group.py new file mode 100644 index 000000000..9f697189f --- /dev/null +++ b/stock_request/models/procurement_group.py @@ -0,0 +1,19 @@ +# Copyright (C) 2019 Open Source Integrators +# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). + +from odoo import api, models + + +class ProcurementGroup(models.Model): + _inherit = 'procurement.group' + + @api.model + def run(self, product_id, product_qty, product_uom, location_id, name, + origin, values): + if 'stock_request_id' in values and values.get('stock_request_id'): + req = self.env['stock.request'].browse( + values.get('stock_request_id')) + if req.order_id: + origin = req.order_id.name + return super().run(product_id, product_qty, product_uom, location_id, + name, origin, values) diff --git a/stock_request/tests/test_stock_request.py b/stock_request/tests/test_stock_request.py index c7669db4e..255b6d8d1 100644 --- a/stock_request/tests/test_stock_request.py +++ b/stock_request/tests/test_stock_request.py @@ -530,6 +530,7 @@ class TestStockRequest(common.TransactionCase): self.assertEqual(stock_request.qty_in_progress, 5.0) self.assertEqual(stock_request.qty_done, 0.0) picking.action_assign() + self.assertEqual(picking.origin, order.name) packout1 = picking.move_line_ids[0] packout1.qty_done = 5 picking.action_done() From 6e6c620f3696a0ea55e536f8045f3d9a1a08b469 Mon Sep 17 00:00:00 2001 From: oca-travis Date: Thu, 25 Jul 2019 18:54:44 +0000 Subject: [PATCH 406/631] [UPD] Update stock_request.pot --- stock_request/i18n/stock_request.pot | 1 + 1 file changed, 1 insertion(+) diff --git a/stock_request/i18n/stock_request.pot b/stock_request/i18n/stock_request.pot index 31383ee2a..275f302fd 100644 --- a/stock_request/i18n/stock_request.pot +++ b/stock_request/i18n/stock_request.pot @@ -501,6 +501,7 @@ msgid "Planned" msgstr "" #. module: stock_request +#: model:ir.model,name:stock_request.model_procurement_group #: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_order__procurement_group_id From d9a3b3b1623c0a0180394541dfe5ac5a3be67b1c Mon Sep 17 00:00:00 2001 From: OCA Transbot Date: Sat, 27 Jul 2019 16:35:14 +0000 Subject: [PATCH 407/631] Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: stock-logistics-warehouse-12.0/stock-logistics-warehouse-12.0-stock_request Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-12-0/stock-logistics-warehouse-12-0-stock_request/ --- stock_request/i18n/ca.po | 1 + stock_request/i18n/de.po | 1 + stock_request/i18n/el_GR.po | 1 + stock_request/i18n/es.po | 1 + stock_request/i18n/es_ES.po | 1 + stock_request/i18n/eu.po | 1 + stock_request/i18n/fi.po | 1 + stock_request/i18n/fr.po | 1 + stock_request/i18n/fr_CH.po | 1 + stock_request/i18n/fr_FR.po | 1 + stock_request/i18n/gl.po | 1 + stock_request/i18n/hr.po | 1 + stock_request/i18n/hr_HR.po | 1 + stock_request/i18n/it.po | 1 + stock_request/i18n/nl.po | 1 + stock_request/i18n/nl_NL.po | 1 + stock_request/i18n/pt.po | 1 + stock_request/i18n/pt_BR.po | 1 + stock_request/i18n/ro.po | 1 + stock_request/i18n/ru.po | 1 + stock_request/i18n/sl.po | 1 + stock_request/i18n/tr.po | 1 + stock_request/i18n/tr_TR.po | 1 + stock_request/i18n/vi_VN.po | 1 + stock_request/i18n/zh_CN.po | 1 + 25 files changed, 25 insertions(+) diff --git a/stock_request/i18n/ca.po b/stock_request/i18n/ca.po index 9f4e5c980..6be03811c 100644 --- a/stock_request/i18n/ca.po +++ b/stock_request/i18n/ca.po @@ -506,6 +506,7 @@ msgid "Planned" msgstr "" #. module: stock_request +#: model:ir.model,name:stock_request.model_procurement_group #: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_order__procurement_group_id diff --git a/stock_request/i18n/de.po b/stock_request/i18n/de.po index 3f3e1cd49..dd37beec9 100644 --- a/stock_request/i18n/de.po +++ b/stock_request/i18n/de.po @@ -521,6 +521,7 @@ msgid "Planned" msgstr "" #. module: stock_request +#: model:ir.model,name:stock_request.model_procurement_group #: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_order__procurement_group_id diff --git a/stock_request/i18n/el_GR.po b/stock_request/i18n/el_GR.po index 5840d7353..528e4cc78 100644 --- a/stock_request/i18n/el_GR.po +++ b/stock_request/i18n/el_GR.po @@ -507,6 +507,7 @@ msgid "Planned" msgstr "" #. module: stock_request +#: model:ir.model,name:stock_request.model_procurement_group #: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_order__procurement_group_id diff --git a/stock_request/i18n/es.po b/stock_request/i18n/es.po index dfcb07fe5..75f7148c4 100644 --- a/stock_request/i18n/es.po +++ b/stock_request/i18n/es.po @@ -515,6 +515,7 @@ msgid "Planned" msgstr "" #. module: stock_request +#: model:ir.model,name:stock_request.model_procurement_group #: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_order__procurement_group_id diff --git a/stock_request/i18n/es_ES.po b/stock_request/i18n/es_ES.po index 4d26a6e2a..200fad36e 100644 --- a/stock_request/i18n/es_ES.po +++ b/stock_request/i18n/es_ES.po @@ -507,6 +507,7 @@ msgid "Planned" msgstr "" #. module: stock_request +#: model:ir.model,name:stock_request.model_procurement_group #: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_order__procurement_group_id diff --git a/stock_request/i18n/eu.po b/stock_request/i18n/eu.po index 52912ee0a..14f98f2e4 100644 --- a/stock_request/i18n/eu.po +++ b/stock_request/i18n/eu.po @@ -506,6 +506,7 @@ msgid "Planned" msgstr "" #. module: stock_request +#: model:ir.model,name:stock_request.model_procurement_group #: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_order__procurement_group_id diff --git a/stock_request/i18n/fi.po b/stock_request/i18n/fi.po index 9d27bc482..0b4610ee5 100644 --- a/stock_request/i18n/fi.po +++ b/stock_request/i18n/fi.po @@ -506,6 +506,7 @@ msgid "Planned" msgstr "" #. module: stock_request +#: model:ir.model,name:stock_request.model_procurement_group #: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_order__procurement_group_id diff --git a/stock_request/i18n/fr.po b/stock_request/i18n/fr.po index 69884ad53..584f94c59 100644 --- a/stock_request/i18n/fr.po +++ b/stock_request/i18n/fr.po @@ -506,6 +506,7 @@ msgid "Planned" msgstr "" #. module: stock_request +#: model:ir.model,name:stock_request.model_procurement_group #: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_order__procurement_group_id diff --git a/stock_request/i18n/fr_CH.po b/stock_request/i18n/fr_CH.po index fb1c33f7c..1810781fc 100644 --- a/stock_request/i18n/fr_CH.po +++ b/stock_request/i18n/fr_CH.po @@ -507,6 +507,7 @@ msgid "Planned" msgstr "" #. module: stock_request +#: model:ir.model,name:stock_request.model_procurement_group #: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_order__procurement_group_id diff --git a/stock_request/i18n/fr_FR.po b/stock_request/i18n/fr_FR.po index bfda48e94..369ea1324 100644 --- a/stock_request/i18n/fr_FR.po +++ b/stock_request/i18n/fr_FR.po @@ -507,6 +507,7 @@ msgid "Planned" msgstr "" #. module: stock_request +#: model:ir.model,name:stock_request.model_procurement_group #: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_order__procurement_group_id diff --git a/stock_request/i18n/gl.po b/stock_request/i18n/gl.po index 1aed68600..a50c37280 100644 --- a/stock_request/i18n/gl.po +++ b/stock_request/i18n/gl.po @@ -506,6 +506,7 @@ msgid "Planned" msgstr "" #. module: stock_request +#: model:ir.model,name:stock_request.model_procurement_group #: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_order__procurement_group_id diff --git a/stock_request/i18n/hr.po b/stock_request/i18n/hr.po index 36b5c90c4..cef1bd8e1 100644 --- a/stock_request/i18n/hr.po +++ b/stock_request/i18n/hr.po @@ -507,6 +507,7 @@ msgid "Planned" msgstr "" #. module: stock_request +#: model:ir.model,name:stock_request.model_procurement_group #: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_order__procurement_group_id diff --git a/stock_request/i18n/hr_HR.po b/stock_request/i18n/hr_HR.po index d88a08529..226ff8a47 100644 --- a/stock_request/i18n/hr_HR.po +++ b/stock_request/i18n/hr_HR.po @@ -508,6 +508,7 @@ msgid "Planned" msgstr "" #. module: stock_request +#: model:ir.model,name:stock_request.model_procurement_group #: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_order__procurement_group_id diff --git a/stock_request/i18n/it.po b/stock_request/i18n/it.po index 0c46b0645..2d334be6e 100644 --- a/stock_request/i18n/it.po +++ b/stock_request/i18n/it.po @@ -506,6 +506,7 @@ msgid "Planned" msgstr "" #. module: stock_request +#: model:ir.model,name:stock_request.model_procurement_group #: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_order__procurement_group_id diff --git a/stock_request/i18n/nl.po b/stock_request/i18n/nl.po index 741137645..6265d5efd 100644 --- a/stock_request/i18n/nl.po +++ b/stock_request/i18n/nl.po @@ -506,6 +506,7 @@ msgid "Planned" msgstr "" #. module: stock_request +#: model:ir.model,name:stock_request.model_procurement_group #: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_order__procurement_group_id diff --git a/stock_request/i18n/nl_NL.po b/stock_request/i18n/nl_NL.po index 70be96782..7f1d3682c 100644 --- a/stock_request/i18n/nl_NL.po +++ b/stock_request/i18n/nl_NL.po @@ -507,6 +507,7 @@ msgid "Planned" msgstr "" #. module: stock_request +#: model:ir.model,name:stock_request.model_procurement_group #: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_order__procurement_group_id diff --git a/stock_request/i18n/pt.po b/stock_request/i18n/pt.po index 093a9267b..0e50b18e1 100644 --- a/stock_request/i18n/pt.po +++ b/stock_request/i18n/pt.po @@ -506,6 +506,7 @@ msgid "Planned" msgstr "" #. module: stock_request +#: model:ir.model,name:stock_request.model_procurement_group #: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_order__procurement_group_id diff --git a/stock_request/i18n/pt_BR.po b/stock_request/i18n/pt_BR.po index c65ed764a..3056d02f7 100644 --- a/stock_request/i18n/pt_BR.po +++ b/stock_request/i18n/pt_BR.po @@ -507,6 +507,7 @@ msgid "Planned" msgstr "" #. module: stock_request +#: model:ir.model,name:stock_request.model_procurement_group #: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_order__procurement_group_id diff --git a/stock_request/i18n/ro.po b/stock_request/i18n/ro.po index e8ae11344..dd75889c9 100644 --- a/stock_request/i18n/ro.po +++ b/stock_request/i18n/ro.po @@ -507,6 +507,7 @@ msgid "Planned" msgstr "" #. module: stock_request +#: model:ir.model,name:stock_request.model_procurement_group #: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_order__procurement_group_id diff --git a/stock_request/i18n/ru.po b/stock_request/i18n/ru.po index cc8f7dddd..9c452947d 100644 --- a/stock_request/i18n/ru.po +++ b/stock_request/i18n/ru.po @@ -508,6 +508,7 @@ msgid "Planned" msgstr "" #. module: stock_request +#: model:ir.model,name:stock_request.model_procurement_group #: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_order__procurement_group_id diff --git a/stock_request/i18n/sl.po b/stock_request/i18n/sl.po index 9a327eec1..d00fd36b5 100644 --- a/stock_request/i18n/sl.po +++ b/stock_request/i18n/sl.po @@ -507,6 +507,7 @@ msgid "Planned" msgstr "" #. module: stock_request +#: model:ir.model,name:stock_request.model_procurement_group #: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_order__procurement_group_id diff --git a/stock_request/i18n/tr.po b/stock_request/i18n/tr.po index 6e4751f27..3f136a39c 100644 --- a/stock_request/i18n/tr.po +++ b/stock_request/i18n/tr.po @@ -506,6 +506,7 @@ msgid "Planned" msgstr "" #. module: stock_request +#: model:ir.model,name:stock_request.model_procurement_group #: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_order__procurement_group_id diff --git a/stock_request/i18n/tr_TR.po b/stock_request/i18n/tr_TR.po index b24a8060f..5bdc4a524 100644 --- a/stock_request/i18n/tr_TR.po +++ b/stock_request/i18n/tr_TR.po @@ -507,6 +507,7 @@ msgid "Planned" msgstr "" #. module: stock_request +#: model:ir.model,name:stock_request.model_procurement_group #: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_order__procurement_group_id diff --git a/stock_request/i18n/vi_VN.po b/stock_request/i18n/vi_VN.po index e58f6a816..7dca82b4d 100644 --- a/stock_request/i18n/vi_VN.po +++ b/stock_request/i18n/vi_VN.po @@ -507,6 +507,7 @@ msgid "Planned" msgstr "" #. module: stock_request +#: model:ir.model,name:stock_request.model_procurement_group #: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_order__procurement_group_id diff --git a/stock_request/i18n/zh_CN.po b/stock_request/i18n/zh_CN.po index 842095ea1..4803eaa80 100644 --- a/stock_request/i18n/zh_CN.po +++ b/stock_request/i18n/zh_CN.po @@ -507,6 +507,7 @@ msgid "Planned" msgstr "" #. module: stock_request +#: model:ir.model,name:stock_request.model_procurement_group #: model:ir.model.fields,field_description:stock_request.field_stock_request__procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__procurement_group_id #: model:ir.model.fields,field_description:stock_request.field_stock_request_order__procurement_group_id From 2ebcb1fe392a0571e1d8edd02db36da2cd5136f2 Mon Sep 17 00:00:00 2001 From: hveficent Date: Tue, 30 Jul 2019 10:19:46 +0200 Subject: [PATCH 408/631] stock_request: Add order desc for SR and SRO --- stock_request/models/stock_request.py | 1 + stock_request/models/stock_request_order.py | 1 + 2 files changed, 2 insertions(+) diff --git a/stock_request/models/stock_request.py b/stock_request/models/stock_request.py index 7569c9807..ab20be058 100644 --- a/stock_request/models/stock_request.py +++ b/stock_request/models/stock_request.py @@ -17,6 +17,7 @@ class StockRequest(models.Model): _name = "stock.request" _description = "Stock Request" _inherit = 'stock.request.abstract' + _order = 'id desc' def _get_default_requested_by(self): return self.env['res.users'].browse(self.env.uid) diff --git a/stock_request/models/stock_request_order.py b/stock_request/models/stock_request_order.py index a1654020a..3e00ad3c4 100644 --- a/stock_request/models/stock_request_order.py +++ b/stock_request/models/stock_request_order.py @@ -15,6 +15,7 @@ class StockRequestOrder(models.Model): _name = 'stock.request.order' _description = 'Stock Request Order' _inherit = ['mail.thread', 'mail.activity.mixin'] + _order = 'id desc' @api.model def default_get(self, fields): From 10d9f36f4b6fe8aadfb9e796e7d19daaebfe8dcc Mon Sep 17 00:00:00 2001 From: oca-travis Date: Tue, 30 Jul 2019 13:42:54 +0000 Subject: [PATCH 409/631] [UPD] Update stock_request.pot --- stock_request/i18n/stock_request.pot | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/stock_request/i18n/stock_request.pot b/stock_request/i18n/stock_request.pot index 275f302fd..fbc38e16a 100644 --- a/stock_request/i18n/stock_request.pot +++ b/stock_request/i18n/stock_request.pot @@ -122,7 +122,7 @@ msgid "Company" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:170 +#: code:addons/stock_request/models/stock_request.py:171 #, python-format msgid "Company must be equal to the order" msgstr "" @@ -212,7 +212,7 @@ msgid "Expected Date" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:177 +#: code:addons/stock_request/models/stock_request.py:178 #, python-format msgid "Expected date must be equal to the order" msgstr "" @@ -341,7 +341,7 @@ msgid "Location" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:153 +#: code:addons/stock_request/models/stock_request.py:154 #, python-format msgid "Location must be equal to the order" msgstr "" @@ -449,13 +449,13 @@ msgid "Number of unread messages" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:264 +#: code:addons/stock_request/models/stock_request_order.py:265 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:314 +#: code:addons/stock_request/models/stock_request.py:315 #, python-format msgid "Only requests on draft state can be unlinked" msgstr "" @@ -509,7 +509,7 @@ msgid "Procurement Group" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:163 +#: code:addons/stock_request/models/stock_request.py:164 #, python-format msgid "Procurement group must be equal to the order" msgstr "" @@ -633,7 +633,7 @@ msgid "Requested by" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:139 +#: code:addons/stock_request/models/stock_request.py:140 #, python-format msgid "Requested by must be equal to the order" msgstr "" @@ -818,13 +818,13 @@ msgstr "" #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:281 +#: code:addons/stock_request/models/stock_request_order.py:282 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:272 +#: code:addons/stock_request/models/stock_request_order.py:273 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "" @@ -836,13 +836,13 @@ msgid "The following requested items from Stock Request %s have now been receive msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:187 +#: code:addons/stock_request/models/stock_request.py:188 #, python-format msgid "The picking policy must be equal to the order" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:290 +#: code:addons/stock_request/models/stock_request_order.py:291 #, python-format msgid "This action only works in the context of products" msgstr "" @@ -866,7 +866,7 @@ msgid "Transfers" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:311 +#: code:addons/stock_request/models/stock_request_order.py:312 #, python-format msgid "Unfortunately it seems you do not have the necessary rights for creating stock requests. Please contact your administrator." msgstr "" @@ -910,7 +910,7 @@ msgid "Warehouse" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:146 +#: code:addons/stock_request/models/stock_request.py:147 #, python-format msgid "Warehouse must be equal to the order" msgstr "" From 8c5c746bb156ac7c062f67ddbae46473467a7115 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Tue, 30 Jul 2019 14:40:32 +0000 Subject: [PATCH 410/631] stock_request 12.0.1.0.3 --- stock_request/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock_request/__manifest__.py b/stock_request/__manifest__.py index 0cb806881..3ddf524e8 100644 --- a/stock_request/__manifest__.py +++ b/stock_request/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Stock Request", "summary": "Internal request for stock", - "version": "12.0.1.0.2", + "version": "12.0.1.0.3", "license": "LGPL-3", "website": "https://github.com/stock-logistics-warehouse", "author": "Eficent, " From 957559d0f28524ac9024b06a9f41bfde97f1b6db Mon Sep 17 00:00:00 2001 From: hveficent Date: Thu, 1 Aug 2019 10:25:47 +0200 Subject: [PATCH 411/631] [12.0][IMP] stock_request: * Add readme autogenerated * Add some hooks * Improve test inheritance (reduce testing time) * Don't allow qty <= 0 * SR expected_date = order expected_date if SRO --- stock_request/README.rst | 89 ++-- stock_request/__manifest__.py | 2 +- stock_request/models/stock_request.py | 24 +- .../models/stock_request_abstract.py | 7 + stock_request/models/stock_request_order.py | 2 +- stock_request/readme/CONFIGURE.rst | 17 + stock_request/readme/CONTRIBUTORS.rst | 10 + stock_request/readme/DESCRIPTION.rst | 2 + stock_request/readme/USAGE.rst | 16 + stock_request/static/description/index.html | 467 ++++++++++++++++++ stock_request/tests/test_stock_request.py | 6 + 11 files changed, 605 insertions(+), 37 deletions(-) create mode 100644 stock_request/readme/CONFIGURE.rst create mode 100644 stock_request/readme/CONTRIBUTORS.rst create mode 100644 stock_request/readme/DESCRIPTION.rst create mode 100644 stock_request/readme/USAGE.rst create mode 100644 stock_request/static/description/index.html diff --git a/stock_request/README.rst b/stock_request/README.rst index 69ff494bc..6dd8533cf 100644 --- a/stock_request/README.rst +++ b/stock_request/README.rst @@ -1,40 +1,64 @@ -.. image:: https://img.shields.io/badge/licence-LGPL--3-blue.svg - :target: https://www.gnu.org/licenses/lgpl-3.0-standalone.html - :alt: License: LGPL-3 - ============= Stock Request ============= +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png + :target: https://odoo-community.org/page/development-status + :alt: Beta +.. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png + :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html + :alt: License: LGPL-3 +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--warehouse-lightgray.png?logo=github + :target: https://github.com/OCA/stock-logistics-warehouse/tree/12.0/stock_request + :alt: OCA/stock-logistics-warehouse +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-12-0/stock-logistics-warehouse-12-0-stock_request + :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png + :target: https://runbot.odoo-community.org/runbot/153/12.0 + :alt: Try me on Runbot + +|badge1| |badge2| |badge3| |badge4| |badge5| + This module was written to allow users to request products that are frequently stocked by the company, to be transferred to their chosen location. +**Table of contents** + +.. contents:: + :local: Configuration ============= +To configure this module: + +* Go to Stock Requests > Settings + Users should be assigned to the groups 'Stock Request / User' or 'Stock Request / Manager'. -Group Stock Request / User --------------------------- +## Group Stock Request / User * Can see her/his own Stock Requests, and others that she/he's been granted permission to follow. * Can create/update only her/his Stock Requests. -Group Stock Request / Manager ------------------------------ +## Group Stock Request / Manager * Can fully manage all Stock Requests - Usage ===== -Creation --------- +## Creation + * Go to 'Stock Requests / Stock Requests' and create a new Request. * Indicate a product, quantity and location. * Press 'Confirm'. @@ -45,30 +69,31 @@ for the selected location. In case that transfers are created, the user will be able to access to them from the button 'Transfers' available in the Stock Request. -Cancel ------- +## Cancel + When the user cancels a Stock Request, the related pending stock moves will be also cancelled. - -.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas - :alt: Try me on Runbot - :target: https://runbot.odoo-community.org/runbot/153/12.0 - - Bug Tracker =========== -Bugs are tracked on `GitHub Issues -`_. In case of -trouble, please check there if your issue has already been reported. If you -spotted it first, help us smash it by providing detailed and welcomed feedback. +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed +`feedback `_. + +Do not contact contributors directly about support or help with technical issues. Credits ======= +Authors +~~~~~~~ + +* Eficent + Contributors ------------- +~~~~~~~~~~~~ * Jordi Ballester (EFICENT) . * Enric Tobella @@ -76,18 +101,24 @@ Contributors * Lois Rilo * Raul Martin * Serpent Consulting Services Pvt. Ltd. +* `Open Source Integrators `_ -Maintainer ----------- + * Maxime Chambreuil + * Steve Campbell + +Maintainers +~~~~~~~~~~~ + +This module is maintained by the OCA. .. image:: https://odoo-community.org/logo.png :alt: Odoo Community Association :target: https://odoo-community.org -This module is maintained by the OCA. - OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. -To contribute to this module, please visit https://odoo-community.org. +This module is part of the `OCA/stock-logistics-warehouse `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/stock_request/__manifest__.py b/stock_request/__manifest__.py index 3ddf524e8..5cfa5353e 100644 --- a/stock_request/__manifest__.py +++ b/stock_request/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Stock Request", "summary": "Internal request for stock", - "version": "12.0.1.0.3", + "version": "12.0.1.0.4", "license": "LGPL-3", "website": "https://github.com/stock-logistics-warehouse", "author": "Eficent, " diff --git a/stock_request/models/stock_request.py b/stock_request/models/stock_request.py index ab20be058..77f2be79c 100644 --- a/stock_request/models/stock_request.py +++ b/stock_request/models/stock_request.py @@ -22,6 +22,17 @@ class StockRequest(models.Model): def _get_default_requested_by(self): return self.env['res.users'].browse(self.env.uid) + @staticmethod + def _get_expected_date(): + return fields.Datetime.now() + + def _get_default_expected_date(self): + if self.order_id: + res = self.order_id.expected_date + else: + res = self._get_expected_date() + return res + name = fields.Char( states={'draft': [('readonly', False)]} ) @@ -35,8 +46,8 @@ class StockRequest(models.Model): default=lambda s: s._get_default_requested_by(), ) expected_date = fields.Datetime( - 'Expected Date', default=fields.Datetime.now, index=True, - required=True, readonly=True, + 'Expected Date', default=lambda s: s._get_default_expected_date(), + index=True, required=True, readonly=True, states={'draft': [('readonly', False)]}, help="Date when you expect to receive the goods.", ) @@ -244,6 +255,10 @@ class StockRequest(models.Model): 'stock_request_id': self.id, } + def _skip_procurement(self): + return self.state != 'draft' or \ + self.product_id.type not in ('consu', 'product') + @api.multi def _action_launch_procurement_rule(self): """ @@ -257,10 +272,7 @@ class StockRequest(models.Model): 'Product Unit of Measure') errors = [] for request in self: - if ( - request.state != 'draft' or - request.product_id.type not in ('consu', 'product') - ): + if request._skip_procurement(): continue qty = 0.0 for move in request.move_ids.filtered( diff --git a/stock_request/models/stock_request_abstract.py b/stock_request/models/stock_request_abstract.py index 3631071fa..b4568d470 100644 --- a/stock_request/models/stock_request_abstract.py +++ b/stock_request/models/stock_request_abstract.py @@ -158,6 +158,13 @@ class StockRequest(models.AbstractModel): 'same category than the default unit ' 'of measure of the product')) + @api.constrains('product_qty') + def _check_qty(self): + for rec in self: + if rec.product_qty <= 0: + raise ValueError(_('Stock Request product quantity has to be' + ' strictly positive.')) + @api.onchange('warehouse_id') def onchange_warehouse_id(self): """ Finds location id for changed warehouse. """ diff --git a/stock_request/models/stock_request_order.py b/stock_request/models/stock_request_order.py index 3e00ad3c4..84e425825 100644 --- a/stock_request/models/stock_request_order.py +++ b/stock_request/models/stock_request_order.py @@ -301,7 +301,7 @@ class StockRequestOrder(models.Model): stock_request_ids=[(0, 0, dict( product_id=product.id, product_uom_id=product.uom_id.id, - product_uom_qty=0.0, + product_uom_qty=1.0, expected_date=expected, )) for product in products] )) diff --git a/stock_request/readme/CONFIGURE.rst b/stock_request/readme/CONFIGURE.rst new file mode 100644 index 000000000..4cbc55ffe --- /dev/null +++ b/stock_request/readme/CONFIGURE.rst @@ -0,0 +1,17 @@ +To configure this module: + +* Go to Stock Requests > Settings + +Users should be assigned to the groups 'Stock Request / User' or 'Stock +Request / Manager'. + +## Group Stock Request / User + +* Can see her/his own Stock Requests, and others that she/he's been granted + permission to follow. + +* Can create/update only her/his Stock Requests. + +## Group Stock Request / Manager + +* Can fully manage all Stock Requests diff --git a/stock_request/readme/CONTRIBUTORS.rst b/stock_request/readme/CONTRIBUTORS.rst new file mode 100644 index 000000000..67adc0edc --- /dev/null +++ b/stock_request/readme/CONTRIBUTORS.rst @@ -0,0 +1,10 @@ +* Jordi Ballester (EFICENT) . +* Enric Tobella +* Atte Isopuro +* Lois Rilo +* Raul Martin +* Serpent Consulting Services Pvt. Ltd. +* `Open Source Integrators `_ + + * Maxime Chambreuil + * Steve Campbell diff --git a/stock_request/readme/DESCRIPTION.rst b/stock_request/readme/DESCRIPTION.rst new file mode 100644 index 000000000..e797cff95 --- /dev/null +++ b/stock_request/readme/DESCRIPTION.rst @@ -0,0 +1,2 @@ +This module was written to allow users to request products that are +frequently stocked by the company, to be transferred to their chosen location. diff --git a/stock_request/readme/USAGE.rst b/stock_request/readme/USAGE.rst new file mode 100644 index 000000000..3d65e7a61 --- /dev/null +++ b/stock_request/readme/USAGE.rst @@ -0,0 +1,16 @@ +## Creation + +* Go to 'Stock Requests / Stock Requests' and create a new Request. +* Indicate a product, quantity and location. +* Press 'Confirm'. + +Upon confirmation the request will be evaluated using the procurement rules +for the selected location. + +In case that transfers are created, the user will be able to access to them +from the button 'Transfers' available in the Stock Request. + +## Cancel + +When the user cancels a Stock Request, the related pending stock moves will be +also cancelled. diff --git a/stock_request/static/description/index.html b/stock_request/static/description/index.html new file mode 100644 index 000000000..c151d5aec --- /dev/null +++ b/stock_request/static/description/index.html @@ -0,0 +1,467 @@ + + + + + + +Stock Request + + + +
    +

    Stock Request

    + + +

    Beta License: LGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runbot

    +

    This module was written to allow users to request products that are +frequently stocked by the company, to be transferred to their chosen location.

    +

    Table of contents

    + +
    +

    Configuration

    +

    To configure this module:

    +
      +
    • Go to Stock Requests > Settings
    • +
    +

    Users should be assigned to the groups ‘Stock Request / User’ or ‘Stock +Request / Manager’.

    +

    ## Group Stock Request / User

    +
      +
    • Can see her/his own Stock Requests, and others that she/he’s been granted +permission to follow.
    • +
    • Can create/update only her/his Stock Requests.
    • +
    +

    ## Group Stock Request / Manager

    +
      +
    • Can fully manage all Stock Requests
    • +
    +
    +
    +

    Usage

    +

    ## Creation

    +
      +
    • Go to ‘Stock Requests / Stock Requests’ and create a new Request.
    • +
    • Indicate a product, quantity and location.
    • +
    • Press ‘Confirm’.
    • +
    +

    Upon confirmation the request will be evaluated using the procurement rules +for the selected location.

    +

    In case that transfers are created, the user will be able to access to them +from the button ‘Transfers’ available in the Stock Request.

    +

    ## Cancel

    +

    When the user cancels a Stock Request, the related pending stock moves will be +also cancelled.

    +
    +
    +

    Bug Tracker

    +

    Bugs are tracked on GitHub Issues. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed +feedback.

    +

    Do not contact contributors directly about support or help with technical issues.

    +
    +
    +

    Credits

    +
    +

    Authors

    +
      +
    • Eficent
    • +
    +
    +
    +

    Contributors

    + +
    +
    +

    Maintainers

    +

    This module is maintained by the OCA.

    +Odoo Community Association +

    OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use.

    +

    This module is part of the OCA/stock-logistics-warehouse project on GitHub.

    +

    You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

    +
    +
    +
    + + diff --git a/stock_request/tests/test_stock_request.py b/stock_request/tests/test_stock_request.py index 255b6d8d1..c1047355a 100644 --- a/stock_request/tests/test_stock_request.py +++ b/stock_request/tests/test_stock_request.py @@ -125,6 +125,12 @@ class TestStockRequest(common.TransactionCase): **vals )) + +class TestStockRequestBase(TestStockRequest): + + def setUp(self): + super(TestStockRequestBase, self).setUp() + def test_defaults(self): vals = { 'product_id': self.product.id, From 543ddb53a77edc66a33d391e830f33c2597fc724 Mon Sep 17 00:00:00 2001 From: hveficent Date: Thu, 1 Aug 2019 13:12:54 +0200 Subject: [PATCH 412/631] Allow stock_request_submit to be installed from stock_request --- stock_request/models/res_config_settings.py | 3 +++ stock_request/views/res_config_settings_views.xml | 12 ++++++++++++ 2 files changed, 15 insertions(+) diff --git a/stock_request/models/res_config_settings.py b/stock_request/models/res_config_settings.py index 3aadec135..d84887c6d 100644 --- a/stock_request/models/res_config_settings.py +++ b/stock_request/models/res_config_settings.py @@ -21,3 +21,6 @@ class ResConfigSettings(models.TransientModel): module_stock_request_analytic = fields.Boolean( string='Stock Requests Analytic integration') + + module_stock_request_submit = fields.Boolean( + string='Submitted state in Stock Requests') diff --git a/stock_request/views/res_config_settings_views.xml b/stock_request/views/res_config_settings_views.xml index 748d9001d..feceae54b 100644 --- a/stock_request/views/res_config_settings_views.xml +++ b/stock_request/views/res_config_settings_views.xml @@ -41,6 +41,18 @@
    +
    +
    + +
    +
    +
    +

    Purchases

    From 66f7049e40bf19df692fd2cdd9899401007210f7 Mon Sep 17 00:00:00 2001 From: mreficent Date: Fri, 9 Aug 2019 20:40:47 +0200 Subject: [PATCH 413/631] [IMP] Simplify inheritance of states --- stock_request/models/stock_request.py | 23 ++++++++++++++------- stock_request/models/stock_request_order.py | 21 ++++++++++--------- 2 files changed, 26 insertions(+), 18 deletions(-) diff --git a/stock_request/models/stock_request.py b/stock_request/models/stock_request.py index 77f2be79c..279dc22ad 100644 --- a/stock_request/models/stock_request.py +++ b/stock_request/models/stock_request.py @@ -7,10 +7,10 @@ from odoo.addons import decimal_precision as dp from odoo.tools import float_compare REQUEST_STATES = [ - ('draft', 'Draft'), - ('open', 'In progress'), - ('done', 'Done'), - ('cancel', 'Cancelled')] + ('draft', _('Draft')), + ('open', _('In progress')), + ('done', _('Done')), + ('cancel', _('Cancelled'))] class StockRequest(models.Model): @@ -19,6 +19,12 @@ class StockRequest(models.Model): _inherit = 'stock.request.abstract' _order = 'id desc' + def __get_request_states(self): + return REQUEST_STATES + + def _get_request_states(self): + return self.__get_request_states() + def _get_default_requested_by(self): return self.env['res.users'].browse(self.env.uid) @@ -36,10 +42,11 @@ class StockRequest(models.Model): name = fields.Char( states={'draft': [('readonly', False)]} ) - state = fields.Selection(selection=REQUEST_STATES, string='Status', - copy=False, default='draft', index=True, - readonly=True, track_visibility='onchange', - ) + state = fields.Selection( + selection=_get_request_states, string='Status', + copy=False, default='draft', index=True, + readonly=True, track_visibility='onchange', + ) requested_by = fields.Many2one( 'res.users', 'Requested by', required=True, track_visibility='onchange', diff --git a/stock_request/models/stock_request_order.py b/stock_request/models/stock_request_order.py index 84e425825..0b9cef1e3 100644 --- a/stock_request/models/stock_request_order.py +++ b/stock_request/models/stock_request_order.py @@ -4,12 +4,6 @@ from odoo import api, fields, models, _ from odoo.exceptions import UserError, ValidationError, AccessError -REQUEST_STATES = [ - ('draft', 'Draft'), - ('open', 'In progress'), - ('done', 'Done'), - ('cancel', 'Cancelled')] - class StockRequestOrder(models.Model): _name = 'stock.request.order' @@ -29,6 +23,12 @@ class StockRequestOrder(models.Model): res['location_id'] = warehouse.lot_stock_id.id return res + def __get_request_order_states(self): + return self.env['stock.request']._get_request_states() + + def _get_request_order_states(self): + return self.__get_request_order_states() + def _get_default_requested_by(self): return self.env['res.users'].browse(self.env.uid) @@ -36,10 +36,11 @@ class StockRequestOrder(models.Model): 'Name', copy=False, required=True, readonly=True, states={'draft': [('readonly', False)]}, default='/') - state = fields.Selection(selection=REQUEST_STATES, string='Status', - copy=False, default='draft', index=True, - readonly=True, track_visibility='onchange', - ) + state = fields.Selection( + selection=_get_request_order_states, + string='Status', copy=False, default='draft', index=True, + readonly=True, track_visibility='onchange', + ) requested_by = fields.Many2one( 'res.users', 'Requested by', required=True, track_visibility='onchange', From 7660358cfb39dd911be68381a91e611feaf307fe Mon Sep 17 00:00:00 2001 From: oca-travis Date: Mon, 12 Aug 2019 17:44:57 +0000 Subject: [PATCH 414/631] [UPD] Update stock_request.pot --- stock_request/i18n/stock_request.pot | 63 ++++++++++++++++++---------- 1 file changed, 42 insertions(+), 21 deletions(-) diff --git a/stock_request/i18n/stock_request.pot b/stock_request/i18n/stock_request.pot index fbc38e16a..821bfea41 100644 --- a/stock_request/i18n/stock_request.pot +++ b/stock_request/i18n/stock_request.pot @@ -45,6 +45,11 @@ msgstr "" msgid "Activity State" msgstr "" +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Add State to Stock Request and Stock Request Orders if activated." +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__allocated_product_qty msgid "Allocated Quantity" @@ -98,8 +103,8 @@ msgid "Cancel" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 -#: selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:13 +#, python-format msgid "Cancelled" msgstr "" @@ -122,7 +127,7 @@ msgid "Company" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:171 +#: code:addons/stock_request/models/stock_request.py:189 #, python-format msgid "Company must be equal to the order" msgstr "" @@ -173,15 +178,15 @@ msgid "Display Name" msgstr "" #. module: stock_request +#: code:addons/stock_request/models/stock_request.py:12 #: model_terms:ir.ui.view,arch_db:stock_request.view_stock_request_form -#: selection:stock.request,state:0 -#: selection:stock.request.order,state:0 +#, python-format msgid "Done" msgstr "" #. module: stock_request -#: selection:stock.request,state:0 -#: selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:10 +#, python-format msgid "Draft" msgstr "" @@ -205,6 +210,11 @@ msgstr "" msgid "Enable Stock Requests for Purchases" msgstr "" +#. module: stock_request +#: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form +msgid "Enable Submitted State" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request__expected_date #: model:ir.model.fields,field_description:stock_request.field_stock_request_order__expected_date @@ -212,7 +222,7 @@ msgid "Expected Date" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:178 +#: code:addons/stock_request/models/stock_request.py:196 #, python-format msgid "Expected date must be equal to the order" msgstr "" @@ -278,8 +288,8 @@ msgid "If checked, some messages have a delivery error." msgstr "" #. module: stock_request -#: selection:stock.request,state:0 -#: selection:stock.request.order,state:0 +#: code:addons/stock_request/models/stock_request.py:11 +#, python-format msgid "In progress" msgstr "" @@ -341,7 +351,7 @@ msgid "Location" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:154 +#: code:addons/stock_request/models/stock_request.py:172 #, python-format msgid "Location must be equal to the order" msgstr "" @@ -449,13 +459,13 @@ msgid "Number of unread messages" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:265 +#: code:addons/stock_request/models/stock_request_order.py:266 #, python-format msgid "Only orders on draft state can be unlinked" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:315 +#: code:addons/stock_request/models/stock_request.py:334 #, python-format msgid "Only requests on draft state can be unlinked" msgstr "" @@ -509,7 +519,7 @@ msgid "Procurement Group" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:164 +#: code:addons/stock_request/models/stock_request.py:182 #, python-format msgid "Procurement group must be equal to the order" msgstr "" @@ -633,7 +643,7 @@ msgid "Requested by" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:140 +#: code:addons/stock_request/models/stock_request.py:158 #, python-format msgid "Requested by must be equal to the order" msgstr "" @@ -766,6 +776,12 @@ msgstr "" msgid "Stock Request name must be unique" msgstr "" +#. module: stock_request +#: code:addons/stock_request/models/stock_request_abstract.py:165 +#, python-format +msgid "Stock Request product quantity has to be strictly positive." +msgstr "" + #. module: stock_request #: model:ir.actions.act_window,name:stock_request.action_stock_request_form #: model:ir.model.fields,field_description:stock_request.field_stock_move__stock_request_ids @@ -816,15 +832,20 @@ msgstr "" msgid "Stock requests" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__module_stock_request_submit +msgid "Submitted state in Stock Requests" +msgstr "" + #. module: stock_request #: code:addons/stock_request/models/stock_move.py:38 -#: code:addons/stock_request/models/stock_request_order.py:282 +#: code:addons/stock_request/models/stock_request_order.py:283 #, python-format msgid "The company of the stock request must match with that of the location." msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:273 +#: code:addons/stock_request/models/stock_request_order.py:274 #, python-format msgid "The company of the stock request must match with that of the warehouse." msgstr "" @@ -836,13 +857,13 @@ msgid "The following requested items from Stock Request %s have now been receive msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:188 +#: code:addons/stock_request/models/stock_request.py:206 #, python-format msgid "The picking policy must be equal to the order" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:291 +#: code:addons/stock_request/models/stock_request_order.py:292 #, python-format msgid "This action only works in the context of products" msgstr "" @@ -866,7 +887,7 @@ msgid "Transfers" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request_order.py:312 +#: code:addons/stock_request/models/stock_request_order.py:313 #, python-format msgid "Unfortunately it seems you do not have the necessary rights for creating stock requests. Please contact your administrator." msgstr "" @@ -910,7 +931,7 @@ msgid "Warehouse" msgstr "" #. module: stock_request -#: code:addons/stock_request/models/stock_request.py:147 +#: code:addons/stock_request/models/stock_request.py:165 #, python-format msgid "Warehouse must be equal to the order" msgstr "" From 43fe745379164fbf694cc8ba8ebb8185aa598690 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Mon, 12 Aug 2019 18:38:38 +0000 Subject: [PATCH 415/631] [UPD] README.rst --- stock_request/static/description/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock_request/static/description/index.html b/stock_request/static/description/index.html index c151d5aec..d7f8d4a2b 100644 --- a/stock_request/static/description/index.html +++ b/stock_request/static/description/index.html @@ -3,7 +3,7 @@ - + Stock Request + + +
    +

    Sale Cancel Reason

    + + +

    Beta License: AGPL-3 OCA/sale-workflow Translate me on Weblate Try me on Runbot

    +

    When a sale order is canceled, a reason must be given, +it is chosen from a configured list.

    +

    Table of contents

    + +
    +

    Usage

    +

    To use this module, you need to:

    +
      +
    • Click at “Cancel Order” button from a sales order which state equal +to Draft, Quotation or Sales Order
    • +
    • A wizard will show a list of cancel reasons
    • +
    • Choose a reason and confirm cancellation, the reason will be stamped in the sales order
    • +
    +
    +
    +

    Bug Tracker

    +

    Bugs are tracked on GitHub Issues. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed +feedback.

    +

    Do not contact contributors directly about support or help with technical issues.

    +
    +
    +

    Credits

    +
    +

    Authors

    +
      +
    • Camptocamp
    • +
    +
    +
    +

    Contributors

    + +
    +
    +

    Maintainers

    +

    This module is maintained by the OCA.

    +Odoo Community Association +

    OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use.

    +

    This module is part of the OCA/sale-workflow project on GitHub.

    +

    You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

    +
    +
    +
    + + From 6e000841761191c344c9a21d80f470b43e17dbda Mon Sep 17 00:00:00 2001 From: oca-travis Date: Thu, 22 Apr 2021 09:51:17 +0000 Subject: [PATCH 480/631] [UPD] Update stock_request.pot --- stock_request/i18n/stock_request.pot | 63 ++++++++++++++++++++++++---- 1 file changed, 55 insertions(+), 8 deletions(-) diff --git a/stock_request/i18n/stock_request.pot b/stock_request/i18n/stock_request.pot index 8549997b8..707427e89 100644 --- a/stock_request/i18n/stock_request.pot +++ b/stock_request/i18n/stock_request.pot @@ -4,7 +4,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 13.0\n" +"Project-Id-Version: Odoo Server 14.0\n" "Report-Msgid-Bugs-To: \n" "Last-Translator: \n" "Language-Team: \n" @@ -52,6 +52,13 @@ msgstr "" msgid "Activity State" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__activity_type_icon +#: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__activity_type_icon +#: model:ir.model.fields,field_description:stock_request.field_stock_request_order__activity_type_icon +msgid "Activity Type Icon" +msgstr "" + #. module: stock_request #: model_terms:ir.ui.view,arch_db:stock_request.res_config_settings_view_form msgid "Add State to Stock Request and Stock Request Orders if activated." @@ -86,12 +93,6 @@ msgstr "" msgid "Analytic accounting in Stock Requests" msgstr "" -#. module: stock_request -#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_search -#: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search -msgid "Archived" -msgstr "" - #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request__message_attachment_count #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__message_attachment_count @@ -185,10 +186,20 @@ msgid "Delivery Orders" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_procurement_group__display_name +#: model:ir.model.fields,field_description:stock_request.field_res_company__display_name +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_location__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_location_route__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_move__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_move_line__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_picking__display_name #: model:ir.model.fields,field_description:stock_request.field_stock_request__display_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__display_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__display_name #: model:ir.model.fields,field_description:stock_request.field_stock_request_order__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_rule__display_name +#: model:ir.model.fields,field_description:stock_request.field_stock_warehouse__display_name msgid "Display Name" msgstr "" @@ -272,6 +283,13 @@ msgstr "" msgid "Followers (Partners)" msgstr "" +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__activity_type_icon +#: model:ir.model.fields,help:stock_request.field_stock_request_abstract__activity_type_icon +#: model:ir.model.fields,help:stock_request.field_stock_request_order__activity_type_icon +msgid "Font awesome icon e.g. fa-tasks" +msgstr "" + #. module: stock_request #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_order_search #: model_terms:ir.ui.view,arch_db:stock_request.stock_request_search @@ -284,10 +302,20 @@ msgid "Group Stock Request Order" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_procurement_group__id +#: model:ir.model.fields,field_description:stock_request.field_res_company__id +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings__id +#: model:ir.model.fields,field_description:stock_request.field_stock_location__id +#: model:ir.model.fields,field_description:stock_request.field_stock_location_route__id +#: model:ir.model.fields,field_description:stock_request.field_stock_move__id +#: model:ir.model.fields,field_description:stock_request.field_stock_move_line__id +#: model:ir.model.fields,field_description:stock_request.field_stock_picking__id #: model:ir.model.fields,field_description:stock_request.field_stock_request__id #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract__id #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation__id #: model:ir.model.fields,field_description:stock_request.field_stock_request_order__id +#: model:ir.model.fields,field_description:stock_request.field_stock_rule__id +#: model:ir.model.fields,field_description:stock_request.field_stock_warehouse__id msgid "ID" msgstr "" @@ -359,10 +387,20 @@ msgid "Kanban" msgstr "" #. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_procurement_group____last_update +#: model:ir.model.fields,field_description:stock_request.field_res_company____last_update +#: model:ir.model.fields,field_description:stock_request.field_res_config_settings____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_location____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_location_route____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_move____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_move_line____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_picking____last_update #: model:ir.model.fields,field_description:stock_request.field_stock_request____last_update #: model:ir.model.fields,field_description:stock_request.field_stock_request_abstract____last_update #: model:ir.model.fields,field_description:stock_request.field_stock_request_allocation____last_update #: model:ir.model.fields,field_description:stock_request.field_stock_request_order____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_rule____last_update +#: model:ir.model.fields,field_description:stock_request.field_stock_warehouse____last_update msgid "Last Modified on" msgstr "" @@ -445,7 +483,6 @@ msgstr "" #. module: stock_request #: model:ir.model.constraint,message:stock_request.constraint_stock_request_abstract_name_uniq -#: model:ir.model.constraint,message:stock_request.constraint_stock_request_kanban_name_uniq msgid "Name must be unique" msgstr "" @@ -581,6 +618,11 @@ msgstr "" msgid "Purchases" msgstr "" +#. module: stock_request +#: model:ir.model.fields,field_description:stock_request.field_stock_request__qty_cancelled +msgid "Qty Cancelled" +msgstr "" + #. module: stock_request #: model:ir.model.fields,field_description:stock_request.field_stock_request__qty_done msgid "Qty Done" @@ -597,6 +639,11 @@ msgstr "" msgid "Quantity" msgstr "" +#. module: stock_request +#: model:ir.model.fields,help:stock_request.field_stock_request__qty_cancelled +msgid "Quantity cancelled" +msgstr "" + #. module: stock_request #: model:ir.model.fields,help:stock_request.field_stock_request__qty_done msgid "Quantity completed" From 9137d713b509bdaa095bea980df73052e3a3fa63 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Thu, 22 Apr 2021 10:33:19 +0000 Subject: [PATCH 481/631] [UPD] addons table in README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 57742e312..468ca3407 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ addon | version | summary [stock_move_location](stock_move_location/) | 14.0.1.0.0 | This module allows to move all stock in a stock location to an other one. [stock_packaging_calculator](stock_packaging_calculator/) | 14.0.1.0.1 | Compute product quantity to pick by packaging [stock_pull_list](stock_pull_list/) | 14.0.1.0.0 | The pull list checks the stock situation and calculates needed quantities. +[stock_request](stock_request/) | 14.0.1.0.0 | Internal request for stock [stock_warehouse_calendar](stock_warehouse_calendar/) | 14.0.1.0.1 | Adds a calendar to the Warehouse [//]: # (end addons) From f250a6c4c74649995e9ca53948c2acc02388e30d Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Thu, 22 Apr 2021 10:33:21 +0000 Subject: [PATCH 482/631] [UPD] README.rst --- stock_request/README.rst | 11 ++++++----- stock_request/static/description/index.html | 7 ++++--- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/stock_request/README.rst b/stock_request/README.rst index 112193e02..5ebd2303e 100644 --- a/stock_request/README.rst +++ b/stock_request/README.rst @@ -14,13 +14,13 @@ Stock Request :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--warehouse-lightgray.png?logo=github - :target: https://github.com/OCA/stock-logistics-warehouse/tree/13.0/stock_request + :target: https://github.com/OCA/stock-logistics-warehouse/tree/14.0/stock_request :alt: OCA/stock-logistics-warehouse .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-13-0/stock-logistics-warehouse-13-0-stock_request + :target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-14-0/stock-logistics-warehouse-14-0-stock_request :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png - :target: https://runbot.odoo-community.org/runbot/153/13.0 + :target: https://runbot.odoo-community.org/runbot/153/14.0 :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| |badge5| @@ -89,7 +89,7 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -116,6 +116,7 @@ Contributors * Steve Campbell * Héctor Villarreal +* Kitti U. Maintainers ~~~~~~~~~~~ @@ -130,6 +131,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. -This module is part of the `OCA/stock-logistics-warehouse `_ project on GitHub. +This module is part of the `OCA/stock-logistics-warehouse `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/stock_request/static/description/index.html b/stock_request/static/description/index.html index f5ef502e2..0620726f7 100644 --- a/stock_request/static/description/index.html +++ b/stock_request/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

    Beta License: LGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runbot

    +

    Beta License: LGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runbot

    This module was written to allow users to request products that are frequently stocked by the company, to be transferred to their chosen location.

    Table of contents

    @@ -432,7 +432,7 @@ stock request can be archived.

    Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed -feedback.

    +feedback.

    Do not contact contributors directly about support or help with technical issues.

    @@ -458,6 +458,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
  • Héctor Villarreal <hector.villarreal@forgeflow.com>
  • +
  • Kitti U. <kittiu@ecosoft.co.th>
  • @@ -467,7 +468,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome

    OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

    -

    This module is part of the OCA/stock-logistics-warehouse project on GitHub.

    +

    This module is part of the OCA/stock-logistics-warehouse project on GitHub.

    You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

    From 339bec2ca0c2f453f9d9f312e865d36dbe4235a6 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Thu, 22 Apr 2021 10:33:22 +0000 Subject: [PATCH 483/631] [ADD] setup.py --- setup/_metapackage/VERSION.txt | 2 +- setup/_metapackage/setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index e795cfc3e..d589535bb 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -14.0.20210419.0 \ No newline at end of file +14.0.20210422.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 11d96e635..5a339124a 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -22,6 +22,7 @@ setuptools.setup( 'odoo14-addon-stock_move_location', 'odoo14-addon-stock_packaging_calculator', 'odoo14-addon-stock_pull_list', + 'odoo14-addon-stock_request', 'odoo14-addon-stock_warehouse_calendar', ], classifiers=[ From 44aea5f97054442364e139aaef0a9eeaf7959894 Mon Sep 17 00:00:00 2001 From: Florian da Costa Date: Thu, 22 Apr 2021 19:47:13 +0200 Subject: [PATCH 484/631] Add depends_context to quantity computed field --- stock_available/models/product_product.py | 9 +++++ stock_available/tests/test_stock_available.py | 34 +++++++++++++++++++ 2 files changed, 43 insertions(+) diff --git a/stock_available/models/product_product.py b/stock_available/models/product_product.py index 3304f4883..d50f5f87e 100644 --- a/stock_available/models/product_product.py +++ b/stock_available/models/product_product.py @@ -33,6 +33,15 @@ class ProductProduct(models.Model): return res, stock_dict @api.depends("virtual_available") + @api.depends_context( + "lot_id", + "owner_id", + "package_id", + "from_date", + "to_date", + "location", + "warehouse", + ) def _compute_available_quantities(self): res, _ = self._compute_available_quantities_dict() for product in self: diff --git a/stock_available/tests/test_stock_available.py b/stock_available/tests/test_stock_available.py index 5ffa91c0d..4c423224a 100644 --- a/stock_available/tests/test_stock_available.py +++ b/stock_available/tests/test_stock_available.py @@ -144,3 +144,37 @@ class TestStockLogisticsWarehouse(TransactionCase): # Potential Qty is set as 0.0 by default self.assertEquals(templateAB.potential_qty, 0.0) self.assertEquals(productA.potential_qty, 0.0) + + def test_available_stock_multiple_location(self): + uom_unit = self.env.ref("uom.product_uom_unit") + productA = self.env["product.product"].create( + { + "name": "product A", + "standard_price": 1, + "type": "product", + "uom_id": uom_unit.id, + "default_code": "A", + } + ) + supplier_location = self.env.ref("stock.stock_location_suppliers") + shelf1 = self.env.ref("stock.stock_location_components") + shelf2 = self.env.ref("stock.stock_location_14") + + # Create a stock move from INCOMING to STOCK + stockMoveIn = self.env["stock.move"].create( + { + "location_id": supplier_location.id, + "location_dest_id": shelf1.id, + "name": "MOVE INCOMING -> STOCK ", + "product_id": productA.id, + "product_uom": productA.uom_id.id, + "product_uom_qty": 2, + } + ) + stockMoveIn._action_confirm() + self.assertEqual( + productA.with_context(location=shelf1.id).immediately_usable_qty, 2.0 + ) + self.assertEqual( + productA.with_context(location=shelf2.id).immediately_usable_qty, 0.0 + ) From 395d4839779ac389c190d8a07cb6266f95f14c21 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Fri, 23 Apr 2021 10:03:40 +0000 Subject: [PATCH 485/631] stock_available 14.0.1.0.2 --- stock_available/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock_available/__manifest__.py b/stock_available/__manifest__.py index 8d2a3e388..88d6d015d 100644 --- a/stock_available/__manifest__.py +++ b/stock_available/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Stock available to promise", - "version": "14.0.1.0.1", + "version": "14.0.1.0.2", "author": "Numérigraphe, Sodexis, Odoo Community Association (OCA)", "website": "https://github.com/OCA/stock-logistics-warehouse", "development_status": "Production/Stable", From 37c30c3e96339720156ebf4011ca99203201d205 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Fri, 23 Apr 2021 10:03:47 +0000 Subject: [PATCH 486/631] [UPD] addons table in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 468ca3407..0c6f860eb 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Available addons addon | version | summary --- | --- | --- [scrap_reason_code](scrap_reason_code/) | 14.0.1.0.0 | Reason code for scrapping -[stock_available](stock_available/) | 14.0.1.0.1 | Stock available to promise +[stock_available](stock_available/) | 14.0.1.0.2 | Stock available to promise [stock_available_immediately](stock_available_immediately/) | 14.0.1.0.0 | Ignore planned receptions in quantity available to promise [stock_demand_estimate](stock_demand_estimate/) | 14.0.1.1.0 | Allows to create demand estimates. [stock_demand_estimate_matrix](stock_demand_estimate_matrix/) | 14.0.1.0.0 | Allows to create demand estimates. From 05a8e6c5501ec5469d375ee5b633124237828664 Mon Sep 17 00:00:00 2001 From: Kitti U Date: Sun, 25 Apr 2021 18:13:10 +0700 Subject: [PATCH 487/631] [14.0][FIX] stock_request, window action access error --- stock_request/models/stock_request_order.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock_request/models/stock_request_order.py b/stock_request/models/stock_request_order.py index e91d0a5e5..f50e35506 100644 --- a/stock_request/models/stock_request_order.py +++ b/stock_request/models/stock_request_order.py @@ -248,7 +248,7 @@ class StockRequestOrder(models.Model): return def action_view_transfer(self): - action = self.env.ref("stock.action_picking_tree_all").read()[0] + action = self.env.ref("stock.action_picking_tree_all").sudo().read()[0] pickings = self.mapped("picking_ids") if len(pickings) > 1: From b4e8c29e5cde0848d1df30897999c969793bc5ef Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Sun, 25 Apr 2021 17:56:53 +0000 Subject: [PATCH 488/631] stock_request 14.0.1.0.1 --- stock_request/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock_request/__manifest__.py b/stock_request/__manifest__.py index 91849f321..550a4ac0f 100644 --- a/stock_request/__manifest__.py +++ b/stock_request/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Stock Request", "summary": "Internal request for stock", - "version": "14.0.1.0.0", + "version": "14.0.1.0.1", "license": "LGPL-3", "website": "https://github.com/OCA/stock-logistics-warehouse", "author": "ForgeFlow, Odoo Community Association (OCA)", From 1ab9418db71ef27385078e769c94d27cbf2b13a9 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Sun, 25 Apr 2021 17:56:59 +0000 Subject: [PATCH 489/631] [UPD] addons table in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c6f860eb..3a8a50449 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ addon | version | summary [stock_move_location](stock_move_location/) | 14.0.1.0.0 | This module allows to move all stock in a stock location to an other one. [stock_packaging_calculator](stock_packaging_calculator/) | 14.0.1.0.1 | Compute product quantity to pick by packaging [stock_pull_list](stock_pull_list/) | 14.0.1.0.0 | The pull list checks the stock situation and calculates needed quantities. -[stock_request](stock_request/) | 14.0.1.0.0 | Internal request for stock +[stock_request](stock_request/) | 14.0.1.0.1 | Internal request for stock [stock_warehouse_calendar](stock_warehouse_calendar/) | 14.0.1.0.1 | Adds a calendar to the Warehouse [//]: # (end addons) From 8fa8795c5b0e8dadf2951885c38e3502e0163b30 Mon Sep 17 00:00:00 2001 From: oca-travis Date: Sat, 8 May 2021 23:29:06 +0000 Subject: [PATCH 490/631] [UPD] Update stock_location_position.pot --- .../i18n/stock_location_position.pot | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/stock_location_position/i18n/stock_location_position.pot b/stock_location_position/i18n/stock_location_position.pot index 3660b9f2e..80ba61396 100644 --- a/stock_location_position/i18n/stock_location_position.pot +++ b/stock_location_position/i18n/stock_location_position.pot @@ -4,7 +4,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 13.0\n" +"Project-Id-Version: Odoo Server 14.0\n" "Report-Msgid-Bugs-To: \n" "Last-Translator: \n" "Language-Team: \n" @@ -53,11 +53,26 @@ msgstr "" msgid "Define as the street" msgstr "" +#. module: stock_location_position +#: model:ir.model.fields,field_description:stock_location_position.field_stock_location__display_name +msgid "Display Name" +msgstr "" + +#. module: stock_location_position +#: model:ir.model.fields,field_description:stock_location_position.field_stock_location__id +msgid "ID" +msgstr "" + #. module: stock_location_position #: model:ir.model,name:stock_location_position.model_stock_location msgid "Inventory Locations" msgstr "" +#. module: stock_location_position +#: model:ir.model.fields,field_description:stock_location_position.field_stock_location____last_update +msgid "Last Modified on" +msgstr "" + #. module: stock_location_position #: model:ir.model.fields,field_description:stock_location_position.field_stock_location__level msgid "Level" From 2892919de25625269eecc89de7edb9302c815c43 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Sun, 9 May 2021 01:54:04 +0000 Subject: [PATCH 491/631] [UPD] addons table in README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3a8a50449..5850f56cb 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ addon | version | summary [stock_inventory_preparation_filter](stock_inventory_preparation_filter/) | 14.0.1.0.0 | More filters for inventory adjustments [stock_location_children](stock_location_children/) | 14.0.1.0.0 | Add relation between stock location and all its children [stock_location_lockdown](stock_location_lockdown/) | 14.0.1.0.0 | Prevent to add stock on locked locations +[stock_location_position](stock_location_position/) | 14.0.1.0.0 | Add coordinate attributes on stock location. [stock_move_common_dest](stock_move_common_dest/) | 14.0.1.0.0 | Adds field for common destination moves [stock_move_location](stock_move_location/) | 14.0.1.0.0 | This module allows to move all stock in a stock location to an other one. [stock_packaging_calculator](stock_packaging_calculator/) | 14.0.1.0.1 | Compute product quantity to pick by packaging From 17a8e2cac235ec7db5db7359bcbf2938d85b10f2 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Sun, 9 May 2021 01:54:07 +0000 Subject: [PATCH 492/631] [UPD] README.rst --- stock_location_position/static/description/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock_location_position/static/description/index.html b/stock_location_position/static/description/index.html index a7d3673f1..ca1342e62 100644 --- a/stock_location_position/static/description/index.html +++ b/stock_location_position/static/description/index.html @@ -3,7 +3,7 @@ - + Stock Location Position + + +
    +

    Consider the production potential is available to promise

    + + +

    Beta License: AGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runbot

    +

    This module takes the potential quantities available for Products into account in +the quantity available to promise, where the “Potential quantity” is the +quantity that can be manufactured with the components immediately at hand. +By configuration, the “Potential quantity” can be computed based on other product field. +For example, “Potential quantity” can be the quantity that can be manufactured +with the components available to promise.

    +

    Table of contents

    + +
    +

    Known issues / Roadmap

    +
    +

    Known issues

    +

    The manufacturing delays are not taken into account : this module assumes that +if you have components in stock goods, you can manufacture finished goods +quickly enough.

    +

    As a consequence, and to avoid overestimating, only the first level of Bill +of Materials is considered.

    +

    However Sets (a.k.a “phantom” BoMs) are taken into account: if a component must +be replaced with a set, it’s the stock of the set’s product which will decide +the potential.

    +

    If a product has several variants, only the variant with the biggest potential +will be taken into account when reporting the production potential. For +example, even if you actually have enough components to make 10 iPads 16Go AND +42 iPads 32Go, we’ll consider that you can promise only 42 iPads.

    +
    +
    +

    Removed features

    +

    Previous versions of this module used to let programmers demand to get the +potential quantity in an arbitrary Unit of Measure using the context. This +feature was present in the standard computations too until v8.0, but it has +been dropped from the standard from v8.0 on.

    +

    For the sake of consistency the potential quantity is now always reported in +the product’s main Unit of Measure too.

    +
    +
    +

    Roadmap

    +

    Possible improvements for future versions:

    +
      +
    • Take manufacturing delays into account: we should not promise goods to +customers if they want them delivered earlier that we can make them
    • +
    • Compute the quantity of finished product that can be made directly on each +Bill of Material: this would be useful for production managers, and may make +the computations faster by avoiding to compute the same BoM several times +when several variants share the same BoM.
    • +
    • Add an option (probably as a sub-module) to consider all raw materials as +available if they can be bought from the suppliers in time for the +manufacturing.
    • +
    +
    +
    +
    +

    Bug Tracker

    +

    Bugs are tracked on GitHub Issues. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed +feedback.

    +

    Do not contact contributors directly about support or help with technical issues.

    +
    +
    +

    Credits

    +
    +

    Authors

    +
      +
    • Numérigraphe
    • +
    +
    +
    +

    Contributors

    + +
    +
    +

    Maintainers

    +

    This module is maintained by the OCA.

    +Odoo Community Association +

    OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use.

    +

    This module is part of the OCA/stock-logistics-warehouse project on GitHub.

    +

    You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

    +
    +
    +
    + + From 6177bfa2171aaa99e3eada0b97dda0e42685577a Mon Sep 17 00:00:00 2001 From: oca-travis Date: Sat, 31 Aug 2019 08:09:17 +0000 Subject: [PATCH 517/631] [UPD] Update stock_available_mrp.pot --- .../i18n/stock_available_mrp.pot | 37 ++++++++++++------- 1 file changed, 24 insertions(+), 13 deletions(-) diff --git a/stock_available_mrp/i18n/stock_available_mrp.pot b/stock_available_mrp/i18n/stock_available_mrp.pot index ff8ef8502..3ea2293db 100644 --- a/stock_available_mrp/i18n/stock_available_mrp.pot +++ b/stock_available_mrp/i18n/stock_available_mrp.pot @@ -4,7 +4,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 11.0\n" +"Project-Id-Version: Odoo Server 12.0\n" "Report-Msgid-Bugs-To: \n" "Last-Translator: <>\n" "Language-Team: \n" @@ -14,14 +14,14 @@ msgstr "" "Plural-Forms: \n" #. module: stock_available_mrp -#: model:product.product,name:stock_available_mrp.product_product_9_white -#: model:product.template,name:stock_available_mrp.product_product_9_white_product_template -msgid "Apple Wireless Keyboard" +#: model:ir.model.fields,field_description:stock_available_mrp.field_product_product__bom_id +msgid "BOM" msgstr "" #. module: stock_available_mrp -#: model:ir.model.fields,field_description:stock_available_mrp.field_product_product_bom_id -msgid "Bill of Materials" +#: model:product.product,name:stock_available_mrp.product_computer_desk_bolt_white +#: model:product.template,name:stock_available_mrp.product_computer_desk_bolt_white_product_template +msgid "Bolt" msgstr "" #. module: stock_available_mrp @@ -29,20 +29,31 @@ msgstr "" msgid "Product" msgstr "" -#. module: stock_available_mrp -#: model:ir.model,name:stock_available_mrp.model_product_template -msgid "Product Template" -msgstr "" - #. module: stock_available_mrp #: model:product.product,name:stock_available_mrp.product_kit_1a #: model:product.template,name:stock_available_mrp.product_kit_1a_product_template -msgid "Self Build Kit" +msgid "Table Kit" msgstr "" #. module: stock_available_mrp #: model:product.product,description:stock_available_mrp.product_kit_1a #: model:product.template,description:stock_available_mrp.product_kit_1a_product_template -msgid "Self Build kit." +msgid "Table kit" +msgstr "" + +#. module: stock_available_mrp +#: model:product.product,uom_name:stock_available_mrp.product_computer_desk_bolt_white +#: model:product.product,uom_name:stock_available_mrp.product_kit_1a +#: model:product.template,uom_name:stock_available_mrp.product_computer_desk_bolt_white_product_template +#: model:product.template,uom_name:stock_available_mrp.product_kit_1a_product_template +msgid "Unit(s)" +msgstr "" + +#. module: stock_available_mrp +#: model:product.product,weight_uom_name:stock_available_mrp.product_computer_desk_bolt_white +#: model:product.product,weight_uom_name:stock_available_mrp.product_kit_1a +#: model:product.template,weight_uom_name:stock_available_mrp.product_computer_desk_bolt_white_product_template +#: model:product.template,weight_uom_name:stock_available_mrp.product_kit_1a_product_template +msgid "kg" msgstr "" From ad03c9c35c624de365ccdc600dee8efaa4356eae Mon Sep 17 00:00:00 2001 From: OCA Transbot Date: Sat, 31 Aug 2019 09:56:38 +0000 Subject: [PATCH 518/631] Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: stock-logistics-warehouse-12.0/stock-logistics-warehouse-12.0-stock_available_mrp Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-12-0/stock-logistics-warehouse-12-0-stock_available_mrp/ --- stock_available_mrp/i18n/de.po | 38 +++++++++++++++++++++++----------- 1 file changed, 26 insertions(+), 12 deletions(-) diff --git a/stock_available_mrp/i18n/de.po b/stock_available_mrp/i18n/de.po index deb92b8bd..a38fea285 100644 --- a/stock_available_mrp/i18n/de.po +++ b/stock_available_mrp/i18n/de.po @@ -20,14 +20,14 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_available_mrp -#: model:product.product,name:stock_available_mrp.product_product_9_white -#: model:product.template,name:stock_available_mrp.product_product_9_white_product_template -msgid "Apple Wireless Keyboard" +#: model:ir.model.fields,field_description:stock_available_mrp.field_product_product__bom_id +msgid "BOM" msgstr "" #. module: stock_available_mrp -#: model:ir.model.fields,field_description:stock_available_mrp.field_product_product_bom_id -msgid "Bill of Materials" +#: model:product.product,name:stock_available_mrp.product_computer_desk_bolt_white +#: model:product.template,name:stock_available_mrp.product_computer_desk_bolt_white_product_template +msgid "Bolt" msgstr "" #. module: stock_available_mrp @@ -35,22 +35,36 @@ msgstr "" msgid "Product" msgstr "Produkt" -#. module: stock_available_mrp -#: model:ir.model,name:stock_available_mrp.model_product_template -msgid "Product Template" -msgstr "Produktvorlage" - #. module: stock_available_mrp #: model:product.product,name:stock_available_mrp.product_kit_1a #: model:product.template,name:stock_available_mrp.product_kit_1a_product_template -msgid "Self Build Kit" +msgid "Table Kit" msgstr "" #. module: stock_available_mrp #: model:product.product,description:stock_available_mrp.product_kit_1a #: model:product.template,description:stock_available_mrp.product_kit_1a_product_template -msgid "Self Build kit." +msgid "Table kit" msgstr "" +#. module: stock_available_mrp +#: model:product.product,uom_name:stock_available_mrp.product_computer_desk_bolt_white +#: model:product.product,uom_name:stock_available_mrp.product_kit_1a +#: model:product.template,uom_name:stock_available_mrp.product_computer_desk_bolt_white_product_template +#: model:product.template,uom_name:stock_available_mrp.product_kit_1a_product_template +msgid "Unit(s)" +msgstr "" + +#. module: stock_available_mrp +#: model:product.product,weight_uom_name:stock_available_mrp.product_computer_desk_bolt_white +#: model:product.product,weight_uom_name:stock_available_mrp.product_kit_1a +#: model:product.template,weight_uom_name:stock_available_mrp.product_computer_desk_bolt_white_product_template +#: model:product.template,weight_uom_name:stock_available_mrp.product_kit_1a_product_template +msgid "kg" +msgstr "" + +#~ msgid "Product Template" +#~ msgstr "Produktvorlage" + #~ msgid "Thousand" #~ msgstr "Tausend" From 69fc8d776b2bbcd59b704a06f17e15da070769a3 Mon Sep 17 00:00:00 2001 From: OCA Transbot Date: Tue, 3 Sep 2019 11:30:04 +0000 Subject: [PATCH 519/631] Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: stock-logistics-warehouse-12.0/stock-logistics-warehouse-12.0-stock_available_mrp Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-12-0/stock-logistics-warehouse-12-0-stock_available_mrp/ --- stock_available_mrp/i18n/es.po | 38 +++++++++++++++++++++---------- stock_available_mrp/i18n/fi.po | 38 +++++++++++++++++++++---------- stock_available_mrp/i18n/fr.po | 38 +++++++++++++++++++++---------- stock_available_mrp/i18n/hr_HR.po | 38 +++++++++++++++++++++---------- stock_available_mrp/i18n/it.po | 35 ++++++++++++++++++---------- stock_available_mrp/i18n/pt_BR.po | 38 +++++++++++++++++++++---------- stock_available_mrp/i18n/sl.po | 38 +++++++++++++++++++++---------- stock_available_mrp/i18n/zh_CN.po | 38 +++++++++++++++++++++---------- 8 files changed, 205 insertions(+), 96 deletions(-) diff --git a/stock_available_mrp/i18n/es.po b/stock_available_mrp/i18n/es.po index 1eb112127..07d39842f 100644 --- a/stock_available_mrp/i18n/es.po +++ b/stock_available_mrp/i18n/es.po @@ -19,14 +19,14 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_available_mrp -#: model:product.product,name:stock_available_mrp.product_product_9_white -#: model:product.template,name:stock_available_mrp.product_product_9_white_product_template -msgid "Apple Wireless Keyboard" +#: model:ir.model.fields,field_description:stock_available_mrp.field_product_product__bom_id +msgid "BOM" msgstr "" #. module: stock_available_mrp -#: model:ir.model.fields,field_description:stock_available_mrp.field_product_product_bom_id -msgid "Bill of Materials" +#: model:product.product,name:stock_available_mrp.product_computer_desk_bolt_white +#: model:product.template,name:stock_available_mrp.product_computer_desk_bolt_white_product_template +msgid "Bolt" msgstr "" #. module: stock_available_mrp @@ -34,19 +34,33 @@ msgstr "" msgid "Product" msgstr "Producto" -#. module: stock_available_mrp -#: model:ir.model,name:stock_available_mrp.model_product_template -msgid "Product Template" -msgstr "Plantilla de producto" - #. module: stock_available_mrp #: model:product.product,name:stock_available_mrp.product_kit_1a #: model:product.template,name:stock_available_mrp.product_kit_1a_product_template -msgid "Self Build Kit" +msgid "Table Kit" msgstr "" #. module: stock_available_mrp #: model:product.product,description:stock_available_mrp.product_kit_1a #: model:product.template,description:stock_available_mrp.product_kit_1a_product_template -msgid "Self Build kit." +msgid "Table kit" msgstr "" + +#. module: stock_available_mrp +#: model:product.product,uom_name:stock_available_mrp.product_computer_desk_bolt_white +#: model:product.product,uom_name:stock_available_mrp.product_kit_1a +#: model:product.template,uom_name:stock_available_mrp.product_computer_desk_bolt_white_product_template +#: model:product.template,uom_name:stock_available_mrp.product_kit_1a_product_template +msgid "Unit(s)" +msgstr "" + +#. module: stock_available_mrp +#: model:product.product,weight_uom_name:stock_available_mrp.product_computer_desk_bolt_white +#: model:product.product,weight_uom_name:stock_available_mrp.product_kit_1a +#: model:product.template,weight_uom_name:stock_available_mrp.product_computer_desk_bolt_white_product_template +#: model:product.template,weight_uom_name:stock_available_mrp.product_kit_1a_product_template +msgid "kg" +msgstr "" + +#~ msgid "Product Template" +#~ msgstr "Plantilla de producto" diff --git a/stock_available_mrp/i18n/fi.po b/stock_available_mrp/i18n/fi.po index 8c6389aee..7c821407d 100644 --- a/stock_available_mrp/i18n/fi.po +++ b/stock_available_mrp/i18n/fi.po @@ -19,14 +19,14 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_available_mrp -#: model:product.product,name:stock_available_mrp.product_product_9_white -#: model:product.template,name:stock_available_mrp.product_product_9_white_product_template -msgid "Apple Wireless Keyboard" +#: model:ir.model.fields,field_description:stock_available_mrp.field_product_product__bom_id +msgid "BOM" msgstr "" #. module: stock_available_mrp -#: model:ir.model.fields,field_description:stock_available_mrp.field_product_product_bom_id -msgid "Bill of Materials" +#: model:product.product,name:stock_available_mrp.product_computer_desk_bolt_white +#: model:product.template,name:stock_available_mrp.product_computer_desk_bolt_white_product_template +msgid "Bolt" msgstr "" #. module: stock_available_mrp @@ -34,19 +34,33 @@ msgstr "" msgid "Product" msgstr "Tuote" -#. module: stock_available_mrp -#: model:ir.model,name:stock_available_mrp.model_product_template -msgid "Product Template" -msgstr "Tuotteen malli" - #. module: stock_available_mrp #: model:product.product,name:stock_available_mrp.product_kit_1a #: model:product.template,name:stock_available_mrp.product_kit_1a_product_template -msgid "Self Build Kit" +msgid "Table Kit" msgstr "" #. module: stock_available_mrp #: model:product.product,description:stock_available_mrp.product_kit_1a #: model:product.template,description:stock_available_mrp.product_kit_1a_product_template -msgid "Self Build kit." +msgid "Table kit" msgstr "" + +#. module: stock_available_mrp +#: model:product.product,uom_name:stock_available_mrp.product_computer_desk_bolt_white +#: model:product.product,uom_name:stock_available_mrp.product_kit_1a +#: model:product.template,uom_name:stock_available_mrp.product_computer_desk_bolt_white_product_template +#: model:product.template,uom_name:stock_available_mrp.product_kit_1a_product_template +msgid "Unit(s)" +msgstr "" + +#. module: stock_available_mrp +#: model:product.product,weight_uom_name:stock_available_mrp.product_computer_desk_bolt_white +#: model:product.product,weight_uom_name:stock_available_mrp.product_kit_1a +#: model:product.template,weight_uom_name:stock_available_mrp.product_computer_desk_bolt_white_product_template +#: model:product.template,weight_uom_name:stock_available_mrp.product_kit_1a_product_template +msgid "kg" +msgstr "" + +#~ msgid "Product Template" +#~ msgstr "Tuotteen malli" diff --git a/stock_available_mrp/i18n/fr.po b/stock_available_mrp/i18n/fr.po index b61ff2a0a..fdfffdc24 100644 --- a/stock_available_mrp/i18n/fr.po +++ b/stock_available_mrp/i18n/fr.po @@ -19,14 +19,14 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: stock_available_mrp -#: model:product.product,name:stock_available_mrp.product_product_9_white -#: model:product.template,name:stock_available_mrp.product_product_9_white_product_template -msgid "Apple Wireless Keyboard" +#: model:ir.model.fields,field_description:stock_available_mrp.field_product_product__bom_id +msgid "BOM" msgstr "" #. module: stock_available_mrp -#: model:ir.model.fields,field_description:stock_available_mrp.field_product_product_bom_id -msgid "Bill of Materials" +#: model:product.product,name:stock_available_mrp.product_computer_desk_bolt_white +#: model:product.template,name:stock_available_mrp.product_computer_desk_bolt_white_product_template +msgid "Bolt" msgstr "" #. module: stock_available_mrp @@ -34,19 +34,33 @@ msgstr "" msgid "Product" msgstr "Article" -#. module: stock_available_mrp -#: model:ir.model,name:stock_available_mrp.model_product_template -msgid "Product Template" -msgstr "Modèle de produit" - #. module: stock_available_mrp #: model:product.product,name:stock_available_mrp.product_kit_1a #: model:product.template,name:stock_available_mrp.product_kit_1a_product_template -msgid "Self Build Kit" +msgid "Table Kit" msgstr "" #. module: stock_available_mrp #: model:product.product,description:stock_available_mrp.product_kit_1a #: model:product.template,description:stock_available_mrp.product_kit_1a_product_template -msgid "Self Build kit." +msgid "Table kit" msgstr "" + +#. module: stock_available_mrp +#: model:product.product,uom_name:stock_available_mrp.product_computer_desk_bolt_white +#: model:product.product,uom_name:stock_available_mrp.product_kit_1a +#: model:product.template,uom_name:stock_available_mrp.product_computer_desk_bolt_white_product_template +#: model:product.template,uom_name:stock_available_mrp.product_kit_1a_product_template +msgid "Unit(s)" +msgstr "" + +#. module: stock_available_mrp +#: model:product.product,weight_uom_name:stock_available_mrp.product_computer_desk_bolt_white +#: model:product.product,weight_uom_name:stock_available_mrp.product_kit_1a +#: model:product.template,weight_uom_name:stock_available_mrp.product_computer_desk_bolt_white_product_template +#: model:product.template,weight_uom_name:stock_available_mrp.product_kit_1a_product_template +msgid "kg" +msgstr "" + +#~ msgid "Product Template" +#~ msgstr "Modèle de produit" diff --git a/stock_available_mrp/i18n/hr_HR.po b/stock_available_mrp/i18n/hr_HR.po index 15a0b4f1f..c81966fc3 100644 --- a/stock_available_mrp/i18n/hr_HR.po +++ b/stock_available_mrp/i18n/hr_HR.po @@ -21,14 +21,14 @@ msgstr "" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" #. module: stock_available_mrp -#: model:product.product,name:stock_available_mrp.product_product_9_white -#: model:product.template,name:stock_available_mrp.product_product_9_white_product_template -msgid "Apple Wireless Keyboard" +#: model:ir.model.fields,field_description:stock_available_mrp.field_product_product__bom_id +msgid "BOM" msgstr "" #. module: stock_available_mrp -#: model:ir.model.fields,field_description:stock_available_mrp.field_product_product_bom_id -msgid "Bill of Materials" +#: model:product.product,name:stock_available_mrp.product_computer_desk_bolt_white +#: model:product.template,name:stock_available_mrp.product_computer_desk_bolt_white_product_template +msgid "Bolt" msgstr "" #. module: stock_available_mrp @@ -36,23 +36,37 @@ msgstr "" msgid "Product" msgstr "Proizvod" -#. module: stock_available_mrp -#: model:ir.model,name:stock_available_mrp.model_product_template -msgid "Product Template" -msgstr "Predložak proizvoda" - #. module: stock_available_mrp #: model:product.product,name:stock_available_mrp.product_kit_1a #: model:product.template,name:stock_available_mrp.product_kit_1a_product_template -msgid "Self Build Kit" +msgid "Table Kit" msgstr "" #. module: stock_available_mrp #: model:product.product,description:stock_available_mrp.product_kit_1a #: model:product.template,description:stock_available_mrp.product_kit_1a_product_template -msgid "Self Build kit." +msgid "Table kit" msgstr "" +#. module: stock_available_mrp +#: model:product.product,uom_name:stock_available_mrp.product_computer_desk_bolt_white +#: model:product.product,uom_name:stock_available_mrp.product_kit_1a +#: model:product.template,uom_name:stock_available_mrp.product_computer_desk_bolt_white_product_template +#: model:product.template,uom_name:stock_available_mrp.product_kit_1a_product_template +msgid "Unit(s)" +msgstr "" + +#. module: stock_available_mrp +#: model:product.product,weight_uom_name:stock_available_mrp.product_computer_desk_bolt_white +#: model:product.product,weight_uom_name:stock_available_mrp.product_kit_1a +#: model:product.template,weight_uom_name:stock_available_mrp.product_computer_desk_bolt_white_product_template +#: model:product.template,weight_uom_name:stock_available_mrp.product_kit_1a_product_template +msgid "kg" +msgstr "" + +#~ msgid "Product Template" +#~ msgstr "Predložak proizvoda" + #~ msgid "Potential" #~ msgstr "Potencijal" diff --git a/stock_available_mrp/i18n/it.po b/stock_available_mrp/i18n/it.po index 24cf94c0d..ecf95c695 100644 --- a/stock_available_mrp/i18n/it.po +++ b/stock_available_mrp/i18n/it.po @@ -19,14 +19,14 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: stock_available_mrp -#: model:product.product,name:stock_available_mrp.product_product_9_white -#: model:product.template,name:stock_available_mrp.product_product_9_white_product_template -msgid "Apple Wireless Keyboard" +#: model:ir.model.fields,field_description:stock_available_mrp.field_product_product__bom_id +msgid "BOM" msgstr "" #. module: stock_available_mrp -#: model:ir.model.fields,field_description:stock_available_mrp.field_product_product_bom_id -msgid "Bill of Materials" +#: model:product.product,name:stock_available_mrp.product_computer_desk_bolt_white +#: model:product.template,name:stock_available_mrp.product_computer_desk_bolt_white_product_template +msgid "Bolt" msgstr "" #. module: stock_available_mrp @@ -34,19 +34,30 @@ msgstr "" msgid "Product" msgstr "Prodotto" -#. module: stock_available_mrp -#: model:ir.model,name:stock_available_mrp.model_product_template -msgid "Product Template" -msgstr "" - #. module: stock_available_mrp #: model:product.product,name:stock_available_mrp.product_kit_1a #: model:product.template,name:stock_available_mrp.product_kit_1a_product_template -msgid "Self Build Kit" +msgid "Table Kit" msgstr "" #. module: stock_available_mrp #: model:product.product,description:stock_available_mrp.product_kit_1a #: model:product.template,description:stock_available_mrp.product_kit_1a_product_template -msgid "Self Build kit." +msgid "Table kit" +msgstr "" + +#. module: stock_available_mrp +#: model:product.product,uom_name:stock_available_mrp.product_computer_desk_bolt_white +#: model:product.product,uom_name:stock_available_mrp.product_kit_1a +#: model:product.template,uom_name:stock_available_mrp.product_computer_desk_bolt_white_product_template +#: model:product.template,uom_name:stock_available_mrp.product_kit_1a_product_template +msgid "Unit(s)" +msgstr "" + +#. module: stock_available_mrp +#: model:product.product,weight_uom_name:stock_available_mrp.product_computer_desk_bolt_white +#: model:product.product,weight_uom_name:stock_available_mrp.product_kit_1a +#: model:product.template,weight_uom_name:stock_available_mrp.product_computer_desk_bolt_white_product_template +#: model:product.template,weight_uom_name:stock_available_mrp.product_kit_1a_product_template +msgid "kg" msgstr "" diff --git a/stock_available_mrp/i18n/pt_BR.po b/stock_available_mrp/i18n/pt_BR.po index d8c9dbdf6..c7257894b 100644 --- a/stock_available_mrp/i18n/pt_BR.po +++ b/stock_available_mrp/i18n/pt_BR.po @@ -20,14 +20,14 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: stock_available_mrp -#: model:product.product,name:stock_available_mrp.product_product_9_white -#: model:product.template,name:stock_available_mrp.product_product_9_white_product_template -msgid "Apple Wireless Keyboard" +#: model:ir.model.fields,field_description:stock_available_mrp.field_product_product__bom_id +msgid "BOM" msgstr "" #. module: stock_available_mrp -#: model:ir.model.fields,field_description:stock_available_mrp.field_product_product_bom_id -msgid "Bill of Materials" +#: model:product.product,name:stock_available_mrp.product_computer_desk_bolt_white +#: model:product.template,name:stock_available_mrp.product_computer_desk_bolt_white_product_template +msgid "Bolt" msgstr "" #. module: stock_available_mrp @@ -35,23 +35,37 @@ msgstr "" msgid "Product" msgstr "Produto" -#. module: stock_available_mrp -#: model:ir.model,name:stock_available_mrp.model_product_template -msgid "Product Template" -msgstr "Modelo Produto" - #. module: stock_available_mrp #: model:product.product,name:stock_available_mrp.product_kit_1a #: model:product.template,name:stock_available_mrp.product_kit_1a_product_template -msgid "Self Build Kit" +msgid "Table Kit" msgstr "" #. module: stock_available_mrp #: model:product.product,description:stock_available_mrp.product_kit_1a #: model:product.template,description:stock_available_mrp.product_kit_1a_product_template -msgid "Self Build kit." +msgid "Table kit" msgstr "" +#. module: stock_available_mrp +#: model:product.product,uom_name:stock_available_mrp.product_computer_desk_bolt_white +#: model:product.product,uom_name:stock_available_mrp.product_kit_1a +#: model:product.template,uom_name:stock_available_mrp.product_computer_desk_bolt_white_product_template +#: model:product.template,uom_name:stock_available_mrp.product_kit_1a_product_template +msgid "Unit(s)" +msgstr "" + +#. module: stock_available_mrp +#: model:product.product,weight_uom_name:stock_available_mrp.product_computer_desk_bolt_white +#: model:product.product,weight_uom_name:stock_available_mrp.product_kit_1a +#: model:product.template,weight_uom_name:stock_available_mrp.product_computer_desk_bolt_white_product_template +#: model:product.template,weight_uom_name:stock_available_mrp.product_kit_1a_product_template +msgid "kg" +msgstr "" + +#~ msgid "Product Template" +#~ msgstr "Modelo Produto" + #~ msgid "Potential" #~ msgstr "Potencial" diff --git a/stock_available_mrp/i18n/sl.po b/stock_available_mrp/i18n/sl.po index 096be0bde..9f62571ce 100644 --- a/stock_available_mrp/i18n/sl.po +++ b/stock_available_mrp/i18n/sl.po @@ -21,14 +21,14 @@ msgstr "" "%100==4 ? 2 : 3);\n" #. module: stock_available_mrp -#: model:product.product,name:stock_available_mrp.product_product_9_white -#: model:product.template,name:stock_available_mrp.product_product_9_white_product_template -msgid "Apple Wireless Keyboard" +#: model:ir.model.fields,field_description:stock_available_mrp.field_product_product__bom_id +msgid "BOM" msgstr "" #. module: stock_available_mrp -#: model:ir.model.fields,field_description:stock_available_mrp.field_product_product_bom_id -msgid "Bill of Materials" +#: model:product.product,name:stock_available_mrp.product_computer_desk_bolt_white +#: model:product.template,name:stock_available_mrp.product_computer_desk_bolt_white_product_template +msgid "Bolt" msgstr "" #. module: stock_available_mrp @@ -36,22 +36,36 @@ msgstr "" msgid "Product" msgstr "Proizvod" -#. module: stock_available_mrp -#: model:ir.model,name:stock_available_mrp.model_product_template -msgid "Product Template" -msgstr "Predloga proizvoda" - #. module: stock_available_mrp #: model:product.product,name:stock_available_mrp.product_kit_1a #: model:product.template,name:stock_available_mrp.product_kit_1a_product_template -msgid "Self Build Kit" +msgid "Table Kit" msgstr "" #. module: stock_available_mrp #: model:product.product,description:stock_available_mrp.product_kit_1a #: model:product.template,description:stock_available_mrp.product_kit_1a_product_template -msgid "Self Build kit." +msgid "Table kit" msgstr "" +#. module: stock_available_mrp +#: model:product.product,uom_name:stock_available_mrp.product_computer_desk_bolt_white +#: model:product.product,uom_name:stock_available_mrp.product_kit_1a +#: model:product.template,uom_name:stock_available_mrp.product_computer_desk_bolt_white_product_template +#: model:product.template,uom_name:stock_available_mrp.product_kit_1a_product_template +msgid "Unit(s)" +msgstr "" + +#. module: stock_available_mrp +#: model:product.product,weight_uom_name:stock_available_mrp.product_computer_desk_bolt_white +#: model:product.product,weight_uom_name:stock_available_mrp.product_kit_1a +#: model:product.template,weight_uom_name:stock_available_mrp.product_computer_desk_bolt_white_product_template +#: model:product.template,weight_uom_name:stock_available_mrp.product_kit_1a_product_template +msgid "kg" +msgstr "" + +#~ msgid "Product Template" +#~ msgstr "Predloga proizvoda" + #~ msgid "Thousand" #~ msgstr "Tisoč" diff --git a/stock_available_mrp/i18n/zh_CN.po b/stock_available_mrp/i18n/zh_CN.po index 044142b9d..7d9fc6345 100644 --- a/stock_available_mrp/i18n/zh_CN.po +++ b/stock_available_mrp/i18n/zh_CN.po @@ -20,14 +20,14 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" #. module: stock_available_mrp -#: model:product.product,name:stock_available_mrp.product_product_9_white -#: model:product.template,name:stock_available_mrp.product_product_9_white_product_template -msgid "Apple Wireless Keyboard" +#: model:ir.model.fields,field_description:stock_available_mrp.field_product_product__bom_id +msgid "BOM" msgstr "" #. module: stock_available_mrp -#: model:ir.model.fields,field_description:stock_available_mrp.field_product_product_bom_id -msgid "Bill of Materials" +#: model:product.product,name:stock_available_mrp.product_computer_desk_bolt_white +#: model:product.template,name:stock_available_mrp.product_computer_desk_bolt_white_product_template +msgid "Bolt" msgstr "" #. module: stock_available_mrp @@ -35,23 +35,37 @@ msgstr "" msgid "Product" msgstr "产品" -#. module: stock_available_mrp -#: model:ir.model,name:stock_available_mrp.model_product_template -msgid "Product Template" -msgstr "产品模板" - #. module: stock_available_mrp #: model:product.product,name:stock_available_mrp.product_kit_1a #: model:product.template,name:stock_available_mrp.product_kit_1a_product_template -msgid "Self Build Kit" +msgid "Table Kit" msgstr "" #. module: stock_available_mrp #: model:product.product,description:stock_available_mrp.product_kit_1a #: model:product.template,description:stock_available_mrp.product_kit_1a_product_template -msgid "Self Build kit." +msgid "Table kit" msgstr "" +#. module: stock_available_mrp +#: model:product.product,uom_name:stock_available_mrp.product_computer_desk_bolt_white +#: model:product.product,uom_name:stock_available_mrp.product_kit_1a +#: model:product.template,uom_name:stock_available_mrp.product_computer_desk_bolt_white_product_template +#: model:product.template,uom_name:stock_available_mrp.product_kit_1a_product_template +msgid "Unit(s)" +msgstr "" + +#. module: stock_available_mrp +#: model:product.product,weight_uom_name:stock_available_mrp.product_computer_desk_bolt_white +#: model:product.product,weight_uom_name:stock_available_mrp.product_kit_1a +#: model:product.template,weight_uom_name:stock_available_mrp.product_computer_desk_bolt_white_product_template +#: model:product.template,weight_uom_name:stock_available_mrp.product_kit_1a_product_template +msgid "kg" +msgstr "" + +#~ msgid "Product Template" +#~ msgstr "产品模板" + #~ msgid "Potential" #~ msgstr "潜在" From cef6a5563984d6b00a7ac79689ce39256b482fb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E4=BC=9F=E6=9D=B0?= <674416404@qq.com> Date: Thu, 26 Sep 2019 15:02:47 +0000 Subject: [PATCH 520/631] Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (7 of 7 strings) Translation: stock-logistics-warehouse-12.0/stock-logistics-warehouse-12.0-stock_available_mrp Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-12-0/stock-logistics-warehouse-12-0-stock_available_mrp/zh_CN/ --- stock_available_mrp/i18n/zh_CN.po | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/stock_available_mrp/i18n/zh_CN.po b/stock_available_mrp/i18n/zh_CN.po index 7d9fc6345..07f53d170 100644 --- a/stock_available_mrp/i18n/zh_CN.po +++ b/stock_available_mrp/i18n/zh_CN.po @@ -9,26 +9,27 @@ msgstr "" "Project-Id-Version: stock-logistics-warehouse (9.0)\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-08-28 10:00+0000\n" -"PO-Revision-Date: 2016-09-04 06:06+0000\n" -"Last-Translator: Jeffery Chenn \n" -"Language-Team: Chinese (China) (http://www.transifex.com/oca/OCA-stock-" -"logistics-warehouse-9-0/language/zh_CN/)\n" +"PO-Revision-Date: 2019-09-26 15:05+0000\n" +"Last-Translator: 黎伟杰 <674416404@qq.com>\n" +"Language-Team: Chinese (China) (http://www.transifex.com/oca/" +"OCA-stock-logistics-warehouse-9-0/language/zh_CN/)\n" "Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Weblate 3.8\n" #. module: stock_available_mrp #: model:ir.model.fields,field_description:stock_available_mrp.field_product_product__bom_id msgid "BOM" -msgstr "" +msgstr "BOM" #. module: stock_available_mrp #: model:product.product,name:stock_available_mrp.product_computer_desk_bolt_white #: model:product.template,name:stock_available_mrp.product_computer_desk_bolt_white_product_template msgid "Bolt" -msgstr "" +msgstr "螺栓" #. module: stock_available_mrp #: model:ir.model,name:stock_available_mrp.model_product_product @@ -39,13 +40,13 @@ msgstr "产品" #: model:product.product,name:stock_available_mrp.product_kit_1a #: model:product.template,name:stock_available_mrp.product_kit_1a_product_template msgid "Table Kit" -msgstr "" +msgstr "桌台套件" #. module: stock_available_mrp #: model:product.product,description:stock_available_mrp.product_kit_1a #: model:product.template,description:stock_available_mrp.product_kit_1a_product_template msgid "Table kit" -msgstr "" +msgstr "桌台套件" #. module: stock_available_mrp #: model:product.product,uom_name:stock_available_mrp.product_computer_desk_bolt_white @@ -53,7 +54,7 @@ msgstr "" #: model:product.template,uom_name:stock_available_mrp.product_computer_desk_bolt_white_product_template #: model:product.template,uom_name:stock_available_mrp.product_kit_1a_product_template msgid "Unit(s)" -msgstr "" +msgstr "件" #. module: stock_available_mrp #: model:product.product,weight_uom_name:stock_available_mrp.product_computer_desk_bolt_white @@ -61,7 +62,7 @@ msgstr "" #: model:product.template,weight_uom_name:stock_available_mrp.product_computer_desk_bolt_white_product_template #: model:product.template,weight_uom_name:stock_available_mrp.product_kit_1a_product_template msgid "kg" -msgstr "" +msgstr "公斤" #~ msgid "Product Template" #~ msgstr "产品模板" From 79507208b8577c5aaa1b49b0068a2363f742460a Mon Sep 17 00:00:00 2001 From: Yann Papouin Date: Thu, 12 Nov 2020 12:42:54 +0000 Subject: [PATCH 521/631] Translated using Weblate (French) Currently translated at 100.0% (7 of 7 strings) Translation: stock-logistics-warehouse-12.0/stock-logistics-warehouse-12.0-stock_available_mrp Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-12-0/stock-logistics-warehouse-12-0-stock_available_mrp/fr/ --- stock_available_mrp/i18n/fr.po | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/stock_available_mrp/i18n/fr.po b/stock_available_mrp/i18n/fr.po index fdfffdc24..faf91b5ca 100644 --- a/stock_available_mrp/i18n/fr.po +++ b/stock_available_mrp/i18n/fr.po @@ -8,26 +8,27 @@ msgstr "" "Project-Id-Version: stock-logistics-warehouse (8.0)\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-01-14 01:38+0000\n" -"PO-Revision-Date: 2016-01-13 16:35+0000\n" -"Last-Translator: <>\n" -"Language-Team: French (http://www.transifex.com/oca/OCA-stock-logistics-" -"warehouse-8-0/language/fr/)\n" +"PO-Revision-Date: 2020-11-12 12:44+0000\n" +"Last-Translator: Yann Papouin \n" +"Language-Team: French (http://www.transifex.com/oca/" +"OCA-stock-logistics-warehouse-8-0/language/fr/)\n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"Plural-Forms: nplurals=2; plural=n > 1;\n" +"X-Generator: Weblate 3.10\n" #. module: stock_available_mrp #: model:ir.model.fields,field_description:stock_available_mrp.field_product_product__bom_id msgid "BOM" -msgstr "" +msgstr "Nomenclature" #. module: stock_available_mrp #: model:product.product,name:stock_available_mrp.product_computer_desk_bolt_white #: model:product.template,name:stock_available_mrp.product_computer_desk_bolt_white_product_template msgid "Bolt" -msgstr "" +msgstr "Boulon" #. module: stock_available_mrp #: model:ir.model,name:stock_available_mrp.model_product_product @@ -38,13 +39,13 @@ msgstr "Article" #: model:product.product,name:stock_available_mrp.product_kit_1a #: model:product.template,name:stock_available_mrp.product_kit_1a_product_template msgid "Table Kit" -msgstr "" +msgstr "Table en kit" #. module: stock_available_mrp #: model:product.product,description:stock_available_mrp.product_kit_1a #: model:product.template,description:stock_available_mrp.product_kit_1a_product_template msgid "Table kit" -msgstr "" +msgstr "Table en kit" #. module: stock_available_mrp #: model:product.product,uom_name:stock_available_mrp.product_computer_desk_bolt_white @@ -52,7 +53,7 @@ msgstr "" #: model:product.template,uom_name:stock_available_mrp.product_computer_desk_bolt_white_product_template #: model:product.template,uom_name:stock_available_mrp.product_kit_1a_product_template msgid "Unit(s)" -msgstr "" +msgstr "Unité(s)" #. module: stock_available_mrp #: model:product.product,weight_uom_name:stock_available_mrp.product_computer_desk_bolt_white @@ -60,7 +61,7 @@ msgstr "" #: model:product.template,weight_uom_name:stock_available_mrp.product_computer_desk_bolt_white_product_template #: model:product.template,weight_uom_name:stock_available_mrp.product_kit_1a_product_template msgid "kg" -msgstr "" +msgstr "kg" #~ msgid "Product Template" #~ msgstr "Modèle de produit" From 41df9fbd691991cbacc33ab4afd4afde61aaa2e9 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 25 Feb 2021 17:49:01 +0100 Subject: [PATCH 522/631] [FIX] stock_available_mrp: upstream compatibility After this change https://github.com/odoo/odoo/commit/3d34d58388ab362bf8e69cc2e75adbdfda3331b2 it isn't possible to have an storable kit product anymore. The main issue is that we have to drop some uses cases that this module considered for this kind of situations. --- .../tests/test_potential_qty.py | 76 +------------------ 1 file changed, 3 insertions(+), 73 deletions(-) diff --git a/stock_available_mrp/tests/test_potential_qty.py b/stock_available_mrp/tests/test_potential_qty.py index 363ed7a44..3eaefe30b 100644 --- a/stock_available_mrp/tests/test_potential_qty.py +++ b/stock_available_mrp/tests/test_potential_qty.py @@ -24,19 +24,16 @@ class TestPotentialQty(TransactionCase): # We need to compute parent_left and parent_right of the locations as # they are used to compute qty_available of the product. self.location._parent_store_compute() - self.setup_demo_data() - - def setup_demo_data(self): #  An interesting product (multi-line BoM, variants) self.tmpl = self.browse_ref( 'mrp.product_product_table_kit_product_template') #  First variant self.var1 = self.browse_ref('mrp.product_product_table_kit') - self.var1.type = 'product' + self.var1.type = 'consu' #  Second variant self.var2 = self.browse_ref( 'stock_available_mrp.product_kit_1a') - self.var2.type = 'product' + self.var2.type = 'consu' # Make bolt a stockable product to be able to change its stock # we need to unreserve the existing move before being able to do it. bolt = self.env.ref('mrp.product_product_computer_desk_bolt') @@ -297,7 +294,7 @@ class TestPotentialQty(TransactionCase): p2 = self.product_model.create({ 'name': 'Test sub product with BOM', - 'type': 'product', + 'type': 'consu', 'uom_id': self.env.ref('uom.product_uom_unit').id, }) @@ -369,73 +366,6 @@ class TestPotentialQty(TransactionCase): p1.refresh() self.assertEqual(2.0, p1.potential_qty) - def test_component_stock_choice(self): - # Test to change component stock for compute BOM stock - - # Get a demo product with outgoing move (qty: 3) - prod = self.browse_ref('product.product_product_16') - - # Set on hand qty - self.create_inventory(prod.id, 3) - - # Create a product with BOM - p1 = self.product_model.create({ - 'name': 'Test product with BOM', - }) - bom_p1 = self.bom_model.create({ - 'product_tmpl_id': p1.product_tmpl_id.id, - 'product_id': p1.id, - 'product_qty': 1, - }) - - # Need 1 prod for that - self.bom_line_model.create({ - 'bom_id': bom_p1.id, - 'product_id': prod.id, - 'product_qty': 1, - }) - - # Default component is qty_available - p1.refresh() - self.assertEqual(3.0, p1.potential_qty) - - # Change to immediately usable - self.config.set_param('stock_available_mrp_based_on', - 'immediately_usable_qty') - - p1.refresh() - self.assertEqual(0.0, p1.potential_qty) - - # If iMac has a Bom and can be manufactured - component = self.product_model.create({ - 'name': 'component', - 'type': 'product' - }) - self.create_inventory(component.id, 5) - - imac_bom = self.bom_model.create({ - 'product_tmpl_id': prod.product_tmpl_id.id, - 'product_id': prod.id, - 'product_qty': 1, - 'type': 'phantom', - }) - - # Need 1 component for prod - self.bom_line_model.create({ - 'bom_id': imac_bom.id, - 'product_id': component.id, - 'product_qty': 1, - }) - - p1.refresh() - self.assertEqual(5.0, p1.potential_qty) - - # Changing to virtual (same as immediately in current config) - self.config.set_param('stock_available_mrp_based_on', - 'virtual_available') - p1.refresh() - self.assertEqual(5.0, p1.potential_qty) - def test_potential_qty_list(self): # Try to highlight a bug when _get_potential_qty is called on # a recordset with multiple products From 82286c4e071a94da7438afc47d3bf441a9ef4c9f Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Fri, 26 Feb 2021 00:19:39 +0000 Subject: [PATCH 523/631] stock_available_mrp 12.0.1.0.1 --- stock_available_mrp/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock_available_mrp/__manifest__.py b/stock_available_mrp/__manifest__.py index 2e3fe43f2..8261c5d2e 100644 --- a/stock_available_mrp/__manifest__.py +++ b/stock_available_mrp/__manifest__.py @@ -2,7 +2,7 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { 'name': 'Consider the production potential is available to promise', - 'version': '12.0.1.0.0', + 'version': '12.0.1.0.1', "author": "Numérigraphe," "Odoo Community Association (OCA)", 'website': 'https://github.com/OCA/stock-logistics-warehouse', From fe57b1f1eebc18b33a4b42fd84eded2ded48b175 Mon Sep 17 00:00:00 2001 From: david Date: Fri, 16 Apr 2021 12:10:05 +0200 Subject: [PATCH 524/631] [FIX] stock_available_mrp: don't force type In Odoo change odoo/odoo@3d34d58 the products with Kit BoMs couldn't longer be other than `consu`. This was reverted in odoo/odoo@6c4623a and some products are raising errors when forcing the type --- stock_available_mrp/tests/test_potential_qty.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/stock_available_mrp/tests/test_potential_qty.py b/stock_available_mrp/tests/test_potential_qty.py index 3eaefe30b..a2ede76c3 100644 --- a/stock_available_mrp/tests/test_potential_qty.py +++ b/stock_available_mrp/tests/test_potential_qty.py @@ -29,11 +29,9 @@ class TestPotentialQty(TransactionCase): 'mrp.product_product_table_kit_product_template') #  First variant self.var1 = self.browse_ref('mrp.product_product_table_kit') - self.var1.type = 'consu' #  Second variant self.var2 = self.browse_ref( 'stock_available_mrp.product_kit_1a') - self.var2.type = 'consu' # Make bolt a stockable product to be able to change its stock # we need to unreserve the existing move before being able to do it. bolt = self.env.ref('mrp.product_product_computer_desk_bolt') From d2fbb13d872fbcc7f605a08c34adb75f03b2aba8 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Fri, 16 Apr 2021 11:58:06 +0000 Subject: [PATCH 525/631] stock_available_mrp 12.0.1.0.2 --- stock_available_mrp/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock_available_mrp/__manifest__.py b/stock_available_mrp/__manifest__.py index 8261c5d2e..27725f4ad 100644 --- a/stock_available_mrp/__manifest__.py +++ b/stock_available_mrp/__manifest__.py @@ -2,7 +2,7 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { 'name': 'Consider the production potential is available to promise', - 'version': '12.0.1.0.1', + 'version': '12.0.1.0.2', "author": "Numérigraphe," "Odoo Community Association (OCA)", 'website': 'https://github.com/OCA/stock-logistics-warehouse', From 67767fb5b685f25fafa9ac8a6f25bd02d88e3b61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Mart=C3=ADnez?= Date: Thu, 13 May 2021 16:17:07 +0200 Subject: [PATCH 526/631] [IMP] stock_available_mrp: black, isort, prettier --- stock_available_mrp/__manifest__.py | 24 +- stock_available_mrp/demo/mrp_data.xml | 81 +-- stock_available_mrp/models/product_product.py | 79 ++- .../tests/test_potential_qty.py | 491 ++++++++++-------- 4 files changed, 363 insertions(+), 312 deletions(-) diff --git a/stock_available_mrp/__manifest__.py b/stock_available_mrp/__manifest__.py index 27725f4ad..eafbba1d1 100644 --- a/stock_available_mrp/__manifest__.py +++ b/stock_available_mrp/__manifest__.py @@ -1,19 +1,13 @@ # Copyright 2014 Numérigraphe SARL, Camptocamp # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { - 'name': 'Consider the production potential is available to promise', - 'version': '12.0.1.0.2', - "author": "Numérigraphe," - "Odoo Community Association (OCA)", - 'website': 'https://github.com/OCA/stock-logistics-warehouse', - 'category': 'Hidden', - 'depends': [ - 'stock_available', - 'mrp' - ], - 'demo': [ - 'demo/mrp_data.xml', - ], - 'license': 'AGPL-3', - 'installable': True, + "name": "Consider the production potential is available to promise", + "version": "12.0.1.0.2", + "author": "Numérigraphe," "Odoo Community Association (OCA)", + "website": "https://github.com/OCA/stock-logistics-warehouse", + "category": "Hidden", + "depends": ["stock_available", "mrp"], + "demo": ["demo/mrp_data.xml",], + "license": "AGPL-3", + "installable": True, } diff --git a/stock_available_mrp/demo/mrp_data.xml b/stock_available_mrp/demo/mrp_data.xml index 1dc82fee9..ae3e3c4fc 100644 --- a/stock_available_mrp/demo/mrp_data.xml +++ b/stock_available_mrp/demo/mrp_data.xml @@ -1,38 +1,47 @@ - + - - PCSC234-WHITE - - - - - - - - - - - - - - Bolt - - 1.0 - 5.0 - product - - - BOLT-WHITE - - - - - 4 - - 5 - - - + + PCSC234-WHITE + + + + + + + + + + + Bolt + + 1.0 + 5.0 + product + + + BOLT-WHITE + + + + 4 + + 5 + + + diff --git a/stock_available_mrp/models/product_product.py b/stock_available_mrp/models/product_product.py index aa7111ca9..668112101 100644 --- a/stock_available_mrp/models/product_product.py +++ b/stock_available_mrp/models/product_product.py @@ -2,21 +2,18 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). from collections import Counter + from odoo import api, fields, models from odoo.fields import first class ProductProduct(models.Model): - _inherit = 'product.product' + _inherit = "product.product" - bom_id = fields.Many2one( - 'mrp.bom', - compute='_compute_bom_id', - string='BOM' - ) + bom_id = fields.Many2one("mrp.bom", compute="_compute_bom_id", string="BOM") - @api.depends('virtual_available', 'bom_id', 'bom_id.product_qty') + @api.depends("virtual_available", "bom_id", "bom_id.product_qty") def _compute_available_quantities(self): super(ProductProduct, self)._compute_available_quantities() @@ -27,49 +24,46 @@ class ProductProduct(models.Model): :return: """ return [ - '|', - ('product_id', 'in', self.ids), - '&', - ('product_id', '=', False), - ('product_tmpl_id', 'in', self.mapped('product_tmpl_id.id')) + "|", + ("product_id", "in", self.ids), + "&", + ("product_id", "=", False), + ("product_tmpl_id", "in", self.mapped("product_tmpl_id.id")), ] @api.multi - @api.depends('product_tmpl_id') + @api.depends("product_tmpl_id") def _compute_bom_id(self): - bom_obj = self.env['mrp.bom'] - boms = bom_obj.search( - self._get_bom_id_domain(), - order='sequence, product_id', - ) + bom_obj = self.env["mrp.bom"] + boms = bom_obj.search(self._get_bom_id_domain(), order="sequence, product_id",) for product in self: product_boms = boms.filtered( - lambda b: b.product_id == product or - (not b.product_id and - b.product_tmpl_id == product.product_tmpl_id) + lambda b: b.product_id == product + or (not b.product_id and b.product_tmpl_id == product.product_tmpl_id) ) if product_boms: product.bom_id = first(product_boms) @api.multi def _compute_available_quantities_dict(self): - res, stock_dict = super(ProductProduct, - self)._compute_available_quantities_dict() + res, stock_dict = super( + ProductProduct, self + )._compute_available_quantities_dict() # compute qty for product with bom - product_with_bom = self.filtered('bom_id') + product_with_bom = self.filtered("bom_id") if not product_with_bom: return res, stock_dict - icp = self.env['ir.config_parameter'] + icp = self.env["ir.config_parameter"] stock_available_mrp_based_on = icp.sudo().get_param( - 'stock_available_mrp_based_on', 'qty_available' + "stock_available_mrp_based_on", "qty_available" ) # explode all boms at once exploded_boms = product_with_bom._explode_boms() # extract the list of product used as bom component - component_products = self.env['product.product'].browse() + component_products = self.env["product.product"].browse() for exploded_components in exploded_boms.values(): for bom_component in exploded_components: component_products |= first(bom_component).product_id @@ -79,22 +73,19 @@ class ProductProduct(models.Model): if res and stock_available_mrp_based_on in list(res.values())[0]: # If the qty is computed by the same method use it to avoid # stressing the cache - component_qties, _ = \ - component_products._compute_available_quantities_dict() + component_qties, _ = component_products._compute_available_quantities_dict() else: # The qty is a field computed by an other method than the # current one. Take the value on the record. component_qties = { - p.id: { - stock_available_mrp_based_on: p[ - stock_available_mrp_based_on]} for p in - component_products} + p.id: {stock_available_mrp_based_on: p[stock_available_mrp_based_on]} + for p in component_products + } for product in product_with_bom: # Need by product (same product can be in many BOM lines/levels) exploded_components = exploded_boms[product.id] - component_needs = product._get_components_needs( - exploded_components) + component_needs = product._get_components_needs(exploded_components) if not component_needs: # The BoM has no line we can use potential_qty = 0.0 @@ -102,13 +93,15 @@ class ProductProduct(models.Model): else: # Find the lowest quantity we can make with the stock at hand components_potential_qty = min( - [component_qties[component.id][ - stock_available_mrp_based_on] / need - for component, need in component_needs.items()] + [ + component_qties[component.id][stock_available_mrp_based_on] + / need + for component, need in component_needs.items() + ] ) bom_id = product.bom_id - potential_qty = (bom_id.product_qty * components_potential_qty) + potential_qty = bom_id.product_qty * components_potential_qty potential_qty = potential_qty > 0.0 and potential_qty or 0.0 # We want to respect the rounding factor of the potential_qty @@ -116,11 +109,11 @@ class ProductProduct(models.Model): potential_qty = bom_id.product_uom_id._compute_quantity( potential_qty, product.bom_id.product_tmpl_id.uom_id, - rounding_method='DOWN' + rounding_method="DOWN", ) - res[product.id]['potential_qty'] = potential_qty - res[product.id]['immediately_usable_qty'] += potential_qty + res[product.id]["potential_qty"] = potential_qty + res[product.id]["immediately_usable_qty"] += potential_qty return res, stock_dict @@ -145,6 +138,6 @@ class ProductProduct(models.Model): needs = Counter() for bom_component in exploded_components: component = bom_component[0].product_id - needs += Counter({component: bom_component[1]['qty']}) + needs += Counter({component: bom_component[1]["qty"]}) return needs diff --git a/stock_available_mrp/tests/test_potential_qty.py b/stock_available_mrp/tests/test_potential_qty.py index a2ede76c3..48f19e98b 100644 --- a/stock_available_mrp/tests/test_potential_qty.py +++ b/stock_available_mrp/tests/test_potential_qty.py @@ -1,8 +1,8 @@ # Copyright 2014 Numérigraphe SARL # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). -from odoo.tests.common import TransactionCase from odoo.osv.expression import TRUE_LEAF +from odoo.tests.common import TransactionCase class TestPotentialQty(TransactionCase): @@ -15,91 +15,90 @@ class TestPotentialQty(TransactionCase): self.bom_model = self.env["mrp.bom"] self.bom_line_model = self.env["mrp.bom.line"] self.stock_quant_model = self.env["stock.quant"] - self.config = self.env['ir.config_parameter'] - self.location = self.env['stock.location'] + self.config = self.env["ir.config_parameter"] + self.location = self.env["stock.location"] # Get the warehouses - self.wh_main = self.browse_ref('stock.warehouse0') - self.wh_ch = self.browse_ref('stock.stock_warehouse_shop0') + self.wh_main = self.browse_ref("stock.warehouse0") + self.wh_ch = self.browse_ref("stock.stock_warehouse_shop0") # We need to compute parent_left and parent_right of the locations as # they are used to compute qty_available of the product. self.location._parent_store_compute() #  An interesting product (multi-line BoM, variants) - self.tmpl = self.browse_ref( - 'mrp.product_product_table_kit_product_template') + self.tmpl = self.browse_ref("mrp.product_product_table_kit_product_template") #  First variant - self.var1 = self.browse_ref('mrp.product_product_table_kit') + self.var1 = self.browse_ref("mrp.product_product_table_kit") #  Second variant - self.var2 = self.browse_ref( - 'stock_available_mrp.product_kit_1a') + self.var2 = self.browse_ref("stock_available_mrp.product_kit_1a") # Make bolt a stockable product to be able to change its stock # we need to unreserve the existing move before being able to do it. - bolt = self.env.ref('mrp.product_product_computer_desk_bolt') - bolt_moves = self.env['stock.move'].search( - [('product_id', '=', bolt.id), - ('state', 'not in', ('done', 'cancel'))]) + bolt = self.env.ref("mrp.product_product_computer_desk_bolt") + bolt_moves = self.env["stock.move"].search( + [("product_id", "=", bolt.id), ("state", "not in", ("done", "cancel"))] + ) bolt_moves._do_unreserve() - bolt.type = 'product' + bolt.type = "product" # Components that can be used to make the product component_ids = [ # Bolt bolt.id, # Wood Panel - self.ref('mrp.product_product_wood_panel'), + self.ref("mrp.product_product_wood_panel"), ] # Zero-out the inventory of all variants and components - for component_id in ( - component_ids + [v.id - for v in self.tmpl.product_variant_ids]): + for component_id in component_ids + [ + v.id for v in self.tmpl.product_variant_ids + ]: prod = self.product_model.browse(component_id) - self.env['stock.quant'].search([ - ('product_id', '=', prod.id) - ]).unlink() + self.env["stock.quant"].search([("product_id", "=", prod.id)]).unlink() self.product_model.invalidate_cache() #  A product without a BoM - self.product_wo_bom = self.browse_ref('product.product_product_11') + self.product_wo_bom = self.browse_ref("product.product_product_11") # Record the initial quantity available for sale - self.initial_usable_qties = {i.id: i.immediately_usable_qty - for i in [self.tmpl, - self.var1, - self.var2, - self.product_wo_bom]} + self.initial_usable_qties = { + i.id: i.immediately_usable_qty + for i in [self.tmpl, self.var1, self.var2, self.product_wo_bom] + } def create_inventory(self, product_id, qty, location_id=None): if location_id is None: location_id = self.wh_main.lot_stock_id.id - inventory = self.env['stock.inventory'].create({ - 'name': 'Test inventory', - 'location_id': location_id, - 'filter': 'partial' - }) + inventory = self.env["stock.inventory"].create( + {"name": "Test inventory", "location_id": location_id, "filter": "partial"} + ) inventory.action_start() - self.env['stock.inventory.line'].create({ - 'inventory_id': inventory.id, - 'product_id': product_id, - 'location_id': location_id, - 'product_qty': qty - }) + self.env["stock.inventory.line"].create( + { + "inventory_id": inventory.id, + "product_id": product_id, + "location_id": location_id, + "product_qty": qty, + } + ) inventory._action_done() - def create_simple_bom(self, product, sub_product, - product_qty=1, sub_product_qty=1, - routing_id=False): - bom = self.bom_model.create({ - 'product_tmpl_id': product.product_tmpl_id.id, - 'product_id': product.id, - 'product_qty': product_qty, - 'routing_id': routing_id, - }) - self.bom_line_model.create({ - 'bom_id': bom.id, - 'product_id': sub_product.id, - 'product_qty': sub_product_qty, - }) + def create_simple_bom( + self, product, sub_product, product_qty=1, sub_product_qty=1, routing_id=False + ): + bom = self.bom_model.create( + { + "product_tmpl_id": product.product_tmpl_id.id, + "product_id": product.id, + "product_qty": product_qty, + "routing_id": routing_id, + } + ) + self.bom_line_model.create( + { + "bom_id": bom.id, + "product_id": sub_product.id, + "product_qty": sub_product_qty, + } + ) return bom @@ -109,235 +108,294 @@ class TestPotentialQty(TransactionCase): self.assertEqual(record.potential_qty, qty, msg) # Check the variation of quantity available for sale self.assertEqual( - (record.immediately_usable_qty - - self.initial_usable_qties[record.id]), qty, msg) + (record.immediately_usable_qty - self.initial_usable_qties[record.id]), + qty, + msg, + ) def test_potential_qty_no_bom(self): #  Check the potential when there's no BoM self.assertPotentialQty( - self.product_wo_bom, 0.0, - "The potential without a BoM should be 0") + self.product_wo_bom, 0.0, "The potential without a BoM should be 0" + ) def test_potential_qty_no_bom_for_company(self): - chicago_id = self.ref('stock.res_company_1') + chicago_id = self.ref("stock.res_company_1") # Receive 1000x Wood Panel owned by Chicago - inventory = self.env['stock.inventory'].create( - {'name': 'Receive CPUa8', - 'company_id': chicago_id, - 'location_id': self.wh_ch.lot_stock_id.id, - 'filter': 'partial'}) + inventory = self.env["stock.inventory"].create( + { + "name": "Receive CPUa8", + "company_id": chicago_id, + "location_id": self.wh_ch.lot_stock_id.id, + "filter": "partial", + } + ) inventory.action_start() - self.env['stock.inventory.line'].create( - {'inventory_id': inventory.id, - 'company_id': chicago_id, - 'product_id': self.ref('mrp.product_product_wood_panel'), - 'location_id': self.wh_ch.lot_stock_id.id, - 'product_qty': 1000.0}) + self.env["stock.inventory.line"].create( + { + "inventory_id": inventory.id, + "company_id": chicago_id, + "product_id": self.ref("mrp.product_product_wood_panel"), + "location_id": self.wh_ch.lot_stock_id.id, + "product_qty": 1000.0, + } + ) inventory._action_done() # Put Bolt owned by Chicago for 1000x the 1st variant in main WH - inventory = self.env['stock.inventory'].create( - {'name': 'components for 1st variant', - 'company_id': chicago_id, - 'location_id': self.wh_ch.lot_stock_id.id, - 'filter': 'partial'}) + inventory = self.env["stock.inventory"].create( + { + "name": "components for 1st variant", + "company_id": chicago_id, + "location_id": self.wh_ch.lot_stock_id.id, + "filter": "partial", + } + ) inventory.action_start() - self.env['stock.inventory.line'].create( - {'inventory_id': inventory.id, - 'company_id': chicago_id, - 'product_id': self.ref('mrp.product_product_computer_desk_bolt'), - 'location_id': self.wh_ch.lot_stock_id.id, - 'product_qty': 1000.0}) + self.env["stock.inventory.line"].create( + { + "inventory_id": inventory.id, + "company_id": chicago_id, + "product_id": self.ref("mrp.product_product_computer_desk_bolt"), + "location_id": self.wh_ch.lot_stock_id.id, + "product_qty": 1000.0, + } + ) inventory._action_done() self.assertPotentialQty( - self.tmpl, 250.0, - "Wrong template potential after receiving components") + self.tmpl, 250.0, "Wrong template potential after receiving components" + ) - test_user = self.env['res.users'].create( - {'name': 'test_demo', - 'login': 'test_demo', - 'company_id': self.ref('base.main_company'), - 'company_ids': [(4, self.ref('base.main_company'))], - 'groups_id': [(4, self.ref('stock.group_stock_user')), - (4, self.ref('mrp.group_mrp_user'))]}) + test_user = self.env["res.users"].create( + { + "name": "test_demo", + "login": "test_demo", + "company_id": self.ref("base.main_company"), + "company_ids": [(4, self.ref("base.main_company"))], + "groups_id": [ + (4, self.ref("stock.group_stock_user")), + (4, self.ref("mrp.group_mrp_user")), + ], + } + ) - bom = self.env['mrp.bom'].search( - [('product_tmpl_id', '=', self.tmpl.id)]) + bom = self.env["mrp.bom"].search([("product_tmpl_id", "=", self.tmpl.id)]) test_user_tmpl = self.tmpl.sudo(test_user) self.assertPotentialQty( - test_user_tmpl, 250.0, - "Simple user can access to the potential_qty") + test_user_tmpl, 250.0, "Simple user can access to the potential_qty" + ) # Set the bom on the main company (visible to members of main company) # and all products without company (visible to all) # and the demo user on Chicago (child of main company) - self.env['product.product'].search([ - TRUE_LEAF]).write({'company_id': False}) - test_user.write({'company_id': chicago_id, - 'company_ids': [(4, chicago_id)]}) - bom.company_id = self.ref('base.main_company') + self.env["product.product"].search([TRUE_LEAF]).write({"company_id": False}) + test_user.write({"company_id": chicago_id, "company_ids": [(4, chicago_id)]}) + bom.company_id = self.ref("base.main_company") self.assertPotentialQty( - test_user_tmpl, 0, + test_user_tmpl, + 0, "The bom should not be visible to non members of the bom's " - "company or company child of the bom's company") + "company or company child of the bom's company", + ) bom.company_id = chicago_id - self.assertPotentialQty( - test_user_tmpl, 250.0, '') + self.assertPotentialQty(test_user_tmpl, 250.0, "") def test_potential_qty(self): for i in [self.tmpl, self.var1, self.var2]: - self.assertPotentialQty( - i, 0.0, - "The potential quantity should start at 0") + self.assertPotentialQty(i, 0.0, "The potential quantity should start at 0") # Receive 1000x Wood Panel - inventory = self.env['stock.inventory'].create( - {'name': 'Receive Mouses', - 'location_id': self.wh_main.lot_stock_id.id, - 'filter': 'partial'}) + inventory = self.env["stock.inventory"].create( + { + "name": "Receive Mouses", + "location_id": self.wh_main.lot_stock_id.id, + "filter": "partial", + } + ) inventory.action_start() - self.env['stock.inventory.line'].create( - {'inventory_id': inventory.id, - 'product_id': self.ref('mrp.product_product_wood_panel'), - 'location_id': self.wh_main.lot_stock_id.id, - 'product_qty': 1000.0}) + self.env["stock.inventory.line"].create( + { + "inventory_id": inventory.id, + "product_id": self.ref("mrp.product_product_wood_panel"), + "location_id": self.wh_main.lot_stock_id.id, + "product_qty": 1000.0, + } + ) inventory._action_done() for i in [self.tmpl, self.var1, self.var2]: self.assertPotentialQty( - i, 0.0, + i, + 0.0, "Receiving a single component should not change the " - "potential of %s" % i) + "potential of %s" % i, + ) # Receive enough bolt to make 1000x the 1st variant in main WH - inventory = self.env['stock.inventory'].create( - {'name': 'components for 1st variant', - 'location_id': self.wh_main.lot_stock_id.id, - 'filter': 'partial'}) + inventory = self.env["stock.inventory"].create( + { + "name": "components for 1st variant", + "location_id": self.wh_main.lot_stock_id.id, + "filter": "partial", + } + ) inventory.action_start() - self.env['stock.inventory.line'].create( - {'inventory_id': inventory.id, - 'product_id': self.ref( - 'mrp.product_product_computer_desk_bolt'), - 'location_id': self.wh_main.lot_stock_id.id, - 'product_qty': 1000.0}) + self.env["stock.inventory.line"].create( + { + "inventory_id": inventory.id, + "product_id": self.ref("mrp.product_product_computer_desk_bolt"), + "location_id": self.wh_main.lot_stock_id.id, + "product_qty": 1000.0, + } + ) inventory._action_done() self.assertPotentialQty( - self.tmpl, 250.0, - "Wrong template potential after receiving components") + self.tmpl, 250.0, "Wrong template potential after receiving components" + ) self.assertPotentialQty( - self.var1, 250.0, - "Wrong variant 1 potential after receiving components") + self.var1, 250.0, "Wrong variant 1 potential after receiving components" + ) self.assertPotentialQty( - self.var2, 0.0, + self.var2, + 0.0, "Receiving variant 1's component should not change " - "variant 2's potential") + "variant 2's potential", + ) # Receive enough components to make 213 the 2nd variant at Chicago - inventory = self.env['stock.inventory'].create( - {'name': 'components for 2nd variant', - 'location_id': self.wh_ch.lot_stock_id.id, - 'filter': 'partial'}) + inventory = self.env["stock.inventory"].create( + { + "name": "components for 2nd variant", + "location_id": self.wh_ch.lot_stock_id.id, + "filter": "partial", + } + ) inventory.action_start() - self.env['stock.inventory.line'].create( - {'inventory_id': inventory.id, - 'product_id': self.ref('mrp.product_product_wood_panel'), - 'location_id': self.wh_ch.lot_stock_id.id, - 'product_qty': 1000.0}) - self.env['stock.inventory.line'].create( - {'inventory_id': inventory.id, - 'product_id': self.ref( - 'stock_available_mrp.product_computer_desk_bolt_white'), - 'location_id': self.wh_ch.lot_stock_id.id, - 'product_qty': 852.0}) + self.env["stock.inventory.line"].create( + { + "inventory_id": inventory.id, + "product_id": self.ref("mrp.product_product_wood_panel"), + "location_id": self.wh_ch.lot_stock_id.id, + "product_qty": 1000.0, + } + ) + self.env["stock.inventory.line"].create( + { + "inventory_id": inventory.id, + "product_id": self.ref( + "stock_available_mrp.product_computer_desk_bolt_white" + ), + "location_id": self.wh_ch.lot_stock_id.id, + "product_qty": 852.0, + } + ) inventory._action_done() self.assertPotentialQty( - self.tmpl.with_context(test=True), 250.0, - "Wrong template potential after receiving components") + self.tmpl.with_context(test=True), + 250.0, + "Wrong template potential after receiving components", + ) self.assertPotentialQty( - self.var1, 250.0, + self.var1, + 250.0, "Receiving variant 2's component should not change " - "variant 1's potential") + "variant 1's potential", + ) self.assertPotentialQty( - self.var2, 213.0, - "Wrong variant 2 potential after receiving components") + self.var2, 213.0, "Wrong variant 2 potential after receiving components" + ) # Check by warehouse self.assertPotentialQty( - self.tmpl.with_context(warehouse=self.wh_main.id), 250.0, - "Wrong potential quantity in main WH") + self.tmpl.with_context(warehouse=self.wh_main.id), + 250.0, + "Wrong potential quantity in main WH", + ) self.assertPotentialQty( - self.tmpl.with_context(warehouse=self.wh_ch.id), 213.0, - "Wrong potential quantity in Chicago WH") + self.tmpl.with_context(warehouse=self.wh_ch.id), + 213.0, + "Wrong potential quantity in Chicago WH", + ) # Check by location self.assertPotentialQty( - self.tmpl.with_context( - location=self.wh_main.lot_stock_id.id), 250.0, - "Wrong potential quantity in main WH location") + self.tmpl.with_context(location=self.wh_main.lot_stock_id.id), + 250.0, + "Wrong potential quantity in main WH location", + ) self.assertPotentialQty( - self.tmpl.with_context( - location=self.wh_ch.lot_stock_id.id), + self.tmpl.with_context(location=self.wh_ch.lot_stock_id.id), 213.0, - "Wrong potential quantity in Chicago WH location") + "Wrong potential quantity in Chicago WH location", + ) def test_multi_unit_recursive_bom(self): # Test multi-level and multi-units BOM - uom_unit = self.env.ref('uom.product_uom_unit') + uom_unit = self.env.ref("uom.product_uom_unit") uom_unit.rounding = 1.0 - p1 = self.product_model.create({ - 'name': 'Test product with BOM', - 'type': 'product', - 'uom_id': self.env.ref('uom.product_uom_unit').id, - }) + p1 = self.product_model.create( + { + "name": "Test product with BOM", + "type": "product", + "uom_id": self.env.ref("uom.product_uom_unit").id, + } + ) - p2 = self.product_model.create({ - 'name': 'Test sub product with BOM', - 'type': 'consu', - 'uom_id': self.env.ref('uom.product_uom_unit').id, - }) + p2 = self.product_model.create( + { + "name": "Test sub product with BOM", + "type": "consu", + "uom_id": self.env.ref("uom.product_uom_unit").id, + } + ) - p3 = self.product_model.create({ - 'name': 'Test component', - 'type': 'product', - 'uom_id': self.env.ref('uom.product_uom_unit').id, - }) + p3 = self.product_model.create( + { + "name": "Test component", + "type": "product", + "uom_id": self.env.ref("uom.product_uom_unit").id, + } + ) - bom_p1 = self.bom_model.create({ - 'product_tmpl_id': p1.product_tmpl_id.id, - 'product_id': p1.id, - }) + bom_p1 = self.bom_model.create( + {"product_tmpl_id": p1.product_tmpl_id.id, "product_id": p1.id,} + ) - self.bom_line_model.create({ - 'bom_id': bom_p1.id, - 'product_id': p3.id, - 'product_qty': 1, - 'product_uom_id': self.env.ref('uom.product_uom_unit').id, - - }) + self.bom_line_model.create( + { + "bom_id": bom_p1.id, + "product_id": p3.id, + "product_qty": 1, + "product_uom_id": self.env.ref("uom.product_uom_unit").id, + } + ) # Two p2 which have a bom - self.bom_line_model.create({ - 'bom_id': bom_p1.id, - 'product_id': p2.id, - 'product_qty': 2, - 'product_uom_id': self.env.ref('uom.product_uom_unit').id, + self.bom_line_model.create( + { + "bom_id": bom_p1.id, + "product_id": p2.id, + "product_qty": 2, + "product_uom_id": self.env.ref("uom.product_uom_unit").id, + } + ) - }) - - bom_p2 = self.bom_model.create({ - 'product_tmpl_id': p2.product_tmpl_id.id, - 'product_id': p2.id, - 'type': 'phantom', - }) + bom_p2 = self.bom_model.create( + { + "product_tmpl_id": p2.product_tmpl_id.id, + "product_id": p2.id, + "type": "phantom", + } + ) # p2 need 2 unit of component - self.bom_line_model.create({ - 'bom_id': bom_p2.id, - 'product_id': p3.id, - 'product_qty': 2, - 'product_uom_id': self.env.ref('uom.product_uom_unit').id, - - }) + self.bom_line_model.create( + { + "bom_id": bom_p2.id, + "product_id": p3.id, + "product_qty": 2, + "product_uom_id": self.env.ref("uom.product_uom_unit").id, + } + ) p1.refresh() @@ -369,12 +427,11 @@ class TestPotentialQty(TransactionCase): # a recordset with multiple products # Recursive compute is not working - p1 = self.product_model.create({'name': 'Test P1'}) - p2 = self.product_model.create({'name': 'Test P2'}) - p3 = self.product_model.create({'name': 'Test P3', 'type': 'product'}) + p1 = self.product_model.create({"name": "Test P1"}) + p2 = self.product_model.create({"name": "Test P2"}) + p3 = self.product_model.create({"name": "Test P3", "type": "product"}) - self.config.set_param('stock_available_mrp_based_on', - 'immediately_usable_qty') + self.config.set_param("stock_available_mrp_based_on", "immediately_usable_qty") # P1 need one P2 self.create_simple_bom(p1, p2) @@ -385,11 +442,9 @@ class TestPotentialQty(TransactionCase): self.product_model.invalidate_cache() - products = self.product_model.search( - [('id', 'in', [p1.id, p2.id, p3.id])] - ) + products = self.product_model.search([("id", "in", [p1.id, p2.id, p3.id])]) self.assertEqual( {p1.id: 3.0, p2.id: 3.0, p3.id: 0.0}, - {p.id: p.potential_qty for p in products} + {p.id: p.potential_qty for p in products}, ) From baa9673b45eb0a56e467a0a849f3af488128bfd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Mart=C3=ADnez?= Date: Thu, 13 May 2021 17:28:33 +0200 Subject: [PATCH 527/631] [MIG] stock_available_mrp: Migration to 13.0 --- stock_available_mrp/__manifest__.py | 4 +- stock_available_mrp/demo/mrp_data.xml | 8 +- stock_available_mrp/models/product_product.py | 24 +-- stock_available_mrp/readme/CONTRIBUTORS.rst | 4 + .../tests/test_potential_qty.py | 190 ++++++------------ 5 files changed, 87 insertions(+), 143 deletions(-) diff --git a/stock_available_mrp/__manifest__.py b/stock_available_mrp/__manifest__.py index eafbba1d1..114ddfa8e 100644 --- a/stock_available_mrp/__manifest__.py +++ b/stock_available_mrp/__manifest__.py @@ -2,12 +2,12 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { "name": "Consider the production potential is available to promise", - "version": "12.0.1.0.2", + "version": "13.0.1.0.0", "author": "Numérigraphe," "Odoo Community Association (OCA)", "website": "https://github.com/OCA/stock-logistics-warehouse", "category": "Hidden", "depends": ["stock_available", "mrp"], - "demo": ["demo/mrp_data.xml",], + "demo": ["demo/mrp_data.xml"], "license": "AGPL-3", "installable": True, } diff --git a/stock_available_mrp/demo/mrp_data.xml b/stock_available_mrp/demo/mrp_data.xml index ae3e3c4fc..4e7b818ed 100644 --- a/stock_available_mrp/demo/mrp_data.xml +++ b/stock_available_mrp/demo/mrp_data.xml @@ -7,19 +7,19 @@ ref="mrp.product_product_table_kit_product_template" /> @@ -40,7 +40,7 @@ 5 diff --git a/stock_available_mrp/models/product_product.py b/stock_available_mrp/models/product_product.py index 668112101..fcd8af5c6 100644 --- a/stock_available_mrp/models/product_product.py +++ b/stock_available_mrp/models/product_product.py @@ -8,16 +8,16 @@ from odoo.fields import first class ProductProduct(models.Model): - _inherit = "product.product" - bom_id = fields.Many2one("mrp.bom", compute="_compute_bom_id", string="BOM") + bom_id = fields.Many2one( + comodel_name="mrp.bom", compute="_compute_bom_id", string="BOM" + ) @api.depends("virtual_available", "bom_id", "bom_id.product_qty") def _compute_available_quantities(self): - super(ProductProduct, self)._compute_available_quantities() + super()._compute_available_quantities() - @api.multi def _get_bom_id_domain(self): """ Real multi domain @@ -31,12 +31,12 @@ class ProductProduct(models.Model): ("product_tmpl_id", "in", self.mapped("product_tmpl_id.id")), ] - @api.multi @api.depends("product_tmpl_id") def _compute_bom_id(self): bom_obj = self.env["mrp.bom"] - boms = bom_obj.search(self._get_bom_id_domain(), order="sequence, product_id",) + boms = bom_obj.search(self._get_bom_id_domain(), order="sequence, product_id") for product in self: + product.bom_id = product.bom_id product_boms = boms.filtered( lambda b: b.product_id == product or (not b.product_id and b.product_tmpl_id == product.product_tmpl_id) @@ -44,11 +44,8 @@ class ProductProduct(models.Model): if product_boms: product.bom_id = first(product_boms) - @api.multi def _compute_available_quantities_dict(self): - res, stock_dict = super( - ProductProduct, self - )._compute_available_quantities_dict() + res, stock_dict = super()._compute_available_quantities_dict() # compute qty for product with bom product_with_bom = self.filtered("bom_id") @@ -88,8 +85,7 @@ class ProductProduct(models.Model): component_needs = product._get_components_needs(exploded_components) if not component_needs: # The BoM has no line we can use - potential_qty = 0.0 - + potential_qty = immediately_usable_qty = 0.0 else: # Find the lowest quantity we can make with the stock at hand components_potential_qty = min( @@ -113,11 +109,11 @@ class ProductProduct(models.Model): ) res[product.id]["potential_qty"] = potential_qty - res[product.id]["immediately_usable_qty"] += potential_qty + immediately_usable_qty = potential_qty if bom_id.type != "phantom" else 0 + res[product.id]["immediately_usable_qty"] += immediately_usable_qty return res, stock_dict - @api.multi def _explode_boms(self): """ return a dict by product_id of exploded bom lines diff --git a/stock_available_mrp/readme/CONTRIBUTORS.rst b/stock_available_mrp/readme/CONTRIBUTORS.rst index 4f314834d..1089a647b 100644 --- a/stock_available_mrp/readme/CONTRIBUTORS.rst +++ b/stock_available_mrp/readme/CONTRIBUTORS.rst @@ -4,3 +4,7 @@ * Laurent Mignon * Cédric Pigeon * Florian da Costa + +* `Tecnativa `_: + + * Víctor Martínez diff --git a/stock_available_mrp/tests/test_potential_qty.py b/stock_available_mrp/tests/test_potential_qty.py index 48f19e98b..022e0f58c 100644 --- a/stock_available_mrp/tests/test_potential_qty.py +++ b/stock_available_mrp/tests/test_potential_qty.py @@ -1,4 +1,5 @@ # Copyright 2014 Numérigraphe SARL +# Copyright 2021 Tecnativa - Víctor Martínez # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). from odoo.osv.expression import TRUE_LEAF @@ -9,7 +10,7 @@ class TestPotentialQty(TransactionCase): """Test the potential quantity on a product with a multi-line BoM""" def setUp(self): - super(TestPotentialQty, self).setUp() + super().setUp() self.product_model = self.env["product.product"] self.bom_model = self.env["mrp.bom"] @@ -17,13 +18,10 @@ class TestPotentialQty(TransactionCase): self.stock_quant_model = self.env["stock.quant"] self.config = self.env["ir.config_parameter"] self.location = self.env["stock.location"] + self.main_company = self.browse_ref("base.main_company") # Get the warehouses self.wh_main = self.browse_ref("stock.warehouse0") self.wh_ch = self.browse_ref("stock.stock_warehouse_shop0") - - # We need to compute parent_left and parent_right of the locations as - # they are used to compute qty_available of the product. - self.location._parent_store_compute() #  An interesting product (multi-line BoM, variants) self.tmpl = self.browse_ref("mrp.product_product_table_kit_product_template") #  First variant @@ -33,27 +31,20 @@ class TestPotentialQty(TransactionCase): # Make bolt a stockable product to be able to change its stock # we need to unreserve the existing move before being able to do it. bolt = self.env.ref("mrp.product_product_computer_desk_bolt") - bolt_moves = self.env["stock.move"].search( - [("product_id", "=", bolt.id), ("state", "not in", ("done", "cancel"))] - ) - bolt_moves._do_unreserve() + bolt.stock_move_ids._do_unreserve() bolt.type = "product" # Components that can be used to make the product - component_ids = [ + components = [ # Bolt - bolt.id, + bolt, # Wood Panel - self.ref("mrp.product_product_wood_panel"), + self.browse_ref("mrp.product_product_wood_panel"), ] # Zero-out the inventory of all variants and components - for component_id in component_ids + [ - v.id for v in self.tmpl.product_variant_ids - ]: - prod = self.product_model.browse(component_id) - self.env["stock.quant"].search([("product_id", "=", prod.id)]).unlink() + for component in components + [v for v in self.tmpl.product_variant_ids]: + component.stock_quant_ids.unlink() - self.product_model.invalidate_cache() #  A product without a BoM self.product_wo_bom = self.browse_ref("product.product_product_11") @@ -63,22 +54,37 @@ class TestPotentialQty(TransactionCase): for i in [self.tmpl, self.var1, self.var2, self.product_wo_bom] } - def create_inventory(self, product_id, qty, location_id=None): - if location_id is None: - location_id = self.wh_main.lot_stock_id.id - + def _create_inventory(self, location_id, company_id): inventory = self.env["stock.inventory"].create( - {"name": "Test inventory", "location_id": location_id, "filter": "partial"} + { + "name": "Test inventory", + "company_id": company_id, + "location_ids": [(4, location_id)], + "start_empty": True, + } ) inventory.action_start() + return inventory + + def _create_inventory_line(self, inventory_id, product_id, location_id, qty): self.env["stock.inventory.line"].create( { - "inventory_id": inventory.id, + "inventory_id": inventory_id, "product_id": product_id, "location_id": location_id, "product_qty": qty, } ) + + def create_inventory(self, product_id, qty, location_id=None, company_id=None): + if location_id is None: + location_id = self.wh_main.lot_stock_id.id + + if company_id is None: + company_id = self.main_company.id + + inventory = self._create_inventory(location_id, company_id) + self._create_inventory_line(inventory.id, product_id, location_id, qty) inventory._action_done() def create_simple_bom( @@ -121,48 +127,20 @@ class TestPotentialQty(TransactionCase): def test_potential_qty_no_bom_for_company(self): chicago_id = self.ref("stock.res_company_1") - # Receive 1000x Wood Panel owned by Chicago - inventory = self.env["stock.inventory"].create( - { - "name": "Receive CPUa8", - "company_id": chicago_id, - "location_id": self.wh_ch.lot_stock_id.id, - "filter": "partial", - } + self.create_inventory( + product_id=self.env.ref("mrp.product_product_wood_panel").id, + qty=1000.0, + location_id=self.wh_ch.lot_stock_id.id, + company_id=chicago_id, ) - inventory.action_start() - self.env["stock.inventory.line"].create( - { - "inventory_id": inventory.id, - "company_id": chicago_id, - "product_id": self.ref("mrp.product_product_wood_panel"), - "location_id": self.wh_ch.lot_stock_id.id, - "product_qty": 1000.0, - } - ) - inventory._action_done() - # Put Bolt owned by Chicago for 1000x the 1st variant in main WH - inventory = self.env["stock.inventory"].create( - { - "name": "components for 1st variant", - "company_id": chicago_id, - "location_id": self.wh_ch.lot_stock_id.id, - "filter": "partial", - } + self.create_inventory( + product_id=self.env.ref("mrp.product_product_computer_desk_bolt").id, + qty=1000.0, + location_id=self.wh_ch.lot_stock_id.id, + company_id=chicago_id, ) - inventory.action_start() - self.env["stock.inventory.line"].create( - { - "inventory_id": inventory.id, - "company_id": chicago_id, - "product_id": self.ref("mrp.product_product_computer_desk_bolt"), - "location_id": self.wh_ch.lot_stock_id.id, - "product_qty": 1000.0, - } - ) - inventory._action_done() self.assertPotentialQty( self.tmpl, 250.0, "Wrong template potential after receiving components" ) @@ -171,8 +149,8 @@ class TestPotentialQty(TransactionCase): { "name": "test_demo", "login": "test_demo", - "company_id": self.ref("base.main_company"), - "company_ids": [(4, self.ref("base.main_company"))], + "company_id": self.main_company.id, + "company_ids": [(4, self.main_company.id), (4, chicago_id)], "groups_id": [ (4, self.ref("stock.group_stock_user")), (4, self.ref("mrp.group_mrp_user")), @@ -182,7 +160,7 @@ class TestPotentialQty(TransactionCase): bom = self.env["mrp.bom"].search([("product_tmpl_id", "=", self.tmpl.id)]) - test_user_tmpl = self.tmpl.sudo(test_user) + test_user_tmpl = self.tmpl.with_user(test_user) self.assertPotentialQty( test_user_tmpl, 250.0, "Simple user can access to the potential_qty" ) @@ -191,8 +169,8 @@ class TestPotentialQty(TransactionCase): # and all products without company (visible to all) # and the demo user on Chicago (child of main company) self.env["product.product"].search([TRUE_LEAF]).write({"company_id": False}) - test_user.write({"company_id": chicago_id, "company_ids": [(4, chicago_id)]}) - bom.company_id = self.ref("base.main_company") + test_user.write({"company_ids": [(6, 0, self.main_company.ids)]}) + bom.company_id = self.main_company self.assertPotentialQty( test_user_tmpl, 0, @@ -200,6 +178,7 @@ class TestPotentialQty(TransactionCase): "company or company child of the bom's company", ) bom.company_id = chicago_id + test_user.write({"company_ids": [(4, chicago_id)]}) self.assertPotentialQty(test_user_tmpl, 250.0, "") def test_potential_qty(self): @@ -207,23 +186,11 @@ class TestPotentialQty(TransactionCase): self.assertPotentialQty(i, 0.0, "The potential quantity should start at 0") # Receive 1000x Wood Panel - inventory = self.env["stock.inventory"].create( - { - "name": "Receive Mouses", - "location_id": self.wh_main.lot_stock_id.id, - "filter": "partial", - } + self.create_inventory( + product_id=self.env.ref("mrp.product_product_wood_panel").id, + qty=1000.0, + location_id=self.wh_main.lot_stock_id.id, ) - inventory.action_start() - self.env["stock.inventory.line"].create( - { - "inventory_id": inventory.id, - "product_id": self.ref("mrp.product_product_wood_panel"), - "location_id": self.wh_main.lot_stock_id.id, - "product_qty": 1000.0, - } - ) - inventory._action_done() for i in [self.tmpl, self.var1, self.var2]: self.assertPotentialQty( i, @@ -233,23 +200,11 @@ class TestPotentialQty(TransactionCase): ) # Receive enough bolt to make 1000x the 1st variant in main WH - inventory = self.env["stock.inventory"].create( - { - "name": "components for 1st variant", - "location_id": self.wh_main.lot_stock_id.id, - "filter": "partial", - } + self.create_inventory( + product_id=self.env.ref("mrp.product_product_computer_desk_bolt").id, + qty=1000.0, + location_id=self.wh_main.lot_stock_id.id, ) - inventory.action_start() - self.env["stock.inventory.line"].create( - { - "inventory_id": inventory.id, - "product_id": self.ref("mrp.product_product_computer_desk_bolt"), - "location_id": self.wh_main.lot_stock_id.id, - "product_qty": 1000.0, - } - ) - inventory._action_done() self.assertPotentialQty( self.tmpl, 250.0, "Wrong template potential after receiving components" ) @@ -264,31 +219,20 @@ class TestPotentialQty(TransactionCase): ) # Receive enough components to make 213 the 2nd variant at Chicago - inventory = self.env["stock.inventory"].create( - { - "name": "components for 2nd variant", - "location_id": self.wh_ch.lot_stock_id.id, - "filter": "partial", - } + inventory = self._create_inventory( + self.wh_ch.lot_stock_id.id, self.ref("stock.res_company_1") ) - inventory.action_start() - self.env["stock.inventory.line"].create( - { - "inventory_id": inventory.id, - "product_id": self.ref("mrp.product_product_wood_panel"), - "location_id": self.wh_ch.lot_stock_id.id, - "product_qty": 1000.0, - } + self._create_inventory_line( + inventory.id, + self.ref("mrp.product_product_wood_panel"), + self.wh_ch.lot_stock_id.id, + 1000.0, ) - self.env["stock.inventory.line"].create( - { - "inventory_id": inventory.id, - "product_id": self.ref( - "stock_available_mrp.product_computer_desk_bolt_white" - ), - "location_id": self.wh_ch.lot_stock_id.id, - "product_qty": 852.0, - } + self._create_inventory_line( + inventory.id, + self.ref("stock_available_mrp.product_computer_desk_bolt_white"), + self.wh_ch.lot_stock_id.id, + 852.0, ) inventory._action_done() self.assertPotentialQty( @@ -357,7 +301,7 @@ class TestPotentialQty(TransactionCase): ) bom_p1 = self.bom_model.create( - {"product_tmpl_id": p1.product_tmpl_id.id, "product_id": p1.id,} + {"product_tmpl_id": p1.product_tmpl_id.id, "product_id": p1.id} ) self.bom_line_model.create( From 9d170698df25026ed4cf3ae8860487c45fdfc9db Mon Sep 17 00:00:00 2001 From: oca-travis Date: Fri, 21 May 2021 07:06:58 +0000 Subject: [PATCH 528/631] [UPD] Update stock_available_mrp.pot --- .../i18n/stock_available_mrp.pot | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/stock_available_mrp/i18n/stock_available_mrp.pot b/stock_available_mrp/i18n/stock_available_mrp.pot index 3ea2293db..b7c0f998f 100644 --- a/stock_available_mrp/i18n/stock_available_mrp.pot +++ b/stock_available_mrp/i18n/stock_available_mrp.pot @@ -1,12 +1,12 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: -# * stock_available_mrp +# * stock_available_mrp # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 12.0\n" +"Project-Id-Version: Odoo Server 13.0\n" "Report-Msgid-Bugs-To: \n" -"Last-Translator: <>\n" +"Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -46,14 +46,5 @@ msgstr "" #: model:product.product,uom_name:stock_available_mrp.product_kit_1a #: model:product.template,uom_name:stock_available_mrp.product_computer_desk_bolt_white_product_template #: model:product.template,uom_name:stock_available_mrp.product_kit_1a_product_template -msgid "Unit(s)" +msgid "Units" msgstr "" - -#. module: stock_available_mrp -#: model:product.product,weight_uom_name:stock_available_mrp.product_computer_desk_bolt_white -#: model:product.product,weight_uom_name:stock_available_mrp.product_kit_1a -#: model:product.template,weight_uom_name:stock_available_mrp.product_computer_desk_bolt_white_product_template -#: model:product.template,weight_uom_name:stock_available_mrp.product_kit_1a_product_template -msgid "kg" -msgstr "" - From a5ba4232f0d0b892a377963546d0ae1fcb99387e Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Fri, 21 May 2021 07:43:36 +0000 Subject: [PATCH 529/631] [UPD] README.rst --- stock_available_mrp/README.rst | 14 +++++++++----- stock_available_mrp/static/description/index.html | 10 +++++++--- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/stock_available_mrp/README.rst b/stock_available_mrp/README.rst index 0f9265f28..f6b7538ea 100644 --- a/stock_available_mrp/README.rst +++ b/stock_available_mrp/README.rst @@ -14,13 +14,13 @@ Consider the production potential is available to promise :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--warehouse-lightgray.png?logo=github - :target: https://github.com/OCA/stock-logistics-warehouse/tree/12.0/stock_available_mrp + :target: https://github.com/OCA/stock-logistics-warehouse/tree/13.0/stock_available_mrp :alt: OCA/stock-logistics-warehouse .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-12-0/stock-logistics-warehouse-12-0-stock_available_mrp + :target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-13-0/stock-logistics-warehouse-13-0-stock_available_mrp :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png - :target: https://runbot.odoo-community.org/runbot/153/12.0 + :target: https://runbot.odoo-community.org/runbot/153/13.0 :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| |badge5| @@ -88,7 +88,7 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -110,6 +110,10 @@ Contributors * Cédric Pigeon * Florian da Costa +* `Tecnativa `_: + + * Víctor Martínez + Maintainers ~~~~~~~~~~~ @@ -123,6 +127,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. -This module is part of the `OCA/stock-logistics-warehouse `_ project on GitHub. +This module is part of the `OCA/stock-logistics-warehouse `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/stock_available_mrp/static/description/index.html b/stock_available_mrp/static/description/index.html index 7e01b1be9..df95846e2 100644 --- a/stock_available_mrp/static/description/index.html +++ b/stock_available_mrp/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

    Beta License: AGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runbot

    +

    Beta License: AGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runbot

    This module takes the potential quantities available for Products into account in the quantity available to promise, where the “Potential quantity” is the quantity that can be manufactured with the components immediately at hand. @@ -439,7 +439,7 @@ manufacturing.

    Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed -feedback.

    +feedback.

    Do not contact contributors directly about support or help with technical issues.

    @@ -459,6 +459,10 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
  • Laurent Mignon <laurent.mignon@acsone.eu>
  • Cédric Pigeon <cedric.pigeon@acsone.eu>
  • Florian da Costa <florian.dacosta@akretion.com>
  • +
  • Tecnativa:
      +
    • Víctor Martínez
    • +
    +
  • @@ -468,7 +472,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome

    OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

    -

    This module is part of the OCA/stock-logistics-warehouse project on GitHub.

    +

    This module is part of the OCA/stock-logistics-warehouse project on GitHub.

    You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

    From ced0d8a66b0da14eb7b4c9b65a9df6c6805f1d8e Mon Sep 17 00:00:00 2001 From: OCA Transbot Date: Fri, 21 May 2021 10:45:36 +0000 Subject: [PATCH 530/631] Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: stock-logistics-warehouse-13.0/stock-logistics-warehouse-13.0-stock_available_mrp Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-13-0/stock-logistics-warehouse-13-0-stock_available_mrp/ --- stock_available_mrp/i18n/de.po | 10 +--------- stock_available_mrp/i18n/es.po | 10 +--------- stock_available_mrp/i18n/fi.po | 10 +--------- stock_available_mrp/i18n/fr.po | 20 +++++++++----------- stock_available_mrp/i18n/hr_HR.po | 10 +--------- stock_available_mrp/i18n/it.po | 10 +--------- stock_available_mrp/i18n/pt_BR.po | 10 +--------- stock_available_mrp/i18n/sl.po | 10 +--------- 8 files changed, 16 insertions(+), 74 deletions(-) diff --git a/stock_available_mrp/i18n/de.po b/stock_available_mrp/i18n/de.po index a38fea285..8c659cbd0 100644 --- a/stock_available_mrp/i18n/de.po +++ b/stock_available_mrp/i18n/de.po @@ -52,15 +52,7 @@ msgstr "" #: model:product.product,uom_name:stock_available_mrp.product_kit_1a #: model:product.template,uom_name:stock_available_mrp.product_computer_desk_bolt_white_product_template #: model:product.template,uom_name:stock_available_mrp.product_kit_1a_product_template -msgid "Unit(s)" -msgstr "" - -#. module: stock_available_mrp -#: model:product.product,weight_uom_name:stock_available_mrp.product_computer_desk_bolt_white -#: model:product.product,weight_uom_name:stock_available_mrp.product_kit_1a -#: model:product.template,weight_uom_name:stock_available_mrp.product_computer_desk_bolt_white_product_template -#: model:product.template,weight_uom_name:stock_available_mrp.product_kit_1a_product_template -msgid "kg" +msgid "Units" msgstr "" #~ msgid "Product Template" diff --git a/stock_available_mrp/i18n/es.po b/stock_available_mrp/i18n/es.po index 07d39842f..e1dd723b4 100644 --- a/stock_available_mrp/i18n/es.po +++ b/stock_available_mrp/i18n/es.po @@ -51,15 +51,7 @@ msgstr "" #: model:product.product,uom_name:stock_available_mrp.product_kit_1a #: model:product.template,uom_name:stock_available_mrp.product_computer_desk_bolt_white_product_template #: model:product.template,uom_name:stock_available_mrp.product_kit_1a_product_template -msgid "Unit(s)" -msgstr "" - -#. module: stock_available_mrp -#: model:product.product,weight_uom_name:stock_available_mrp.product_computer_desk_bolt_white -#: model:product.product,weight_uom_name:stock_available_mrp.product_kit_1a -#: model:product.template,weight_uom_name:stock_available_mrp.product_computer_desk_bolt_white_product_template -#: model:product.template,weight_uom_name:stock_available_mrp.product_kit_1a_product_template -msgid "kg" +msgid "Units" msgstr "" #~ msgid "Product Template" diff --git a/stock_available_mrp/i18n/fi.po b/stock_available_mrp/i18n/fi.po index 7c821407d..43a9ceff6 100644 --- a/stock_available_mrp/i18n/fi.po +++ b/stock_available_mrp/i18n/fi.po @@ -51,15 +51,7 @@ msgstr "" #: model:product.product,uom_name:stock_available_mrp.product_kit_1a #: model:product.template,uom_name:stock_available_mrp.product_computer_desk_bolt_white_product_template #: model:product.template,uom_name:stock_available_mrp.product_kit_1a_product_template -msgid "Unit(s)" -msgstr "" - -#. module: stock_available_mrp -#: model:product.product,weight_uom_name:stock_available_mrp.product_computer_desk_bolt_white -#: model:product.product,weight_uom_name:stock_available_mrp.product_kit_1a -#: model:product.template,weight_uom_name:stock_available_mrp.product_computer_desk_bolt_white_product_template -#: model:product.template,weight_uom_name:stock_available_mrp.product_kit_1a_product_template -msgid "kg" +msgid "Units" msgstr "" #~ msgid "Product Template" diff --git a/stock_available_mrp/i18n/fr.po b/stock_available_mrp/i18n/fr.po index faf91b5ca..5b140808a 100644 --- a/stock_available_mrp/i18n/fr.po +++ b/stock_available_mrp/i18n/fr.po @@ -10,8 +10,8 @@ msgstr "" "POT-Creation-Date: 2016-01-14 01:38+0000\n" "PO-Revision-Date: 2020-11-12 12:44+0000\n" "Last-Translator: Yann Papouin \n" -"Language-Team: French (http://www.transifex.com/oca/" -"OCA-stock-logistics-warehouse-8-0/language/fr/)\n" +"Language-Team: French (http://www.transifex.com/oca/OCA-stock-logistics-" +"warehouse-8-0/language/fr/)\n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -52,16 +52,14 @@ msgstr "Table en kit" #: model:product.product,uom_name:stock_available_mrp.product_kit_1a #: model:product.template,uom_name:stock_available_mrp.product_computer_desk_bolt_white_product_template #: model:product.template,uom_name:stock_available_mrp.product_kit_1a_product_template -msgid "Unit(s)" -msgstr "Unité(s)" +msgid "Units" +msgstr "" -#. module: stock_available_mrp -#: model:product.product,weight_uom_name:stock_available_mrp.product_computer_desk_bolt_white -#: model:product.product,weight_uom_name:stock_available_mrp.product_kit_1a -#: model:product.template,weight_uom_name:stock_available_mrp.product_computer_desk_bolt_white_product_template -#: model:product.template,weight_uom_name:stock_available_mrp.product_kit_1a_product_template -msgid "kg" -msgstr "kg" +#~ msgid "Unit(s)" +#~ msgstr "Unité(s)" + +#~ msgid "kg" +#~ msgstr "kg" #~ msgid "Product Template" #~ msgstr "Modèle de produit" diff --git a/stock_available_mrp/i18n/hr_HR.po b/stock_available_mrp/i18n/hr_HR.po index c81966fc3..770026d47 100644 --- a/stock_available_mrp/i18n/hr_HR.po +++ b/stock_available_mrp/i18n/hr_HR.po @@ -53,15 +53,7 @@ msgstr "" #: model:product.product,uom_name:stock_available_mrp.product_kit_1a #: model:product.template,uom_name:stock_available_mrp.product_computer_desk_bolt_white_product_template #: model:product.template,uom_name:stock_available_mrp.product_kit_1a_product_template -msgid "Unit(s)" -msgstr "" - -#. module: stock_available_mrp -#: model:product.product,weight_uom_name:stock_available_mrp.product_computer_desk_bolt_white -#: model:product.product,weight_uom_name:stock_available_mrp.product_kit_1a -#: model:product.template,weight_uom_name:stock_available_mrp.product_computer_desk_bolt_white_product_template -#: model:product.template,weight_uom_name:stock_available_mrp.product_kit_1a_product_template -msgid "kg" +msgid "Units" msgstr "" #~ msgid "Product Template" diff --git a/stock_available_mrp/i18n/it.po b/stock_available_mrp/i18n/it.po index ecf95c695..0d59f0339 100644 --- a/stock_available_mrp/i18n/it.po +++ b/stock_available_mrp/i18n/it.po @@ -51,13 +51,5 @@ msgstr "" #: model:product.product,uom_name:stock_available_mrp.product_kit_1a #: model:product.template,uom_name:stock_available_mrp.product_computer_desk_bolt_white_product_template #: model:product.template,uom_name:stock_available_mrp.product_kit_1a_product_template -msgid "Unit(s)" -msgstr "" - -#. module: stock_available_mrp -#: model:product.product,weight_uom_name:stock_available_mrp.product_computer_desk_bolt_white -#: model:product.product,weight_uom_name:stock_available_mrp.product_kit_1a -#: model:product.template,weight_uom_name:stock_available_mrp.product_computer_desk_bolt_white_product_template -#: model:product.template,weight_uom_name:stock_available_mrp.product_kit_1a_product_template -msgid "kg" +msgid "Units" msgstr "" diff --git a/stock_available_mrp/i18n/pt_BR.po b/stock_available_mrp/i18n/pt_BR.po index c7257894b..38e147055 100644 --- a/stock_available_mrp/i18n/pt_BR.po +++ b/stock_available_mrp/i18n/pt_BR.po @@ -52,15 +52,7 @@ msgstr "" #: model:product.product,uom_name:stock_available_mrp.product_kit_1a #: model:product.template,uom_name:stock_available_mrp.product_computer_desk_bolt_white_product_template #: model:product.template,uom_name:stock_available_mrp.product_kit_1a_product_template -msgid "Unit(s)" -msgstr "" - -#. module: stock_available_mrp -#: model:product.product,weight_uom_name:stock_available_mrp.product_computer_desk_bolt_white -#: model:product.product,weight_uom_name:stock_available_mrp.product_kit_1a -#: model:product.template,weight_uom_name:stock_available_mrp.product_computer_desk_bolt_white_product_template -#: model:product.template,weight_uom_name:stock_available_mrp.product_kit_1a_product_template -msgid "kg" +msgid "Units" msgstr "" #~ msgid "Product Template" diff --git a/stock_available_mrp/i18n/sl.po b/stock_available_mrp/i18n/sl.po index 9f62571ce..01b1ecdfa 100644 --- a/stock_available_mrp/i18n/sl.po +++ b/stock_available_mrp/i18n/sl.po @@ -53,15 +53,7 @@ msgstr "" #: model:product.product,uom_name:stock_available_mrp.product_kit_1a #: model:product.template,uom_name:stock_available_mrp.product_computer_desk_bolt_white_product_template #: model:product.template,uom_name:stock_available_mrp.product_kit_1a_product_template -msgid "Unit(s)" -msgstr "" - -#. module: stock_available_mrp -#: model:product.product,weight_uom_name:stock_available_mrp.product_computer_desk_bolt_white -#: model:product.product,weight_uom_name:stock_available_mrp.product_kit_1a -#: model:product.template,weight_uom_name:stock_available_mrp.product_computer_desk_bolt_white_product_template -#: model:product.template,weight_uom_name:stock_available_mrp.product_kit_1a_product_template -msgid "kg" +msgid "Units" msgstr "" #~ msgid "Product Template" From 45a666942802b66e34ceffc6f4762df173972db6 Mon Sep 17 00:00:00 2001 From: Florian da Costa Date: Thu, 27 May 2021 18:14:35 +0200 Subject: [PATCH 531/631] Migrate stock_available_mrp to v14 --- .../odoo/addons/stock_available_mrp | 1 + setup/stock_available_mrp/setup.py | 6 ++++++ stock_available_mrp/__manifest__.py | 2 +- stock_available_mrp/models/product_product.py | 2 +- stock_available_mrp/tests/test_potential_qty.py | 10 ++++++---- 5 files changed, 15 insertions(+), 6 deletions(-) create mode 120000 setup/stock_available_mrp/odoo/addons/stock_available_mrp create mode 100644 setup/stock_available_mrp/setup.py diff --git a/setup/stock_available_mrp/odoo/addons/stock_available_mrp b/setup/stock_available_mrp/odoo/addons/stock_available_mrp new file mode 120000 index 000000000..cd15a8cae --- /dev/null +++ b/setup/stock_available_mrp/odoo/addons/stock_available_mrp @@ -0,0 +1 @@ +../../../../stock_available_mrp \ No newline at end of file diff --git a/setup/stock_available_mrp/setup.py b/setup/stock_available_mrp/setup.py new file mode 100644 index 000000000..28c57bb64 --- /dev/null +++ b/setup/stock_available_mrp/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/stock_available_mrp/__manifest__.py b/stock_available_mrp/__manifest__.py index 114ddfa8e..41d8d762e 100644 --- a/stock_available_mrp/__manifest__.py +++ b/stock_available_mrp/__manifest__.py @@ -2,7 +2,7 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { "name": "Consider the production potential is available to promise", - "version": "13.0.1.0.0", + "version": "14.0.1.0.0", "author": "Numérigraphe," "Odoo Community Association (OCA)", "website": "https://github.com/OCA/stock-logistics-warehouse", "category": "Hidden", diff --git a/stock_available_mrp/models/product_product.py b/stock_available_mrp/models/product_product.py index fcd8af5c6..988f10544 100644 --- a/stock_available_mrp/models/product_product.py +++ b/stock_available_mrp/models/product_product.py @@ -126,7 +126,7 @@ class ProductProduct(models.Model): @api.model def _get_components_needs(self, exploded_components): - """ Return the needed qty of each compoments in the exploded_components + """Return the needed qty of each compoments in the exploded_components :type exploded_components :rtype: collections.Counter diff --git a/stock_available_mrp/tests/test_potential_qty.py b/stock_available_mrp/tests/test_potential_qty.py index 022e0f58c..301a617bf 100644 --- a/stock_available_mrp/tests/test_potential_qty.py +++ b/stock_available_mrp/tests/test_potential_qty.py @@ -43,6 +43,11 @@ class TestPotentialQty(TransactionCase): # Zero-out the inventory of all variants and components for component in components + [v for v in self.tmpl.product_variant_ids]: + moves = component.stock_move_ids.filtered( + lambda mo: mo.state not in ("done", "cancel") + ) + moves._action_cancel() + component.stock_quant_ids.unlink() #  A product without a BoM @@ -87,15 +92,12 @@ class TestPotentialQty(TransactionCase): self._create_inventory_line(inventory.id, product_id, location_id, qty) inventory._action_done() - def create_simple_bom( - self, product, sub_product, product_qty=1, sub_product_qty=1, routing_id=False - ): + def create_simple_bom(self, product, sub_product, product_qty=1, sub_product_qty=1): bom = self.bom_model.create( { "product_tmpl_id": product.product_tmpl_id.id, "product_id": product.id, "product_qty": product_qty, - "routing_id": routing_id, } ) self.bom_line_model.create( From 9aa537f275284e5c475bfbafc0ec8acc9e63c993 Mon Sep 17 00:00:00 2001 From: Pierrick Brun Date: Thu, 27 Feb 2020 11:12:26 +0100 Subject: [PATCH 532/631] [ADD][10.0] stock_generate_putaway_from_inventory: Initial source add --- .../README.rst | 75 +++ .../__init__.py | 2 + .../__manifest__.py | 17 + .../models/__init__.py | 5 + .../models/stock_inventory.py | 67 +++ .../readme/CONTRIBUTORS.rst | 1 + .../readme/DESCRIPTION.rst | 1 + .../readme/ROADMAP.rst | 2 + .../readme/USAGE.rst | 8 + .../static/description/index.html | 428 ++++++++++++++++++ .../tests/__init__.py | 5 + .../tests/test_generate_putaway.py | 35 ++ .../views/stock_inventory.xml | 24 + 13 files changed, 670 insertions(+) create mode 100644 stock_generate_putaway_from_inventory/README.rst create mode 100644 stock_generate_putaway_from_inventory/__init__.py create mode 100644 stock_generate_putaway_from_inventory/__manifest__.py create mode 100644 stock_generate_putaway_from_inventory/models/__init__.py create mode 100644 stock_generate_putaway_from_inventory/models/stock_inventory.py create mode 100644 stock_generate_putaway_from_inventory/readme/CONTRIBUTORS.rst create mode 100644 stock_generate_putaway_from_inventory/readme/DESCRIPTION.rst create mode 100644 stock_generate_putaway_from_inventory/readme/ROADMAP.rst create mode 100644 stock_generate_putaway_from_inventory/readme/USAGE.rst create mode 100644 stock_generate_putaway_from_inventory/static/description/index.html create mode 100644 stock_generate_putaway_from_inventory/tests/__init__.py create mode 100644 stock_generate_putaway_from_inventory/tests/test_generate_putaway.py create mode 100644 stock_generate_putaway_from_inventory/views/stock_inventory.xml diff --git a/stock_generate_putaway_from_inventory/README.rst b/stock_generate_putaway_from_inventory/README.rst new file mode 100644 index 000000000..575c4a649 --- /dev/null +++ b/stock_generate_putaway_from_inventory/README.rst @@ -0,0 +1,75 @@ +===================================== +Stock Generate Putaway from Inventory +===================================== + +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png + :target: https://odoo-community.org/page/development-status + :alt: Beta +.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 +.. |badge3| image:: https://img.shields.io/badge/github-akretion%2Fak--odoo--incubator-lightgray.png?logo=github + :target: https://github.com/akretion/ak-odoo-incubator/tree/10.0/stock_generate_putaway_from_inventory + :alt: akretion/ak-odoo-incubator + +|badge1| |badge2| |badge3| + +Generates Product Putaway Location from an inventory. + +**Table of contents** + +.. contents:: + :local: + +Usage +===== + +Before using this module you should specify a putaway strategy on the stock location +you want to generate putaway for. You can find similar instructions on the +stock_putaway_product module which is a dependency. + +From a validated stock adjustment, use action -> Generate putaway per product. + +Once this is done, the products of the stock adjustment without putaway locations +will have one of the strategy defined on the inventory's location. + +Known issues / Roadmap +====================== + +At the moment, the module only creates putaway locations and does not update +the existing ones. It could be interesing to do so but can be destructive as well + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed +`feedback `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +~~~~~~~ + +* Akretion + +Contributors +~~~~~~~~~~~~ + +Pierrick Brun (akretion.com) + +Maintainers +~~~~~~~~~~~ + +This module is part of the `akretion/ak-odoo-incubator `_ project on GitHub. + +You are welcome to contribute. diff --git a/stock_generate_putaway_from_inventory/__init__.py b/stock_generate_putaway_from_inventory/__init__.py new file mode 100644 index 000000000..a0fdc10fe --- /dev/null +++ b/stock_generate_putaway_from_inventory/__init__.py @@ -0,0 +1,2 @@ +# -*- coding: utf-8 -*- +from . import models diff --git a/stock_generate_putaway_from_inventory/__manifest__.py b/stock_generate_putaway_from_inventory/__manifest__.py new file mode 100644 index 000000000..9c48057fe --- /dev/null +++ b/stock_generate_putaway_from_inventory/__manifest__.py @@ -0,0 +1,17 @@ +# -*- coding: utf-8 -*- +# Copyright 2016-18 Akretion +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). + +{ + "name": "Stock Generate Putaway from Inventory", + "summary": "generate Putaway locations per Product deduced from inventory", + "version": "10.0.1.0.1", + "author": "Akretion", + "category": "Warehouse", + "depends": ["stock_putaway_product"], + "license": "AGPL-3", + "data": [ + "views/stock_inventory.xml", + ], + 'installable': True, +} diff --git a/stock_generate_putaway_from_inventory/models/__init__.py b/stock_generate_putaway_from_inventory/models/__init__.py new file mode 100644 index 000000000..8dc941f4c --- /dev/null +++ b/stock_generate_putaway_from_inventory/models/__init__.py @@ -0,0 +1,5 @@ +# -*- coding: utf-8 -*- +# Copyright 2016-18 Akretion +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). + +from . import stock_inventory diff --git a/stock_generate_putaway_from_inventory/models/stock_inventory.py b/stock_generate_putaway_from_inventory/models/stock_inventory.py new file mode 100644 index 000000000..ea2ad8e56 --- /dev/null +++ b/stock_generate_putaway_from_inventory/models/stock_inventory.py @@ -0,0 +1,67 @@ +# -*- coding: utf-8 -*- +# © 2018 Akretion +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +from odoo import models, api, _ +from odoo.exceptions import UserError + + +class StockLocation(models.Model): + _inherit = 'stock.location' + + def _get_putaway_strategy(self): + if self.putaway_strategy_id: + return self.putaway_strategy_id + elif self.location_id: + return self.location_id._get_putaway_strategy() + + +class StockInventory(models.Model): + _inherit = 'stock.inventory' + + @api.multi + def generate_putaway_strategy(self): + putaway_locations = {} + for inventory in self: + if self.state != 'done': + raise UserError(_( + 'Please, validate the stock adjustment before')) + strategy = self.location_id._get_putaway_strategy() + if not strategy: + raise UserError(_( + 'Please, specify a Putaway Strategy ' + 'on the inventory\'s location (or a parent one)')) + putaway_locations.update(self._prepare_putaway_locations(strategy)) + for putaway_location in putaway_locations.values(): + putaway_location.pop('qty') + self.env['stock.product.putaway.strategy'].create(putaway_location) + + def _prepare_putaway_locations(self, strategy): + self.ensure_one() + putaway_locations = {} + for line in self.line_ids: + if line.product_id.product_putaway_ids: + continue + if (line.product_id.id not in putaway_locations + or line.product_qty > + putaway_locations[line.product_id.id]['qty']): + # If there is several lines for a product, we will use the + # one having more products + putaway_locations[line.product_id.id] = line.\ + _prepare_putaway_location(strategy) + return putaway_locations + + +class StockInventoryLine(models.Model): + _inherit = 'stock.inventory.line' + + def _prepare_putaway_location(self, strategy): + self.ensure_one() + res = { + 'qty': self.product_qty, + 'product_product_id': self.product_id.id, + 'product_tmpl_id': self.product_id.product_tmpl_id.id, + 'fixed_location_id': self.location_id.id, + 'putaway_id': strategy.id, + } + return res diff --git a/stock_generate_putaway_from_inventory/readme/CONTRIBUTORS.rst b/stock_generate_putaway_from_inventory/readme/CONTRIBUTORS.rst new file mode 100644 index 000000000..ed0365161 --- /dev/null +++ b/stock_generate_putaway_from_inventory/readme/CONTRIBUTORS.rst @@ -0,0 +1 @@ +Pierrick Brun (akretion.com) \ No newline at end of file diff --git a/stock_generate_putaway_from_inventory/readme/DESCRIPTION.rst b/stock_generate_putaway_from_inventory/readme/DESCRIPTION.rst new file mode 100644 index 000000000..c9f912326 --- /dev/null +++ b/stock_generate_putaway_from_inventory/readme/DESCRIPTION.rst @@ -0,0 +1 @@ +Generates Product Putaway Location from an inventory. \ No newline at end of file diff --git a/stock_generate_putaway_from_inventory/readme/ROADMAP.rst b/stock_generate_putaway_from_inventory/readme/ROADMAP.rst new file mode 100644 index 000000000..d4a96e4c7 --- /dev/null +++ b/stock_generate_putaway_from_inventory/readme/ROADMAP.rst @@ -0,0 +1,2 @@ +At the moment, the module only creates putaway locations and does not update +the existing ones. It could be interesing to do so but can be destructive as well diff --git a/stock_generate_putaway_from_inventory/readme/USAGE.rst b/stock_generate_putaway_from_inventory/readme/USAGE.rst new file mode 100644 index 000000000..f710ed4cf --- /dev/null +++ b/stock_generate_putaway_from_inventory/readme/USAGE.rst @@ -0,0 +1,8 @@ +Before using this module you should specify a putaway strategy on the stock location +you want to generate putaway for. You can find similar instructions on the +stock_putaway_product module which is a dependency. + +From a validated stock adjustment, use action -> Generate putaway per product. + +Once this is done, the products of the stock adjustment without putaway locations +will have one of the strategy defined on the inventory's location. diff --git a/stock_generate_putaway_from_inventory/static/description/index.html b/stock_generate_putaway_from_inventory/static/description/index.html new file mode 100644 index 000000000..ed30af4b1 --- /dev/null +++ b/stock_generate_putaway_from_inventory/static/description/index.html @@ -0,0 +1,428 @@ + + + + + + +Stock Generate Putaway from Inventory + + + +
    +

    Stock Generate Putaway from Inventory

    + + +

    Beta License: AGPL-3 akretion/ak-odoo-incubator

    +

    Generates Product Putaway Location from an inventory.

    +

    Table of contents

    + +
    +

    Usage

    +

    Before using this module you should specify a putaway strategy on the stock location +you want to generate putaway for. You can find similar instructions on the +stock_putaway_product module which is a dependency.

    +

    From a validated stock adjustment, use action -> Generate putaway per product.

    +

    Once this is done, the products of the stock adjustment without putaway locations +will have one of the strategy defined on the inventory’s location.

    +
    +
    +

    Known issues / Roadmap

    +

    At the moment, the module only creates putaway locations and does not update +the existing ones. It could be interesing to do so but can be destructive as well

    +
    +
    +

    Bug Tracker

    +

    Bugs are tracked on GitHub Issues. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed +feedback.

    +

    Do not contact contributors directly about support or help with technical issues.

    +
    +
    +

    Credits

    +
    +

    Authors

    +
      +
    • Akretion
    • +
    +
    +
    +

    Contributors

    +

    Pierrick Brun <pierrick.brun@akretion.com> (akretion.com)

    +
    +
    +

    Maintainers

    +

    This module is part of the akretion/ak-odoo-incubator project on GitHub.

    +

    You are welcome to contribute.

    +
    +
    +
    + + diff --git a/stock_generate_putaway_from_inventory/tests/__init__.py b/stock_generate_putaway_from_inventory/tests/__init__.py new file mode 100644 index 000000000..e8ce01b28 --- /dev/null +++ b/stock_generate_putaway_from_inventory/tests/__init__.py @@ -0,0 +1,5 @@ +# -*- coding: utf-8 -*- +# Copyright 2016-18 Akretion +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). + +from . import test_generate_putaway diff --git a/stock_generate_putaway_from_inventory/tests/test_generate_putaway.py b/stock_generate_putaway_from_inventory/tests/test_generate_putaway.py new file mode 100644 index 000000000..1d85db57a --- /dev/null +++ b/stock_generate_putaway_from_inventory/tests/test_generate_putaway.py @@ -0,0 +1,35 @@ +# -*- coding: utf-8 -*- +# Copyright 2016-18 Akretion +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). + +from odoo.tests.common import TransactionCase + + +class TestGeneratePutaway(TransactionCase): + """Test that the putaway locations are updated when the method is used""" + + def test_generate(self): + """Test default methods""" + self.product_10 = self.env.ref('product.product_product_10') + self.product_25 = self.env.ref('product.product_product_25') + inventory = self.env.ref('stock.stock_inventory_0') + self.env['stock.inventory.line'].create({ + 'product_id': self.product_25.id, + 'product_uom_id': self.ref('product.product_uom_unit'), + 'inventory_id': inventory.id, + 'product_qty': 1.0, + 'location_id': self.ref('stock.stock_location_components'), + }) + inventory.generate_putaway_strategy() + self.assertEquals( + len(self.product_25.product_putaway_ids), 1, + 'pas le bon nombre de putaway strategy créées') + self.assertEquals( + self.product_10.product_putaway_ids.fixed_location_id.id, + self.ref('stock.stock_location_components')) + self.assertEquals( + self.product_10.product_putaway_ids.putaway_id.id, + self.ref('stock_putaway_product.product_putaway_per_product_wh')) + self.assertEquals( + self.product_25.product_putaway_ids.fixed_location_id.id, + self.ref('stock.stock_location_14')) diff --git a/stock_generate_putaway_from_inventory/views/stock_inventory.xml b/stock_generate_putaway_from_inventory/views/stock_inventory.xml new file mode 100644 index 000000000..0b2fccb89 --- /dev/null +++ b/stock_generate_putaway_from_inventory/views/stock_inventory.xml @@ -0,0 +1,24 @@ + + + + + Generate putaway per product + + ir.actions.server + True + + action = model.browse(env.context['active_ids']).generate_putaway_strategy() + + + + + Generate putaway per product + + + action + + stock.inventory + client_action + + + From fd8977714ce1fe48ea4b10bd133b714d3759d901 Mon Sep 17 00:00:00 2001 From: Kevin Khao Date: Thu, 27 Feb 2020 11:13:25 +0100 Subject: [PATCH 533/631] [IMP] stock_generate_putaway_from_inventory: black --- .../__manifest__.py | 6 +-- .../models/stock_inventory.py | 49 +++++++++++-------- .../tests/test_generate_putaway.py | 37 ++++++++------ 3 files changed, 52 insertions(+), 40 deletions(-) diff --git a/stock_generate_putaway_from_inventory/__manifest__.py b/stock_generate_putaway_from_inventory/__manifest__.py index 9c48057fe..55045cfdb 100644 --- a/stock_generate_putaway_from_inventory/__manifest__.py +++ b/stock_generate_putaway_from_inventory/__manifest__.py @@ -10,8 +10,6 @@ "category": "Warehouse", "depends": ["stock_putaway_product"], "license": "AGPL-3", - "data": [ - "views/stock_inventory.xml", - ], - 'installable': True, + "data": ["views/stock_inventory.xml",], + "installable": True, } diff --git a/stock_generate_putaway_from_inventory/models/stock_inventory.py b/stock_generate_putaway_from_inventory/models/stock_inventory.py index ea2ad8e56..c4682c22a 100644 --- a/stock_generate_putaway_from_inventory/models/stock_inventory.py +++ b/stock_generate_putaway_from_inventory/models/stock_inventory.py @@ -7,7 +7,7 @@ from odoo.exceptions import UserError class StockLocation(models.Model): - _inherit = 'stock.location' + _inherit = "stock.location" def _get_putaway_strategy(self): if self.putaway_strategy_id: @@ -17,24 +17,28 @@ class StockLocation(models.Model): class StockInventory(models.Model): - _inherit = 'stock.inventory' + _inherit = "stock.inventory" @api.multi def generate_putaway_strategy(self): putaway_locations = {} for inventory in self: - if self.state != 'done': - raise UserError(_( - 'Please, validate the stock adjustment before')) + if self.state != "done": + raise UserError( + _("Please, validate the stock adjustment before") + ) strategy = self.location_id._get_putaway_strategy() if not strategy: - raise UserError(_( - 'Please, specify a Putaway Strategy ' - 'on the inventory\'s location (or a parent one)')) + raise UserError( + _( + "Please, specify a Putaway Strategy " + "on the inventory's location (or a parent one)" + ) + ) putaway_locations.update(self._prepare_putaway_locations(strategy)) for putaway_location in putaway_locations.values(): - putaway_location.pop('qty') - self.env['stock.product.putaway.strategy'].create(putaway_location) + putaway_location.pop("qty") + self.env["stock.product.putaway.strategy"].create(putaway_location) def _prepare_putaway_locations(self, strategy): self.ensure_one() @@ -42,26 +46,29 @@ class StockInventory(models.Model): for line in self.line_ids: if line.product_id.product_putaway_ids: continue - if (line.product_id.id not in putaway_locations - or line.product_qty > - putaway_locations[line.product_id.id]['qty']): + if ( + line.product_id.id not in putaway_locations + or line.product_qty + > putaway_locations[line.product_id.id]["qty"] + ): # If there is several lines for a product, we will use the # one having more products - putaway_locations[line.product_id.id] = line.\ - _prepare_putaway_location(strategy) + putaway_locations[ + line.product_id.id + ] = line._prepare_putaway_location(strategy) return putaway_locations class StockInventoryLine(models.Model): - _inherit = 'stock.inventory.line' + _inherit = "stock.inventory.line" def _prepare_putaway_location(self, strategy): self.ensure_one() res = { - 'qty': self.product_qty, - 'product_product_id': self.product_id.id, - 'product_tmpl_id': self.product_id.product_tmpl_id.id, - 'fixed_location_id': self.location_id.id, - 'putaway_id': strategy.id, + "qty": self.product_qty, + "product_product_id": self.product_id.id, + "product_tmpl_id": self.product_id.product_tmpl_id.id, + "fixed_location_id": self.location_id.id, + "putaway_id": strategy.id, } return res diff --git a/stock_generate_putaway_from_inventory/tests/test_generate_putaway.py b/stock_generate_putaway_from_inventory/tests/test_generate_putaway.py index 1d85db57a..5a25ffe80 100644 --- a/stock_generate_putaway_from_inventory/tests/test_generate_putaway.py +++ b/stock_generate_putaway_from_inventory/tests/test_generate_putaway.py @@ -10,26 +10,33 @@ class TestGeneratePutaway(TransactionCase): def test_generate(self): """Test default methods""" - self.product_10 = self.env.ref('product.product_product_10') - self.product_25 = self.env.ref('product.product_product_25') - inventory = self.env.ref('stock.stock_inventory_0') - self.env['stock.inventory.line'].create({ - 'product_id': self.product_25.id, - 'product_uom_id': self.ref('product.product_uom_unit'), - 'inventory_id': inventory.id, - 'product_qty': 1.0, - 'location_id': self.ref('stock.stock_location_components'), - }) + self.product_10 = self.env.ref("product.product_product_10") + self.product_25 = self.env.ref("product.product_product_25") + inventory = self.env.ref("stock.stock_inventory_0") + self.env["stock.inventory.line"].create( + { + "product_id": self.product_25.id, + "product_uom_id": self.ref("product.product_uom_unit"), + "inventory_id": inventory.id, + "product_qty": 1.0, + "location_id": self.ref("stock.stock_location_components"), + } + ) inventory.generate_putaway_strategy() self.assertEquals( - len(self.product_25.product_putaway_ids), 1, - 'pas le bon nombre de putaway strategy créées') + len(self.product_25.product_putaway_ids), + 1, + "pas le bon nombre de putaway strategy créées", + ) self.assertEquals( self.product_10.product_putaway_ids.fixed_location_id.id, - self.ref('stock.stock_location_components')) + self.ref("stock.stock_location_components"), + ) self.assertEquals( self.product_10.product_putaway_ids.putaway_id.id, - self.ref('stock_putaway_product.product_putaway_per_product_wh')) + self.ref("stock_putaway_product.product_putaway_per_product_wh"), + ) self.assertEquals( self.product_25.product_putaway_ids.fixed_location_id.id, - self.ref('stock.stock_location_14')) + self.ref("stock.stock_location_14"), + ) From ef0ef6d115be6faf2f144f7e9cad370ff2017f14 Mon Sep 17 00:00:00 2001 From: Kevin Khao Date: Thu, 27 Feb 2020 11:18:36 +0100 Subject: [PATCH 534/631] [ADD][12.0] stock_generate_putaway_from_inventory: Add to 12.0 fixup! Simplified exceptions in case inventory is not validated or inventory's location doesn't have a putaway strategy --- .../README.rst | 49 ++++---- .../__init__.py | 1 - .../__manifest__.py | 12 +- .../i18n/fr.po | 40 +++++++ .../stock_generate_putaway_from_inventory.pot | 39 ++++++ .../models/__init__.py | 4 - .../models/stock_inventory.py | 113 ++++++++---------- .../readme/CONTRIBUTORS.rst | 5 +- .../readme/DESCRIPTION.rst | 2 +- .../readme/ROADMAP.rst | 2 - .../readme/USAGE.rst | 7 +- .../static/description/index.html | 53 ++++---- .../tests/__init__.py | 4 - .../tests/test_generate_putaway.py | 96 ++++++++++----- .../views/stock_inventory.xml | 36 ++---- 15 files changed, 275 insertions(+), 188 deletions(-) create mode 100644 stock_generate_putaway_from_inventory/i18n/fr.po create mode 100644 stock_generate_putaway_from_inventory/i18n/stock_generate_putaway_from_inventory.pot delete mode 100644 stock_generate_putaway_from_inventory/readme/ROADMAP.rst diff --git a/stock_generate_putaway_from_inventory/README.rst b/stock_generate_putaway_from_inventory/README.rst index 575c4a649..a0a4e5f97 100644 --- a/stock_generate_putaway_from_inventory/README.rst +++ b/stock_generate_putaway_from_inventory/README.rst @@ -13,13 +13,13 @@ Stock Generate Putaway from Inventory .. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 -.. |badge3| image:: https://img.shields.io/badge/github-akretion%2Fak--odoo--incubator-lightgray.png?logo=github - :target: https://github.com/akretion/ak-odoo-incubator/tree/10.0/stock_generate_putaway_from_inventory - :alt: akretion/ak-odoo-incubator +.. |badge3| image:: https://img.shields.io/badge/github-oca%2Fstock--logistics--warehouse-lightgray.png?logo=github + :target: https://github.com/oca/stock-logistics-warehouse/tree/12.0/stock_generate_putaway_from_inventory + :alt: oca/stock-logistics-warehouse |badge1| |badge2| |badge3| -Generates Product Putaway Location from an inventory. +Synchronize a Product Putaway Location from an inventory. Note that this module assumes that there is a one-to-one correspondence between the location and putaway strategy, and if the location currently has no putaway strategy, an error will be raised. **Table of contents** @@ -29,28 +29,17 @@ Generates Product Putaway Location from an inventory. Usage ===== -Before using this module you should specify a putaway strategy on the stock location -you want to generate putaway for. You can find similar instructions on the -stock_putaway_product module which is a dependency. - From a validated stock adjustment, use action -> Generate putaway per product. -Once this is done, the products of the stock adjustment without putaway locations -will have one of the strategy defined on the inventory's location. - -Known issues / Roadmap -====================== - -At the moment, the module only creates putaway locations and does not update -the existing ones. It could be interesing to do so but can be destructive as well +The end result is that the location's putaway strategy will be updated, so that all products (and their locations) from the inventory will show up on the putaway strategy. Bug Tracker =========== -Bugs are tracked on `GitHub Issues `_. +Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -65,11 +54,31 @@ Authors Contributors ~~~~~~~~~~~~ -Pierrick Brun (akretion.com) +* Pierrick Brun +* David Beal +* Sébastien Beau +* Kevin Khao Maintainers ~~~~~~~~~~~ -This module is part of the `akretion/ak-odoo-incubator `_ project on GitHub. +.. |maintainer-pierrickbrun| image:: https://github.com/pierrickbrun.png?size=40px + :target: https://github.com/pierrickbrun + :alt: pierrickbrun +.. |maintainer-bealdav| image:: https://github.com/bealdav.png?size=40px + :target: https://github.com/bealdav + :alt: bealdav +.. |maintainer-sebastienbeau| image:: https://github.com/sebastienbeau.png?size=40px + :target: https://github.com/sebastienbeau + :alt: sebastienbeau +.. |maintainer-kevinkhao| image:: https://github.com/kevinkhao.png?size=40px + :target: https://github.com/kevinkhao + :alt: kevinkhao + +Current maintainers: + +|maintainer-pierrickbrun| |maintainer-bealdav| |maintainer-sebastienbeau| |maintainer-kevinkhao| + +This module is part of the `oca/stock-logistics-warehouse `_ project on GitHub. You are welcome to contribute. diff --git a/stock_generate_putaway_from_inventory/__init__.py b/stock_generate_putaway_from_inventory/__init__.py index a0fdc10fe..0650744f6 100644 --- a/stock_generate_putaway_from_inventory/__init__.py +++ b/stock_generate_putaway_from_inventory/__init__.py @@ -1,2 +1 @@ -# -*- coding: utf-8 -*- from . import models diff --git a/stock_generate_putaway_from_inventory/__manifest__.py b/stock_generate_putaway_from_inventory/__manifest__.py index 55045cfdb..e3ac83e8d 100644 --- a/stock_generate_putaway_from_inventory/__manifest__.py +++ b/stock_generate_putaway_from_inventory/__manifest__.py @@ -1,15 +1,15 @@ -# -*- coding: utf-8 -*- # Copyright 2016-18 Akretion # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). { "name": "Stock Generate Putaway from Inventory", - "summary": "generate Putaway locations per Product deduced from inventory", - "version": "10.0.1.0.1", - "author": "Akretion", + "summary": "Generate Putaway locations per Product deduced from Inventory", + "version": "12.0.1.0.0", + "author": "Akretion, Odoo Community Association (OCA)", "category": "Warehouse", - "depends": ["stock_putaway_product"], + "depends": ["stock"], "license": "AGPL-3", - "data": ["views/stock_inventory.xml",], + "data": ["views/stock_inventory.xml"], "installable": True, + "maintainers": ["pierrickbrun", "bealdav", "sebastienbeau", "kevinkhao"], } diff --git a/stock_generate_putaway_from_inventory/i18n/fr.po b/stock_generate_putaway_from_inventory/i18n/fr.po new file mode 100644 index 000000000..5ec81ad9c --- /dev/null +++ b/stock_generate_putaway_from_inventory/i18n/fr.po @@ -0,0 +1,40 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_generate_putaway_from_inventory +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 12.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-02-26 13:48+0000\n" +"PO-Revision-Date: 2020-02-26 14:53+0100\n" +"Last-Translator: <>\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: \n" +"Language: fr\n" +"X-Generator: Poedit 2.0.6\n" + +#. module: stock_generate_putaway_from_inventory +#: model:ir.actions.server,name:stock_generate_putaway_from_inventory.action_generate_putaway_strategy +msgid "Generate putaway strategies" +msgstr "Générer les rangements" + +#. module: stock_generate_putaway_from_inventory +#: model:ir.model,name:stock_generate_putaway_from_inventory.model_stock_inventory +msgid "Inventory" +msgstr "Inventaire" + +#. module: stock_generate_putaway_from_inventory +#: code:addons/stock_generate_putaway_from_inventory/models/stock_inventory.py:29 +#, python-format +msgid "Some inventories are not validated. Please validate the following inventories: " +msgstr "Certains inventaires ne sont pas validés. Veuillez valider les inventaires suivants: " + +#. module: stock_generate_putaway_from_inventory +#: code:addons/stock_generate_putaway_from_inventory/models/stock_inventory.py:22 +#, python-format +msgid "Some locations don't have a putaway strategy. Please set a putaway strategy for the locations: " +msgstr "Certains emplacements n'ont pas de stratégie de rangement. Veuillez choisir une stratégie de rangement pour les emplacements suivants: " diff --git a/stock_generate_putaway_from_inventory/i18n/stock_generate_putaway_from_inventory.pot b/stock_generate_putaway_from_inventory/i18n/stock_generate_putaway_from_inventory.pot new file mode 100644 index 000000000..d2ae2362a --- /dev/null +++ b/stock_generate_putaway_from_inventory/i18n/stock_generate_putaway_from_inventory.pot @@ -0,0 +1,39 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_generate_putaway_from_inventory +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 12.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-02-26 13:47+0000\n" +"PO-Revision-Date: 2020-02-26 13:47+0000\n" +"Last-Translator: <>\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: stock_generate_putaway_from_inventory +#: model:ir.actions.server,name:stock_generate_putaway_from_inventory.action_generate_putaway_strategy +msgid "Generate putaway strategies" +msgstr "" + +#. module: stock_generate_putaway_from_inventory +#: model:ir.model,name:stock_generate_putaway_from_inventory.model_stock_inventory +msgid "Inventory" +msgstr "" + +#. module: stock_generate_putaway_from_inventory +#: code:addons/stock_generate_putaway_from_inventory/models/stock_inventory.py:29 +#, python-format +msgid "Some inventories are not validated. Please validate the following inventories: " +msgstr "" + +#. module: stock_generate_putaway_from_inventory +#: code:addons/stock_generate_putaway_from_inventory/models/stock_inventory.py:22 +#, python-format +msgid "Some locations don't have a putaway strategy. Please set a putaway strategy for the locations: " +msgstr "" + diff --git a/stock_generate_putaway_from_inventory/models/__init__.py b/stock_generate_putaway_from_inventory/models/__init__.py index 8dc941f4c..35536816e 100644 --- a/stock_generate_putaway_from_inventory/models/__init__.py +++ b/stock_generate_putaway_from_inventory/models/__init__.py @@ -1,5 +1 @@ -# -*- coding: utf-8 -*- -# Copyright 2016-18 Akretion -# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). - from . import stock_inventory diff --git a/stock_generate_putaway_from_inventory/models/stock_inventory.py b/stock_generate_putaway_from_inventory/models/stock_inventory.py index c4682c22a..75e238fc2 100644 --- a/stock_generate_putaway_from_inventory/models/stock_inventory.py +++ b/stock_generate_putaway_from_inventory/models/stock_inventory.py @@ -1,74 +1,61 @@ -# -*- coding: utf-8 -*- # © 2018 Akretion # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -from odoo import models, api, _ -from odoo.exceptions import UserError - - -class StockLocation(models.Model): - _inherit = "stock.location" - - def _get_putaway_strategy(self): - if self.putaway_strategy_id: - return self.putaway_strategy_id - elif self.location_id: - return self.location_id._get_putaway_strategy() +from odoo import models, _ +from odoo.exceptions import ValidationError class StockInventory(models.Model): _inherit = "stock.inventory" - @api.multi - def generate_putaway_strategy(self): - putaway_locations = {} + def action_generate_putaway_strategy(self): for inventory in self: - if self.state != "done": - raise UserError( - _("Please, validate the stock adjustment before") - ) - strategy = self.location_id._get_putaway_strategy() - if not strategy: - raise UserError( - _( - "Please, specify a Putaway Strategy " - "on the inventory's location (or a parent one)" - ) - ) - putaway_locations.update(self._prepare_putaway_locations(strategy)) - for putaway_location in putaway_locations.values(): - putaway_location.pop("qty") - self.env["stock.product.putaway.strategy"].create(putaway_location) + inventory._generate_putaway_strategy() - def _prepare_putaway_locations(self, strategy): - self.ensure_one() - putaway_locations = {} + def _get_putaway_strategy(self, loc): + if loc.putaway_strategy_id: + return loc.putaway_strategy_id + elif loc.location_id: + return self._get_putaway_strategy(loc.location_id) + + def _update_product_putaway_strategy(self, inventory_line, strategy): + putaway_line_obj = self.env["stock.fixed.putaway.strat"] + putaway_line = putaway_line_obj.search( + [ + ("product_id", "=", inventory_line.product_id.id), + ("putaway_id", "=", strategy.id), + ] + ) + if putaway_line: + putaway_line.write( + {"fixed_location_id": inventory_line.location_id.id} + ) + else: + putaway_line_obj.create( + { + "product_id": inventory_line.product_id.id, + "fixed_location_id": inventory_line.location_id.id, + "putaway_id": strategy.id, + } + ) + + def _generate_putaway_strategy(self): + if self.state != "done": + raise ValidationError( + _( + "Please validate the inventory before generating " + "the putaway strategy." + ) + ) + putaway = self._get_putaway_strategy(self.location_id) + if not putaway: + raise ValidationError( + _( + "Inventory location doesn't have a putaway strategy. " + "Please set a putaway strategy on the inventory's " + "location." + ) + ) for line in self.line_ids: - if line.product_id.product_putaway_ids: - continue - if ( - line.product_id.id not in putaway_locations - or line.product_qty - > putaway_locations[line.product_id.id]["qty"] - ): - # If there is several lines for a product, we will use the - # one having more products - putaway_locations[ - line.product_id.id - ] = line._prepare_putaway_location(strategy) - return putaway_locations - - -class StockInventoryLine(models.Model): - _inherit = "stock.inventory.line" - - def _prepare_putaway_location(self, strategy): - self.ensure_one() - res = { - "qty": self.product_qty, - "product_product_id": self.product_id.id, - "product_tmpl_id": self.product_id.product_tmpl_id.id, - "fixed_location_id": self.location_id.id, - "putaway_id": strategy.id, - } - return res + if line.product_qty > 0: + self._update_product_putaway_strategy(line, putaway) diff --git a/stock_generate_putaway_from_inventory/readme/CONTRIBUTORS.rst b/stock_generate_putaway_from_inventory/readme/CONTRIBUTORS.rst index ed0365161..536128cd3 100644 --- a/stock_generate_putaway_from_inventory/readme/CONTRIBUTORS.rst +++ b/stock_generate_putaway_from_inventory/readme/CONTRIBUTORS.rst @@ -1 +1,4 @@ -Pierrick Brun (akretion.com) \ No newline at end of file +* Pierrick Brun +* David Beal +* Sébastien Beau +* Kevin Khao \ No newline at end of file diff --git a/stock_generate_putaway_from_inventory/readme/DESCRIPTION.rst b/stock_generate_putaway_from_inventory/readme/DESCRIPTION.rst index c9f912326..85d8d2855 100644 --- a/stock_generate_putaway_from_inventory/readme/DESCRIPTION.rst +++ b/stock_generate_putaway_from_inventory/readme/DESCRIPTION.rst @@ -1 +1 @@ -Generates Product Putaway Location from an inventory. \ No newline at end of file +Synchronize a Product Putaway Location from an inventory. Note that this module assumes that there is a one-to-one correspondence between the location and putaway strategy, and if the location currently has no putaway strategy, an error will be raised. \ No newline at end of file diff --git a/stock_generate_putaway_from_inventory/readme/ROADMAP.rst b/stock_generate_putaway_from_inventory/readme/ROADMAP.rst deleted file mode 100644 index d4a96e4c7..000000000 --- a/stock_generate_putaway_from_inventory/readme/ROADMAP.rst +++ /dev/null @@ -1,2 +0,0 @@ -At the moment, the module only creates putaway locations and does not update -the existing ones. It could be interesing to do so but can be destructive as well diff --git a/stock_generate_putaway_from_inventory/readme/USAGE.rst b/stock_generate_putaway_from_inventory/readme/USAGE.rst index f710ed4cf..0545feab9 100644 --- a/stock_generate_putaway_from_inventory/readme/USAGE.rst +++ b/stock_generate_putaway_from_inventory/readme/USAGE.rst @@ -1,8 +1,3 @@ -Before using this module you should specify a putaway strategy on the stock location -you want to generate putaway for. You can find similar instructions on the -stock_putaway_product module which is a dependency. - From a validated stock adjustment, use action -> Generate putaway per product. -Once this is done, the products of the stock adjustment without putaway locations -will have one of the strategy defined on the inventory's location. +The end result is that the location's putaway strategy will be updated, so that all products (and their locations) from the inventory will show up on the putaway strategy. diff --git a/stock_generate_putaway_from_inventory/static/description/index.html b/stock_generate_putaway_from_inventory/static/description/index.html index ed30af4b1..9e895c530 100644 --- a/stock_generate_putaway_from_inventory/static/description/index.html +++ b/stock_generate_putaway_from_inventory/static/description/index.html @@ -3,7 +3,7 @@ - + Stock Generate Putaway from Inventory + + + + + From a475f68491b7982ec66684ca03339e2fe3d14bbb Mon Sep 17 00:00:00 2001 From: Lois Rilo Date: Thu, 28 Mar 2019 12:27:25 +0100 Subject: [PATCH 546/631] [12.0][IMP] stock_orderpoint_move_link: add simple test. --- stock_orderpoint_move_link/tests/__init__.py | 1 + .../tests/test_stock_orderpoint_move_link.py | 85 +++++++++++++++++++ 2 files changed, 86 insertions(+) create mode 100644 stock_orderpoint_move_link/tests/__init__.py create mode 100644 stock_orderpoint_move_link/tests/test_stock_orderpoint_move_link.py diff --git a/stock_orderpoint_move_link/tests/__init__.py b/stock_orderpoint_move_link/tests/__init__.py new file mode 100644 index 000000000..bc24fd9a5 --- /dev/null +++ b/stock_orderpoint_move_link/tests/__init__.py @@ -0,0 +1 @@ +from . import test_stock_orderpoint_move_link diff --git a/stock_orderpoint_move_link/tests/test_stock_orderpoint_move_link.py b/stock_orderpoint_move_link/tests/test_stock_orderpoint_move_link.py new file mode 100644 index 000000000..d479712da --- /dev/null +++ b/stock_orderpoint_move_link/tests/test_stock_orderpoint_move_link.py @@ -0,0 +1,85 @@ +# Copyright 2019 Eficent Business and IT Consulting Services S.L. +# License LGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +from odoo.tests.common import SavepointCase + + +class TestStockOrderpointMoveLink(SavepointCase): + + @classmethod + def setUpClass(cls): + super().setUpClass() + + cls.product_obj = cls.env['product.product'] + cls.orderpoint_obj = cls.env['stock.warehouse.orderpoint'] + cls.loc_obj = cls.env['stock.location'] + cls.route_obj = cls.env['stock.location.route'] + cls.group_obj = cls.env['procurement.group'] + cls.move_obj = cls.env['stock.move'] + + cls.warehouse = cls.env.ref('stock.warehouse0') + cls.stock_loc = cls.env.ref('stock.stock_location_stock') + + # Create a new locations and routes: + cls.intermediate_loc = cls.loc_obj.create({ + 'name': 'Test location 1', + 'usage': 'internal', + 'location_id': cls.warehouse.view_location_id.id, + }) + test_route = cls.route_obj.create({ + 'name': 'Stock -> Test 1', + 'product_selectable': True, + 'rule_ids': [(0, 0, { + 'name': 'stock to test', + 'action': 'pull', + 'location_id': cls.intermediate_loc.id, + 'location_src_id': cls.stock_loc.id, + 'procure_method': 'make_to_stock', + 'picking_type_id': cls.env.ref( + 'stock.picking_type_internal').id, + 'propagate': True + })] + }) + cls.need_loc = cls.loc_obj.create({ + 'name': 'Test location 2', + 'usage': 'internal', + 'location_id': cls.warehouse.view_location_id.id, + }) + test_route_2 = cls.route_obj.create({ + 'name': 'Test 1 -> Test 2', + 'product_selectable': True, + 'rule_ids': [(0, 0, { + 'name': 'Test 1 to Test 2', + 'action': 'pull', + 'location_id': cls.need_loc.id, + 'location_src_id': cls.intermediate_loc.id, + 'procure_method': 'make_to_order', + 'picking_type_id': cls.env.ref( + 'stock.picking_type_internal').id, + 'propagate': True + })] + }) + + # Prepare Products: + routes = test_route_2 + test_route + cls.product = cls.product_obj.create({ + 'name': 'Test Product', + 'route_ids': [(6, 0, routes.ids)], + }) + + # Create Orderpoint: + cls.orderpoint_need_loc = cls.orderpoint_obj.create({ + 'warehouse_id': cls.warehouse.id, + 'location_id': cls.need_loc.id, + 'product_id': cls.product.id, + 'product_min_qty': 10.0, + 'product_max_qty': 50.0, + 'product_uom': cls.product.uom_id.id, + }) + cls.group_obj.run_scheduler() + + def test_01_stock_orderpoint_move_link(self): + """Tests if manual procurement fills orderpoint_ids field.""" + move = self.move_obj.search([ + ('orderpoint_ids', '=', self.orderpoint_need_loc.id)]) + self.assertTrue(len(move), 2) From 16204e138c0d95268228e04c59a52a52cf400527 Mon Sep 17 00:00:00 2001 From: hveficent Date: Wed, 24 Apr 2019 13:48:16 +0200 Subject: [PATCH 547/631] [12.0][IMP] stock_orderpoint_move_link: View transfers on orderpoint --- stock_orderpoint_move_link/README.rst | 1 + stock_orderpoint_move_link/__init__.py | 2 +- stock_orderpoint_move_link/__manifest__.py | 2 +- stock_orderpoint_move_link/models/__init__.py | 3 ++- stock_orderpoint_move_link/models/stock.py | 2 +- .../models/stock_move.py | 2 +- .../models/stock_warehouse_orderpoint.py | 19 +++++++++++++++++++ .../readme/CONTRIBUTORS.rst | 1 + .../tests/test_stock_orderpoint_move_link.py | 18 ++++++++++++++---- .../views/stock_move_views.xml | 16 ++++++++++++++++ 10 files changed, 57 insertions(+), 9 deletions(-) create mode 100644 stock_orderpoint_move_link/models/stock_warehouse_orderpoint.py diff --git a/stock_orderpoint_move_link/README.rst b/stock_orderpoint_move_link/README.rst index 7629d0122..a8df3129f 100644 --- a/stock_orderpoint_move_link/README.rst +++ b/stock_orderpoint_move_link/README.rst @@ -56,6 +56,7 @@ Contributors * Jordi Ballester Alomar * Kitti Upariphutthiphong +* Héctor Villarreal Ortega Maintainers ~~~~~~~~~~~ diff --git a/stock_orderpoint_move_link/__init__.py b/stock_orderpoint_move_link/__init__.py index dc045bf6a..2fb88af91 100644 --- a/stock_orderpoint_move_link/__init__.py +++ b/stock_orderpoint_move_link/__init__.py @@ -1,3 +1,3 @@ -# Copyright 2017 Eficent Business and IT Consulting Services, S.L. +# Copyright 2019 Eficent Business and IT Consulting Services, S.L. # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html). from . import models diff --git a/stock_orderpoint_move_link/__manifest__.py b/stock_orderpoint_move_link/__manifest__.py index f537b9752..85a39fc02 100644 --- a/stock_orderpoint_move_link/__manifest__.py +++ b/stock_orderpoint_move_link/__manifest__.py @@ -1,4 +1,4 @@ -# Copyright 2017 Eficent Business and IT Consulting Services, S.L. +# Copyright 2019 Eficent Business and IT Consulting Services, S.L. # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html). { diff --git a/stock_orderpoint_move_link/models/__init__.py b/stock_orderpoint_move_link/models/__init__.py index 197db3d45..7f2c64d3c 100644 --- a/stock_orderpoint_move_link/models/__init__.py +++ b/stock_orderpoint_move_link/models/__init__.py @@ -1,4 +1,5 @@ -# Copyright 2017 Eficent Business and IT Consulting Services, S.L. +# Copyright 2019 Eficent Business and IT Consulting Services, S.L. # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html). from . import stock from . import stock_move +from . import stock_warehouse_orderpoint diff --git a/stock_orderpoint_move_link/models/stock.py b/stock_orderpoint_move_link/models/stock.py index b1706a75f..937fdf2c8 100644 --- a/stock_orderpoint_move_link/models/stock.py +++ b/stock_orderpoint_move_link/models/stock.py @@ -1,4 +1,4 @@ -# Copyright 2017 Eficent Business, IT Consulting Services, S.L., Ecosoft +# Copyright 2019 Eficent Business, IT Consulting Services, S.L., Ecosoft # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html). from odoo import models diff --git a/stock_orderpoint_move_link/models/stock_move.py b/stock_orderpoint_move_link/models/stock_move.py index 7c5f8f309..29c989783 100644 --- a/stock_orderpoint_move_link/models/stock_move.py +++ b/stock_orderpoint_move_link/models/stock_move.py @@ -1,4 +1,4 @@ -# Copyright 2017 Eficent Business, IT Consulting Services, S.L. +# Copyright 2019 Eficent Business, IT Consulting Services, S.L. # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html). from odoo import fields, models diff --git a/stock_orderpoint_move_link/models/stock_warehouse_orderpoint.py b/stock_orderpoint_move_link/models/stock_warehouse_orderpoint.py new file mode 100644 index 000000000..4d0d4c4fe --- /dev/null +++ b/stock_orderpoint_move_link/models/stock_warehouse_orderpoint.py @@ -0,0 +1,19 @@ +# Copyright 2019 Eficent Business and IT Consulting Services S.L. +# (http://www.eficent.com) +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). + +from odoo import api, models + + +class StockWarehouseOrderpoint(models.Model): + _inherit = 'stock.warehouse.orderpoint' + + @api.multi + def action_view_stock_picking(self): + action = self.env.ref('stock.action_picking_tree_all') + result = action.read()[0] + result['context'] = {} + picking_ids = self.env['stock.move'].search( + [('orderpoint_ids', 'in', self.id)]).mapped('picking_id') + result['domain'] = "[('id','in',%s)]" % picking_ids.ids + return result diff --git a/stock_orderpoint_move_link/readme/CONTRIBUTORS.rst b/stock_orderpoint_move_link/readme/CONTRIBUTORS.rst index 7ac2aa759..7906762c1 100644 --- a/stock_orderpoint_move_link/readme/CONTRIBUTORS.rst +++ b/stock_orderpoint_move_link/readme/CONTRIBUTORS.rst @@ -1,2 +1,3 @@ * Jordi Ballester Alomar * Kitti Upariphutthiphong +* Héctor Villarreal Ortega diff --git a/stock_orderpoint_move_link/tests/test_stock_orderpoint_move_link.py b/stock_orderpoint_move_link/tests/test_stock_orderpoint_move_link.py index d479712da..e50166db0 100644 --- a/stock_orderpoint_move_link/tests/test_stock_orderpoint_move_link.py +++ b/stock_orderpoint_move_link/tests/test_stock_orderpoint_move_link.py @@ -1,6 +1,6 @@ # Copyright 2019 Eficent Business and IT Consulting Services S.L. # License LGPL-3.0 or later (http://www.gnu.org/licenses/agpl). - +import ast from odoo.tests.common import SavepointCase @@ -16,6 +16,7 @@ class TestStockOrderpointMoveLink(SavepointCase): cls.route_obj = cls.env['stock.location.route'] cls.group_obj = cls.env['procurement.group'] cls.move_obj = cls.env['stock.move'] + cls.picking_obj = cls.env['stock.picking'] cls.warehouse = cls.env.ref('stock.warehouse0') cls.stock_loc = cls.env.ref('stock.stock_location_stock') @@ -26,7 +27,7 @@ class TestStockOrderpointMoveLink(SavepointCase): 'usage': 'internal', 'location_id': cls.warehouse.view_location_id.id, }) - test_route = cls.route_obj.create({ + cls.test_route = cls.route_obj.create({ 'name': 'Stock -> Test 1', 'product_selectable': True, 'rule_ids': [(0, 0, { @@ -45,7 +46,7 @@ class TestStockOrderpointMoveLink(SavepointCase): 'usage': 'internal', 'location_id': cls.warehouse.view_location_id.id, }) - test_route_2 = cls.route_obj.create({ + cls.test_route_2 = cls.route_obj.create({ 'name': 'Test 1 -> Test 2', 'product_selectable': True, 'rule_ids': [(0, 0, { @@ -61,7 +62,7 @@ class TestStockOrderpointMoveLink(SavepointCase): }) # Prepare Products: - routes = test_route_2 + test_route + routes = cls.test_route_2 + cls.test_route cls.product = cls.product_obj.create({ 'name': 'Test Product', 'route_ids': [(6, 0, routes.ids)], @@ -83,3 +84,12 @@ class TestStockOrderpointMoveLink(SavepointCase): move = self.move_obj.search([ ('orderpoint_ids', '=', self.orderpoint_need_loc.id)]) self.assertTrue(len(move), 2) + + def test_02_stock_orderpoint_move_link_action_view(self): + sp_orderpoint = self.move_obj.search( + [('orderpoint_ids', 'in', self.orderpoint_need_loc.id)]).mapped( + 'picking_id') + result = self.orderpoint_need_loc.action_view_stock_picking() + sp_action = self.picking_obj.search( + ast.literal_eval(result['domain'])) + self.assertEquals(sp_orderpoint, sp_action) diff --git a/stock_orderpoint_move_link/views/stock_move_views.xml b/stock_orderpoint_move_link/views/stock_move_views.xml index 7975bdedc..82eae7fb5 100644 --- a/stock_orderpoint_move_link/views/stock_move_views.xml +++ b/stock_orderpoint_move_link/views/stock_move_views.xml @@ -25,4 +25,20 @@
    + + stock.warehouse.orderpoint.move.form + stock.warehouse.orderpoint + + +
    + +
    +
    +
    + From d92304d1b7b5181aa5154c819e25263441576bba Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Mon, 26 Aug 2019 13:07:42 +0000 Subject: [PATCH 548/631] stock_orderpoint_move_link 12.0.1.1.0 --- stock_orderpoint_move_link/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock_orderpoint_move_link/__manifest__.py b/stock_orderpoint_move_link/__manifest__.py index 85a39fc02..faa44c025 100644 --- a/stock_orderpoint_move_link/__manifest__.py +++ b/stock_orderpoint_move_link/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Stock Orderpoint Move Link", "summary": "Link Reordering rules to stock moves", - "version": "12.0.1.0.0", + "version": "12.0.1.1.0", "license": "LGPL-3", "website": "https://github.com/stock-logistics-warehouse", "author": "Eficent, Odoo Community Association (OCA)", From 86551a7058406604cbc5e8c1ea3d968268775c6c Mon Sep 17 00:00:00 2001 From: oca-travis Date: Thu, 21 Jun 2018 13:48:17 +0000 Subject: [PATCH 549/631] Updated translations from Weblate --- .../i18n/stock_orderpoint_move_link.pot | 40 ++++++++++++++++++ stock_orderpoint_move_link/i18n/zh_CN.po | 42 +++++++++++++++++++ 2 files changed, 82 insertions(+) create mode 100644 stock_orderpoint_move_link/i18n/stock_orderpoint_move_link.pot create mode 100644 stock_orderpoint_move_link/i18n/zh_CN.po diff --git a/stock_orderpoint_move_link/i18n/stock_orderpoint_move_link.pot b/stock_orderpoint_move_link/i18n/stock_orderpoint_move_link.pot new file mode 100644 index 000000000..c24c5ac86 --- /dev/null +++ b/stock_orderpoint_move_link/i18n/stock_orderpoint_move_link.pot @@ -0,0 +1,40 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_orderpoint_move_link +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"Last-Translator: <>\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: stock_orderpoint_move_link +#: model:ir.model.fields,field_description:stock_orderpoint_move_link.field_stock_move__orderpoint_ids +msgid "Linked Reordering Rules" +msgstr "" + +#. module: stock_orderpoint_move_link +#: model:ir.model,name:stock_orderpoint_move_link.model_stock_warehouse_orderpoint +msgid "Minimum Inventory Rule" +msgstr "" + +#. module: stock_orderpoint_move_link +#: model:ir.model,name:stock_orderpoint_move_link.model_stock_move +msgid "Stock Move" +msgstr "" + +#. module: stock_orderpoint_move_link +#: model:ir.model,name:stock_orderpoint_move_link.model_stock_rule +msgid "Stock Rule" +msgstr "" + +#. module: stock_orderpoint_move_link +#: model_terms:ir.ui.view,arch_db:stock_orderpoint_move_link.view_warehouse_orderpoint_move_form +msgid "Transfers" +msgstr "" + diff --git a/stock_orderpoint_move_link/i18n/zh_CN.po b/stock_orderpoint_move_link/i18n/zh_CN.po new file mode 100644 index 000000000..fe6b4513b --- /dev/null +++ b/stock_orderpoint_move_link/i18n/zh_CN.po @@ -0,0 +1,42 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_orderpoint_move_link +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 12.0\n" +"Report-Msgid-Bugs-To: \n" +"PO-Revision-Date: 2019-10-12 16:36+0000\n" +"Last-Translator: 黎伟杰 <674416404@qq.com>\n" +"Language-Team: none\n" +"Language: zh_CN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Weblate 3.8\n" + +#. module: stock_orderpoint_move_link +#: model:ir.model.fields,field_description:stock_orderpoint_move_link.field_stock_move__orderpoint_ids +msgid "Linked Reordering Rules" +msgstr "链接的重新订购规则" + +#. module: stock_orderpoint_move_link +#: model:ir.model,name:stock_orderpoint_move_link.model_stock_warehouse_orderpoint +msgid "Minimum Inventory Rule" +msgstr "最小库存规则" + +#. module: stock_orderpoint_move_link +#: model:ir.model,name:stock_orderpoint_move_link.model_stock_move +msgid "Stock Move" +msgstr "库存移动" + +#. module: stock_orderpoint_move_link +#: model:ir.model,name:stock_orderpoint_move_link.model_stock_rule +msgid "Stock Rule" +msgstr "库存规则" + +#. module: stock_orderpoint_move_link +#: model_terms:ir.ui.view,arch_db:stock_orderpoint_move_link.view_warehouse_orderpoint_move_form +msgid "Transfers" +msgstr "调拨" From db7c81c167c47fc1795d2913017a3c1194e3125a Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Mon, 6 Jan 2020 16:28:59 +0100 Subject: [PATCH 550/631] [IMP] stock_orderpoint_move_link: black, isort --- stock_orderpoint_move_link/__manifest__.py | 8 +- stock_orderpoint_move_link/models/stock.py | 35 ++-- .../models/stock_move.py | 10 +- .../models/stock_warehouse_orderpoint.py | 15 +- .../tests/test_stock_orderpoint_move_link.py | 155 ++++++++++-------- 5 files changed, 129 insertions(+), 94 deletions(-) diff --git a/stock_orderpoint_move_link/__manifest__.py b/stock_orderpoint_move_link/__manifest__.py index faa44c025..4e8d0d5ed 100644 --- a/stock_orderpoint_move_link/__manifest__.py +++ b/stock_orderpoint_move_link/__manifest__.py @@ -9,12 +9,8 @@ "website": "https://github.com/stock-logistics-warehouse", "author": "Eficent, Odoo Community Association (OCA)", "category": "Warehouse Management", - "depends": [ - "stock", - ], - "data": [ - "views/stock_move_views.xml", - ], + "depends": ["stock"], + "data": ["views/stock_move_views.xml"], "installable": True, "auto_install": False, } diff --git a/stock_orderpoint_move_link/models/stock.py b/stock_orderpoint_move_link/models/stock.py index 937fdf2c8..b2d726e08 100644 --- a/stock_orderpoint_move_link/models/stock.py +++ b/stock_orderpoint_move_link/models/stock.py @@ -4,16 +4,31 @@ from odoo import models class StockRule(models.Model): - _inherit = 'stock.rule' + _inherit = "stock.rule" - def _get_stock_move_values(self, product_id, product_qty, product_uom, - location_id, name, origin, values, group_id): + def _get_stock_move_values( + self, + product_id, + product_qty, + product_uom, + location_id, + name, + origin, + values, + group_id, + ): vals = super()._get_stock_move_values( - product_id, product_qty, product_uom, - location_id, name, origin, values, group_id) - if 'orderpoint_id' in values: - vals['orderpoint_ids'] = [(4, values['orderpoint_id'].id)] - elif 'orderpoint_ids' in values: - vals['orderpoint_ids'] = [(4, o.id) - for o in values['orderpoint_ids']] + product_id, + product_qty, + product_uom, + location_id, + name, + origin, + values, + group_id, + ) + if "orderpoint_id" in values: + vals["orderpoint_ids"] = [(4, values["orderpoint_id"].id)] + elif "orderpoint_ids" in values: + vals["orderpoint_ids"] = [(4, o.id) for o in values["orderpoint_ids"]] return vals diff --git a/stock_orderpoint_move_link/models/stock_move.py b/stock_orderpoint_move_link/models/stock_move.py index 29c989783..853c3f467 100644 --- a/stock_orderpoint_move_link/models/stock_move.py +++ b/stock_orderpoint_move_link/models/stock_move.py @@ -4,21 +4,19 @@ from odoo import fields, models class StockMove(models.Model): - _inherit = 'stock.move' + _inherit = "stock.move" orderpoint_ids = fields.Many2many( - comodel_name='stock.warehouse.orderpoint', - string='Linked Reordering Rules', + comodel_name="stock.warehouse.orderpoint", string="Linked Reordering Rules" ) def _prepare_procurement_values(self): res = super(StockMove, self)._prepare_procurement_values() if self.orderpoint_ids: - res['orderpoint_ids'] = self.orderpoint_ids + res["orderpoint_ids"] = self.orderpoint_ids return res def _merge_moves_fields(self): res = super(StockMove, self)._merge_moves_fields() - res['orderpoint_ids'] = [(4, m.id) - for m in self.mapped('orderpoint_ids')] + res["orderpoint_ids"] = [(4, m.id) for m in self.mapped("orderpoint_ids")] return res diff --git a/stock_orderpoint_move_link/models/stock_warehouse_orderpoint.py b/stock_orderpoint_move_link/models/stock_warehouse_orderpoint.py index 4d0d4c4fe..1d9076862 100644 --- a/stock_orderpoint_move_link/models/stock_warehouse_orderpoint.py +++ b/stock_orderpoint_move_link/models/stock_warehouse_orderpoint.py @@ -6,14 +6,17 @@ from odoo import api, models class StockWarehouseOrderpoint(models.Model): - _inherit = 'stock.warehouse.orderpoint' + _inherit = "stock.warehouse.orderpoint" @api.multi def action_view_stock_picking(self): - action = self.env.ref('stock.action_picking_tree_all') + action = self.env.ref("stock.action_picking_tree_all") result = action.read()[0] - result['context'] = {} - picking_ids = self.env['stock.move'].search( - [('orderpoint_ids', 'in', self.id)]).mapped('picking_id') - result['domain'] = "[('id','in',%s)]" % picking_ids.ids + result["context"] = {} + picking_ids = ( + self.env["stock.move"] + .search([("orderpoint_ids", "in", self.id)]) + .mapped("picking_id") + ) + result["domain"] = "[('id','in',%s)]" % picking_ids.ids return result diff --git a/stock_orderpoint_move_link/tests/test_stock_orderpoint_move_link.py b/stock_orderpoint_move_link/tests/test_stock_orderpoint_move_link.py index e50166db0..32dc36dd8 100644 --- a/stock_orderpoint_move_link/tests/test_stock_orderpoint_move_link.py +++ b/stock_orderpoint_move_link/tests/test_stock_orderpoint_move_link.py @@ -1,95 +1,118 @@ # Copyright 2019 Eficent Business and IT Consulting Services S.L. # License LGPL-3.0 or later (http://www.gnu.org/licenses/agpl). import ast + from odoo.tests.common import SavepointCase class TestStockOrderpointMoveLink(SavepointCase): - @classmethod def setUpClass(cls): super().setUpClass() - cls.product_obj = cls.env['product.product'] - cls.orderpoint_obj = cls.env['stock.warehouse.orderpoint'] - cls.loc_obj = cls.env['stock.location'] - cls.route_obj = cls.env['stock.location.route'] - cls.group_obj = cls.env['procurement.group'] - cls.move_obj = cls.env['stock.move'] - cls.picking_obj = cls.env['stock.picking'] + cls.product_obj = cls.env["product.product"] + cls.orderpoint_obj = cls.env["stock.warehouse.orderpoint"] + cls.loc_obj = cls.env["stock.location"] + cls.route_obj = cls.env["stock.location.route"] + cls.group_obj = cls.env["procurement.group"] + cls.move_obj = cls.env["stock.move"] + cls.picking_obj = cls.env["stock.picking"] - cls.warehouse = cls.env.ref('stock.warehouse0') - cls.stock_loc = cls.env.ref('stock.stock_location_stock') + cls.warehouse = cls.env.ref("stock.warehouse0") + cls.stock_loc = cls.env.ref("stock.stock_location_stock") # Create a new locations and routes: - cls.intermediate_loc = cls.loc_obj.create({ - 'name': 'Test location 1', - 'usage': 'internal', - 'location_id': cls.warehouse.view_location_id.id, - }) - cls.test_route = cls.route_obj.create({ - 'name': 'Stock -> Test 1', - 'product_selectable': True, - 'rule_ids': [(0, 0, { - 'name': 'stock to test', - 'action': 'pull', - 'location_id': cls.intermediate_loc.id, - 'location_src_id': cls.stock_loc.id, - 'procure_method': 'make_to_stock', - 'picking_type_id': cls.env.ref( - 'stock.picking_type_internal').id, - 'propagate': True - })] - }) - cls.need_loc = cls.loc_obj.create({ - 'name': 'Test location 2', - 'usage': 'internal', - 'location_id': cls.warehouse.view_location_id.id, - }) - cls.test_route_2 = cls.route_obj.create({ - 'name': 'Test 1 -> Test 2', - 'product_selectable': True, - 'rule_ids': [(0, 0, { - 'name': 'Test 1 to Test 2', - 'action': 'pull', - 'location_id': cls.need_loc.id, - 'location_src_id': cls.intermediate_loc.id, - 'procure_method': 'make_to_order', - 'picking_type_id': cls.env.ref( - 'stock.picking_type_internal').id, - 'propagate': True - })] - }) + cls.intermediate_loc = cls.loc_obj.create( + { + "name": "Test location 1", + "usage": "internal", + "location_id": cls.warehouse.view_location_id.id, + } + ) + cls.test_route = cls.route_obj.create( + { + "name": "Stock -> Test 1", + "product_selectable": True, + "rule_ids": [ + ( + 0, + 0, + { + "name": "stock to test", + "action": "pull", + "location_id": cls.intermediate_loc.id, + "location_src_id": cls.stock_loc.id, + "procure_method": "make_to_stock", + "picking_type_id": cls.env.ref( + "stock.picking_type_internal" + ).id, + "propagate": True, + }, + ) + ], + } + ) + cls.need_loc = cls.loc_obj.create( + { + "name": "Test location 2", + "usage": "internal", + "location_id": cls.warehouse.view_location_id.id, + } + ) + cls.test_route_2 = cls.route_obj.create( + { + "name": "Test 1 -> Test 2", + "product_selectable": True, + "rule_ids": [ + ( + 0, + 0, + { + "name": "Test 1 to Test 2", + "action": "pull", + "location_id": cls.need_loc.id, + "location_src_id": cls.intermediate_loc.id, + "procure_method": "make_to_order", + "picking_type_id": cls.env.ref( + "stock.picking_type_internal" + ).id, + "propagate": True, + }, + ) + ], + } + ) # Prepare Products: routes = cls.test_route_2 + cls.test_route - cls.product = cls.product_obj.create({ - 'name': 'Test Product', - 'route_ids': [(6, 0, routes.ids)], - }) + cls.product = cls.product_obj.create( + {"name": "Test Product", "route_ids": [(6, 0, routes.ids)]} + ) # Create Orderpoint: - cls.orderpoint_need_loc = cls.orderpoint_obj.create({ - 'warehouse_id': cls.warehouse.id, - 'location_id': cls.need_loc.id, - 'product_id': cls.product.id, - 'product_min_qty': 10.0, - 'product_max_qty': 50.0, - 'product_uom': cls.product.uom_id.id, - }) + cls.orderpoint_need_loc = cls.orderpoint_obj.create( + { + "warehouse_id": cls.warehouse.id, + "location_id": cls.need_loc.id, + "product_id": cls.product.id, + "product_min_qty": 10.0, + "product_max_qty": 50.0, + "product_uom": cls.product.uom_id.id, + } + ) cls.group_obj.run_scheduler() def test_01_stock_orderpoint_move_link(self): """Tests if manual procurement fills orderpoint_ids field.""" - move = self.move_obj.search([ - ('orderpoint_ids', '=', self.orderpoint_need_loc.id)]) + move = self.move_obj.search( + [("orderpoint_ids", "=", self.orderpoint_need_loc.id)] + ) self.assertTrue(len(move), 2) def test_02_stock_orderpoint_move_link_action_view(self): sp_orderpoint = self.move_obj.search( - [('orderpoint_ids', 'in', self.orderpoint_need_loc.id)]).mapped( - 'picking_id') + [("orderpoint_ids", "in", self.orderpoint_need_loc.id)] + ).mapped("picking_id") result = self.orderpoint_need_loc.action_view_stock_picking() - sp_action = self.picking_obj.search( - ast.literal_eval(result['domain'])) + sp_action = self.picking_obj.search(ast.literal_eval(result["domain"])) self.assertEquals(sp_orderpoint, sp_action) From 2a542271131216423903ef3b5fbe1ada6f21b013 Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Mon, 6 Jan 2020 16:33:40 +0100 Subject: [PATCH 551/631] [MIG] stock_orderpoint_move_link: Migration to 13.0 --- stock_orderpoint_move_link/__manifest__.py | 2 +- stock_orderpoint_move_link/models/stock.py | 4 +-- .../models/stock_move.py | 4 +-- .../models/stock_warehouse_orderpoint.py | 3 +-- .../readme/CONTRIBUTORS.rst | 1 + .../tests/test_stock_orderpoint_move_link.py | 2 -- .../views/stock_move_views.xml | 27 +++++++------------ 7 files changed, 16 insertions(+), 27 deletions(-) diff --git a/stock_orderpoint_move_link/__manifest__.py b/stock_orderpoint_move_link/__manifest__.py index 4e8d0d5ed..5ff801968 100644 --- a/stock_orderpoint_move_link/__manifest__.py +++ b/stock_orderpoint_move_link/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Stock Orderpoint Move Link", "summary": "Link Reordering rules to stock moves", - "version": "12.0.1.1.0", + "version": "13.0.1.0.0", "license": "LGPL-3", "website": "https://github.com/stock-logistics-warehouse", "author": "Eficent, Odoo Community Association (OCA)", diff --git a/stock_orderpoint_move_link/models/stock.py b/stock_orderpoint_move_link/models/stock.py index b2d726e08..50a22d73c 100644 --- a/stock_orderpoint_move_link/models/stock.py +++ b/stock_orderpoint_move_link/models/stock.py @@ -14,8 +14,8 @@ class StockRule(models.Model): location_id, name, origin, + company_id, values, - group_id, ): vals = super()._get_stock_move_values( product_id, @@ -24,8 +24,8 @@ class StockRule(models.Model): location_id, name, origin, + company_id, values, - group_id, ) if "orderpoint_id" in values: vals["orderpoint_ids"] = [(4, values["orderpoint_id"].id)] diff --git a/stock_orderpoint_move_link/models/stock_move.py b/stock_orderpoint_move_link/models/stock_move.py index 853c3f467..3ed7e6cfb 100644 --- a/stock_orderpoint_move_link/models/stock_move.py +++ b/stock_orderpoint_move_link/models/stock_move.py @@ -11,12 +11,12 @@ class StockMove(models.Model): ) def _prepare_procurement_values(self): - res = super(StockMove, self)._prepare_procurement_values() + res = super()._prepare_procurement_values() if self.orderpoint_ids: res["orderpoint_ids"] = self.orderpoint_ids return res def _merge_moves_fields(self): - res = super(StockMove, self)._merge_moves_fields() + res = super()._merge_moves_fields() res["orderpoint_ids"] = [(4, m.id) for m in self.mapped("orderpoint_ids")] return res diff --git a/stock_orderpoint_move_link/models/stock_warehouse_orderpoint.py b/stock_orderpoint_move_link/models/stock_warehouse_orderpoint.py index 1d9076862..b5836b77d 100644 --- a/stock_orderpoint_move_link/models/stock_warehouse_orderpoint.py +++ b/stock_orderpoint_move_link/models/stock_warehouse_orderpoint.py @@ -2,13 +2,12 @@ # (http://www.eficent.com) # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). -from odoo import api, models +from odoo import models class StockWarehouseOrderpoint(models.Model): _inherit = "stock.warehouse.orderpoint" - @api.multi def action_view_stock_picking(self): action = self.env.ref("stock.action_picking_tree_all") result = action.read()[0] diff --git a/stock_orderpoint_move_link/readme/CONTRIBUTORS.rst b/stock_orderpoint_move_link/readme/CONTRIBUTORS.rst index 7906762c1..1d856de5f 100644 --- a/stock_orderpoint_move_link/readme/CONTRIBUTORS.rst +++ b/stock_orderpoint_move_link/readme/CONTRIBUTORS.rst @@ -1,3 +1,4 @@ * Jordi Ballester Alomar * Kitti Upariphutthiphong * Héctor Villarreal Ortega +* Guewen Baconnier diff --git a/stock_orderpoint_move_link/tests/test_stock_orderpoint_move_link.py b/stock_orderpoint_move_link/tests/test_stock_orderpoint_move_link.py index 32dc36dd8..58f8d67a6 100644 --- a/stock_orderpoint_move_link/tests/test_stock_orderpoint_move_link.py +++ b/stock_orderpoint_move_link/tests/test_stock_orderpoint_move_link.py @@ -46,7 +46,6 @@ class TestStockOrderpointMoveLink(SavepointCase): "picking_type_id": cls.env.ref( "stock.picking_type_internal" ).id, - "propagate": True, }, ) ], @@ -76,7 +75,6 @@ class TestStockOrderpointMoveLink(SavepointCase): "picking_type_id": cls.env.ref( "stock.picking_type_internal" ).id, - "propagate": True, }, ) ], diff --git a/stock_orderpoint_move_link/views/stock_move_views.xml b/stock_orderpoint_move_link/views/stock_move_views.xml index 82eae7fb5..d592a569a 100644 --- a/stock_orderpoint_move_link/views/stock_move_views.xml +++ b/stock_orderpoint_move_link/views/stock_move_views.xml @@ -3,17 +3,6 @@ License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl-3.0) --> - - stock.move.form - stock.move - - - - - - - - stock.move.form stock.move @@ -30,13 +19,15 @@ stock.warehouse.orderpoint -
    - +
    +
    + +
    From 0c245ea577f08a293799066f2824937c6833aa25 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Mon, 29 Jul 2019 03:43:10 +0000 Subject: [PATCH 552/631] [UPD] README.rst --- stock_orderpoint_move_link/README.rst | 11 ++++++----- .../static/description/index.html | 8 +++++--- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/stock_orderpoint_move_link/README.rst b/stock_orderpoint_move_link/README.rst index a8df3129f..7c08f8f7e 100644 --- a/stock_orderpoint_move_link/README.rst +++ b/stock_orderpoint_move_link/README.rst @@ -14,13 +14,13 @@ Stock Orderpoint Move Link :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--warehouse-lightgray.png?logo=github - :target: https://github.com/OCA/stock-logistics-warehouse/tree/12.0/stock_orderpoint_move_link + :target: https://github.com/OCA/stock-logistics-warehouse/tree/13.0/stock_orderpoint_move_link :alt: OCA/stock-logistics-warehouse .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-12-0/stock-logistics-warehouse-12-0-stock_orderpoint_move_link + :target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-13-0/stock-logistics-warehouse-13-0-stock_orderpoint_move_link :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png - :target: https://runbot.odoo-community.org/runbot/153/12.0 + :target: https://runbot.odoo-community.org/runbot/153/13.0 :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| |badge5| @@ -39,7 +39,7 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -57,6 +57,7 @@ Contributors * Jordi Ballester Alomar * Kitti Upariphutthiphong * Héctor Villarreal Ortega +* Guewen Baconnier Maintainers ~~~~~~~~~~~ @@ -71,6 +72,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. -This module is part of the `OCA/stock-logistics-warehouse `_ project on GitHub. +This module is part of the `OCA/stock-logistics-warehouse `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/stock_orderpoint_move_link/static/description/index.html b/stock_orderpoint_move_link/static/description/index.html index ee315b1bf..32315d858 100644 --- a/stock_orderpoint_move_link/static/description/index.html +++ b/stock_orderpoint_move_link/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

    Beta License: LGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runbot

    +

    Beta License: LGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runbot

    This module adds to stock moves a direct link to the reordering rules that created them. In chained moves, the reordering rule is propagated.

    Table of contents

    @@ -387,7 +387,7 @@ In chained moves, the reordering rule is propagated.

    Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed -feedback.

    +feedback.

    Do not contact contributors directly about support or help with technical issues.

    @@ -403,6 +403,8 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
    @@ -412,7 +414,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome

    OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

    -

    This module is part of the OCA/stock-logistics-warehouse project on GitHub.

    +

    This module is part of the OCA/stock-logistics-warehouse project on GitHub.

    You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

    From f90266f542f98e5ac096081abfd452ecf9f4d203 Mon Sep 17 00:00:00 2001 From: oca-travis Date: Tue, 10 Mar 2020 15:45:39 +0000 Subject: [PATCH 553/631] [UPD] Update stock_orderpoint_move_link.pot --- .../i18n/stock_orderpoint_move_link.pot | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/stock_orderpoint_move_link/i18n/stock_orderpoint_move_link.pot b/stock_orderpoint_move_link/i18n/stock_orderpoint_move_link.pot index c24c5ac86..c63402fb8 100644 --- a/stock_orderpoint_move_link/i18n/stock_orderpoint_move_link.pot +++ b/stock_orderpoint_move_link/i18n/stock_orderpoint_move_link.pot @@ -1,12 +1,12 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: -# * stock_orderpoint_move_link +# * stock_orderpoint_move_link # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 11.0\n" +"Project-Id-Version: Odoo Server 13.0\n" "Report-Msgid-Bugs-To: \n" -"Last-Translator: <>\n" +"Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -37,4 +37,3 @@ msgstr "" #: model_terms:ir.ui.view,arch_db:stock_orderpoint_move_link.view_warehouse_orderpoint_move_form msgid "Transfers" msgstr "" - From d1b1be88200c73c1efe4b1613d77f68161f26ada Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Tue, 10 Mar 2020 17:00:41 +0000 Subject: [PATCH 554/631] [UPD] README.rst --- stock_orderpoint_move_link/static/description/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock_orderpoint_move_link/static/description/index.html b/stock_orderpoint_move_link/static/description/index.html index 32315d858..945f3a0f6 100644 --- a/stock_orderpoint_move_link/static/description/index.html +++ b/stock_orderpoint_move_link/static/description/index.html @@ -3,7 +3,7 @@ - + Stock Orderpoint Move Link + + +
    +

    Stock Request Picking Type

    + + +

    Beta License: LGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runbot

    +

    This module adds stock requests within the Inventory app with a new operation type.

    +

    Table of contents

    + +
    +

    Usage

    +
      +
    • Go to Inventory
    • +
    • Click on the Stock Requests tile to process stock requests
    • +
    • You can also go to Inventory > Operations > Stock Requests
    • +
    +
    +
    +

    Bug Tracker

    +

    Bugs are tracked on GitHub Issues. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed +feedback.

    +

    Do not contact contributors directly about support or help with technical issues.

    +
    +
    +

    Credits

    +
    +

    Authors

    +
      +
    • Open Source Integrators
    • +
    +
    + +
    +

    Maintainers

    +

    This module is maintained by the OCA.

    +Odoo Community Association +

    OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use.

    +

    Current maintainer:

    +

    max3903

    +

    This module is part of the OCA/stock-logistics-warehouse project on GitHub.

    +

    You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

    +
    +
    +
    + + diff --git a/stock_request_picking_type/views/stock_picking_views.xml b/stock_request_picking_type/views/stock_picking_views.xml new file mode 100644 index 000000000..01e9a511e --- /dev/null +++ b/stock_request_picking_type/views/stock_picking_views.xml @@ -0,0 +1,117 @@ + + + + + stock.picking.type.kanban + stock.picking.type + + + + + + + + + +
    +
    +
    +
    + + + +
    +
    +
    + +
    +
    +
    +
    +
    + +
    +
    +
    + +
    + +
    +
    +
    + +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + + + Operation Types + stock.picking.type + + + + {"invisible": [("code", "=", "stock_request")]} + + + {"invisible": [("code", "=", "stock_request")]} + + + + +
    diff --git a/stock_request_picking_type/views/stock_request_views.xml b/stock_request_picking_type/views/stock_request_views.xml new file mode 100644 index 000000000..fff0146fe --- /dev/null +++ b/stock_request_picking_type/views/stock_request_views.xml @@ -0,0 +1,53 @@ + + + + + stock.request.select + stock.request + + + + + + + + + + + + + + + + + + + Stock Requests + ir.actions.act_window + stock.request + form + tree,form + + + [('picking_type_id', '=', active_id)] + {'default_picking_type_id': active_id} + + + + Stock Requests + ir.actions.act_window + stock.request + form + form + + + + + From 27beb973d3c8be0cbb930a7534d5c4aa47ae93d6 Mon Sep 17 00:00:00 2001 From: Maxime Chambreuil Date: Tue, 28 May 2019 08:59:38 -0500 Subject: [PATCH 576/631] [IMP] stock_request_picking_type: Use Submitted state --- stock_request_picking_type/models/stock_picking_type.py | 4 ++-- stock_request_picking_type/views/stock_picking_views.xml | 2 +- stock_request_picking_type/views/stock_request_views.xml | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/stock_request_picking_type/models/stock_picking_type.py b/stock_request_picking_type/models/stock_picking_type.py index 9c7eb4a13..66af76884 100644 --- a/stock_request_picking_type/models/stock_picking_type.py +++ b/stock_request_picking_type/models/stock_picking_type.py @@ -21,10 +21,10 @@ class StockPickingType(models.Model): if not types: return domains = { - 'count_sr_todo': [('state', '=', 'draft')], + 'count_sr_todo': [('state', '=', 'submitted')], 'count_sr_open': [('state', '=', 'open')], 'count_sr_late': [('expected_date', '<', fields.Date.today()), - ('state', 'in', ('draft', 'open'))], + ('state', 'in', ('submitted', 'open'))], } for field in domains: data = self.env['stock.request'].read_group( diff --git a/stock_request_picking_type/views/stock_picking_views.xml b/stock_request_picking_type/views/stock_picking_views.xml index 01e9a511e..628041667 100644 --- a/stock_request_picking_type/views/stock_picking_views.xml +++ b/stock_request_picking_type/views/stock_picking_views.xml @@ -66,7 +66,7 @@ All
    - Draft + To Do
    In Progress diff --git a/stock_request_picking_type/views/stock_request_views.xml b/stock_request_picking_type/views/stock_request_views.xml index fff0146fe..5ba1d9b5f 100644 --- a/stock_request_picking_type/views/stock_request_views.xml +++ b/stock_request_picking_type/views/stock_request_views.xml @@ -8,11 +8,11 @@ - + - + From 58412bf4ac5adb78c82060c259803c745c52f861 Mon Sep 17 00:00:00 2001 From: Maxime Chambreuil Date: Tue, 28 May 2019 09:19:24 -0500 Subject: [PATCH 577/631] [IMP] Bump version --- stock_request_picking_type/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock_request_picking_type/__manifest__.py b/stock_request_picking_type/__manifest__.py index bccedbc55..abba854be 100644 --- a/stock_request_picking_type/__manifest__.py +++ b/stock_request_picking_type/__manifest__.py @@ -4,7 +4,7 @@ { 'name': 'Stock Request Picking Type', 'summary': 'Add Stock Requests to the Inventory App', - 'version': '12.0.1.0.0', + 'version': '12.0.1.1.0', 'license': 'LGPL-3', 'website': 'https://github.com/stock-logistics-warehouse', 'author': 'Open Source Integrators, ' From a96d9c3c4841ca8aed2facb5e941e9f81542e472 Mon Sep 17 00:00:00 2001 From: Maxime Chambreuil Date: Mon, 8 Jul 2019 20:03:20 -0500 Subject: [PATCH 578/631] [FIX] stock_request_picking_type --- stock_request_picking_type/__manifest__.py | 4 +-- .../data/stock_picking_type.xml | 7 ++--- .../migrations/12.0.2.0.0/pre-migration.py | 14 +++++++++ stock_request_picking_type/models/__init__.py | 2 +- .../models/stock_picking_type.py | 11 +++---- ...tock_request.py => stock_request_order.py} | 6 ++-- .../readme/DESCRIPTION.rst | 2 +- stock_request_picking_type/readme/USAGE.rst | 4 +-- .../views/stock_picking_views.xml | 14 ++++----- ...iews.xml => stock_request_order_views.xml} | 29 +++++++++---------- 10 files changed, 52 insertions(+), 41 deletions(-) create mode 100644 stock_request_picking_type/migrations/12.0.2.0.0/pre-migration.py rename stock_request_picking_type/models/{stock_request.py => stock_request_order.py} (82%) rename stock_request_picking_type/views/{stock_request_views.xml => stock_request_order_views.xml} (66%) diff --git a/stock_request_picking_type/__manifest__.py b/stock_request_picking_type/__manifest__.py index abba854be..8d868e7cb 100644 --- a/stock_request_picking_type/__manifest__.py +++ b/stock_request_picking_type/__manifest__.py @@ -4,7 +4,7 @@ { 'name': 'Stock Request Picking Type', 'summary': 'Add Stock Requests to the Inventory App', - 'version': '12.0.1.1.0', + 'version': '12.0.2.0.0', 'license': 'LGPL-3', 'website': 'https://github.com/stock-logistics-warehouse', 'author': 'Open Source Integrators, ' @@ -15,7 +15,7 @@ ], 'data': [ 'data/stock_picking_type.xml', - 'views/stock_request_views.xml', + 'views/stock_request_order_views.xml', 'views/stock_picking_views.xml', ], 'development_status': 'Beta', diff --git a/stock_request_picking_type/data/stock_picking_type.xml b/stock_request_picking_type/data/stock_picking_type.xml index 0c2bca50b..3876c66a4 100644 --- a/stock_request_picking_type/data/stock_picking_type.xml +++ b/stock_request_picking_type/data/stock_picking_type.xml @@ -1,10 +1,9 @@ - - + Stock Requests - - stock_request + + stock_request_order 0 diff --git a/stock_request_picking_type/migrations/12.0.2.0.0/pre-migration.py b/stock_request_picking_type/migrations/12.0.2.0.0/pre-migration.py new file mode 100644 index 000000000..2a9d38e06 --- /dev/null +++ b/stock_request_picking_type/migrations/12.0.2.0.0/pre-migration.py @@ -0,0 +1,14 @@ +# Copyright (C) 2019 Open Source Integrators +# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). + + +def migrate(env, version): + if not version: + return + + env.execute("UPDATE stock_request_order " + "SET picking_type_id = (" + "SELECT id " + "FROM stock_picking_type " + "WHERE code = 'stock_request_order') " + "WHERE picking_type_id IS NULL;") diff --git a/stock_request_picking_type/models/__init__.py b/stock_request_picking_type/models/__init__.py index 1953de94f..bed61e447 100644 --- a/stock_request_picking_type/models/__init__.py +++ b/stock_request_picking_type/models/__init__.py @@ -1,5 +1,5 @@ # Copyright 2019 Open Source Integrators # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html). -from . import stock_request +from . import stock_request_order from . import stock_picking_type diff --git a/stock_request_picking_type/models/stock_picking_type.py b/stock_request_picking_type/models/stock_picking_type.py index 66af76884..47fa48ea3 100644 --- a/stock_request_picking_type/models/stock_picking_type.py +++ b/stock_request_picking_type/models/stock_picking_type.py @@ -7,8 +7,8 @@ from odoo import fields, models class StockPickingType(models.Model): _inherit = 'stock.picking.type' - code = fields.Selection(selection_add=[('stock_request', - 'Stock Request')]) + code = fields.Selection(selection_add=[('stock_request_order', + 'Stock Request Order')]) count_sr_todo = fields.Integer(string="To Do", compute='_compute_sr_count') count_sr_open = fields.Integer(string="In Progress", @@ -17,7 +17,8 @@ class StockPickingType(models.Model): compute='_compute_sr_count') def _compute_sr_count(self): - types = self.filtered(lambda picking: picking.code == 'stock_request') + types = self.filtered( + lambda picking: picking.code == 'stock_request_order') if not types: return domains = { @@ -27,7 +28,7 @@ class StockPickingType(models.Model): ('state', 'in', ('submitted', 'open'))], } for field in domains: - data = self.env['stock.request'].read_group( + data = self.env['stock.request.order'].read_group( domains[field] + [('state', 'not in', ('done', 'cancel')), ('picking_type_id', 'in', self.ids)], @@ -38,6 +39,6 @@ class StockPickingType(models.Model): for record in types: record[field] = count.get(record.id, 0) - def get_stock_request_picking_type_action(self): + def get_stock_request_order_picking_type_action(self): return self._get_action( 'stock_request_picking_type.action_picking_dashboard') diff --git a/stock_request_picking_type/models/stock_request.py b/stock_request_picking_type/models/stock_request_order.py similarity index 82% rename from stock_request_picking_type/models/stock_request.py rename to stock_request_picking_type/models/stock_request_order.py index f37e82dd5..984aad6a6 100644 --- a/stock_request_picking_type/models/stock_request.py +++ b/stock_request_picking_type/models/stock_request_order.py @@ -4,13 +4,13 @@ from odoo import api, fields, models -class StockRequest(models.Model): - _inherit = 'stock.request' +class StockRequestOrder(models.Model): + _inherit = 'stock.request.order' @api.model def _get_default_picking_type(self): return self.env['stock.picking.type'].search([ - ('code', '=', 'stock_request'), + ('code', '=', 'stock_request_order'), ('warehouse_id.company_id', 'in', [self.env.context.get('company_id', self.env.user.company_id.id), False])], diff --git a/stock_request_picking_type/readme/DESCRIPTION.rst b/stock_request_picking_type/readme/DESCRIPTION.rst index 5d16cd18e..0173f58f4 100644 --- a/stock_request_picking_type/readme/DESCRIPTION.rst +++ b/stock_request_picking_type/readme/DESCRIPTION.rst @@ -1 +1 @@ -This module adds stock requests within the Inventory app with a new operation type. +This module adds stock request orders within the Inventory app with a new operation type. diff --git a/stock_request_picking_type/readme/USAGE.rst b/stock_request_picking_type/readme/USAGE.rst index e785e49f6..a2807118d 100644 --- a/stock_request_picking_type/readme/USAGE.rst +++ b/stock_request_picking_type/readme/USAGE.rst @@ -1,3 +1,3 @@ * Go to Inventory -* Click on the Stock Requests tile to process stock requests -* You can also go to Inventory > Operations > Stock Requests +* Click on the Stock Request Orders tile to process stock requests +* You can also go to Inventory > Operations > Stock Request Orders diff --git a/stock_request_picking_type/views/stock_picking_views.xml b/stock_request_picking_type/views/stock_picking_views.xml index 628041667..41f55ef1e 100644 --- a/stock_request_picking_type/views/stock_picking_views.xml +++ b/stock_request_picking_type/views/stock_picking_views.xml @@ -13,11 +13,11 @@ -
    +
    - +
    @@ -30,7 +30,7 @@
    @@ -80,7 +80,7 @@ New
    @@ -100,16 +100,16 @@ - + Operation Types stock.picking.type - {"invisible": [("code", "=", "stock_request")]} + {"invisible": [("code", "=", "stock_request_order")]} - {"invisible": [("code", "=", "stock_request")]} + {"invisible": [("code", "=", "stock_request_order")]} diff --git a/stock_request_picking_type/views/stock_request_views.xml b/stock_request_picking_type/views/stock_request_order_views.xml similarity index 66% rename from stock_request_picking_type/views/stock_request_views.xml rename to stock_request_picking_type/views/stock_request_order_views.xml index 5ba1d9b5f..9b807c842 100644 --- a/stock_request_picking_type/views/stock_request_views.xml +++ b/stock_request_picking_type/views/stock_request_order_views.xml @@ -1,13 +1,11 @@ - - - stock.request.select - stock.request + + stock.request.order.select + stock.request.order - + - - @@ -25,28 +22,28 @@ - Stock Requests + Stock Request Orders ir.actions.act_window - stock.request + stock.request.order form tree,form - + [('picking_type_id', '=', active_id)] {'default_picking_type_id': active_id} - - Stock Requests + + Stock Request Orders ir.actions.act_window - stock.request + stock.request.order form form - From 80a4f869cfbe656bf9843901591da3c093203227 Mon Sep 17 00:00:00 2001 From: Maxime Chambreuil Date: Mon, 8 Jul 2019 23:55:04 -0500 Subject: [PATCH 579/631] [REN] stock_request_picking_type: migration script --- .../migrations/12.0.2.0.0/{pre-migration.py => post-migration.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename stock_request_picking_type/migrations/12.0.2.0.0/{pre-migration.py => post-migration.py} (100%) diff --git a/stock_request_picking_type/migrations/12.0.2.0.0/pre-migration.py b/stock_request_picking_type/migrations/12.0.2.0.0/post-migration.py similarity index 100% rename from stock_request_picking_type/migrations/12.0.2.0.0/pre-migration.py rename to stock_request_picking_type/migrations/12.0.2.0.0/post-migration.py From b3b0d4b1ea171fac9bbc48316ab0cf9e9009f886 Mon Sep 17 00:00:00 2001 From: Maxime Chambreuil Date: Fri, 9 Aug 2019 12:46:09 -0500 Subject: [PATCH 580/631] [FIX] stock_request_picking_type: Depends on stock_request_submit [UPD] Update stock_request_picking_type.pot [UPD] README.rst Added translation using Weblate (Chinese (Simplified)) Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (28 of 28 strings) Translation: stock-logistics-warehouse-12.0/stock-logistics-warehouse-12.0-stock_request_picking_type Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-12-0/stock-logistics-warehouse-12-0-stock_request_picking_type/zh_CN/ Added translation using Weblate (Spanish) Translated using Weblate (Spanish) Currently translated at 100.0% (28 of 28 strings) Translation: stock-logistics-warehouse-12.0/stock-logistics-warehouse-12.0-stock_request_picking_type Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-12-0/stock-logistics-warehouse-12-0-stock_request_picking_type/es/ --- stock_request_picking_type/README.rst | 6 +- stock_request_picking_type/__manifest__.py | 2 +- stock_request_picking_type/i18n/es.po | 170 ++++++++++++++++++ .../i18n/stock_request_picking_type.pot | 63 +++---- stock_request_picking_type/i18n/zh_CN.po | 169 +++++++++++++++++ .../static/description/index.html | 6 +- 6 files changed, 375 insertions(+), 41 deletions(-) create mode 100644 stock_request_picking_type/i18n/es.po create mode 100644 stock_request_picking_type/i18n/zh_CN.po diff --git a/stock_request_picking_type/README.rst b/stock_request_picking_type/README.rst index 443e71982..eef754900 100644 --- a/stock_request_picking_type/README.rst +++ b/stock_request_picking_type/README.rst @@ -25,7 +25,7 @@ Stock Request Picking Type |badge1| |badge2| |badge3| |badge4| |badge5| -This module adds stock requests within the Inventory app with a new operation type. +This module adds stock request orders within the Inventory app with a new operation type. **Table of contents** @@ -36,8 +36,8 @@ Usage ===== * Go to Inventory -* Click on the Stock Requests tile to process stock requests -* You can also go to Inventory > Operations > Stock Requests +* Click on the Stock Request Orders tile to process stock requests +* You can also go to Inventory > Operations > Stock Request Orders Bug Tracker =========== diff --git a/stock_request_picking_type/__manifest__.py b/stock_request_picking_type/__manifest__.py index 8d868e7cb..54d256284 100644 --- a/stock_request_picking_type/__manifest__.py +++ b/stock_request_picking_type/__manifest__.py @@ -11,7 +11,7 @@ 'Odoo Community Association (OCA)', 'category': 'Warehouse Management', 'depends': [ - 'stock_request', + 'stock_request_submit', ], 'data': [ 'data/stock_picking_type.xml', diff --git a/stock_request_picking_type/i18n/es.po b/stock_request_picking_type/i18n/es.po new file mode 100644 index 000000000..13d0f00c4 --- /dev/null +++ b/stock_request_picking_type/i18n/es.po @@ -0,0 +1,170 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_request_picking_type +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 12.0\n" +"Report-Msgid-Bugs-To: \n" +"PO-Revision-Date: 2020-01-17 05:13+0000\n" +"Last-Translator: Nelson Ramírez Sánchez \n" +"Language-Team: none\n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 3.10\n" + +#. module: stock_request_picking_type +#: model_terms:ir.ui.view,arch_db:stock_request_picking_type.stock_request_type_kanban +msgid "" +msgstr "" +"" + +#. module: stock_request_picking_type +#: model_terms:ir.ui.view,arch_db:stock_request_picking_type.stock_request_type_kanban +msgid "New" +msgstr "Nuevo" + +#. module: stock_request_picking_type +#: model_terms:ir.ui.view,arch_db:stock_request_picking_type.stock_request_type_kanban +msgid "View" +msgstr "Ver" + +#. module: stock_request_picking_type +#: model_terms:ir.ui.view,arch_db:stock_request_picking_type.stock_request_type_kanban +msgid "All" +msgstr "Todo" + +#. module: stock_request_picking_type +#: selection:stock.picking.type,code:0 +msgid "Customers" +msgstr "Clientes" + +#. module: stock_request_picking_type +#: model_terms:ir.ui.view,arch_db:stock_request_picking_type.stock_request_type_kanban +#: model_terms:ir.ui.view,arch_db:stock_request_picking_type.view_stock_request_order_filter +msgid "Done" +msgstr "Hecho" + +#. module: stock_request_picking_type +#: model_terms:ir.ui.view,arch_db:stock_request_picking_type.view_stock_request_order_filter +msgid "Expected Date" +msgstr "Fecha Esperada" + +#. module: stock_request_picking_type +#: model_terms:ir.ui.view,arch_db:stock_request_picking_type.view_stock_request_order_filter +msgid "Expected Date by Month" +msgstr "Fecha Esperada por Mes" + +#. module: stock_request_picking_type +#: model_terms:ir.ui.view,arch_db:stock_request_picking_type.view_stock_request_order_filter +msgid "Group By..." +msgstr "Agrupar por..." + +#. module: stock_request_picking_type +#: model:ir.model.fields,field_description:stock_request_picking_type.field_stock_picking_type__count_sr_open +#: model_terms:ir.ui.view,arch_db:stock_request_picking_type.stock_request_type_kanban +#: model_terms:ir.ui.view,arch_db:stock_request_picking_type.view_stock_request_order_filter +msgid "In Progress" +msgstr "En Progreso" + +#. module: stock_request_picking_type +#: selection:stock.picking.type,code:0 +msgid "Internal" +msgstr "Interno" + +#. module: stock_request_picking_type +#: model:ir.model.fields,field_description:stock_request_picking_type.field_stock_picking_type__count_sr_late +#: model_terms:ir.ui.view,arch_db:stock_request_picking_type.stock_request_type_kanban +#: model_terms:ir.ui.view,arch_db:stock_request_picking_type.view_stock_request_order_filter +msgid "Late" +msgstr "Tarde" + +#. module: stock_request_picking_type +#: model_terms:ir.ui.view,arch_db:stock_request_picking_type.view_stock_request_order_filter +msgid "Late Stock Requests" +msgstr "Solicitudes de Stock Tardías" + +#. module: stock_request_picking_type +#: selection:stock.picking.type,code:0 +msgid "Manufacturing Operation" +msgstr "Operación de Fabricación" + +#. module: stock_request_picking_type +#: model:ir.model.fields,field_description:stock_request_picking_type.field_stock_request_order__picking_type_id +msgid "Operation Type" +msgstr "Tipo de Operación" + +#. module: stock_request_picking_type +#: model:ir.model,name:stock_request_picking_type.model_stock_picking_type +msgid "Picking Type" +msgstr "Tipo de Picking" + +#. module: stock_request_picking_type +#: model_terms:ir.ui.view,arch_db:stock_request_picking_type.view_stock_request_order_filter +msgid "Search Stock Request Orders" +msgstr "Buscar Pedidos de Solicitud de Stock" + +#. module: stock_request_picking_type +#: model_terms:ir.ui.view,arch_db:stock_request_picking_type.stock_request_type_kanban +msgid "Settings" +msgstr "Configuración" + +#. module: stock_request_picking_type +#: model_terms:ir.ui.view,arch_db:stock_request_picking_type.view_stock_request_order_filter +msgid "State" +msgstr "Estado" + +#. module: stock_request_picking_type +#: model:ir.model,name:stock_request_picking_type.model_stock_request_order +#: model_terms:ir.ui.view,arch_db:stock_request_picking_type.stock_request_type_kanban +#: selection:stock.picking.type,code:0 +msgid "Stock Request Order" +msgstr "Pedido de Solicitud de Stock" + +#. module: stock_request_picking_type +#: model:ir.actions.act_window,name:stock_request_picking_type.action_picking_dashboard +#: model:ir.actions.act_window,name:stock_request_picking_type.action_stock_request_order_form +#: model:ir.ui.menu,name:stock_request_picking_type.menu_stock_request_order +msgid "Stock Request Orders" +msgstr "Pedidos de Solicitud de Stock" + +#. module: stock_request_picking_type +#: model:stock.picking.type,name:stock_request_picking_type.stock_request_order +msgid "Stock Requests" +msgstr "Solicitudes de Stock" + +#. module: stock_request_picking_type +#: model_terms:ir.ui.view,arch_db:stock_request_picking_type.view_stock_request_order_filter +msgid "Stock Requests To Do." +msgstr "Solicitudes de acciones para hacer." + +#. module: stock_request_picking_type +#: model_terms:ir.ui.view,arch_db:stock_request_picking_type.view_stock_request_order_filter +msgid "Stock Requests in Progress." +msgstr "Solicitudes de stock en curso." + +#. module: stock_request_picking_type +#: model:ir.model.fields,field_description:stock_request_picking_type.field_stock_picking_type__count_sr_todo +#: model_terms:ir.ui.view,arch_db:stock_request_picking_type.stock_request_type_kanban +#: model_terms:ir.ui.view,arch_db:stock_request_picking_type.view_stock_request_order_filter +msgid "To Do" +msgstr "Por Hacer" + +#. module: stock_request_picking_type +#: model_terms:ir.ui.view,arch_db:stock_request_picking_type.stock_request_type_kanban +msgid "To Process" +msgstr "A Procesar" + +#. module: stock_request_picking_type +#: model:ir.model.fields,field_description:stock_request_picking_type.field_stock_picking_type__code +msgid "Type of Operation" +msgstr "Tipo de Operación" + +#. module: stock_request_picking_type +#: selection:stock.picking.type,code:0 +msgid "Vendors" +msgstr "Proveedores" diff --git a/stock_request_picking_type/i18n/stock_request_picking_type.pot b/stock_request_picking_type/i18n/stock_request_picking_type.pot index e271851d0..589537703 100644 --- a/stock_request_picking_type/i18n/stock_request_picking_type.pot +++ b/stock_request_picking_type/i18n/stock_request_picking_type.pot @@ -40,34 +40,29 @@ msgstr "" #. module: stock_request_picking_type #: model_terms:ir.ui.view,arch_db:stock_request_picking_type.stock_request_type_kanban -#: model_terms:ir.ui.view,arch_db:stock_request_picking_type.view_stock_request_filter +#: model_terms:ir.ui.view,arch_db:stock_request_picking_type.view_stock_request_order_filter msgid "Done" msgstr "" #. module: stock_request_picking_type -#: model_terms:ir.ui.view,arch_db:stock_request_picking_type.stock_request_type_kanban -msgid "Draft" -msgstr "" - -#. module: stock_request_picking_type -#: model_terms:ir.ui.view,arch_db:stock_request_picking_type.view_stock_request_filter +#: model_terms:ir.ui.view,arch_db:stock_request_picking_type.view_stock_request_order_filter msgid "Expected Date" msgstr "" #. module: stock_request_picking_type -#: model_terms:ir.ui.view,arch_db:stock_request_picking_type.view_stock_request_filter +#: model_terms:ir.ui.view,arch_db:stock_request_picking_type.view_stock_request_order_filter msgid "Expected Date by Month" msgstr "" #. module: stock_request_picking_type -#: model_terms:ir.ui.view,arch_db:stock_request_picking_type.view_stock_request_filter +#: model_terms:ir.ui.view,arch_db:stock_request_picking_type.view_stock_request_order_filter msgid "Group By..." msgstr "" #. module: stock_request_picking_type #: model:ir.model.fields,field_description:stock_request_picking_type.field_stock_picking_type__count_sr_open #: model_terms:ir.ui.view,arch_db:stock_request_picking_type.stock_request_type_kanban -#: model_terms:ir.ui.view,arch_db:stock_request_picking_type.view_stock_request_filter +#: model_terms:ir.ui.view,arch_db:stock_request_picking_type.view_stock_request_order_filter msgid "In Progress" msgstr "" @@ -79,12 +74,12 @@ msgstr "" #. module: stock_request_picking_type #: model:ir.model.fields,field_description:stock_request_picking_type.field_stock_picking_type__count_sr_late #: model_terms:ir.ui.view,arch_db:stock_request_picking_type.stock_request_type_kanban -#: model_terms:ir.ui.view,arch_db:stock_request_picking_type.view_stock_request_filter +#: model_terms:ir.ui.view,arch_db:stock_request_picking_type.view_stock_request_order_filter msgid "Late" msgstr "" #. module: stock_request_picking_type -#: model_terms:ir.ui.view,arch_db:stock_request_picking_type.view_stock_request_filter +#: model_terms:ir.ui.view,arch_db:stock_request_picking_type.view_stock_request_order_filter msgid "Late Stock Requests" msgstr "" @@ -94,7 +89,7 @@ msgid "Manufacturing Operation" msgstr "" #. module: stock_request_picking_type -#: model:ir.model.fields,field_description:stock_request_picking_type.field_stock_request__picking_type_id +#: model:ir.model.fields,field_description:stock_request_picking_type.field_stock_request_order__picking_type_id msgid "Operation Type" msgstr "" @@ -104,13 +99,8 @@ msgid "Picking Type" msgstr "" #. module: stock_request_picking_type -#: model_terms:ir.ui.view,arch_db:stock_request_picking_type.view_stock_request_filter -msgid "Product" -msgstr "" - -#. module: stock_request_picking_type -#: model_terms:ir.ui.view,arch_db:stock_request_picking_type.view_stock_request_filter -msgid "Search Stock Request" +#: model_terms:ir.ui.view,arch_db:stock_request_picking_type.view_stock_request_order_filter +msgid "Search Stock Request Orders" msgstr "" #. module: stock_request_picking_type @@ -119,38 +109,43 @@ msgid "Settings" msgstr "" #. module: stock_request_picking_type -#: model_terms:ir.ui.view,arch_db:stock_request_picking_type.view_stock_request_filter +#: model_terms:ir.ui.view,arch_db:stock_request_picking_type.view_stock_request_order_filter msgid "State" msgstr "" #. module: stock_request_picking_type -#: model:ir.model,name:stock_request_picking_type.model_stock_request +#: model:ir.model,name:stock_request_picking_type.model_stock_request_order #: model_terms:ir.ui.view,arch_db:stock_request_picking_type.stock_request_type_kanban #: selection:stock.picking.type,code:0 -msgid "Stock Request" -msgstr "" - -#. module: stock_request_picking_type -#: model_terms:ir.ui.view,arch_db:stock_request_picking_type.view_stock_request_filter -msgid "Stock Requesta in Progress." +msgid "Stock Request Order" msgstr "" #. module: stock_request_picking_type #: model:ir.actions.act_window,name:stock_request_picking_type.action_picking_dashboard -#: model:ir.actions.act_window,name:stock_request_picking_type.action_stock_request_form -#: model:ir.ui.menu,name:stock_request_picking_type.menu_stock_request -#: model:stock.picking.type,name:stock_request_picking_type.stock_request +#: model:ir.actions.act_window,name:stock_request_picking_type.action_stock_request_order_form +#: model:ir.ui.menu,name:stock_request_picking_type.menu_stock_request_order +msgid "Stock Request Orders" +msgstr "" + +#. module: stock_request_picking_type +#: model:stock.picking.type,name:stock_request_picking_type.stock_request_order msgid "Stock Requests" msgstr "" #. module: stock_request_picking_type -#: model_terms:ir.ui.view,arch_db:stock_request_picking_type.view_stock_request_filter -msgid "Stock Requests in draft." +#: model_terms:ir.ui.view,arch_db:stock_request_picking_type.view_stock_request_order_filter +msgid "Stock Requests To Do." +msgstr "" + +#. module: stock_request_picking_type +#: model_terms:ir.ui.view,arch_db:stock_request_picking_type.view_stock_request_order_filter +msgid "Stock Requests in Progress." msgstr "" #. module: stock_request_picking_type #: model:ir.model.fields,field_description:stock_request_picking_type.field_stock_picking_type__count_sr_todo -#: model_terms:ir.ui.view,arch_db:stock_request_picking_type.view_stock_request_filter +#: model_terms:ir.ui.view,arch_db:stock_request_picking_type.stock_request_type_kanban +#: model_terms:ir.ui.view,arch_db:stock_request_picking_type.view_stock_request_order_filter msgid "To Do" msgstr "" diff --git a/stock_request_picking_type/i18n/zh_CN.po b/stock_request_picking_type/i18n/zh_CN.po new file mode 100644 index 000000000..d4dc37a8e --- /dev/null +++ b/stock_request_picking_type/i18n/zh_CN.po @@ -0,0 +1,169 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_request_picking_type +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 12.0\n" +"Report-Msgid-Bugs-To: \n" +"PO-Revision-Date: 2019-10-16 15:58+0000\n" +"Last-Translator: 黎伟杰 <674416404@qq.com>\n" +"Language-Team: none\n" +"Language: zh_CN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Weblate 3.8\n" + +#. module: stock_request_picking_type +#: model_terms:ir.ui.view,arch_db:stock_request_picking_type.stock_request_type_kanban +msgid "" +msgstr "" +"" + +#. module: stock_request_picking_type +#: model_terms:ir.ui.view,arch_db:stock_request_picking_type.stock_request_type_kanban +msgid "New" +msgstr "新建" + +#. module: stock_request_picking_type +#: model_terms:ir.ui.view,arch_db:stock_request_picking_type.stock_request_type_kanban +msgid "View" +msgstr "视图" + +#. module: stock_request_picking_type +#: model_terms:ir.ui.view,arch_db:stock_request_picking_type.stock_request_type_kanban +msgid "All" +msgstr "所有" + +#. module: stock_request_picking_type +#: selection:stock.picking.type,code:0 +msgid "Customers" +msgstr "客户" + +#. module: stock_request_picking_type +#: model_terms:ir.ui.view,arch_db:stock_request_picking_type.stock_request_type_kanban +#: model_terms:ir.ui.view,arch_db:stock_request_picking_type.view_stock_request_order_filter +msgid "Done" +msgstr "完成" + +#. module: stock_request_picking_type +#: model_terms:ir.ui.view,arch_db:stock_request_picking_type.view_stock_request_order_filter +msgid "Expected Date" +msgstr "预计日期" + +#. module: stock_request_picking_type +#: model_terms:ir.ui.view,arch_db:stock_request_picking_type.view_stock_request_order_filter +msgid "Expected Date by Month" +msgstr "每月预期日期" + +#. module: stock_request_picking_type +#: model_terms:ir.ui.view,arch_db:stock_request_picking_type.view_stock_request_order_filter +msgid "Group By..." +msgstr "分组..." + +#. module: stock_request_picking_type +#: model:ir.model.fields,field_description:stock_request_picking_type.field_stock_picking_type__count_sr_open +#: model_terms:ir.ui.view,arch_db:stock_request_picking_type.stock_request_type_kanban +#: model_terms:ir.ui.view,arch_db:stock_request_picking_type.view_stock_request_order_filter +msgid "In Progress" +msgstr "进行中" + +#. module: stock_request_picking_type +#: selection:stock.picking.type,code:0 +msgid "Internal" +msgstr "内部" + +#. module: stock_request_picking_type +#: model:ir.model.fields,field_description:stock_request_picking_type.field_stock_picking_type__count_sr_late +#: model_terms:ir.ui.view,arch_db:stock_request_picking_type.stock_request_type_kanban +#: model_terms:ir.ui.view,arch_db:stock_request_picking_type.view_stock_request_order_filter +msgid "Late" +msgstr "迟到" + +#. module: stock_request_picking_type +#: model_terms:ir.ui.view,arch_db:stock_request_picking_type.view_stock_request_order_filter +msgid "Late Stock Requests" +msgstr "迟到的库存请求" + +#. module: stock_request_picking_type +#: selection:stock.picking.type,code:0 +msgid "Manufacturing Operation" +msgstr "制造作业" + +#. module: stock_request_picking_type +#: model:ir.model.fields,field_description:stock_request_picking_type.field_stock_request_order__picking_type_id +msgid "Operation Type" +msgstr "作业类型" + +#. module: stock_request_picking_type +#: model:ir.model,name:stock_request_picking_type.model_stock_picking_type +msgid "Picking Type" +msgstr "拣货类型" + +#. module: stock_request_picking_type +#: model_terms:ir.ui.view,arch_db:stock_request_picking_type.view_stock_request_order_filter +msgid "Search Stock Request Orders" +msgstr "搜索库存请求单" + +#. module: stock_request_picking_type +#: model_terms:ir.ui.view,arch_db:stock_request_picking_type.stock_request_type_kanban +msgid "Settings" +msgstr "设置" + +#. module: stock_request_picking_type +#: model_terms:ir.ui.view,arch_db:stock_request_picking_type.view_stock_request_order_filter +msgid "State" +msgstr "状态" + +#. module: stock_request_picking_type +#: model:ir.model,name:stock_request_picking_type.model_stock_request_order +#: model_terms:ir.ui.view,arch_db:stock_request_picking_type.stock_request_type_kanban +#: selection:stock.picking.type,code:0 +msgid "Stock Request Order" +msgstr "库存请求单" + +#. module: stock_request_picking_type +#: model:ir.actions.act_window,name:stock_request_picking_type.action_picking_dashboard +#: model:ir.actions.act_window,name:stock_request_picking_type.action_stock_request_order_form +#: model:ir.ui.menu,name:stock_request_picking_type.menu_stock_request_order +msgid "Stock Request Orders" +msgstr "库存请求单" + +#. module: stock_request_picking_type +#: model:stock.picking.type,name:stock_request_picking_type.stock_request_order +msgid "Stock Requests" +msgstr "库存请求" + +#. module: stock_request_picking_type +#: model_terms:ir.ui.view,arch_db:stock_request_picking_type.view_stock_request_order_filter +msgid "Stock Requests To Do." +msgstr "库存请求去做。" + +#. module: stock_request_picking_type +#: model_terms:ir.ui.view,arch_db:stock_request_picking_type.view_stock_request_order_filter +msgid "Stock Requests in Progress." +msgstr "库存请求正在进行中。" + +#. module: stock_request_picking_type +#: model:ir.model.fields,field_description:stock_request_picking_type.field_stock_picking_type__count_sr_todo +#: model_terms:ir.ui.view,arch_db:stock_request_picking_type.stock_request_type_kanban +#: model_terms:ir.ui.view,arch_db:stock_request_picking_type.view_stock_request_order_filter +msgid "To Do" +msgstr "去做" + +#. module: stock_request_picking_type +#: model_terms:ir.ui.view,arch_db:stock_request_picking_type.stock_request_type_kanban +msgid "To Process" +msgstr "处理" + +#. module: stock_request_picking_type +#: model:ir.model.fields,field_description:stock_request_picking_type.field_stock_picking_type__code +msgid "Type of Operation" +msgstr "作业的类型" + +#. module: stock_request_picking_type +#: selection:stock.picking.type,code:0 +msgid "Vendors" +msgstr "供应商" diff --git a/stock_request_picking_type/static/description/index.html b/stock_request_picking_type/static/description/index.html index 75ca00260..d09b4d05d 100644 --- a/stock_request_picking_type/static/description/index.html +++ b/stock_request_picking_type/static/description/index.html @@ -368,7 +368,7 @@ ul.auto-toc { !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

    Beta License: LGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runbot

    -

    This module adds stock requests within the Inventory app with a new operation type.

    +

    This module adds stock request orders within the Inventory app with a new operation type.

    Table of contents

      @@ -386,8 +386,8 @@ ul.auto-toc {

      Usage

      • Go to Inventory
      • -
      • Click on the Stock Requests tile to process stock requests
      • -
      • You can also go to Inventory > Operations > Stock Requests
      • +
      • Click on the Stock Request Orders tile to process stock requests
      • +
      • You can also go to Inventory > Operations > Stock Request Orders
    From 4de01878a7a74544fc6ee3bac75f142e19fc31f7 Mon Sep 17 00:00:00 2001 From: ps-tubtim Date: Fri, 13 Mar 2020 14:57:34 +0700 Subject: [PATCH 581/631] [IMP] stock_request_picking_type: black, isort --- stock_request_picking_type/__manifest__.py | 31 +++++------ .../migrations/12.0.2.0.0/post-migration.py | 14 ++--- .../models/stock_picking_type.py | 54 ++++++++++--------- .../models/stock_request_order.py | 35 ++++++++---- 4 files changed, 77 insertions(+), 57 deletions(-) diff --git a/stock_request_picking_type/__manifest__.py b/stock_request_picking_type/__manifest__.py index 54d256284..2aea55a19 100644 --- a/stock_request_picking_type/__manifest__.py +++ b/stock_request_picking_type/__manifest__.py @@ -2,22 +2,19 @@ # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html). { - 'name': 'Stock Request Picking Type', - 'summary': 'Add Stock Requests to the Inventory App', - 'version': '12.0.2.0.0', - 'license': 'LGPL-3', - 'website': 'https://github.com/stock-logistics-warehouse', - 'author': 'Open Source Integrators, ' - 'Odoo Community Association (OCA)', - 'category': 'Warehouse Management', - 'depends': [ - 'stock_request_submit', + "name": "Stock Request Picking Type", + "summary": "Add Stock Requests to the Inventory App", + "version": "13.0.1.0.0", + "license": "LGPL-3", + "website": "https://github.com/stock-logistics-warehouse", + "author": "Open Source Integrators, " "Odoo Community Association (OCA)", + "category": "Warehouse Management", + "depends": ["stock_request_submit"], + "data": [ + "data/stock_picking_type.xml", + "views/stock_request_order_views.xml", + "views/stock_picking_views.xml", ], - 'data': [ - 'data/stock_picking_type.xml', - 'views/stock_request_order_views.xml', - 'views/stock_picking_views.xml', - ], - 'development_status': 'Beta', - 'maintainers': ['max3903'] + "development_status": "Beta", + "maintainers": ["max3903"], } diff --git a/stock_request_picking_type/migrations/12.0.2.0.0/post-migration.py b/stock_request_picking_type/migrations/12.0.2.0.0/post-migration.py index 2a9d38e06..1e5b9e6e5 100644 --- a/stock_request_picking_type/migrations/12.0.2.0.0/post-migration.py +++ b/stock_request_picking_type/migrations/12.0.2.0.0/post-migration.py @@ -6,9 +6,11 @@ def migrate(env, version): if not version: return - env.execute("UPDATE stock_request_order " - "SET picking_type_id = (" - "SELECT id " - "FROM stock_picking_type " - "WHERE code = 'stock_request_order') " - "WHERE picking_type_id IS NULL;") + env.execute( + "UPDATE stock_request_order " + "SET picking_type_id = (" + "SELECT id " + "FROM stock_picking_type " + "WHERE code = 'stock_request_order') " + "WHERE picking_type_id IS NULL;" + ) diff --git a/stock_request_picking_type/models/stock_picking_type.py b/stock_request_picking_type/models/stock_picking_type.py index 47fa48ea3..3e118f19c 100644 --- a/stock_request_picking_type/models/stock_picking_type.py +++ b/stock_request_picking_type/models/stock_picking_type.py @@ -5,40 +5,44 @@ from odoo import fields, models class StockPickingType(models.Model): - _inherit = 'stock.picking.type' + _inherit = "stock.picking.type" - code = fields.Selection(selection_add=[('stock_request_order', - 'Stock Request Order')]) - count_sr_todo = fields.Integer(string="To Do", - compute='_compute_sr_count') - count_sr_open = fields.Integer(string="In Progress", - compute='_compute_sr_count') - count_sr_late = fields.Integer(string="Late", - compute='_compute_sr_count') + code = fields.Selection( + selection_add=[("stock_request_order", "Stock Request Order")] + ) + count_sr_todo = fields.Integer(string="To Do", compute="_compute_sr_count") + count_sr_open = fields.Integer(string="In Progress", compute="_compute_sr_count") + count_sr_late = fields.Integer(string="Late", compute="_compute_sr_count") def _compute_sr_count(self): - types = self.filtered( - lambda picking: picking.code == 'stock_request_order') + types = self.filtered(lambda picking: picking.code == "stock_request_order") if not types: return domains = { - 'count_sr_todo': [('state', '=', 'submitted')], - 'count_sr_open': [('state', '=', 'open')], - 'count_sr_late': [('expected_date', '<', fields.Date.today()), - ('state', 'in', ('submitted', 'open'))], + "count_sr_todo": [("state", "=", "submitted")], + "count_sr_open": [("state", "=", "open")], + "count_sr_late": [ + ("expected_date", "<", fields.Date.today()), + ("state", "in", ("submitted", "open")), + ], } for field in domains: - data = self.env['stock.request.order'].read_group( - domains[field] + - [('state', 'not in', ('done', 'cancel')), - ('picking_type_id', 'in', self.ids)], - ['picking_type_id'], ['picking_type_id']) - count = {x['picking_type_id'] and - x['picking_type_id'][0]: x['picking_type_id_count'] - for x in data} + data = self.env["stock.request.order"].read_group( + domains[field] + + [ + ("state", "not in", ("done", "cancel")), + ("picking_type_id", "in", self.ids), + ], + ["picking_type_id"], + ["picking_type_id"], + ) + count = { + x["picking_type_id"] + and x["picking_type_id"][0]: x["picking_type_id_count"] + for x in data + } for record in types: record[field] = count.get(record.id, 0) def get_stock_request_order_picking_type_action(self): - return self._get_action( - 'stock_request_picking_type.action_picking_dashboard') + return self._get_action("stock_request_picking_type.action_picking_dashboard") diff --git a/stock_request_picking_type/models/stock_request_order.py b/stock_request_picking_type/models/stock_request_order.py index 984aad6a6..99c3e458a 100644 --- a/stock_request_picking_type/models/stock_request_order.py +++ b/stock_request_picking_type/models/stock_request_order.py @@ -5,17 +5,34 @@ from odoo import api, fields, models class StockRequestOrder(models.Model): - _inherit = 'stock.request.order' + _inherit = "stock.request.order" @api.model def _get_default_picking_type(self): - return self.env['stock.picking.type'].search([ - ('code', '=', 'stock_request_order'), - ('warehouse_id.company_id', 'in', - [self.env.context.get('company_id', self.env.user.company_id.id), - False])], - limit=1).id + return ( + self.env["stock.picking.type"] + .search( + [ + ("code", "=", "stock_request_order"), + ( + "warehouse_id.company_id", + "in", + [ + self.env.context.get( + "company_id", self.env.user.company_id.id + ), + False, + ], + ), + ], + limit=1, + ) + .id + ) picking_type_id = fields.Many2one( - 'stock.picking.type', 'Operation Type', - default=_get_default_picking_type, required=True) + "stock.picking.type", + "Operation Type", + default=_get_default_picking_type, + required=True, + ) From 96431eb1668273f75b31ffab400d012f0fcdbbc8 Mon Sep 17 00:00:00 2001 From: ps-tubtim Date: Mon, 26 Oct 2020 16:27:46 +0700 Subject: [PATCH 582/631] [MIG] stock_request_picking_type: Migration to 13.0 --- stock_request_picking_type/README.rst | 11 +- stock_request_picking_type/__manifest__.py | 2 +- .../data/stock_picking_type.xml | 6 +- .../models/stock_picking_type.py | 5 +- .../models/stock_request_order.py | 6 +- .../readme/CONTRIBUTORS.rst | 1 + .../static/description/index.html | 7 +- .../views/stock_picking_views.xml | 189 +++++++++++++----- .../views/stock_request_order_views.xml | 66 +++--- 9 files changed, 194 insertions(+), 99 deletions(-) diff --git a/stock_request_picking_type/README.rst b/stock_request_picking_type/README.rst index eef754900..d1765b87a 100644 --- a/stock_request_picking_type/README.rst +++ b/stock_request_picking_type/README.rst @@ -14,13 +14,13 @@ Stock Request Picking Type :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--warehouse-lightgray.png?logo=github - :target: https://github.com/OCA/stock-logistics-warehouse/tree/12.0/stock_request_picking_type + :target: https://github.com/OCA/stock-logistics-warehouse/tree/13.0/stock_request_picking_type :alt: OCA/stock-logistics-warehouse .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-12-0/stock-logistics-warehouse-12-0-stock_request_picking_type + :target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-13-0/stock-logistics-warehouse-13-0-stock_request_picking_type :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png - :target: https://runbot.odoo-community.org/runbot/153/12.0 + :target: https://runbot.odoo-community.org/runbot/153/13.0 :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| |badge5| @@ -45,7 +45,7 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -61,6 +61,7 @@ Contributors ~~~~~~~~~~~~ * Maxime Chambreuil +* Pimolnat Suntian Maintainers ~~~~~~~~~~~ @@ -83,6 +84,6 @@ Current `maintainer `__: |maintainer-max3903| -This module is part of the `OCA/stock-logistics-warehouse `_ project on GitHub. +This module is part of the `OCA/stock-logistics-warehouse `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/stock_request_picking_type/__manifest__.py b/stock_request_picking_type/__manifest__.py index 2aea55a19..dff6907e3 100644 --- a/stock_request_picking_type/__manifest__.py +++ b/stock_request_picking_type/__manifest__.py @@ -7,7 +7,7 @@ "version": "13.0.1.0.0", "license": "LGPL-3", "website": "https://github.com/stock-logistics-warehouse", - "author": "Open Source Integrators, " "Odoo Community Association (OCA)", + "author": "Open Source Integrators, Odoo Community Association (OCA)", "category": "Warehouse Management", "depends": ["stock_request_submit"], "data": [ diff --git a/stock_request_picking_type/data/stock_picking_type.xml b/stock_request_picking_type/data/stock_picking_type.xml index 3876c66a4..136e087d2 100644 --- a/stock_request_picking_type/data/stock_picking_type.xml +++ b/stock_request_picking_type/data/stock_picking_type.xml @@ -1,10 +1,8 @@ - Stock Requests - + stock_request_order - 0 + SRO - diff --git a/stock_request_picking_type/models/stock_picking_type.py b/stock_request_picking_type/models/stock_picking_type.py index 3e118f19c..f1067c24c 100644 --- a/stock_request_picking_type/models/stock_picking_type.py +++ b/stock_request_picking_type/models/stock_picking_type.py @@ -15,9 +15,6 @@ class StockPickingType(models.Model): count_sr_late = fields.Integer(string="Late", compute="_compute_sr_count") def _compute_sr_count(self): - types = self.filtered(lambda picking: picking.code == "stock_request_order") - if not types: - return domains = { "count_sr_todo": [("state", "=", "submitted")], "count_sr_open": [("state", "=", "open")], @@ -41,7 +38,7 @@ class StockPickingType(models.Model): and x["picking_type_id"][0]: x["picking_type_id_count"] for x in data } - for record in types: + for record in self: record[field] = count.get(record.id, 0) def get_stock_request_order_picking_type_action(self): diff --git a/stock_request_picking_type/models/stock_request_order.py b/stock_request_picking_type/models/stock_request_order.py index 99c3e458a..fab245acb 100644 --- a/stock_request_picking_type/models/stock_request_order.py +++ b/stock_request_picking_type/models/stock_request_order.py @@ -19,7 +19,7 @@ class StockRequestOrder(models.Model): "in", [ self.env.context.get( - "company_id", self.env.user.company_id.id + "company_id", self.env.company.id ), False, ], @@ -31,8 +31,8 @@ class StockRequestOrder(models.Model): ) picking_type_id = fields.Many2one( - "stock.picking.type", - "Operation Type", + comodel_name="stock.picking.type", + string="Operation Type", default=_get_default_picking_type, required=True, ) diff --git a/stock_request_picking_type/readme/CONTRIBUTORS.rst b/stock_request_picking_type/readme/CONTRIBUTORS.rst index ab792860d..b3d296d48 100644 --- a/stock_request_picking_type/readme/CONTRIBUTORS.rst +++ b/stock_request_picking_type/readme/CONTRIBUTORS.rst @@ -1 +1,2 @@ * Maxime Chambreuil +* Pimolnat Suntian diff --git a/stock_request_picking_type/static/description/index.html b/stock_request_picking_type/static/description/index.html index d09b4d05d..004c67f79 100644 --- a/stock_request_picking_type/static/description/index.html +++ b/stock_request_picking_type/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

    Beta License: LGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runbot

    +

    Beta License: LGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runbot

    This module adds stock request orders within the Inventory app with a new operation type.

    Table of contents

    @@ -395,7 +395,7 @@ ul.auto-toc {

    Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed -feedback.

    +feedback.

    Do not contact contributors directly about support or help with technical issues.

    @@ -410,6 +410,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome

    Contributors

    @@ -421,7 +422,7 @@ mission is to support the collaborative development of Odoo features and promote its widespread use.

    Current maintainer:

    max3903

    -

    This module is part of the OCA/stock-logistics-warehouse project on GitHub.

    +

    This module is part of the OCA/stock-logistics-warehouse project on GitHub.

    You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

    diff --git a/stock_request_picking_type/views/stock_picking_views.xml b/stock_request_picking_type/views/stock_picking_views.xml index 41f55ef1e..fa16ff188 100644 --- a/stock_request_picking_type/views/stock_picking_views.xml +++ b/stock_request_picking_type/views/stock_picking_views.xml @@ -1,117 +1,196 @@ - stock.picking.type.kanban stock.picking.type - + - - - + + + - -
    +
    - - + + -
    +
    + +
    - + + +
    -
    - -