~inddiana/diana-addons/trunk

« back to all changes in this revision

Viewing changes to supply_control/__init__.py

  • Committer: Anthony
  • Date: 2018-10-09 16:02:11 UTC
  • mfrom: (59.1.3 diana_addons_001)
  • Revision ID: anthonygudino2@gmail.com-20181009160211-b68agf9u3k7qf8em
"aceptando el merge"

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/usr/bin/python
2
 
# -*- encoding: utf-8 -*-
3
 
###############Credits#########################################################
4
 
#    Finance by: Industrias Diana, C.A. http://www.industriasdiana.gob.ve
5
 
###############################################################################
6
 
#    This program is free software: you can redistribute it and/or modify
7
 
#    it under the terms of the GNU Affero General Public License as published by
8
 
#    the Free Software Foundation, either version 3 of the License, or
9
 
#    (at your option) any later version.
10
 
#
11
 
#    This program is distributed in the hope that it will be useful,
12
 
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
13
 
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14
 
#    GNU Affero General Public License for more details.
15
 
#
16
 
#    You should have received a copy of the GNU Affero General Public License
17
 
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
18
 
###############################################################################
19
 
 
20
 
 
21
 
import model
22
 
import wizard
23
 
import report
 
1
 
 
2
from . import model
 
3
from . import wizard
 
4
from . import report