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
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
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;
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
2
Jul 24
|
939 | ||
|
1
Jun 24
|
3560 | ||
|
0
May 24
|
230 | ||
|
2
Mar 24
|
584 | ||
|
1
Oct 23
|
8578 |
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.