Can someone please explain in simple but detailed words how this works?
My problem:
When installing Odoo 12 from scratch I also installed a module for Norwegian accounting (l10n_no) which declared all the accounts with the model/table account.account.template. Looking in the db I see that these are also "copied" to the account.account table.
But now, when the system is running two weird things happen.
1) When I add new accounts to the data.xml (using account.account.template) they are not copied to account.account
2) When I add new accounts from the GUI they only show up in account.account and not in account.account.template
This is very confusing to say the least. How can/should I add new accounts to an Odoo 12 server in production?
Thank you :)