res_config_settings_views.xml 732 B

12345678910111213141516171819
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <record id="res_config_settings_view_form" model="ir.ui.view">
  4. <field name="name">res.config.settings.view.form.inherit.l10n_co_pos</field>
  5. <field name="model">res.config.settings</field>
  6. <field name="inherit_id" ref="point_of_sale.res_config_settings_view_form"/>
  7. <field name="arch" type="xml">
  8. <xpath expr="//div[@id='order_reference']" position="attributes">
  9. <attribute name="groups"></attribute>
  10. </xpath>
  11. <xpath expr="//field[@name='pos_sequence_id']" position="attributes">
  12. <attribute name="readonly">0</attribute>
  13. </xpath>
  14. </field>
  15. </record>
  16. </odoo>