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.

14 lines
525 B

  1. <?xml version="1.0"?>
  2. <!--
  3. Copyright (C) 2016-Today: La Louve (<http://www.lalouve.net/>)
  4. Copyright (C) 2019-Today: Druidoo (<https://www.druidoo.io>)
  5. @author: Sylvain LE GAL (https://twitter.com/legalsylvain)
  6. License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  7. -->
  8. <odoo>
  9. <!-- POS Config: Require Customer(Required before starting the order) -->
  10. <record id="point_of_sale.pos_config_main" model="pos.config">
  11. <field name="require_customer">order</field>
  12. </record>
  13. </odoo>