You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
1.1 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. Copyright (C) 2015-Today GRAP (http://www.grap.coop)
  4. @author: Sylvain LE GAL (https://twitter.com/legalsylvain)
  5. License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  6. -->
  7. <openerp><data>
  8. <record id="view_pos_switch_journal_wizard_form" model="ir.ui.view">
  9. <field name="model">pos.switch.journal.wizard</field>
  10. <field name="arch" type="xml">
  11. <form>
  12. <group col="4">
  13. <field name="order_id" />
  14. <field name="statement_line_id" />
  15. <field name="old_journal_id" />
  16. <field name="new_journal_id" widget="selection"/>
  17. <field name="amount" />
  18. </group>
  19. <footer>
  20. <button name="button_switch_journal" string="Switch Journal" type="object" class="oe_highlight"/>
  21. <button string="Cancel" class="oe_link" special="cancel" />
  22. </footer>
  23. </form>
  24. </field>
  25. </record>
  26. </data></openerp>