2017-05-17 16:30:51 +02:00
|
|
|
# Copyright 2017 ACSONE SA/NV
|
|
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
|
|
|
|
{
|
|
|
|
'name': 'Account Move Line Tax Editable',
|
|
|
|
'summary': """
|
2017-05-29 12:54:56 +02:00
|
|
|
Allows to edit taxes on non-posted account move lines""",
|
2019-04-25 16:57:45 +02:00
|
|
|
'version': '12.0.1.0.0',
|
2017-05-17 16:30:51 +02:00
|
|
|
'license': 'AGPL-3',
|
|
|
|
'author': 'ACSONE SA/NV,Odoo Community Association (OCA)',
|
2019-04-25 16:57:45 +02:00
|
|
|
'website': 'https://github.com/OCA/account-financial-tools',
|
2017-05-17 16:30:51 +02:00
|
|
|
'depends': [
|
|
|
|
'account',
|
|
|
|
],
|
|
|
|
'data': [
|
|
|
|
'views/account_move.xml',
|
|
|
|
'views/account_move_line.xml',
|
|
|
|
],
|
|
|
|
}
|