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.

29 lines
1.1 KiB

  1. <?xml version="1.0"?>
  2. <!-- Copyright 2018 - Today Sylvain LE GAL (https://twitter.com/legalsylvain)
  3. License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).-->
  4. <odoo>
  5. <record id="view_pos_config_form" model="ir.ui.view">
  6. <field name="model">pos.config</field>
  7. <field name="inherit_id" ref="point_of_sale.pos_config_view_form" />
  8. <field name="arch" type="xml">
  9. <xpath expr="//div[@id='inventory_location']" position="inside">
  10. <div class="col-12 col-lg-6 o_setting_box">
  11. <div class="o_setting_left_pane">
  12. <field name="picking_creation_delayed"/>
  13. </div>
  14. <div class="o_setting_right_pane">
  15. <label for="picking_creation_delayed"/>
  16. <div class="text-muted">
  17. Delay the creation of the picking created by the PoS orders
  18. </div>
  19. </div>
  20. </div>
  21. </xpath>
  22. </field>
  23. </record>
  24. </odoo>