Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion product_replenishment_cost/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Replenishment Cost",
"version": "19.0.1.2.0",
"version": "19.0.1.3.0",
"author": "ADHOC SA, Odoo Community Association (OCA)",
"license": "AGPL-3",
"category": "Products",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 19.0+e\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-04-27 15:00+0000\n"
"PO-Revision-Date: 2026-04-27 15:00+0000\n"
"POT-Creation-Date: 2026-07-22 14:00+0000\n"
"PO-Revision-Date: 2026-07-22 14:00+0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
Expand Down Expand Up @@ -427,8 +427,8 @@ msgstr ""
#. module: product_replenishment_cost
#: model_terms:ir.ui.view,arch_db:product_replenishment_cost.view_update_from_replenishment_cost_wizard_form
msgid ""
"This will apply to all the selected products across company with costing "
"method \"Standard Price\" and with Replenishment Cost different from 0."
"This will apply to all the selected products across company with a "
"Replenishment Cost different from 0."
msgstr ""

#. module: product_replenishment_cost
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Product Catalog Report">
This will apply to all the selected products across company with costing method "Standard Price" and with Replenishment Cost different from 0.
This will apply to all the selected products across company with a Replenishment Cost different from 0.
<footer>
<button name="confirm" string="Confirm" type="object" class="oe_highlight"/>
or
Expand Down
Loading