[ADD] add module product_simple_accounting to simplify the product form regarding accounting

This commit is contained in:
Sébastien BEAU
2017-01-09 19:35:46 +01:00
parent d3eef1e5a5
commit 880cf7c7a9
5 changed files with 83 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
# -*- coding: utf-8 -*-
# Copyright 2017 Akretion (http://www.akretion.com).
# @author Sébastien BEAU <sebastien.beau@akretion.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Product Simple Accounting",
"summary": "Simplify the accounting on product, remove accounting tab",
"version": "8.0.1.0.0",
"category": "Uncategorized",
"website": "www.akretion.com",
"author": " Akretion",
"license": "AGPL-3",
"application": False,
"installable": True,
"external_dependencies": {
"python": [],
"bin": [],
},
"depends": [
"product_profile",
"account_product_fiscal_classification",
],
"data": [
"views/product_view.xml",
],
"demo": [
],
"qweb": [
]
}