How to enable Anglo-Saxon Accounting in odoo v11 CE ?
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ờ
Enable debug mode.
Go to your company settings (Settings > Users & Companies > Click on your company)
Edit the Form View (debug icon > Edit View: Form)
and add field somewhere: <field name="anglo_saxon_accounting"/>
your form view can look like this:
It is easier to do this than to go into your database.
I tried it, It works for me
Thank you
You're welcome Devu
Thanks for this support. This just saved us a lot of time :)
You're welcome. Actually the localization should set the correct flag. This is the easy way to fix that.
I have a similar issue. I guess it depends on which country you set when you create database for the first time & it will use accounting rules specific to that country, for example if you choose United States then it will use Anglo-Saxon by default.
I have found a workaround. you might need to do SQL UPDATE in your PostgreSQL as follows : UPDATE res_company SET anglo_saxon_accounting = TRUE;
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 | |
---|---|---|---|---|
|
2
thg 7 24
|
2953 | ||
|
1
thg 6 24
|
5400 | ||
|
0
thg 5 24
|
1345 | ||
|
2
thg 3 24
|
2426 | ||
|
1
thg 10 23
|
11171 |
Flagging it as true is false enabling, codes stay in EE version only. Like SO delivery it is still using stock output account but not expenses account, obviously it is continental accounting.