Skip to Content
Menu
This question has been flagged

Hi all, 

I know i can edit the invoice number sequence in Settings / Sequences and  Identifiers, but is possible edit the invoice number in the same bill? 

Activating the developer mode I see that the invoice number fieldname is 'number' and the object is account.invoice. 

So I search around the 'account' module and i delete the readonly=True from account_invoice.py (only in number propierty) and the readonly=1 from account_invoice_view.xml (only in number propierty), but my server crashs and need to make a recovery server.

Anyone have any idea? Fing up to useful answer.

Thanks so much in advance! 

Avatar
Discard
Best Answer

HI Juan Muñoz,

The invoice number is auto generated number and which is read-only.

Its the standard process its not editable otherwise anyone can change the number to any and sequence may be different.

Just revert your changes in which you made in base module it will no affect to your current database.

If your current invoice made for wrong customer than just cancel it and reuse it for another customer it will use the same sequence as it is already generated.

Regarding change the sequence number for newly created invoice.

That you can update from settings under the sequence.

For Recovery : Just revert back the changes which made in base module and upgrade the account module.

If you are not able to upgrade module from screen than

Upgrade it from terminal by applying -d database and -u module_name.


Hope this will help.

Rgds,

Anil.




Avatar
Discard
Best Answer

actually i didnt understand your question, i will gave you two links to refer that you can make chances of your invoices http://www.odoo.yenthevg.com/change-invoice-numbering-odoo-8/

https://www.odoo.com/forum/help-1/question/changing-invoice-sequence-numbering-to-include-customer-reference-17213

Avatar
Discard
Related Posts Replies Views Activity
0
Apr 22
1366
3
Jul 17
4635
3
Dec 22
6109
1
Feb 19
3261
1
Aug 17
3892