How to to block the account move creation when purchase order receipt is confirmed?
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ờ
from odoo import models
class StockMove(models.Model):
_inherit = "stock.move"
def _account_entry_move(self):
""" Accounting Valuation Entries """
self.ensure_one()
if self._is_in():
return
else:
return super(StockMove, self)._account_entry_move()
Thanks
Please elaborate more on your business case. If you don't to manage your books wth Odoo, then do not install Accounting. If you want to use integrated accounting feature, then proper account moves are a basic necessity and in all jurisdictions I know of, the time of physical receipt or delivery or the time of establishing a contractual relationship is the relevant event for an accounting entry.
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 | |
---|---|---|---|---|
|
0
thg 6 21
|
2165 | ||
|
0
thg 5 24
|
1730 | ||
|
0
thg 3 15
|
3945 | ||
|
1
thg 3 15
|
5537 | ||
|
3
thg 8 25
|
1549 |