diff --git a/mrp_bom_simple_report/i18n/fr.po b/mrp_bom_simple_report/i18n/fr.po index 4c0f2c3b48..63a06fa105 100644 --- a/mrp_bom_simple_report/i18n/fr.po +++ b/mrp_bom_simple_report/i18n/fr.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 16.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-28 11:31+0000\n" -"PO-Revision-Date: 2024-02-28 11:31+0000\n" +"POT-Creation-Date: 2024-11-20 10:50+0000\n" +"PO-Revision-Date: 2024-11-20 10:50+0000\n" "Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -49,3 +49,8 @@ msgstr "Fiche technique simple" #: model_terms:ir.ui.view,arch_db:mrp_bom_simple_report.bom_simple_report_xml msgid "UoM" msgstr "UdM" + +#. module: mrp_bom_simple_report +#: model_terms:ir.ui.view,arch_db:mrp_bom_simple_report.bom_simple_report_xml +msgid "↳ Intermediate Bill of Material for" +msgstr "↳ Fiche technique intermédiaire pour" \ No newline at end of file diff --git a/mrp_bom_simple_report/report/report_simple_bom.xml b/mrp_bom_simple_report/report/report_simple_bom.xml index 42f8887857..dbfe6e109b 100644 --- a/mrp_bom_simple_report/report/report_simple_bom.xml +++ b/mrp_bom_simple_report/report/report_simple_bom.xml @@ -7,66 +7,158 @@ License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). diff --git a/mrp_bom_simple_report/static/src/scss/mrp_bom_simple_report.scss b/mrp_bom_simple_report/static/src/scss/mrp_bom_simple_report.scss index 05bf09ab74..31dcdb2109 100644 --- a/mrp_bom_simple_report/static/src/scss/mrp_bom_simple_report.scss +++ b/mrp_bom_simple_report/static/src/scss/mrp_bom_simple_report.scss @@ -29,3 +29,12 @@ $bom-simple-report-violet: #6c5ce7; .smaller-font-size { width: $bom-simple-report-font-size-small; } + +.line_section { + background-color: #dddddd; + font-weight: bold; +} + +.line_note { + font-style: italic; +}