Is there a method in odoo Online to create an invoice from an action?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 会計
- 在庫
- PoS
- Project
- MRP
この質問にフラグが付けられました
1
返信
5069
ビュー
Hello,
I don't really know the purpose but if you want to create an empty customer invoice.
In python you can do a method like:
def create_empty_invoice(self):
self.env['account.move'].create({'move_type': 'out_invoice'})
Then you can add a button in form view for example calling the method
Hope it will help you
関連投稿 | 返信 | ビュー | 活動 | |
---|---|---|---|---|
|
1
3月 23
|
2218 | ||
|
1
11月 22
|
3377 | ||
|
1
11月 22
|
3207 | ||
|
1
9月 20
|
3539 | ||
|
1
7月 20
|
4823 |