Skip to content

Commit

Permalink
[MIG] sale_triple_discount: Migration to 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dalonsod committed Nov 12, 2024
1 parent 2ad81ad commit e83f3be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sale_triple_discount/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

{
"name": "Sale Triple Discount",
"version": "16.0.1.0.4",
"version": "17.0.1.0.0",
"category": "Sales",
"author": "ADHOC SA, Agile Business Group, Tecnativa, "
"Odoo Community Association (OCA)",
"website": "https://github.com/OCA/sale-workflow",
"license": "AGPL-3",
"summary": "Manage triple discount on sale order lines",
"depends": ["sale_management", "account_invoice_triple_discount"],
"depends": ["sale", "account_invoice_triple_discount"],
"data": ["views/sale_order_report.xml", "views/sale_order_view.xml"],
"installable": True,
}

0 comments on commit e83f3be

Please sign in to comment.