Skip to content

Commit bbe6b16

Browse files
committed
fix travis (flake8)
1 parent 9969822 commit bbe6b16

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

product_brand/__openerp__.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@
3333
'version': '0.1',
3434
'category': 'Product',
3535
'summary': ' brand',
36-
'author': "NetAndCo, Akretion, Prisnet Telecommunications SA,Odoo Community Association (OCA)",
36+
'author': "NetAndCo, Akretion,"
37+
"Prisnet Telecommunications SA,"
38+
"Odoo Community Association (OCA)",
3739
'license': 'AGPL-3',
3840
'depends': ['product'],
3941
'data': [

product_gtin/__openerp__.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
{
2424
"name": "Product GTIN EAN8 EAN13 UPC JPC Support",
2525
"version": "1.1",
26-
"author": "ChriCar Beteiligungs- und Beratungs- GmbH,Odoo Community Association (OCA)",
26+
"author": "ChriCar Beteiligungs- und Beratungs- GmbH,"
27+
"Odoo Community Association (OCA)",
2728
"website": "http://www.chricar.at/ChriCar",
2829
"license": "AGPL-3",
2930
"category": "Sales Management",

0 commit comments

Comments
 (0)