forked from OCA/account-invoicing
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path__manifest__.py
29 lines (28 loc) · 1 KB
/
__manifest__.py
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
27
28
29
# Copyright (C) 2018 - Today: GRAP (http://www.grap.coop)
# @author: Sylvain LE GAL (https://twitter.com/legalsylvain)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Account Invoice - Triple Discount Supplier Info Update",
"summary": "In the supplier invoice, automatically update all products "
"whose discounts on the line is different from "
"the supplier discounts",
"version": "16.0.1.0.1",
"category": "Accounting & Finance",
"website": "https://github.com/OCA/account-invoicing",
"author": "GRAP,Odoo Community Association (OCA)",
"maintainers": ["legalsylvain"],
"license": "AGPL-3",
"depends": [
"account_invoice_triple_discount",
"account_invoice_supplierinfo_update_discount",
"purchase_triple_discount",
],
"installable": True,
"auto_install": True,
"data": [
"wizard/wizard_update_invoice_supplierinfo.xml",
],
"images": [
"static/description/wizard_form.png",
],
}