How can I create purchase orders of backdate
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Akuntansi
- Inventaris
- PoS
- Project
- MRP
Pertanyaan ini telah diberikan tanda
3
Replies
980
Tampilan
How can I create purchase orders of backdate
Hi,
By default odoo is not supporting back dates for inventory operations.
Thanks
Actually I am using odoo online but I have created a new field named x_old_date_order but it doesn't show in po form.
first add the field name any name you want
add automation action
state =sales order
3 add this code in python
if record.x_studio_old_order_date_1:
record.write({
'date_order':record.x_studio_old_order_date_1
})
for inventory same step
for inventory same add field
for invensible condition
state == "draft"
for require
for read only
after than add automation action
and add this code for python
if record.scheduled_date:
record.write({
'date_done':record.scheduled_date
})
💥
Menikmati diskusi? Jangan hanya membaca, ikuti!
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
DaftarPost Terkait | Replies | Tampilan | Aktivitas | |
---|---|---|---|---|
importing Purchase Order shown as a RFQ
Diselesaikan
|
|
2
Mei 25
|
2231 | |
|
3
Des 24
|
6481 | ||
How do I replace the default Purchase Order number?
Diselesaikan
|
|
1
Jul 24
|
3161 | |
Purchase Product Description Incorrect
Diselesaikan
|
|
1
Jun 24
|
2192 | |
|
2
Jun 24
|
3065 |
Okay thanks, but then how do I keep a track of my past purchases