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.

17 lines
458 B

  1. <?xml version="1.0"?>
  2. <!--
  3. Copyright 2020 - Today Sylvain LE GAL (https://twitter.com/legalsylvain)
  4. License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  5. -->
  6. <odoo>
  7. <!--
  8. we disable the feature for the demo pos config to avoid
  9. other module to fail during the test.
  10. -->
  11. <record id="point_of_sale.pos_config_main" model="pos.config">
  12. <field name="picking_creation_delayed">False</field>
  13. </record>
  14. </odoo>