[REM]GOLEM Resource Account : remove editable wizard

This commit is contained in:
Fabien BOURGEOIS 2018-03-26 16:35:31 +02:00
parent 237ce73198
commit 7c4bc395a3
2 changed files with 0 additions and 26 deletions

View File

@ -96,14 +96,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
view_id="golem_reservation_invoice_wizard_form"
multi="True"
target="new" />
<act_window id="action_golem_reservation_invoice_editable_wizard"
name="Reservations to invoice-edition"
res_model="golem.reservation.invoice.wizard"
src_model="golem.resource.reservation"
view_mode="form"
view_id="golem_reservation_invoice_wizard_form_editable"
multi="True"
target="new" />
</data>
</odoo>

View File

@ -20,24 +20,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<data>
<!-- Forms -->
<record model="ir.ui.view"
id="golem_reservation_invoice_wizard_form_editable">
<field name="name"> GOLEM Reservation Invoice Wizard Form Editable</field>
<field name="model">golem.reservation.invoice.wizard</field>
<field name="arch" type="xml">
<form string="Reservation to invoice">
<group>
<field name="reservation_ids" />
</group>
<footer>
<button name="create_invoices" string="Create Invoices" type="object"
class="oe_highlight" />
<button string="Cancel" class="oe_link" special="cancel" />
</footer>
</form>
</field>
</record>
<record model="ir.ui.view"
id="golem_reservation_invoice_wizard_form">
<field name="name"> GOLEM Reservation Invoice Wizard Form</field>