@Ray Carnes
I have for Product category All
Costing method: AVCO, Inventory Valuation: Automated, Price difference account: pda
Product A is category All, Purchase Order price: 10, Purchase order confirmed, product received, Vendor Bill price: 12, Vendor Bill posted.
Nothing is booked into account pda. What's wrong with my setup?
Can the inventory value be automatically adjusted to 12?
Which version of Odoo (e.g. Odoo 12 Enterprise, Odoo 13 Community...)?
odoo 13 community
Hi Chris,
In a localization module the following can be added:
<field name="use_anglo_saxon" eval="..."/> set true or false
That would be a way to fix it.
Curious what other effects the setting anglo-saxon has. If you can think of some please share it. Thanks for the help.
The simplest way to enable "Anglo-Saxon accounting" is to download the company profile (res.company), change anglo_saxon_accounting to TRUE, and import the file.
As far as I know the only impact is on Cost of Goods Sold.
Thanks Chris. I'll do some testing.