mirror of
https://github.com/bringout/oca-workflow-process.git
synced 2026-04-19 21:31:59 +02:00
17 lines
647 B
Python
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,
|
|
}
|