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.

20 lines
711 B

  1. <odoo>
  2. <record model="ir.ui.view" id="planning_instanciate_view_form">
  3. <field name="name">Planning Form</field>
  4. <field name="model">beesddoo.shift.generate_planning</field>
  5. <field name="arch" type="xml">
  6. <form>
  7. <group>
  8. <field name="date_start" />
  9. <field name="planning_id" invisible="1" />
  10. </group>
  11. <footer>
  12. <button type="object" name="generate_task" string="Confirm" class="oe_highlight"/>
  13. or
  14. <button special="cancel" string="Cancel"/>
  15. </footer>
  16. </form>
  17. </field>
  18. </record>
  19. </odoo>