-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[14.0][IMP] stock_warehouse_orderpoint_usability: Change name to modu…
…le and remove dependencies.
- Loading branch information
Berezi
committed
Jan 27, 2025
1 parent
23a171d
commit f3ca2e5
Showing
14 changed files
with
106 additions
and
303 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
5 changes: 1 addition & 4 deletions
5
stock_usability/__manifest__.py → ...ouse_orderpoint_usability/__manifest__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * stock_warehouse_orderpoint_usability | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 14.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2025-01-27 11:41+0000\n" | ||
"PO-Revision-Date: 2025-01-27 11:41+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_warehouse_orderpoint_usability | ||
#: model:ir.model.fields,field_description:stock_warehouse_orderpoint_usability.field_stock_warehouse_orderpoint__display_name | ||
msgid "Display Name" | ||
msgstr "Nombre mostrado" | ||
|
||
#. module: stock_warehouse_orderpoint_usability | ||
#: model:ir.model.fields,field_description:stock_warehouse_orderpoint_usability.field_stock_warehouse_orderpoint__id | ||
msgid "ID" | ||
msgstr "" | ||
|
||
#. module: stock_warehouse_orderpoint_usability | ||
#: model:ir.model.fields,field_description:stock_warehouse_orderpoint_usability.field_stock_warehouse_orderpoint__incoming_qty | ||
msgid "Incoming" | ||
msgstr "Entrada" | ||
|
||
#. module: stock_warehouse_orderpoint_usability | ||
#: model:ir.model.fields,field_description:stock_warehouse_orderpoint_usability.field_stock_warehouse_orderpoint____last_update | ||
msgid "Last Modified on" | ||
msgstr "Última modificación el" | ||
|
||
#. module: stock_warehouse_orderpoint_usability | ||
#: model:ir.model,name:stock_warehouse_orderpoint_usability.model_stock_warehouse_orderpoint | ||
msgid "Minimum Inventory Rule" | ||
msgstr "Regla de inventario mínimo" | ||
|
||
#. module: stock_warehouse_orderpoint_usability | ||
#: model:ir.model.fields,field_description:stock_warehouse_orderpoint_usability.field_stock_warehouse_orderpoint__outgoing_qty | ||
msgid "Outgoing" | ||
msgstr "Salida" | ||
|
||
#. module: stock_warehouse_orderpoint_usability | ||
#: model:ir.model.fields,field_description:stock_warehouse_orderpoint_usability.field_stock_warehouse_orderpoint__qty_available | ||
msgid "Quantity On Hand" | ||
msgstr "Disponible" |
Oops, something went wrong.