Files
account-reconcile/account_mass_reconcile_by_sale_line/__manifest__.py
Don Kendall b7db0dc8ca [14.0][MIG] account_move_line_by_sale_line
[IMP] add security
2022-01-22 15:01:22 -05:00

17 lines
626 B
Python

# Copyright 2020 ForgeFlow S.L.
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{
"name": "Account Mass Reconcile by Sale Line",
"summary": "Allows to reconcile based on the SO line",
"version": "14.0.1.0.0",
"author": "ForgeFlow S.L., " "Odoo Community Association (OCA)",
"website": "https://github.com/OCA/account-reconcile",
"category": "Finance",
"depends": ["account_mass_reconcile", "account_move_line_sale_info"],
"license": "AGPL-3",
"data": ["security/ir.model.access.csv", "views/mass_reconcile.xml"],
"installable": True,
"auto_install": False,
}