mirror of
https://github.com/bringout/oca-financial.git
synced 2026-04-22 23:42:08 +02:00
19 lines
547 B
Python
19 lines
547 B
Python
# Copyright 2021 ACSONE SA/NV
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Stock Picking Analytic",
|
|
"summary": """
|
|
Allows to define the analytic account on picking level""",
|
|
"version": "16.0.1.0.1",
|
|
"license": "AGPL-3",
|
|
"author": "ACSONE SA/NV,Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/account-analytic",
|
|
"depends": [
|
|
"stock_analytic",
|
|
"base_view_inheritance_extension",
|
|
],
|
|
"data": [
|
|
"views/stock_picking.xml",
|
|
],
|
|
}
|