Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MIG] stock_reserve 15.0 #1485

Merged
merged 35 commits into from
Nov 29, 2022
Merged
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
cdace1f
[ADD] started a generic stock reservation module (stock_reserve), it …
guewen Sep 5, 2013
20bae06
mark unported module as uninstallable
gurneyalex Jul 1, 2014
8411366
reactivate module stock_reserve
yvaucher Sep 1, 2014
eb3d861
fix flake8 warnings
gurneyalex Sep 8, 2014
3371709
update test
gurneyalex Sep 8, 2014
e08c0a1
fix button to open related move
yvaucher Sep 8, 2014
5f6089c
the reservation should reserve a quant
lepistone Nov 26, 2014
372413b
[UPD] move out from unported to 8 for update
gfcapalbo Nov 18, 2014
5186747
[ADD] removed view
gfcapalbo Feb 18, 2015
6e44ada
[FIX] Stock_reserve change revert
gfcapalbo Feb 25, 2015
c631419
Update product.xml
gfcapalbo Feb 25, 2015
70592f1
Add OCA as author of OCA addons
gurneyalex Mar 2, 2015
909773e
fix #42: reserve location should be outside WH
lepistone Mar 17, 2015
9881046
Added the translation template file and Finnish translations to stock…
mlaitinen Apr 23, 2015
8b438d5
show reservation location in tree and groupby
lepistone May 11, 2015
5a67544
Add README.rst and remove description from __openerp__.py
Jun 1, 2015
c566f8a
Multiple reservations can now be released at once. This fixes issue #50.
mlaitinen Apr 25, 2015
ad87aa9
Replaced for loop in release() with mapped()
mlaitinen Jul 19, 2015
80209a2
Add Spanish translation of stock reserve modules
Jul 30, 2015
a71ec37
Change translation stock/existencias
Jul 30, 2015
df92841
update travis config, setup transifex
gurneyalex Sep 15, 2015
90fffd0
force recomputation of stock.location hierachy
gurneyalex Sep 15, 2015
ffefec7
OCA Transbot updated translations from Transifex
oca-transbot Oct 5, 2015
17be489
[UPD] prefix versions with 8.0
sbidoul Oct 9, 2015
25bbd60
[MIG] Make modules uninstallable
pedrobaeza Oct 14, 2015
bf4fb18
[FIX] remove en.po that was erroneously created by transbot
sbidoul Aug 15, 2016
c153bd6
[MIG] Rename manifest files
pedrobaeza Oct 6, 2016
e936ebc
stock_reserve: migration to 10.0
Jan 5, 2017
bf72d65
remove obsolete .pot files [ci skip]
sbidoul Jun 15, 2018
4ff3ef4
[IMP] stock_reserve: black, isort, prettier
CarlosRoca13 Jul 23, 2021
a38687e
[MIG] stock_reserve: Migration to v13.0
CarlosRoca13 Jul 23, 2021
e8ddc0b
[UPD] README.rst
OCA-git-bot Jul 28, 2021
891e7c0
[FIX+IMP] Update dotfiles + switch to GH actions
pedrobaeza May 28, 2022
1a8e6fc
[IMP] stock_reserve: black, isort
flachica Sep 14, 2022
2261a8b
[MIG] stock_reserve 15.0:
flachica Sep 14, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added the translation template file and Finnish translations to stock…
…_reserve and stock_reserve_sale.
  • Loading branch information
mlaitinen authored and flachica committed Oct 27, 2022
commit 98810462dde5748ba9e982ad30b038c75f6118f9
191 changes: 191 additions & 0 deletions stock_reserve/i18n/fi.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,191 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * stock_reserve
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-04-23 15:55+0000\n"
"PO-Revision-Date: 2015-04-23 19:17+0200\n"
"Last-Translator: Miku Laitinen <miku.laitinen@ninjaware.fi>\n"
"Language-Team: Avoin.Systems <miku@avoin.systems>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 1.5.4\n"
"Language: Finnish\n"
"X-Poedit-SourceCharset: UTF-8\n"

#. module: stock_reserve
#: model:ir.actions.act_window,help:stock_reserve.action_stock_reservation_tree
msgid ""
"<p class=\"oe_view_nocontent_create\">\n"
" Click to create a stock reservation.\n"
" </p><p>\n"
" This menu allow you to prepare and reserve some "
"quantities\n"
" of products.\n"
" </p>\n"
" "
msgstr ""
"<p class=\"oe_view_nocontent_create\">\n"
" Klikkaa tästä luodaksesi tuotevarauksen.\n"
" </p><p>\n"
" Tuotevarauksella voit varata varastossa olevia tuote-"
"eriä.\n"
" Varattuja tuotteita ei voi siirtää varastosta pois, vaan "
"ne on vapautettava ennen siirtoa.\n"
" </p>\n"
" "

#. module: stock_reserve
#: field:stock.reservation,create_uid:0
msgid "Created by"
msgstr "Luonut"

#. module: stock_reserve
#: field:stock.reservation,create_date:0
msgid "Created on"
msgstr "Luotu"

