Files
manufacture/account_move_line_manufacture_info/__manifest__.py
2019-12-31 09:23:54 +01:00

19 lines
617 B
Python

# © 2019 ForgeFlow S.L.
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Account Move Line Manufacture Information",
"version": "13.0.1.0.0",
"depends": ["stock_account", "mrp"],
"author": "ForgeFlow, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/manufacture",
"category": "Manufacture Management",
"installable": True,
"license": "AGPL-3",
"data": [
"security/ir.model.access.csv",
"views/account_move_line_view.xml",
"views/mrp_production_views.xml",
"views/mrp_unbuild_views.xml",
],
}