Skip to content

Commit

Permalink
Simplify terms
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinDupont committed Feb 21, 2025
1 parent 75955c0 commit 7a1f27b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 22 deletions.
24 changes: 6 additions & 18 deletions fermente_mrp/i18n/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-02-21 10:13+0000\n"
"PO-Revision-Date: 2025-02-21 10:13+0000\n"
"POT-Creation-Date: 2025-02-21 10:52+0000\n"
"PO-Revision-Date: 2025-02-21 10:52+0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
Expand All @@ -17,14 +17,10 @@ msgstr ""

#. module: fermente_mrp
#: model:ir.actions.act_window,name:fermente_mrp.action_fermente_mrp_bom_all
msgid "Bills of Materials"
msgstr "Fiches techniques"

#. module: fermente_mrp
#: model:ir.ui.menu,name:fermente_mrp.menu_fermente_mrp_bom
#: model:ir.ui.menu,name:fermente_mrp.menu_fermente_mrp_bom_all
msgid "Bills of Materials 📋"
msgstr "Fiches techniques 📋"
msgid "Bills of Materials"
msgstr "Fiches techniques"

#. module: fermente_mrp
#: model_terms:ir.ui.view,arch_db:fermente_mrp.view_fermente_mrp_production_form_base
Expand All @@ -33,24 +29,16 @@ msgstr "Fiche technique"

#. module: fermente_mrp
#: model:ir.actions.act_window,name:fermente_mrp.action_fermente_mrp_bom_finished_products
#: model:ir.ui.menu,name:fermente_mrp.menu_fermente_mrp_bom_finished_products
msgid "BoM for finished products"
msgstr "FT pour produits finis"

#. module: fermente_mrp
#: model:ir.ui.menu,name:fermente_mrp.menu_fermente_mrp_bom_finished_products
msgid "BoM for finished products 🥧"
msgstr "FT pour produits finis 🥧"

#. module: fermente_mrp
#: model:ir.actions.act_window,name:fermente_mrp.action_fermente_mrp_bom_intermediate_products
#: model:ir.ui.menu,name:fermente_mrp.menu_fermente_mrp_bom_intermediate_products
msgid "BoM for intermediate products"
msgstr "FT pour produits intermédiaires"

#. module: fermente_mrp
#: model:ir.ui.menu,name:fermente_mrp.menu_fermente_mrp_bom_intermediate_products
msgid "BoM for intermediate products 🧩"
msgstr "FT pour produits intermédiaires 🧩"

#. module: fermente_mrp
#: model_terms:ir.ui.view,arch_db:fermente_mrp.view_fermente_mrp_production_form_base
msgid "Now, fill the quantity to indicate what you have produce."
Expand Down
8 changes: 4 additions & 4 deletions fermente_mrp/views/menu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
<!-- Bill of Materials - Menus for Generic fermente View -->
<!-- ************************************************************ -->
<menuitem id="menu_fermente_mrp_bom"
name="Bills of Materials 📋"
name="Bills of Materials"
parent="mrp.menu_mrp_root" sequence="1"/>

<record id="action_fermente_mrp_bom_all" model="ir.actions.act_window">
Expand All @@ -30,7 +30,7 @@ License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
</record>

<menuitem id="menu_fermente_mrp_bom_all"
name="Bills of Materials 📋"
name="Bills of Materials"
parent="menu_fermente_mrp_bom" sequence="5"
action="action_fermente_mrp_bom_all"/>

Expand All @@ -44,7 +44,7 @@ License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
</record>

<menuitem id="menu_fermente_mrp_bom_intermediate_products"
name="BoM for intermediate products 🧩"
name="BoM for intermediate products"
parent="menu_fermente_mrp_bom" sequence="20"
action="action_fermente_mrp_bom_intermediate_products"/>

Expand All @@ -58,7 +58,7 @@ License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
</record>

<menuitem id="menu_fermente_mrp_bom_finished_products"
name="BoM for finished products 🥧"
name="BoM for finished products"
parent="menu_fermente_mrp_bom" sequence="30"
action="action_fermente_mrp_bom_finished_products"/>

Expand Down

0 comments on commit 7a1f27b

Please sign in to comment.