I would like to bring the "Create a bill" button back on a PO just like older version. This bill should be connected to the PO and all other logic should seamlessly flow like in older versions. I should not have to upload the bill everytime since I dont always have a physical bill.
Pertanyaan ini telah diberikan tanda
1
Balas
579
Tampilan
Adding this xml code in the PO form view (purchase.order.form) does the magic:
<button name="action_create_invoice" string="Create Bill" type="object" context="{'create_bill':True}" visible="state not in ('purchase', 'done') or invoice_status not in ('no', 'invoiced') or not order_line" data-hotkey="w"/>

If we can get in an inherited view, that will be our safest bet!
Menikmati diskusi? Jangan hanya membaca, ikuti!
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
Daftar| Post Terkait | Replies | Tampilan | Aktivitas | |
|---|---|---|---|---|
|
|
2
Mei 26
|
682 | ||
|
|
0
Feb 24
|
3328 | ||
|
|
1
Okt 23
|
4538 | ||
|
|
0
Feb 21
|
6377 | ||
|
|
1
Mar 23
|
1982 |
Also - this Action is available via the List View of Purchase Orders (not RFQ's).