French chart of account detected as changed
In trying to figure out why it seems no longer possible to update the French PCG model, it appears there is a problem in the base modules somewhere.
Starting with a fresh postgres db and the recent 6.6 bits
$ createdb --owner=tryton foo
$ trytond/bin/trytond-admin -c /etc/trytond.conf -d foo -l fr -mp -u account_fr --activate-dependencies -v
2182640 139774699026240 [2023-02-06 16:45:15,097] WARNING py.warnings <frozen importlib._bootstrap>:914: ImportWarning: PluginImportFixer.find_spec() not found; falling back to find_module()
2182640 139774699026240 [2023-02-06 16:45:15,244] WARNING py.warnings /usr/lib/python3.10/site-packages/braintree/dispute.py:80: DeprecationWarning: Use ProtectionLevel enum instead
warnings.warn("Use ProtectionLevel enum instead", DeprecationWarning)
2182640 139774699026240 [2023-02-06 16:45:15,252] WARNING py.warnings /usr/lib/python3.10/site-packages/braintree/search.py:79: DeprecationWarning: Use protection_level parameter instead
warnings.warn("Use protection_level parameter instead", DeprecationWarning)
"admin" email for "foo":
"admin" password for "foo":
"admin" password confirmation:
richard@pn51-e1:/var/tmp/tryton$ trytond/bin/trytond -c /etc/trytond.conf
2184206 140672158029632 [2023-02-06 16:47:05,086] INFO werkzeug WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
* Running on http://:8000
2184206 140672158029632 [2023-02-06 16:47:05,086] INFO werkzeug Press CTRL+C to quit
... blabla...
Attached is a quick video demonstrating completing the minimal install with the French PCG and trying to take a look at the accounts near 519x.. simplescreenrecorder-2023-02-06_17.52.03.mkv
Edited by Cédric Krier