oca-workflow-process/odoo-bringout-oca-purchase-workflow-purchase_quick/purchase_quick/__manifest__.py

17 lines
647 B
Python

# © 2014 Today Akretion
# @author Sébastien BEAU <sebastien.beau@akretion.com>
# @author Pierrick Brun <pierrick.brun@akretion.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Quick Purchase order",
"version": "16.0.1.0.0",
"author": "Akretion, Odoo Community Association (OCA)",
"maintainers": ["legalsylvain"],
"website": "https://github.com/OCA/purchase-workflow",
"license": "AGPL-3",
"category": "Purchase",
"depends": ["base_product_mass_addition", "purchase"],
"data": ["views/purchase_order_view.xml", "views/product_product_view.xml"],
"installable": True,
}