forked from OCA/stock-logistics-workflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__manifest__.py
28 lines (27 loc) · 967 Bytes
/
__manifest__.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Copyright 2015-2016 Agile Business Group (<http://www.agilebg.com>)
# Copyright 2015 BREMSKERL-REIBBELAGWERKE EMMERLING GmbH & Co. KG
# Author Marco Dieckhoff
# Copyright 2018 Alex Comba - Agile Business Group
# Copyright 2023 Simone Rubino - TAKOBI
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Stock Move Backdating",
"version": "14.0.1.0.1",
"category": "Stock Logistics",
"license": "AGPL-3",
"author": "Marco Dieckhoff, BREMSKERL, Agile Business Group, "
"Odoo Community Association (OCA)",
"website": "https://github.com/OCA/stock-logistics-workflow"
"/tree/12.0/stock_move_backdating",
"depends": [
"stock_account",
],
"data": [
"security/ir.model.access.csv",
"wizards/fill_date_backdating.xml",
"views/stock_inventory_views.xml",
"views/stock_picking.xml",
"views/stock_move_line_views.xml",
],
"installable": True,
}