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.

42 lines
1.5KB

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <!--
  3. Copyright (C) 2016-Today: Odoo Community Association (OCA)
  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. <odoo>
  8. <record id="view_wizard_create_team_form" model="ir.ui.view">
  9. <field name="model">wizard.create.team</field>
  10. <field name="arch" type="xml">
  11. <form>
  12. <group col="4">
  13. <field name="organization_id" colspan="4" />
  14. <field name="name" />
  15. <field name="privacy" />
  16. <field name="description" colspan="4" />
  17. <field
  18. name="wizard_partner_ids"
  19. colspan="4"
  20. widget="many2many_tags"
  21. />
  22. <field
  23. name="wizard_repository_ids"
  24. colspan="4"
  25. widget="many2many_tags"
  26. />
  27. </group>
  28. <footer>
  29. <button
  30. name="button_create_in_github"
  31. string="Create in Github"
  32. type="object"
  33. class="oe_highlight"
  34. />
  35. or
  36. <button string="Cancel" class="oe_link" special="cancel" />
  37. </footer>
  38. </form>
  39. </field>
  40. </record>
  41. </odoo>
上海开阖软件有限公司 沪ICP备12045867号-1