Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@
<form string="OpenUpgrade Generate Records Wizard">
<field name="state" invisible="1"/>
<group states="init" colspan="4">
<label string="This will reinitialize all the modules installed on this database. Do not continue if you use this database in production."
/>
<p>This will reinitialize all the modules installed on this database. Do not continue if you use this database in production.</p>
</group>
<group states="ready" colspan="4">
<label string="Modules initialized and records created"
/>
<p>Modules initialized and records created</p>
</group>
<footer>
<button string="Continue"
Expand Down
6 changes: 2 additions & 4 deletions odoo/addons/openupgrade_records/views/install_all_wizard.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,11 @@
<form string="OpenUpgrade Install All Modules Wizard">
<field name="state" invisible="1"/>
<group states="init" colspan="4">
<label string="This will install all modules on the database. Do not continue if you use this database in production." colspan="4"
/>
<p>This will install all modules on the database. Do not continue if you use this database in production.</p>
<field name="to_install"/>
</group>
<group states="ready" colspan="4">
<label string="Modules installed"
/>
<p>Modules installed</p>
</group>
<footer>
<button class="btn-primary"
Expand Down