Skip to content

Commit

Permalink
Merge pull request #1584 from OCA/16.0
Browse files Browse the repository at this point in the history
Syncing from upstream OCA/stock-logistics-warehouse (16.0)
  • Loading branch information
bt-admin authored Dec 10, 2024
2 parents 486128a + 6635db3 commit 2fd4c6a
Show file tree
Hide file tree
Showing 91 changed files with 5,854 additions and 1,709 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ addon | version | maintainers | summary
[product_packaging_usability](product_packaging_usability/) | 16.0.1.0.1 | | Add sugar to Product Packaging
[product_view_inventory_no_search_default_my_count](product_view_inventory_no_search_default_my_count/) | 16.0.1.0.0 | | Product View Inventory No Search Default My Count
[scrap_reason_code](scrap_reason_code/) | 16.0.1.1.0 | [![bodedra](https://github.com/bodedra.png?size=30px)](https://github.com/bodedra) | Reason code for scrapping
[stock_cycle_count](stock_cycle_count/) | 16.0.1.1.0 | [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) | Adds the capability to schedule cycle counts in a warehouse through different rules defined by the user.
[stock_cycle_count](stock_cycle_count/) | 16.0.2.0.0 | [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) | Adds the capability to schedule cycle counts in a warehouse through different rules defined by the user.
[stock_demand_estimate](stock_demand_estimate/) | 16.0.1.2.0 | | Allows to create demand estimates.
[stock_demand_estimate_matrix](stock_demand_estimate_matrix/) | 16.0.1.0.0 | | Allows to create demand estimates.
[stock_exception](stock_exception/) | 16.0.1.1.0 | | Custom exceptions on stock picking
Expand Down
2 changes: 1 addition & 1 deletion stock_cycle_count/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Stock Cycle Count
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:c4feb13dfd4d366a5ec85e2d5549a431cbaa39dadca539206a4d98ca8ee0e689
!! source digest: sha256:26ee81c44824ea7f4f416c9706067e715a48a1f7dede3049bd1cb78eb606a8c5
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
Expand Down
4 changes: 3 additions & 1 deletion stock_cycle_count/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "Stock Cycle Count",
"summary": "Adds the capability to schedule cycle counts in a "
"warehouse through different rules defined by the user.",
"version": "16.0.1.1.0",
"version": "16.0.2.0.0",
"maintainers": ["LoisRForgeFlow"],
"author": "ForgeFlow, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/stock-logistics-warehouse",
Expand All @@ -17,12 +17,14 @@
"views/stock_warehouse_view.xml",
"views/stock_inventory_view.xml",
"views/stock_location_view.xml",
"views/stock_move_line_view.xml",
"views/res_config_settings_view.xml",
"data/cycle_count_sequence.xml",
"data/cycle_count_ir_cron.xml",
"reports/stock_location_accuracy_report.xml",
"reports/stock_cycle_count_report.xml",
"security/ir.model.access.csv",
"security/security.xml",
],
"license": "AGPL-3",
"installable": True,
Expand Down
84 changes: 63 additions & 21 deletions stock_cycle_count/i18n/am.po
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n > 1);\n"

#. module: stock_cycle_count
#. odoo-python
#: code:addons/stock_cycle_count/models/stock_cycle_count_rule.py:0
#, python-format
msgid "(No description provided.)"
Expand All @@ -28,8 +29,8 @@ msgstr ""
#: model_terms:ir.ui.view,arch_db:stock_cycle_count.res_config_settings_view_form_cycle_adjustment
msgid ""
"<span class=\"fa fa-lg fa-building-o\" title=\"Values set here are company-"
"specific.\" aria-label=\"Values set here are company-specific.\" groups="
"\"base.group_multi_company\" role=\"img\"/>"
"specific.\" aria-label=\"Values set here are company-specific.\" "
"groups=\"base.group_multi_company\" role=\"img\"/>"
msgstr ""

#. module: stock_cycle_count
Expand All @@ -54,6 +55,7 @@ msgstr ""

#. module: stock_cycle_count
#: model:ir.model.fields,field_description:stock_cycle_count.field_stock_inventory__inventory_accuracy
#: model:ir.model.fields,field_description:stock_cycle_count.field_stock_move_line__line_accuracy
#: model_terms:ir.ui.view,arch_db:stock_cycle_count.stock_location_accuracy
msgid "Accuracy"
msgstr ""
Expand Down Expand Up @@ -87,6 +89,7 @@ msgid ""
msgstr ""

#. module: stock_cycle_count
#. odoo-python
#: code:addons/stock_cycle_count/models/stock_inventory.py:0
#, python-format
msgid "An adjustment linked to a cycle count should exclude the sublocations."
Expand All @@ -104,6 +107,7 @@ msgstr ""

#. module: stock_cycle_count
#: model:ir.model.fields,field_description:stock_cycle_count.field_stock_cycle_count__responsible_id
#: model:ir.model.fields,field_description:stock_cycle_count.field_stock_inventory__responsible_id
#: model_terms:ir.ui.view,arch_db:stock_cycle_count.report_cyclecount
#: model_terms:ir.ui.view,arch_db:stock_cycle_count.stock_cycle_count_form_view
#: model_terms:ir.ui.view,arch_db:stock_cycle_count.stock_cycle_count_search_view
Expand All @@ -126,6 +130,11 @@ msgstr ""
msgid "Auto Start Inventory Adjustment from Cycle Count"
msgstr ""

