hveficent
7 years ago
committed by
mreficent
12 changed files with 49 additions and 48 deletions
-
19customer_outstanding_statement/README.rst
-
4customer_outstanding_statement/__init__.py
-
7customer_outstanding_statement/__manifest__.py
-
3customer_outstanding_statement/report/__init__.py
-
12customer_outstanding_statement/report/customer_outstanding_statement.py
-
5customer_outstanding_statement/static/description/index.html
-
3customer_outstanding_statement/tests/__init__.py
-
16customer_outstanding_statement/tests/test_customer_outstanding_statement.py
-
14customer_outstanding_statement/views/statement.xml
-
3customer_outstanding_statement/wizard/__init__.py
-
9customer_outstanding_statement/wizard/customer_outstanding_statement_wizard.py
-
2customer_outstanding_statement/wizard/customer_outstanding_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_outstanding_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_outstanding_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_outstanding_statement_wizard |
Write
Preview
Loading…
Cancel
Save
Reference in new issue