Browse Source

[FIX] - fix flake8

pull/208/head
sbejaoui 5 years ago
committed by Thomas Binsfeld
parent
commit
2aca05b59e
  1. 1
      product_contract/__init__.py
  2. 2
      product_contract/readme/USAGE.rst
  3. 1
      product_contract/tests/__init__.py

1
product_contract/__init__.py

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright 2017 LasLabs Inc.
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).

2
product_contract/readme/USAGE.rst

@ -3,4 +3,4 @@ To use this module, you need to:
#. Go to Sales -> Products and select or create a product.
#. Check "Is a contract" and select the contract template related to the
product
#. Define default recurrence rules
#. Define default recurrence rules

1
product_contract/tests/__init__.py

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright 2017 LasLabs Inc.
# Copyright 2018 ACSONE SA/NV.
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).

Loading…
Cancel
Save