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.

25 lines
1.1 KiB

  1. <openerp>
  2. <data>
  3. <record model="ir.ui.view" id="beescoop_pos_inherit">
  4. <field name="name">bees.pos.config.form.view</field>
  5. <field name="model">pos.config</field>
  6. <field name="inherit_id" ref="point_of_sale.view_pos_config_form" />
  7. <field name="arch" type="xml">
  8. <field name="iface_tax_included" position="after">
  9. <separator string="Bill Value" colspan="2" />
  10. <field name="bill_value" nolabel="1" colspan="2" >
  11. <tree editable="bottom">
  12. <field name="name" />
  13. </tree>
  14. </field>
  15. </field>
  16. </field>
  17. </record>
  18. <template id="assets" inherit_id="point_of_sale.assets">
  19. <xpath expr="." position="inside">
  20. <script type="text/javascript" src="/beesdoo_pos/static/src/js/beesdoo.js"></script>
  21. <link rel='stylesheet' href="/beesdoo_pos/static/src/css/beesdoo.css"/>
  22. </xpath>
  23. </template>
  24. </data>
  25. </openerp>