#. module: stock_reserve
#: view:stock.reservation:stock_reserve.view_stock_reservation_form
msgid "Details"
msgstr "Lisätiedot"

#. module: stock_reserve
#: view:stock.reservation:stock_reserve.view_stock_reservation_search
msgid "Draft"
msgstr "Luonnos"

#. module: stock_reserve
#: view:stock.reservation:stock_reserve.view_stock_reservation_search
msgid "Group By..."
msgstr "Ryhmittele..."

#. module: stock_reserve
#: field:stock.reservation,id:0
msgid "ID"
msgstr "ID"

#. module: stock_reserve
#: field:stock.reservation,write_uid:0
msgid "Last Updated by"
msgstr "Viimeksi päivittänyt"

#. module: stock_reserve
#: field:stock.reservation,write_date:0
msgid "Last Updated on"
msgstr "Viimeksi päivitetty"

#. module: stock_reserve
#: view:stock.reservation:stock_reserve.view_stock_reservation_form
msgid "Locations"
msgstr "Paikat"

#. module: stock_reserve
#: view:stock.reservation:stock_reserve.view_stock_reservation_search
msgid "Moves are reserved."
msgstr "Siirrot on varattu."

#. module: stock_reserve
#: view:stock.reservation:stock_reserve.view_stock_reservation_search
msgid "Not already reserved"
msgstr "Ei vielä varattu"

#. module: stock_reserve
#: view:stock.reservation:stock_reserve.view_stock_reservation_form
msgid "Notes"
msgstr "Huomautukset"

#. module: stock_reserve
#: model:ir.model,name:stock_reserve.model_product_product
#: view:stock.reservation:stock_reserve.view_stock_reservation_search
msgid "Product"
msgstr "Tuote"

#. module: stock_reserve
#: model:ir.model,name:stock_reserve.model_product_template
msgid "Product Template"
msgstr "Tuotteen malli"

#. module: stock_reserve
#: view:stock.reservation:stock_reserve.view_stock_reservation_search
msgid "Product UoM"
msgstr "Tuotteen yksikkö"

#. module: stock_reserve
#: view:stock.reservation:stock_reserve.view_stock_reservation_form
#: view:stock.reservation:stock_reserve.view_stock_reservation_tree
msgid "Release"
msgstr "Vapauta"

#. module: stock_reserve
#: view:stock.reservation:stock_reserve.view_stock_reservation_search
msgid "Released"
msgstr "Vapautettu"

#. module: stock_reserve
#: code:addons/stock_reserve/model/stock_reserve.py:189
#: field:stock.reservation,move_id:0
#, python-format
msgid "Reservation Move"
msgstr "Varaussiirto"

#. module: stock_reserve
#: model:stock.location,name:stock_reserve.stock_location_reservation
msgid "Reservation Stock"
msgstr "Varattu"

#. module: stock_reserve
#: view:stock.reservation:stock_reserve.view_stock_reservation_search
msgid "Reservations have been released."
msgstr "Varaukset vapautettu."

#. module: stock_reserve
#: view:stock.reservation:stock_reserve.view_stock_reservation_form
#: view:stock.reservation:stock_reserve.view_stock_reservation_tree
msgid "Reserve"
msgstr "Varaa"

#. module: stock_reserve
#: view:stock.reservation:stock_reserve.view_stock_reservation_search
msgid "Reserved"
msgstr "Varattu"

#. module: stock_reserve
#: view:stock.reservation:stock_reserve.view_stock_reservation_search
msgid "Status"
msgstr "Tila"

#. module: stock_reserve
#: model:ir.model,name:stock_reserve.model_stock_reservation
msgid "Stock Reservation"
msgstr "Tuotevaraus"

#. module: stock_reserve
#: model:ir.actions.act_window,name:stock_reserve.action_stock_reservation_tree
#: model:ir.ui.menu,name:stock_reserve.menu_action_stock_reservation
#: view:product.product:stock_reserve.product_product_form_view_reservation_button
#: view:product.template:stock_reserve.product_template_form_view_reservation_button
#: view:stock.reservation:stock_reserve.view_stock_reservation_form
#: view:stock.reservation:stock_reserve.view_stock_reservation_search
#: view:stock.reservation:stock_reserve.view_stock_reservation_tree
msgid "Stock Reservations"
msgstr "Tuotevaraukset"

#. module: stock_reserve
#: view:stock.reservation:stock_reserve.view_stock_reservation_tree
msgid "Total"
msgstr "Yhteensä"

#. module: stock_reserve
#: field:stock.reservation,date_validity:0
msgid "Validity Date"
msgstr "Vapautuspäivä"

