Skip to content

Commit 651670f

Browse files
committed
[REF] \ are not needed in a multi-line text.
1 parent a00f551 commit 651670f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

invoice_department/__openerp__.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
'name': 'Invoices with Department Categorization',
44
'version': '1.0',
55
'category': 'Generic Modules/Sales & Purchases',
6-
'description': """\
7-
Add the department on Invoices as well as the related \
8-
filter and button in the search form.""",
6+
'description': """
7+
Add the department on Invoices as well as the related
8+
filter and button in the search form.""",
99
'author': 'Camptocamp',
1010
'website': 'http://camptocamp.com',
1111
'depends': ['account', 'hr'],

sale_department/__openerp__.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
'name': 'Sales Order with Department Categorization',
44
'version': '1.0',
55
'category': 'Generic Modules/Sales & Purchases',
6-
'description': """\
7-
Add the department on Sales Order and Customer Invoices \
8-
as well as the related filter and button in the search form.""",
6+
'description': """
7+
Add the department on Sales Order and Customer Invoices
8+
as well as the related filter and button in the search form.""",
99
'author': 'Camptocamp',
1010
"license": "AGPL-3",
1111
'website': 'http://camptocamp.com',

0 commit comments

Comments
 (0)