[6.1] check_total field removed from supplier invoices
Bug #998008 reported by
Stéphane Bidoul (Acsone)
This bug report was converted into a question: question #197675: [6.1/ trunk] check_total field removed from supplier invoices.
This bug affects 4 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Odoo Addons (MOVED TO GITHUB) |
Fix Released
|
Low
|
OpenERP R&D Addons Team 3 | ||
6.1 |
New
|
Undecided
|
OpenERP Publisher's Warranty Team |
Bug Description
Hello,
In 6.0 there was a field named check_total on supplier invoices. The user filled that field first with the total amount on the invoice (taxes included). When validating the invoice, the system checked that the computed total matched the entered total. This allowed to catch data entry errors and VAT calculation errors (such as when the wrong tax code were selected).
In 6.1 (and in trunk as far as I can tell), this field (hence the check) has been removed.
Best regards,
-sbi
Related branches
lp://staging/~sbi/account-invoicing/6.1-account_invoice_total
- Joël Grand-Guillaume @ camptocamp: Approve
-
Diff: 168 lines (+143/-0)5 files modifiedaccount_invoice_total/README.md (+21/-0)
account_invoice_total/__init__.py (+25/-0)
account_invoice_total/__openerp__.py (+43/-0)
account_invoice_total/account_invoice_total.py (+38/-0)
account_invoice_total/account_invoice_total_view.xml (+16/-0)
summary: |
- [6.1 trunk] check_total field removed from supplier invoices + [6.1/ trunk] check_total field removed from supplier invoices |
Changed in openobject-addons: | |
status: | Invalid → New |
tags: | added: maintenance |
To post a comment you must log in.
Hello Stephan,
Total(check_total) field doesn't displayed anymore on supplier invoice that's why we have removed this exception.
We have make a customer and supplier invoice 's same behavior for 6.1 and more that's why as a usability point of view we have make check_total (Total) invisible on supplier invoice because It doesn't look good to add total manually. That's why the Fabien is removed it. Just look.
http:// bazaar. launchpad. net/~openerp/ openobject- addons/ trunk/revision/ 6254
So this is a not a bug but this thing is improved in trunk.
Thanks for reporting!