~inddiana/diana-addons/supply_control_update-gudanthony7

« back to all changes in this revision

Viewing changes to supply_control/__openerp__.py

  • Committer: Aryrosa Fuentes
  • Date: 2017-08-02 14:24:08 UTC
  • mfrom: (58.1.8 diana_adoons_branch)
  • mto: This revision was merged to the branch mainline in revision 59.
  • Revision ID: afuentes@industriasdiana.gob.ve-20170802142408-tabv0anafn81lv57
modificaciones sobre control_de_asignaciones

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
    {
2
 
    "name" : "Control de entrega de suministros",
 
2
    "name" : "Control de entrega de asignaciones",
3
3
    "version" : "1.0",
4
4
    "author" : "Industrias Diana C.A.",
5
5
    "category" : "Interfaces",
7
7
    "depends" : ["base",
8
8
                "hr",
9
9
                "sisb_nomina"],
10
 
    "description": """Control de entrega de suministros - Este modulo permite el
11
 
    control para la entrega de suministros en Industrias Diana C.A. y realizar la
12
 
    impresion de los tickets""",
 
10
    "description": """Este modulo permite el control para la entrega de asignaciones en Industrias Diana C.A. y realizar la impresion de los tickets correspondientes""",
13
11
    "update_xml" : [
14
12
                'security/group_user_access_suplly.xml',
15
13
                'security/ir.model.access.csv',
18
16
                'wizard/wizard_print_report_sede.xml',
19
17
                'report/sisb_supply_lines_report.xml',
20
18
                'report/report_sede_suministro.xml',
21
 
                
22
19
                'report/report_supply.xml',
23
20
                'wizard/wizard_supply.xml',
24
21