hveficent
7 years ago
committed by
mreficent
12 changed files with 39 additions and 45 deletions
-
11customer_activity_statement/README.rst
-
4customer_activity_statement/__init__.py
-
7customer_activity_statement/__manifest__.py
-
3customer_activity_statement/report/__init__.py
-
12customer_activity_statement/report/customer_activity_statement.py
-
5customer_activity_statement/static/description/index.html
-
3customer_activity_statement/tests/__init__.py
-
11customer_activity_statement/tests/test_customer_activity_statement.py
-
14customer_activity_statement/views/statement.xml
-
3customer_activity_statement/wizard/__init__.py
-
9customer_activity_statement/wizard/customer_activity_statement_wizard.py
-
2customer_activity_statement/wizard/customer_activity_statement_wizard.xml
@ -1,7 +1,5 @@ |
|||
# -*- coding: utf-8 -*- |
|||
# Copyright 2017 Eficent Business and IT Consulting Services S.L. |
|||
# (http://www.eficent.com) |
|||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). |
|||
|
|||
from . import report |
|||
from . import wizard |
|||
from . import tests |
@ -1,6 +1,3 @@ |
|||
# -*- coding: utf-8 -*- |
|||
# Copyright 2017 Eficent Business and IT Consulting Services S.L. |
|||
# (http://www.eficent.com) |
|||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). |
|||
|
|||
from . import customer_activity_statement |
@ -1,6 +1,3 @@ |
|||
# -*- coding: utf-8 -*- |
|||
# Copyright 2017 Eficent Business and IT Consulting Services S.L. |
|||
# (http://www.eficent.com) |
|||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). |
|||
|
|||
from . import test_customer_activity_statement |
@ -1,6 +1,3 @@ |
|||
# -*- coding: utf-8 -*- |
|||
# Copyright 2017 Eficent Business and IT Consulting Services S.L. |
|||
# (http://www.eficent.com) |
|||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). |
|||
|
|||
from . import customer_activity_statement_wizard |
Write
Preview
Loading…
Cancel
Save
Reference in new issue