How can I change the account number of an account that has already been party in a journal items
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Comptabilité
- Inventaire
- PoS
- Project
- MRP
Cette question a été signalée
Hi Fabiola KANTOHERISOLO,
You can change the account number/code of account anytime where you want because its only a column.
So when you change the code will just update the record only, it will affect any where even if it referenced with any.
To change the account just click on the account link where you see and edit the number thats it.
Hope will help.
Rgds,
Anil.
You can do this by sql command.
Something like this:
update account_account set code = 'XXXX' where id = YY;
Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrire