What it does
In Odoo, when you carry out stock & inventory operations such as validating a stock transfer, doing inventory adjustment, creating scrap,
Odoo applies the current date and time for the move automatically which is sometimes not what you want.
For example, it seems to be impossible to input datas for the past operations or make a new Odoo implementation that requires data from the past
The solution
This module gives you a chance to input your desired date in the past. The following operations are currently supported with backdate
- Stock Transfer
During validation of stock transfers, when you click on Validate button, a new window will be popped out with a datetime field for your input.
The default value for the field is the current datetime.
- Inventory Adjustment
When validating an inventory adjustment, a new window will be popped out with a datetime field for your input.
The default value for the field is the current datetime, in case you don't want backdate operation.
- Stock Scrapping
During validating a scrap from either a stock transfer or a standalone scrap order, a new window will be popped out with a datetime field for your input.
The default value for the field is the current datetime.
The backdate you input will also be used for accounting entry's date if the product is configured with automated stock valuation.
It supports all available costing methods in Odoo (i.e. Standard Costing, Average Costing, FIFO Costing)
Backdate Operations Control
By default, only users in the "Inventory / Manager" group can carry out backdate operations in Inventory application.
Other users must be granted to the access group Backdate Operations before she or he can do it.
Known issues
- Since the accounting journal entry's Date field does not contain time, the backdate in accounting may not respect user's timezone,
and may cause a visual discrepancy between stock move's date and accounting date. This is also an issue by Odoo that can be reproduced as below
- assume that your timezone is UTC+7
- validate a stock transfer at your local time between 00:00 and 07:00
- go to the corresponding accounting journal entry to find its date could be 1 day earlier than the stock transfer's date
Supported Editions
- Community Edition
- Enterprise Edition
Installation
- Navigate to Apps
- Find with keyword 'to_stock_backdate'
- Install it as usual then you are done
Backdate Operations Control
By default, only users in the "Inventory / Manager" group can carry out backdate operations in Inventory application.
Other users must be granted to the access group Backdate Operations before she or he can do it.
This software and associated files (the "Software") may only be
used
(executed, modified, executed after modifications) if you have
purchased a
valid license from the authors, typically via Odoo Apps,
or if you
have
received a written agreement from the authors of the
Software (see the
COPYRIGHT file).
You may develop Odoo modules that use the Software as a library
(typically
by depending on it, importing it and using its
resources), but
without
copying any source code or material from the
Software. You may distribute
those modules under the license of your
choice, provided that this
license
is compatible with the terms of
the Odoo Proprietary License (For
example:
LGPL, MIT, or proprietary
licenses similar to this one).
It is forbidden to publish, distribute, sublicense, or sell
copies of the
Software or modified copies of the Software.
Thông báo bản quyền và chấp thuận nêu trên buộc phải được bao gồm trong tất cả các bản sao hoặc các phần quan trọng của Phần mềm.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT
SHALL THE
AUTHORS OR COPYRIGHT HOLDERS
BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN
ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING
FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE
SOFTWARE.