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.
Deze vraag is gerapporteerd
1
Beantwoorden
571
Weergaven
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!
Geniet je van het gesprek? Blijf niet alleen lezen, doe ook mee!
Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!
Aanmelden| Gerelateerde posts | Antwoorden | Weergaven | Activiteit | |
|---|---|---|---|---|
|
|
2
mei 26
|
671 | ||
|
|
0
feb. 24
|
3317 | ||
|
|
1
okt. 23
|
4530 | ||
|
|
0
feb. 21
|
6341 | ||
|
|
1
mrt. 23
|
1981 |
Also - this Action is available via the List View of Purchase Orders (not RFQ's).