#. module: stock_cycle_count
#: model:ir.model.fields,field_description:stock_cycle_count.field_stock_cycle_count__automatic_deadline_date
msgid "Automatic Required Date"
msgstr ""

#. module: stock_cycle_count
#: model_terms:ir.ui.view,arch_db:stock_cycle_count.stock_cycle_count_form_view
msgid "Cancel"
Expand Down Expand Up @@ -172,6 +181,11 @@ msgstr ""
msgid "Counted Quantities"
msgstr ""

#. module: stock_cycle_count
#: model:ir.model.fields,field_description:stock_cycle_count.field_stock_move_line__counted_qty
msgid "Counted Quantity"
msgstr ""

#. module: stock_cycle_count
#: model:ir.model.fields,field_description:stock_cycle_count.field_stock_cycle_count_rule__periodic_qty_per_period
msgid "Counts per period"
Expand Down Expand Up @@ -216,7 +230,6 @@ msgstr ""
#. module: stock_cycle_count
#: model:ir.actions.server,name:stock_cycle_count.ir_cron_compute_cycle_count_action_ir_actions_server
#: model:ir.cron,cron_name:stock_cycle_count.ir_cron_compute_cycle_count_action
#: model:ir.cron,name:stock_cycle_count.ir_cron_compute_cycle_count_action
msgid "Cycle Count Planner Computation"
msgstr ""

Expand Down Expand Up @@ -347,6 +360,7 @@ msgid "Done"
msgstr ""

#. module: stock_cycle_count
#. odoo-python
#: code:addons/stock_cycle_count/models/stock_cycle_count_rule.py:0
#, python-format
msgid ""
Expand All @@ -355,12 +369,14 @@ msgid ""
msgstr ""

#. module: stock_cycle_count
#. odoo-python
#: code:addons/stock_cycle_count/models/stock_cycle_count_rule.py:0
#, python-format
msgid "Error found determining the frequency of periodic cycle count rule. %s"
msgstr ""

#. module: stock_cycle_count
#. odoo-python
#: code:addons/stock_cycle_count/models/stock_cycle_count_rule.py:0
#, python-format
msgid "Error found when comparing turnover with the rule threshold. %s"
Expand Down Expand Up @@ -405,7 +421,6 @@ msgstr "ID"

#. module: stock_cycle_count
#: model:ir.model.fields,help:stock_cycle_count.field_stock_cycle_count__message_needaction
#: model:ir.model.fields,help:stock_cycle_count.field_stock_cycle_count__message_unread
msgid "If checked, new messages require your attention."
msgstr ""

Expand Down Expand Up @@ -531,6 +546,11 @@ msgstr ""
msgid "Main Attachment"
msgstr ""

#. module: stock_cycle_count
#: model:ir.model.fields,field_description:stock_cycle_count.field_stock_cycle_count__manual_deadline_date
msgid "Manual Required Date"
msgstr ""

#. module: stock_cycle_count
#: model:ir.model.fields,field_description:stock_cycle_count.field_stock_cycle_count__message_has_error
msgid "Message Delivery error"
Expand All @@ -542,6 +562,7 @@ msgid "Messages"
msgstr ""

#. module: stock_cycle_count
#. odoo-python
#: code:addons/stock_cycle_count/models/stock_cycle_count_rule.py:0
#, python-format
msgid "Minimum Accuracy"
Expand Down Expand Up @@ -580,7 +601,7 @@ msgstr ""

#. module: stock_cycle_count
#: model:ir.model.fields,help:stock_cycle_count.field_stock_cycle_count__message_needaction_counter
msgid "Number of messages which requires an action"
msgid "Number of messages requiring action"
msgstr ""

#. module: stock_cycle_count
Expand All @@ -589,11 +610,7 @@ msgid "Number of messages with delivery error"
msgstr ""

#. module: stock_cycle_count
#: model:ir.model.fields,help:stock_cycle_count.field_stock_cycle_count__message_unread_counter
msgid "Number of unread messages"
msgstr ""

#. module: stock_cycle_count
#. odoo-python
#: code:addons/stock_cycle_count/models/stock_cycle_count_rule.py:0
#, python-format
msgid ""
Expand All @@ -607,6 +624,7 @@ msgid "Period in days"
msgstr ""

#. module: stock_cycle_count
#. odoo-python
#: code:addons/stock_cycle_count/models/stock_cycle_count_rule.py:0
#, python-format
msgid "Periodic"
Expand All @@ -618,9 +636,20 @@ msgstr ""
msgid "Planned"
msgstr ""

#. module: stock_cycle_count
#: model:ir.model,name:stock_cycle_count.model_stock_move_line
msgid "Product Moves (Stock Move Line)"
msgstr ""

#. module: stock_cycle_count
#: model:ir.model,name:stock_cycle_count.model_stock_quant
msgid "Quants"
msgstr ""

