Reputation: 11
Hello, I need to edit the journal entry after validating an invoice does anyone has an idea how to do it?? I need to add more items
Upvotes: 0
Views: 1828
Reputation: 14768
You can install the module account_cancel and have to activate cancelling for every account journal manually. When you have done it for the journal of your invoice, you can cancel the invoice and set it back to draft.
Attention: What will happen here?
Upvotes: 0
Reputation: 769
You must browse to journal entry and add fields, it's very simple. If you will give us more details we can give you more details.
For example if I have in model1 field field1 which is relation to model2, I can set model2's name from model1 like this: field1.name = 'new name'
Upvotes: 0