~vauxoo/addons-vauxoo/7.0-pylint-luist

« back to all changes in this revision

Viewing changes to cost_structure/__openerp__.py

  • Committer: Moises Lopez
  • Date: 2014-10-03 08:22:36 UTC
  • mfrom: (1142.3.1 7.0)
  • Revision ID: moylop260@vauxoo.com-20141003082236-v5l103t231shbfog
[MERGE] Set standard in all __openerp__.py files

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
24
24
################################################################################
25
25
{
26
 
    "name" : "Cost Structure",
27
 
    "version" : "0.1",
28
 
    "depends" : ['account',"stock",'product','purchase','invoice_date_time'],
29
 
    "author" : "Vauxoo",
30
 
    "description" : """
 
26
    "name": "Cost Structure", 
 
27
    "version": "0.1", 
 
28
    "author": "Vauxoo", 
 
29
    "category": "Generic Modules", 
 
30
    "description": """
31
31
    Module that performs a calculation of average cost in products,
32
32
    this module performs a search of all movements made by you for goods
33
33
    and are assigned to cost structure.
42
42
 
43
43
 
44
44
 
45
 
    """,
46
 
    "website" : "http://vauxoo.com",
47
 
    "category" : "Generic Modules",
48
 
    "init_xml" : ['data/data_load.xml'],
49
 
    "demo_xml" : [],
50
 
    "test": [ ],
51
 
    "update_xml" : [
52
 
    'security/cost_structure_security.xml',
53
 
    'security/ir.model.access.csv',
54
 
    'wizard/update_price_list_view.xml',
55
 
    'view/cost_structure.xml',
56
 
    'view/product_view.xml',
57
 
 
58
 
 
59
 
 
60
 
 
61
 
    ],
62
 
    "active": False,
63
 
    "installable": True,
64
 
}
 
45
    """, 
 
46
    "website": "http://vauxoo.com", 
 
47
    "license": "", 
 
48
    "depends": [
 
49
        "account", 
 
50
        "stock", 
 
51
        "product", 
 
52
        "purchase", 
 
53
        "invoice_date_time"
 
54
    ], 
 
55
    "demo": [], 
 
56
    "data": [
 
57
        "data/data_load.xml", 
 
58
        "security/cost_structure_security.xml", 
 
59
        "security/ir.model.access.csv", 
 
60
        "wizard/update_price_list_view.xml", 
 
61
        "view/cost_structure.xml", 
 
62
        "view/product_view.xml"
 
63
    ], 
 
64
    "test": [], 
 
65
    "js": [], 
 
66
    "css": [], 
 
67
    "qweb": [], 
 
68
    "installable": True, 
 
69
    "auto_install": False, 
 
70
    "active": False
 
71
}
 
 
b'\\ No newline at end of file'