Browse Source

Set maintainers for three modules.

pull/458/head
Francois Kawala 5 years ago
parent
commit
9732ac725a
  1. 1
      pos_accented_search/__openerp__.py
  2. 1
      pos_barcode_tare/__openerp__.py
  3. 2
      pos_reset_search/__openerp__.py

1
pos_accented_search/__openerp__.py

@ -9,6 +9,7 @@
'author': "Le Nid, Odoo Community Association (OCA)", 'author': "Le Nid, Odoo Community Association (OCA)",
'website': "https://github.com/OCA/pos", 'website': "https://github.com/OCA/pos",
'license': 'AGPL-3', 'license': 'AGPL-3',
'maintainers': ['fkawala'],
'depends': [ 'depends': [
'point_of_sale', 'point_of_sale',
], ],

1
pos_barcode_tare/__openerp__.py

@ -10,6 +10,7 @@
'author': "Le Nid, Odoo Community Association (OCA)", 'author': "Le Nid, Odoo Community Association (OCA)",
'website': "https://github.com/OCA/pos", 'website': "https://github.com/OCA/pos",
'license': 'AGPL-3', 'license': 'AGPL-3',
'maintainers': ['fkawala'],
'depends': ['point_of_sale'], 'depends': ['point_of_sale'],
'demo': ['demo/pos_barcode_tare_demo.xml'], 'demo': ['demo/pos_barcode_tare_demo.xml'],
'data': [ 'data': [

2
pos_reset_search/__openerp__.py

@ -9,7 +9,7 @@
'author': "Le Nid, Odoo Community Association (OCA)", 'author': "Le Nid, Odoo Community Association (OCA)",
'website': "https://github.com/OCA/pos", 'website': "https://github.com/OCA/pos",
'license': 'AGPL-3', 'license': 'AGPL-3',
'maintainersr': ['fkawala'],
'maintainers': ['fkawala'],
'depends': [ 'depends': [
'point_of_sale', 'point_of_sale',
], ],

Loading…
Cancel
Save