#. module: stock_reserve
#: view:stock.reservation:stock_reserve.view_stock_reservation_form
msgid "View Reservation Move"
msgstr "Näytä varaussiirto"
179 changes: 179 additions & 0 deletions stock_reserve/i18n/stock_reserve.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,179 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * stock_reserve
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-04-23 15:55+0000\n"
"PO-Revision-Date: 2015-04-23 15:55+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_reserve
#: model:ir.actions.act_window,help:stock_reserve.action_stock_reservation_tree
msgid "<p class=\"oe_view_nocontent_create\">\n"
" Click to create a stock reservation.\n"
" </p><p>\n"
" This menu allow you to prepare and reserve some quantities\n"
" of products.\n"
" </p>\n"
" "
msgstr ""

#. module: stock_reserve
#: field:stock.reservation,create_uid:0
msgid "Created by"
msgstr ""

#. module: stock_reserve
#: field:stock.reservation,create_date:0
msgid "Created on"
msgstr ""

#. module: stock_reserve
#: view:stock.reservation:stock_reserve.view_stock_reservation_form
msgid "Details"
msgstr ""

#. module: stock_reserve
#: view:stock.reservation:stock_reserve.view_stock_reservation_search
msgid "Draft"
msgstr ""

#. module: stock_reserve
#: view:stock.reservation:stock_reserve.view_stock_reservation_search
msgid "Group By..."
msgstr ""

#. module: stock_reserve
#: field:stock.reservation,id:0
msgid "ID"
msgstr ""

#. module: stock_reserve
#: field:stock.reservation,write_uid:0
msgid "Last Updated by"
msgstr ""

#. module: stock_reserve
#: field:stock.reservation,write_date:0
msgid "Last Updated on"
msgstr ""

#. module: stock_reserve
#: view:stock.reservation:stock_reserve.view_stock_reservation_form
msgid "Locations"
msgstr ""

#. module: stock_reserve
#: view:stock.reservation:stock_reserve.view_stock_reservation_search
msgid "Moves are reserved."
msgstr ""

#. module: stock_reserve
#: view:stock.reservation:stock_reserve.view_stock_reservation_search
msgid "Not already reserved"
msgstr ""

#. module: stock_reserve
#: view:stock.reservation:stock_reserve.view_stock_reservation_form
msgid "Notes"
msgstr ""

#. module: stock_reserve
#: model:ir.model,name:stock_reserve.model_product_product
#: view:stock.reservation:stock_reserve.view_stock_reservation_search
msgid "Product"
msgstr ""

#. module: stock_reserve
#: model:ir.model,name:stock_reserve.model_product_template
msgid "Product Template"
msgstr ""

#. module: stock_reserve
#: view:stock.reservation:stock_reserve.view_stock_reservation_search
msgid "Product UoM"
msgstr ""

#. module: stock_reserve
#: view:stock.reservation:stock_reserve.view_stock_reservation_form
#: view:stock.reservation:stock_reserve.view_stock_reservation_tree
msgid "Release"
msgstr ""

#. module: stock_reserve
#: view:stock.reservation:stock_reserve.view_stock_reservation_search
msgid "Released"
msgstr ""

#. module: stock_reserve
#: code:addons/stock_reserve/model/stock_reserve.py:189
#: field:stock.reservation,move_id:0
#, python-format
msgid "Reservation Move"
msgstr ""

#. module: stock_reserve
#: model:stock.location,name:stock_reserve.stock_location_reservation
msgid "Reservation Stock"
msgstr ""

#. module: stock_reserve
#: view:stock.reservation:stock_reserve.view_stock_reservation_search
msgid "Reservations have been released."
msgstr ""

#. module: stock_reserve
#: view:stock.reservation:stock_reserve.view_stock_reservation_form
#: view:stock.reservation:stock_reserve.view_stock_reservation_tree
msgid "Reserve"
msgstr ""

#. module: stock_reserve
#: view:stock.reservation:stock_reserve.view_stock_reservation_search
msgid "Reserved"
msgstr ""

#. module: stock_reserve
#: view:stock.reservation:stock_reserve.view_stock_reservation_search
msgid "Status"
msgstr ""

#. module: stock_reserve
#: model:ir.model,name:stock_reserve.model_stock_reservation
msgid "Stock Reservation"
msgstr ""

#. module: stock_reserve
#: model:ir.actions.act_window,name:stock_reserve.action_stock_reservation_tree
#: model:ir.ui.menu,name:stock_reserve.menu_action_stock_reservation
#: view:product.product:stock_reserve.product_product_form_view_reservation_button
#: view:product.template:stock_reserve.product_template_form_view_reservation_button
#: view:stock.reservation:stock_reserve.view_stock_reservation_form
#: view:stock.reservation:stock_reserve.view_stock_reservation_search
#: view:stock.reservation:stock_reserve.view_stock_reservation_tree
msgid "Stock Reservations"
msgstr ""

#. module: stock_reserve
#: view:stock.reservation:stock_reserve.view_stock_reservation_tree
msgid "Total"
msgstr ""

#. module: stock_reserve
#: field:stock.reservation,date_validity:0
msgid "Validity Date"
msgstr ""

#. module: stock_reserve
#: view:stock.reservation:stock_reserve.view_stock_reservation_form
msgid "View Reservation Move"
msgstr ""