Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <data>
- <!--
- # Done by RHT on the 24/12/2024
- # Need : no quick create for the contact (VAT is mandatory) & fill in the type of revenue and the deadline (mandatory fields) even when doing a quick create
- # Task : https://www.odoo.com/odoo/project/17391/tasks/4345877
- # Pastebin : https://pastebin.com/97cwWPjc
- -->
- <xpath expr="//field[@name='partner_id']" position="attributes">
- <attribute name="options">{"no_quick_create":true}</attribute>
- </xpath>
- <xpath expr="//field[@name='phone']" position="after">
- <field name="x_studio_revenue_capture_type" placeholder="Choisissez le type : PRI, PRR ou BDT" required="True"/>
- </xpath>
- <xpath expr="//field[@name='company_currency']" position="before">
- <field name="date_deadline" placeholder="par ex. 31/12/2025" required="True"/>
- </xpath>
- </data>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement