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
- Účetnictví
- Sklad
- PoS
- Project
- MRP
This question has been flagged
1
Odpovědět
5041
Zobrazení
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
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Přihlásit seRelated Posts | Odpovědi | Zobrazení | Aktivita | |
---|---|---|---|---|
|
1
bře 23
|
2193 | ||
|
1
lis 22
|
3363 | ||
Create invoice via xmlrpc
Vyřešeno
|
|
1
lis 22
|
3181 | |
|
1
zář 20
|
3514 | ||
|
1
čvc 20
|
4799 |