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.

34 lines
1.6 KiB

  1. <odoo>
  2. <record model="ir.ui.view" id="macavrac_coop_partner_inherited_view_form">
  3. <field name="name">Macavrac Coop</field>
  4. <field name="model">res.partner</field>
  5. <field name="inherit_id" ref="base.view_partner_form"/>
  6. <field name="priority">99</field>
  7. <field name="arch" type="xml">
  8. <xpath expr="//notebook/page[1]" position="attributes">
  9. <attribute name="autofocus">0</attribute>
  10. </xpath>
  11. <xpath expr="//notebook" position="inside">
  12. <page string="Google Sheet Infos" name="google_sheet" autofocus="autofocus">
  13. <group>
  14. <field name="date_stamp"/>
  15. <field name="coop_number"/>
  16. <field name="gender"/>
  17. <field name="birthdate"/>
  18. <field name="national_register_number"/>
  19. <field name="cooperator_type"/>
  20. <field name="share_qty"/>
  21. <field name="share_numbers"/>
  22. <field name="share_amount"/>
  23. <field name="state_request"/>
  24. <field name="email_sent"/>
  25. <field name="payment_date"/>
  26. <field name="payment_details"/>
  27. <field name="certificate_sent_date"/>
  28. <field name="comment_request"/>
  29. <field name="fiscal_certificate_sent_date"/>
  30. </group>
  31. </page>
  32. </xpath>
  33. </field>
  34. </record>
  35. </odoo>