How to set Scheduled Date in stock transfer as date for Journal Entries when validating transfer. By default it take the current date. Is there a workaround ?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
There is one trick hope it works for you. On button validate in transfer put the context like, context="{'force_period_date': scheduled_date}"
<button name="button_validate" context="{'force_period_date': scheduled_date}" attrs="{'invisible': ['|', ('state', 'in', ('waiting','confirmed')), ('show_validate', '=', False)]}" string="Validate" type="object" class="oe_highlight" groups="stock.group_stock_user"/>
Hi Keerthi,
Have a look at these modules.
1. https://apps.odoo.com/apps/modules/10.0/stock_force_date/
2. https://www.odoo.com/apps/modules/12.0/to_stock_picking_validate_manual_time/
3. https://apps.odoo.com/apps/modules/12.0/dev_transfer_date/
4. https://apps.odoo.com/apps/modules/12.0/stock_picking_backdate/
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
1
Aug 21
|
4473 | ||
|
0
Feb 17
|
4739 | ||
|
2
Feb 24
|
2073 | ||
|
1
Apr 23
|
1331 | ||
|
2
Nov 22
|
2142 |