~vauxoo/addons-vauxoo/6.0-trunk

109 by javier at vauxoo
[IMP] correción en la licencias del modulo, y el nombre de la vista de busqueda,
1
#!/usr/bin/python
2
# -*- encoding: utf-8 -*-
108 by javier at vauxoo
[IMP] se define vista de busqueda para el modelo product.uom.consol,
3
###########################################################################
4
#    Module Writen to OpenERP, Open Source Management Solution
5
#    Copyright (C) OpenERP Venezuela (<http://openerp.com.ve>).
6
#    All Rights Reserved
7
###############Credits######################################################
110 by javier at vauxoo
[ADD] se habilita la vista general de utilidad, en el modulo report_profit
8
#    Coded by: javier@vauxoo.com
108 by javier at vauxoo
[IMP] se define vista de busqueda para el modelo product.uom.consol,
9
#    Planified by: Nhomar Hernandez
109 by javier at vauxoo
[IMP] correción en la licencias del modulo, y el nombre de la vista de busqueda,
10
#    Audited by: Vauxoo C.A.
108 by javier at vauxoo
[IMP] se define vista de busqueda para el modelo product.uom.consol,
11
#############################################################################
12
#    This program is free software: you can redistribute it and/or modify
13
#    it under the terms of the GNU Affero General Public License as published by
14
#    the Free Software Foundation, either version 3 of the License, or
15
#    (at your option) any later version.
16
#
17
#    This program is distributed in the hope that it will be useful,
18
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
19
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20
#    GNU Affero General Public License for more details.
21
#
22
#    You should have received a copy of the GNU Affero General Public License
23
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
109 by javier at vauxoo
[IMP] correción en la licencias del modulo, y el nombre de la vista de busqueda,
24
################################################################################
106 by Javier Duran
[ADD] se agrega el modulo report profit
25
26
import unit_analisys
179 by javier at vauxoo
[IMP] Se agrega vista de busqueda al modelo report.profit.picking, en el modulo stock_card
27
import account
110 by javier at vauxoo
[ADD] se habilita la vista general de utilidad, en el modulo report_profit
28
import invoice
129 by javier at vauxoo
[ADD] Se agregan campos y metodos al modelo producto para el calculo del último costo al cual se compró el produco,
29
import product
110 by javier at vauxoo
[ADD] se habilita la vista general de utilidad, en el modulo report_profit
30
import report_profit
185 by javier at vauxoo
[IMP] Se habilita el wizard trial cost en el modulo report profit
31
import report
32
import wizard
106 by Javier Duran
[ADD] se agrega el modulo report profit
33
110 by javier at vauxoo
[ADD] se habilita la vista general de utilidad, en el modulo report_profit
34
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: