# Copyright 2013-2021 Akretion France (http://www.akretion.com) # @author Alexis de Lattre # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { "name": "Account Cut-off Accrual Picking", "version": "2.0.1.2.0", "category": "Accounting", "license": "AGPL-3", "summary": "Accrued expense & accrued revenue from pickings", "author": "Akretion,Odoo Community Association (OCA)", "maintainers": ["alexis-via"], "website": "https://gitlab.com/flectra-community/account-closing", "depends": ["account_cutoff_base", "purchase_stock", "sale_stock"], "data": ["views/res_config_settings.xml", "views/account_cutoff.xml"], "images": [ "images/accrued_expense_draft.jpg", "images/accrued_expense_journal_entry.jpg", "images/accrued_expense_done.jpg", ], "installable": True, "application": True, }