Skip to content

Commit 1f2992e

Browse files
Cédric PigeonJordiBForgeFlow
Cédric Pigeon
authored andcommitted
Fixe Falke8, add contributor email, add setup
1 parent d9bd5d8 commit 1f2992e

File tree

5 files changed

+9
-2
lines changed

5 files changed

+9
-2
lines changed

pos_sequence_ref_number/README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Contributors
4646

4747
* Jordi Ballester <[email protected]>
4848
* Rafael Blasco <[email protected]>
49-
* Ivan Yelizariev
49+
* Ivan Yelizariev <[email protected]>
5050
* Antonio Espinosa <[email protected]>
5151

5252

pos_sequence_ref_number/__init__.py

-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@
55
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
66

77
from . import models
8-
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
__import__('pkg_resources').declare_namespace(__name__)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../pos_sequence_ref_number
+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import setuptools
2+
3+
setuptools.setup(
4+
setup_requires=['setuptools-odoo'],
5+
odoo_addon=True,
6+
)

0 commit comments

Comments
 (0)