Browse Source

[REF] cosmetic changes

pull/501/head
Sylvain LE GAL 5 years ago
parent
commit
cc060cacbf
  1. 30
      pos_tare/__manifest__.py
  2. 1
      pos_tare/readme/CONTRIBUTORS.rst
  3. 2
      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

2
pos_tare/views/pos_config_view.xml

@ -2,8 +2,8 @@
<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"/>

Loading…
Cancel
Save