Hello,
How can Odoo store field's data if the field has property "Store=False" ?
I have the example with property_account_income_id and property_account_expense_id , it is the bond between a product_template and an account when I install Accounting module
it is not stored in the database but it stand in odoo therefore.
Is it in cache ?
Is it in the object ? if it is in the object it should disapear if the server is rebooted ?
Thank you