~openerp-commiter/openobject-addons/extra-6.0

« back to all changes in this revision

Viewing changes to account_fiscal_position_rule_sale/__openerp__.py

  • Committer: Albert Cervera i Areny
  • Date: 2011-06-14 09:51:35 UTC
  • mfrom: (5345.1.165 openobject-addons)
  • Revision ID: albert@nan-tic.com-20110614095135-1x3p6tmil5lxkl9b
Merge and add nan_remove_default_filters

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# -*- encoding: utf-8 -*-
2
 
##############################################################################
 
2
#################################################################################
3
3
#
4
 
#    OpenERP, Open Source Management Solution   
5
 
#    Copyright (C) 2004-2009 Tiny SPRL (<http://tiny.be>). All Rights Reserved
6
 
#    $Id$
 
4
#    Copyright (C) 2010  Renato Lima - Akretion
7
5
#
8
6
#    This program is free software: you can redistribute it and/or modify
9
7
#    it under the terms of the GNU General Public License as published by
18
16
#    You should have received a copy of the GNU General Public License
19
17
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
20
18
#
21
 
##############################################################################
22
 
 
 
19
#################################################################################
23
20
 
24
21
{
25
22
    'name': 'Account Fiscal Position Rule Sale',
28
25
    'description': """Include a rule to decide the correct fiscal position for Sale""",
29
26
    'author': 'Akretion',
30
27
    'website': 'http://www.akretion.com',
31
 
    'depends': ['account_fiscal_position_rule', 'sale'],
 
28
    'depends': [
 
29
                'account_fiscal_position_rule', 
 
30
                'sale'
 
31
                ],
32
32
    'init_xml': [],
33
33
    'update_xml': 
34
34
                [