Browse Source

[REF] cosmetic changes

pull/501/head
Sylvain LE GAL 4 years ago
parent
commit
cc060cacbf
  1. 30
      pos_tare/__manifest__.py
  2. 1
      pos_tare/readme/CONTRIBUTORS.rst
  3. 10
      pos_tare/views/pos_config_view.xml

30
pos_tare/__manifest__.py

@ -3,21 +3,21 @@
{
"name": "Point Of Sale - Tare",
"summary": "Manage Tare in Point Of Sale module",
'version': '12.0.1.0.0',
'category': 'Point of Sale',
'author': "GRAP, Le Nid, Odoo Community Association (OCA)",
'website': "https://github.com/OCA/pos",
'license': 'AGPL-3',
'maintainers': ['fkawala'],
'depends': ['point_of_sale'],
'demo': ['demo/pos_tare_demo.xml'],
'data': [
'views/templates.xml',
'views/pos_config_view.xml',
'data/barcode_rule.xml',
"version": "12.0.1.0.0",
"category": "Point of Sale",
"author": "GRAP, Le Nid, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/pos",
"license": "AGPL-3",
"maintainers": ["fkawala"],
"depends": ["point_of_sale"],
"demo": ["demo/uom_uom.xml"],
"data": [
"views/templates.xml",
"views/pos_config_view.xml",
"data/barcode_rule.xml",
],
'qweb': [
'static/src/xml/pos_tare.xml',
"qweb": [
"static/src/xml/pos_tare.xml",
],
'installable': True,
"installable": True,
}

1
pos_tare/readme/CONTRIBUTORS.rst

@ -1,4 +1,3 @@
- Sylvain LE GAL (https://www.twitter.com/legalsylvain)
- Le Nid
- CoopITEasy

10
pos_tare/views/pos_config_view.xml

@ -2,14 +2,14 @@
<odoo>
<record model="ir.ui.view" id="view_pos_config_form">
<field name="name">view.pos.config.form</field>
<field name="model">pos.config</field>
<field name="inherit_id" ref="point_of_sale.pos_config_view_form" />
<field name="priority" eval="30"/>
<field name="arch" type="xml">
<xpath expr="//h2[@name='order']/following-sibling::*[position()=1]" position="inside">
<div class="col-xs-12 col-lg-6 o_setting_box" id="iface_tare_method">
<xpath expr="//h2[@name='order']/following-sibling::*[position()=1]" position="inside">
<div class="col-xs-12 col-lg-6 o_setting_box" id="iface_tare_method">
<div class="o_setting_right_pane">
<label for="iface_tare_method" string="Tare method"/>
<div class="text-muted">
@ -22,7 +22,7 @@
</div>
</div>
</div>
</xpath>
</field>
</xpath>
</field>
</record>
</odoo>
Loading…
Cancel
Save