Odoo modules related to point of sales
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.

15 lines
477 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <record id="restaurant_floor_form" model="ir.ui.view">
  4. <field name="name">Booking restaurant.floor form</field>
  5. <field name="model">restaurant.floor</field>
  6. <field name="inherit_id" ref="pos_restaurant.view_restaurant_floor_form"/>
  7. <field name="arch" type="xml">
  8. <field name="shape" position="after">
  9. <field name="bookable" widget="toggle_button"/>
  10. </field>
  11. </field>
  12. </record>
  13. </odoo>