|
@ -2,13 +2,16 @@ |
|
|
<openerp> |
|
|
<openerp> |
|
|
<data> |
|
|
<data> |
|
|
|
|
|
|
|
|
<template id="assets_backend" name="pos_remove_pos_category assets" inherit_id="web.assets_backend"> |
|
|
|
|
|
|
|
|
<template id="assets_backend" name="pos_remove_pos_category assets" |
|
|
|
|
|
inherit_id="web.assets_backend"> |
|
|
<xpath expr="." position="inside"> |
|
|
<xpath expr="." position="inside"> |
|
|
<script type="text/javascript" src="/pos_remove_pos_category/static/src/js/pos_remove_pos_category.js"></script> |
|
|
|
|
|
|
|
|
<script type="text/javascript" |
|
|
|
|
|
src="/pos_remove_pos_category/static/src/js/pos_remove_pos_category.js"></script> |
|
|
</xpath> |
|
|
</xpath> |
|
|
<xpath expr="//script[@src='/point_of_sale/static/src/js/widgets.js']" position="attributes"> |
|
|
|
|
|
|
|
|
<!--<xpath expr="//script[@src='/point_of_sale/static/src/js/widgets.js']" |
|
|
|
|
|
position="attributes"> |
|
|
<attribute name="src">/pos_remove_pos_category/static/src/js/widgets2.js</attribute> |
|
|
<attribute name="src">/pos_remove_pos_category/static/src/js/widgets2.js</attribute> |
|
|
</xpath> |
|
|
|
|
|
|
|
|
</xpath> --> |
|
|
</template> |
|
|
</template> |
|
|
|
|
|
|
|
|
<record id="product_category_form_view" model="ir.ui.view"> |
|
|
<record id="product_category_form_view" model="ir.ui.view"> |
|
@ -18,12 +21,16 @@ |
|
|
<field name="priority">20</field> |
|
|
<field name="priority">20</field> |
|
|
<field name="arch" type="xml"> |
|
|
<field name="arch" type="xml"> |
|
|
<xpath expr="//group[@name='parent']" position="inside"> |
|
|
<xpath expr="//group[@name='parent']" position="inside"> |
|
|
|
|
|
<field name="available_in_pos"/> |
|
|
|
|
|
</xpath> |
|
|
|
|
|
<field name="name" position="after"> |
|
|
|
|
|
<div class="oe_bottom" style="margin-top: 10px;"> |
|
|
<field name="image" |
|
|
<field name="image" |
|
|
widget="image" |
|
|
widget="image" |
|
|
class="oe_left oe_avatar" |
|
|
class="oe_left oe_avatar" |
|
|
options='{"size": [100, 100]}'/> |
|
|
options='{"size": [100, 100]}'/> |
|
|
<field name="available_in_pos"/> |
|
|
|
|
|
</xpath> |
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
</field> |
|
|
</field> |
|
|
</field> |
|
|
</record> |
|
|
</record> |
|
|
|
|
|
|
|
@ -36,6 +43,5 @@ |
|
|
</xpath> |
|
|
</xpath> |
|
|
</field> |
|
|
</field> |
|
|
</record> |
|
|
</record> |
|
|
|
|
|
|
|
|
</data> |
|
|
</data> |
|
|
</openerp> |
|
|
</openerp> |