Hi, can you give me some advice? In Odoo 13, there is only draft and post. But I also need an open state like it was in Odoo12. In Odoo13, was the Open state cleared? Thanks. :)
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Kế toán
- Tồn kho
- PoS
- Project
- MRP
Câu hỏi này đã bị gắn cờ
States open, paid, in_payment are removed.
There is now a new invoice_payment_state field in Odoo 13, defined as:
invoice_payment_state = fields.Selection(selection=[
('not_paid', 'Not Paid'),
('in_payment', 'In Payment'),
('paid', 'Paid')],
string='Payment', store=True, readonly=True, copy=False, tracking=True,
compute='_compute_amount')
https://apps.odoo.com/apps/modules/13.0/sale_invoice_status/
Looks like the Open state has been removed. Now there are only 3 states - Draft, Posted and Cancelled.
EDIT: The Invoice now uses the account.move model instead of the account.account model. Extensive changes have been made to the Accounting/Invoicing functionality in v13.
Bạn có hứng thú với cuộc thảo luận không? Đừng chỉ đọc, hãy tham gia nhé!
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng kýBài viết liên quan | Trả lời | Lượt xem | Hoạt động | |
---|---|---|---|---|
|
1
thg 7 25
|
198 | ||
|
2
thg 2 23
|
3873 | ||
|
0
thg 8 22
|
68 | ||
|
1
thg 6 22
|
2377 | ||
update draft Invoice line unit price
Đã xử lý
|
|
2
thg 12 21
|
6688 |