[IMP] shorter page name

This commit is contained in:
Quentin Dupont
2024-03-01 11:31:06 +01:00
parent 812c7f2aca
commit 656640becb
2 changed files with 3 additions and 6 deletions

View File

@@ -68,8 +68,8 @@ msgstr "Composants"
#. module: mrp_bom_widget_section_and_note_one2many
#: model_terms:ir.ui.view,arch_db:mrp_bom_widget_section_and_note_one2many.mrp_bom_form_view_section
msgid "Components with sections and notes"
msgstr "Composants"
msgid "Components and sections"
msgstr "Composants avec sections"
#. module: mrp_bom_widget_section_and_note_one2many
#: model:ir.model.fields,field_description:mrp_bom_widget_section_and_note_one2many.field_mrp_bom_line__name

View File

@@ -13,10 +13,7 @@ License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
<field name="arch" type="xml">
<!-- Add new page -->
<xpath expr="//page[1]" position="before">
<page
string="Components with sections and notes"
name="components_w_sections_notes"
>
<page string="Components and sections" name="components_w_sections_notes">
<field
name="bom_line_with_sectionnote_ids"
widget="section_and_note_one2many"