~openerp-i18n-croatian/openobject-croatia/addons_l10n_hr

« back to all changes in this revision

Viewing changes to fifo_cost_method/__openerp__.py

  • Committer: Goran Kliska
  • Date: 2011-12-31 01:02:07 UTC
  • Revision ID: goran.kliska@slobodni-programi.hr-20111231010207-g1oeu7r0ykpweqy9
Inicijalna Hrvatska lokalizacija za 6.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
##############################################################################
3
3
#    
4
4
#    OpenERP, Open Source Management Solution
5
 
#    Copyright (C) Storm <computers
 
5
#    Copyright (C) Storm Computers d.o.o.
6
6
#
7
7
#    This program is free software: you can redistribute it and/or modify
8
8
#    it under the terms of the GNU Affero General Public License as
22
22
{
23
23
    
24
24
    "name" : "Fifo Cost method",
25
 
    "version" : "0.1",
 
25
    "version" : "1.0",
26
26
    "author" : "Storm computers d.o.o.",
27
27
        "website" : "http://www.storm.hr",
28
28
    
29
29
    "depends" : ["account","stock","purchase","sale"],
30
30
    "description": """
31
31
        This module provides the FIFO inventory costing method.
 
32
        Cost price is updated with cost price of last entry with remaining
 
33
        quantity.
32
34
    
33
 
        Ovaj modul sadrži FIFO metodu vođenja zaliha.
 
35
        Ovaj modul sadrži FIFO metodu vođenja zaliha. Trošak artikla se ažurira prilikom izlaza
 
36
        sa zadnjim jediničnim troškom ulazne stavke koji ima preostalu količinu.
34
37
        """,
35
38
    "init_xml" : [],
36
39
    "demo_xml" : [],