~zaber/openobject-addons/stable_5.0-extra-addons

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# -*- encoding: utf-8 -*-
##############################################################################
#
#    Author Nicolas Bessi. Copyright Camptocamp SA
#
##############################################################################
{
    'name' : 'account_invoice_rounding',
    'version' : '0.2',
    'depends' : [
                 'base',
                 'account',
                 ],
    'author' : 'Camptocamp',
    'description': """This module allows to manage custom rouding policy in customer invoices.
    It will add tax line on the invoice to match the given rouding. Configuration is done in company. You can choose rounding policy
    and it manage price accruacy paramters, you can have rounding in invoice line or tax lines""",
    'website': 'http://www.camptocamp.com',
    'init_xml': [],
    'update_xml': [
                   'company_view.xml',
                   ],
    'demo_xml': [],
    'installable': True,
    'active': False,
}