#. module: stock_cycle_count
#: model:ir.model.fields,field_description:stock_cycle_count.field_stock_cycle_count__date_deadline
#: model_terms:ir.ui.view,arch_db:stock_cycle_count.report_cyclecount
#: model_terms:ir.ui.view,arch_db:stock_cycle_count.stock_cycle_count_search_view
msgid "Required Date"
msgstr ""

Expand All @@ -630,6 +659,7 @@ msgid "Rule Description"
msgstr ""

#. module: stock_cycle_count
#. odoo-python
#: code:addons/stock_cycle_count/models/stock_cycle_count_rule.py:0
#, python-format
msgid ""
Expand All @@ -638,6 +668,7 @@ msgid ""
msgstr ""

#. module: stock_cycle_count
#. odoo-python
#: code:addons/stock_cycle_count/models/stock_cycle_count_rule.py:0
#, python-format
msgid ""
Expand Down Expand Up @@ -665,6 +696,11 @@ msgstr ""
msgid "Sets default counted quanities in Inventory Adjustments"
msgstr ""

#. module: stock_cycle_count
#: model:ir.model.fields,help:stock_cycle_count.field_stock_inventory__responsible_id
msgid "Specific responsible of Inventory Adjustment."
msgstr ""

#. module: stock_cycle_count
#: model:ir.model.fields,field_description:stock_cycle_count.field_stock_cycle_count__state
#: model_terms:ir.ui.view,arch_db:stock_cycle_count.stock_cycle_count_search_view
Expand Down Expand Up @@ -703,20 +739,23 @@ msgid "Stock Move"
msgstr ""

#. module: stock_cycle_count
#. odoo-python
#: code:addons/stock_cycle_count/models/stock_inventory.py:0
#, python-format
msgid ""
"The Inventory Adjustment is inconsistent with the Cycle Count:\n"
"%s"
"%(message)s"
msgstr ""

#. module: stock_cycle_count
#. odoo-python
#: code:addons/stock_cycle_count/models/stock_inventory.py:0
#, python-format
msgid "The adjustment should be done for all products in the location."
msgstr ""

#. module: stock_cycle_count
#. odoo-python
#: code:addons/stock_cycle_count/models/stock_inventory.py:0
#, python-format
msgid ""
Expand All @@ -725,11 +764,17 @@ msgid ""
msgstr ""

#. module: stock_cycle_count
#. odoo-python
#: code:addons/stock_cycle_count/models/stock_inventory.py:0
#, python-format
msgid "The location in the inventory does not match with the cycle count."
msgstr ""

#. module: stock_cycle_count
#: model:ir.model.fields,field_description:stock_cycle_count.field_stock_move_line__theoretical_qty
msgid "Theoretical Quantity"
msgstr ""

#. module: stock_cycle_count
#: model:ir.model.fields,field_description:stock_cycle_count.field_stock_cycle_count_rule__turnover_inventory_value_threshold
msgid "Turnover Inventory Value Threshold"
Expand All @@ -741,16 +786,7 @@ msgid "Type of rule"
msgstr ""

#. module: stock_cycle_count
#: model:ir.model.fields,field_description:stock_cycle_count.field_stock_cycle_count__message_unread
msgid "Unread Messages"
msgstr ""

#. module: stock_cycle_count
#: model:ir.model.fields,field_description:stock_cycle_count.field_stock_cycle_count__message_unread_counter
msgid "Unread Messages Counter"
msgstr ""

#. module: stock_cycle_count
#. odoo-python
#: code:addons/stock_cycle_count/models/stock_cycle_count_rule.py:0
#, python-format
msgid "Value Turnover"
Expand Down Expand Up @@ -785,36 +821,42 @@ msgid ""
msgstr ""

#. module: stock_cycle_count
#. odoo-python
#: code:addons/stock_cycle_count/models/stock_cycle_count.py:0
#, python-format
msgid "You can only confirm cycle counts in state 'Planned'."
msgstr ""

#. module: stock_cycle_count
#. odoo-python
#: code:addons/stock_cycle_count/models/stock_cycle_count_rule.py:0
#, python-format
msgid "You can only have one zero confirmation rule per warehouse."
msgstr ""

#. module: stock_cycle_count
#. odoo-python
#: code:addons/stock_cycle_count/models/stock_cycle_count_rule.py:0
#, python-format
msgid "You cannot define a negative or null number of counts per period."
msgstr ""

#. module: stock_cycle_count
#. odoo-python
#: code:addons/stock_cycle_count/models/stock_cycle_count_rule.py:0
#, python-format
msgid "You cannot define a negative period."
msgstr ""

#. module: stock_cycle_count
#. odoo-python
#: code:addons/stock_cycle_count/models/stock_cycle_count_rule.py:0
#, python-format
msgid "Zero Confirmation"
msgstr ""

#. module: stock_cycle_count
#. odoo-python
#: code:addons/stock_cycle_count/models/stock_cycle_count_rule.py:0
#, python-format
msgid "Zero confirmation rules can only have one warehouse assigned."
Expand Down
Loading

0 comments on commit 2fd4c6a

Please sign in to comment.