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.
|
|
<odoo> <record model="ir.ui.view" id="macavrac_coop_partner_inherited_view_form"> <field name="name">Macavrac Coop</field> <field name="model">res.partner</field> <field name="inherit_id" ref="base.view_partner_form"/> <field name="priority">99</field> <field name="arch" type="xml"> <xpath expr="//notebook/page[1]" position="attributes"> <attribute name="autofocus">0</attribute> </xpath> <xpath expr="//notebook" position="inside"> <page string="Google Sheet Infos" name="google_sheet" autofocus="autofocus"> <group> <field name="date_stamp"/> <field name="coop_number"/> <field name="gender"/> <field name="birthdate"/> <field name="national_register_number"/> <field name="cooperator_type"/> <field name="share_qty"/> <field name="share_numbers"/> <field name="share_amount"/> <field name="state_request"/> <field name="email_sent"/> <field name="payment_date"/> <field name="payment_details"/> <field name="certificate_sent_date"/> <field name="comment_request"/> <field name="fiscal_certificate_sent_date"/> </group> </page> </xpath> </field> </record> </odoo>
|