Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
17
upgrade_analysis/templates/module_coverage_template.xml
Executable file
17
upgrade_analysis/templates/module_coverage_template.xml
Executable file
@@ -0,0 +1,17 @@
|
||||
<odoo>
|
||||
<template id="module_coverage">Module coverage <t t-out="start_version" /> -> <t
|
||||
t-out="end_version"
|
||||
/>
|
||||
============================
|
||||
|
||||
.. include:: coverage_legend.rst
|
||||
|
||||
+---------------------------------------------------+----------------------+-------------------------------------------------+
|
||||
| Module | Status + Extra Information |
|
||||
+===================================================+======================+=================================================+
|
||||
<t t-foreach="module_descriptions" t-as="module">
|
||||
|<t t-out="module" />| |<t t-out="module_value" />|
|
||||
+---------------------------------------------------+----------------------+-------------------------------------------------+
|
||||
</t>
|
||||
</template>
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user