You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
777 B
26 lines
777 B
# © 2004-2009 Tiny SPRL (<http://tiny.be>).
|
|
# © 2014-2017 Tecnativa - Pedro M. Baeza
|
|
# © 2016 ACSONE SA/NV (<http://acsone.eu>)
|
|
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
|
|
{
|
|
"name": "Purchase order lines with discounts",
|
|
"author": "Tiny, "
|
|
"Acysos S.L., "
|
|
"Tecnativa, "
|
|
"ACSONE SA/NV,"
|
|
"GRAP,"
|
|
"Odoo Community Association (OCA),"
|
|
"RemiFr82",
|
|
"version": "14.0.1.1.3",
|
|
"category": "Purchase Management",
|
|
"website": "https://remifr82.me",
|
|
"depends": ["purchase"],
|
|
"data": [
|
|
"views/purchase_discount_view.xml",
|
|
"views/report_purchaseorder.xml",
|
|
"views/product_supplierinfo_view.xml",
|
|
"views/res_partner_view.xml",
|
|
],
|
|
"license": "AGPL-3",
|
|
"installable": True,
|
|
}
|