Hi,
For now in PO form i have 'Receive Products' button visible... but when i create a sample-data loaded database, it has both of the buttons: Receive Products, Receive Invoice.
How can i enable this button in PO form ?!
Thanks,
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi,
For now in PO form i have 'Receive Products' button visible... but when i create a sample-data loaded database, it has both of the buttons: Receive Products, Receive Invoice.
How can i enable this button in PO form ?!
Thanks,
Have a look at:
<button name="view_picking" string="Receive Products" type="object" attrs="{'invisible': ['|', ('shipped','=',True), ('state','!=', 'approved')]}" class="oe_highlight"/>
<button name="view_invoice" string="Receive Invoice" type="object" attrs="{'invisible': ['|', ('invoice_method','in', ['picking', 'manual']), '|', ('state','!=', 'approved'), ('invoiced','=',True) ]}" class="oe_highlight"/>
| 相关帖文 | 回复 | 查看 | 活动 | |
|---|---|---|---|---|
|
0
3月 16
|
4401 | |||
|
1
7月 25
|
1760 | |||
|
2
7月 25
|
2131 | |||
|
1
7月 25
|
3064 | |||
|
3
4月 25
|
2943 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.